/*!
Theme Name: Citynet

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/
/*-------------------
CSS Find Helper List

101 - Header
102 - Reservation
103 - HomePage
104 - Inside
105 - Isotope
106 - Footer
201 - Media small
202 - Media medium
203 - Media large

--------------------*/
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/eot/IRANSansWeb_Bold.eot");
  src: url("fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/eot/IRANSansWeb.eot");
  src: url("fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("fonts/woff/IRANSansWeb.woff") format("woff"), url("fonts/ttf/IRANSansWeb.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 600;
  src: url("fonts/eot/IRANSansWeb_Medium.eot");
  src: url("fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
/* Material design box shadows */
body, html {
  color: #1d1c18;
}

/* Material design box shadows */
/* General */
html {
  font-size: 14px;
}

body {
  font-family: "IRANSans", Tahoma, sans-serif;
  line-height: 1.8;
  unicode-bidi: embed;
}

#page {
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
  font-family: "IRANSans", Tahoma, sans-serif;
}

h1 {
  font-size: 1.9rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

.search-form .search-field {
  padding: 0 10px 0 45px;
}
.search-form .search-submit {
  right: auto;
  left: 0;
}

.wpcf7 {
  direction: rtl !important;
}
.wpcf7 .wpcf7-form-control-wrap {
  min-height: 50px;
}

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

body.single-tour .alert-dismissible .close {
  left: 1rem;
  right: unset;
}
body.single-tour .main-article-format p {
  text-align: justify;
}

/*---------------------------------------------
# 101 Header
------------------------------------------------*/
#masthead {
  font-family: "IRANSans", Tahoma, sans-serif;
}
#masthead .main-content .logo {
  float: right;
}
#masthead .main-content #nav-icon {
  float: left;
}
#masthead #primary-menu {
  left: auto;
  right: -75%;
}
#masthead #primary-menu #main-menu li a {
  padding: 0 1em 0 2em;
}
#masthead #primary-menu #main-menu li ._before, #masthead #primary-menu #main-menu li i.fa {
  margin-left: 5px;
  margin-right: 0;
}
#masthead #primary-menu #main-menu li i.fa-angle-down {
  float: left;
  margin-left: 0;
}
#masthead #primary-menu #main-menu li i.fa-chevron-down {
  float: left;
}
#masthead #primary-menu #main-menu .sub-menu {
  margin-right: 12%;
  margin-left: 10px;
}
#masthead #primary-menu #main-menu .sub-menu li a {
  padding-left: 0;
  font-size: 0.9rem;
}
#masthead #primary-menu #main-menu .sub-menu .sub-menu a {
  padding-left: 0;
}
#masthead #primary-menu .search form input {
  padding-left: 30px;
  padding-right: 5px;
}
#masthead #primary-menu .search form button {
  left: 35px;
  right: inherit !important;
}
#masthead #toggle {
  top: 10px;
  left: 1.5em;
  right: inherit;
}

/*------------------------------------------------------
# 103 HomePage
-------------------------------------------------------*/
.btn-more {
  float: left;
  padding-right: 10px;
  padding-left: 45px;
}
.btn-more:after {
  content: "\f104";
  left: 0;
  border-radius: 3px 0 0 3px;
  right: inherit;
}

.homepage_title h1 a:before {
  float: right;
  margin-left: 10px;
  margin-right: 0;
  height: 40px;
}

#homepage_hotels ul.isotope .wrapper .hotel-img {
  padding: 0;
  padding-left: 15px;
}
#homepage_hotels ul.isotope .wrapper .hotel-details .hotel-detail-city {
  float: right;
}
#homepage_hotels ul.isotope .wrapper .hotel-details .hotel-detail-country {
  float: right;
  text-align: right;
}
#homepage_hotels ul.isotope .wrapper .hotel-details .hotel-detail-category {
  float: left;
  text-align: left;
}
#homepage_hotels ul.isotope .wrapper .hotel-details .hotel-detail-rating {
  clear: both;
  text-align: center;
}
#homepage_hotels ul.isotope .wrapper .hotel-details .en-title {
  float: right;
  text-align: left;
  padding-left: 10px;
  width: 50%;
  border-left: 1px solid #bfbfbf;
}
#homepage_hotels ul.isotope .wrapper .hotel-details .persian-title {
  text-align: right;
  float: left;
  padding-right: 10px;
  width: 50%;
}
#homepage_hotels .homepage-links a {
  border-right: 2px solid #D8B571;
  border-left: none;
}

#homepage_newslater h1 {
  font-size: 1.3rem;
}
#homepage_newslater .wpcf7-form-control-wrap, #homepage_newslater div.wpcf7-response-output {
  direction: rtl;
}

.tour-category-box .tour-category-desc .tour-date:before, .tour-category-box .tour-category-desc .tour-price:before, .tour-category-box .tour-category-desc .tour-duration:before, .tour-category-box .tour-category-desc .tour-carriers:before {
  margin-right: 0;
  margin-left: 10px;
}

.newsletter input {
  padding-left: 50px;
  padding-right: 15px;
}

.newsletter .your-email:before, .newsletter .your-number:before {
  left: 20px;
  right: inherit;
}

.blog-posts .blog-post-box .blog-post-date:before, .blog-posts .blog-post-box .blog-post-tags:before {
  margin-left: 5px;
  margin-right: 0;
  float: right;
}

.blog-posts .blog-post-box .blog-post-date, .blog-posts .blog-post-box .blog-post-tags {
  float: right;
}

.blog-posts .blog-post-box .blog-post-tags {
  margin-left: 0;
  margin-right: 10px;
}

/*------------------------------------------------------
# 104 Inside
-------------------------------------------------------*/
#main .wp-pagenavi .pages {
  float: right;
}
#main .wp-pagenavi .current {
  float: right;
}
#main .wp-pagenavi a.page {
  float: right;
}
#main .wp-pagenavi .nextpostslink, #main .wp-pagenavi .previouspostslink {
  float: right;
}
#main .entry-meta .cat-links, #main .entry-meta .tags-links, #main .entry-meta .edit-link, #main .entry-meta .posted-on, #main .entry-meta .byline {
  margin-right: 0;
  margin-left: 1em;
}
#main .entry-content li a {
  font-family: "IRANSans", Tahoma, sans-serif;
}
#main .filters button {
  margin: 0 0 0.5em 0.5em;
  font-family: "IRANSans", Tahoma, sans-serif;
}
#main .type-hotel .page-header .hotel-title-stars {
  float: left;
}
#main .type-hotel .page-header .hotel-title-stars .hotel-rating {
  direction: ltr;
}
#main .type-hotel .page-header .hotel-title-meta {
  float: right;
}
#main .type-hotel .page-header .hotel-title-meta .persian-title {
  font-size: 1.8rem;
}
#main .entry-meta {
  margin-top: 15px;
  font-size: 1em;
}
#main .entry-meta .country, #main .entry-meta .city, #main .entry-meta .cats {
  margin-right: 0;
  margin-left: 1em;
}
#main .btn-contact {
  float: left;
}

/*------------------------------------------------------
# 105 Isotope
-------------------------------------------------------*/
ul.isotope .wrapper ul .tour-detail-price .old, ul.isotope-tour .wrapper ul .tour-detail-price .old {
  float: left;
  margin-left: 10px;
  margin-right: 0;
}
ul.isotope .wrapper ul .tour-detail-price .sale, ul.isotope .wrapper ul .tour-detail-price .price, ul.isotope-tour .wrapper ul .tour-detail-price .sale, ul.isotope-tour .wrapper ul .tour-detail-price .price {
  float: left;
}

/*------------------------------------------------------
# 106 Footer
-------------------------------------------------------*/
#colophon .site-info {
  direction: rtl !important;
}
#colophon .site-info ul.socials {
  text-align: left;
}
#colophon .site-info ul.socials li a {
  margin-right: 15px;
  margin-left: 0;
}
#colophon .site-info i.fa-map-marker {
  margin-left: 5px;
  margin-right: 0;
}
#colophon .footer-logo {
  margin-top: 0;
}
#colophon .lufthansa {
  float: right;
  margin: 0.5em 0 10px 10px;
}

.social-networks li a i {
  vertical-align: middle;
}

/*------------------------------------------------------
# 201 Media small
-------------------------------------------------------*/
@media (min-width: 576px) {
  #masthead .top .tel, #masthead .top .email, #masthead .top .instagram {
    direction: ltr;
    display: inline-block;
    vertical-align: top;
    font-size: 0.85em;
  }
  a.foobox {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 15px !important;
  }
  .facilities .hotel-logo img {
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
  #homepage_attraction ul.isotope .wrapper .attraction-info {
    padding-left: 0;
    padding-right: 15px;
  }
  #masthead .top a.tel {
    margin-left: 10px;
  }
}
/*------------------------------------------------------
# 202 Media medium
-------------------------------------------------------*/
@media (min-width: 768px) {
  #masthead #site-navigation {
    float: right;
  }
  #masthead #primary-menu #main-menu > li {
    border-right: 1px solid #640E3F;
    border-left: 0;
  }
  #masthead #primary-menu #main-menu > li:last-child {
    border-left: 1px solid #640E3F;
  }
  #masthead #primary-menu #main-menu > li a {
    padding: 0 1.25em;
  }
  #masthead #primary-menu #main-menu > li ._before, #masthead #primary-menu #main-menu > li i.fa {
    margin: 0 auto;
  }
  #masthead #primary-menu #main-menu .sub-menu {
    right: 0;
    left: auto;
  }
  #masthead #primary-menu #main-menu .sub-menu li a {
    padding-right: 0;
  }
  #masthead #primary-menu #main-menu .sub-menu .sub-menu {
    right: calc(100% + 1em);
    left: auto;
  }
  #homepage-links a.hompage-link-brd {
    border-right: none;
    border-left: 1px solid #bfbfbf;
  }
  #homepage_newslater h1 {
    text-align: right;
  }
}
/*------------------------------------------------------
# 203 Media Large
-------------------------------------------------------*/
@media (min-width: 992px) {
  #masthead #primary-menu #main-menu > li a {
    padding: 0 1.5em;
  }
}
/*------------------------------------------------------
# 204 Media xLarge
-------------------------------------------------------*/
@media (min-width: 1200px) {
  #masthead #primary-menu {
    right: auto;
  }
  #masthead #primary-menu #main-menu > li.menu-item-has-children > a:after {
    right: inherit;
    left: 8px;
    bottom: 10px;
  }
  #masthead #primary-menu #main-menu > li {
    margin-right: 0;
    margin-left: 30px;
  }
  #masthead #primary-menu #main-menu > li:hover > a {
    color: #640E3F;
  }
  #masthead #primary-menu #main-menu li:first-child a {
    padding: 0;
  }
  #masthead #primary-menu .menu-main-menu-container #main-menu > li:first-child {
    margin-left: 30px;
  }
  .main-navigation {
    padding-left: 0;
    padding-right: 50px;
  }
  #masthead #primary-menu #main-menu > li a {
    padding: 0;
  }
  #masthead #primary-menu .menu-main-menu-container #main-menu > li:last-child {
    border-left: none;
  }
  #masthead #primary-menu .menu-main-menu-container #main-menu li.menu-item-has-children:hover > .sub-menu {
    right: -13%;
    left: inherit;
  }
  #masthead #primary-menu .menu-main-menu-container #main-menu li.menu-item-has-children:hover > .sub-menu .sub-menu {
    right: 88%;
  }
  #masthead #primary-menu #main-menu > li > .sub-menu {
    right: -13%;
    left: inherit;
  }
  #masthead #primary-menu #main-menu > li > .sub-menu li.menu-item-has-children > a:before {
    top: 18px;
    left: 4px;
    right: inherit;
    transform: rotate(180deg);
    font-size: 15px;
  }
  #masthead #primary-menu #main-menu > li.menu-item-has-children > a:after {
    margin-left: 0;
    margin-right: 5px;
  }
}
.list-view > article a.image-wrapper.thumb {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}/*# sourceMappingURL=rtl.css.map */