


@import "../lib/bootstrap/css/bootstrap.min.css";

@import "font-awesome.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-family: "Avenir-Medium", Georgia, Times, 'Times New Roman', sans-serif;
  vertical-align: baseline;
}
html:focus,
body:focus,
div:focus,
span:focus,
applet:focus,
object:focus,
iframe:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
blockquote:focus,
pre:focus,
a:focus,
abbr:focus,
acronym:focus,
address:focus,
big:focus,
cite:focus,
code:focus,
del:focus,
dfn:focus,
em:focus,
img:focus,
ins:focus,
kbd:focus,
q:focus,
s:focus,
samp:focus,
small:focus,
strike:focus,
strong:focus,
sub:focus,
sup:focus,
tt:focus,
var:focus,
b:focus,
u:focus,
i:focus,
center:focus,
dl:focus,
dt:focus,
dd:focus,
ol:focus,
ul:focus,
li:focus,
fieldset:focus,
form:focus,
label:focus,
legend:focus,
table:focus,
caption:focus,
tbody:focus,
tfoot:focus,
thead:focus,
tr:focus,
th:focus,
td:focus,
article:focus,
aside:focus,
canvas:focus,
details:focus,
embed:focus,
figure:focus,
figcaption:focus,
footer:focus,
header:focus,
hgroup:focus,
menu:focus,
nav:focus,
output:focus,
ruby:focus,
section:focus,
summary:focus,
time:focus,
mark:focus,
audio:focus,
video:focus {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
button {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
input,
textarea,
select {
  padding: 3px 10px;
  font-family: 'helveticaneuecyrroman';
  font-size: 13px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 2px;
  color: #959595;
  line-height: 34px;
}
input,
select {
  line-height: 34px;
  padding: 0 10px;
}
.wr-popup__content input[type='text'],
.wr-popup__content input[type='password'] {
  height: 36px;
  line-height: 36px;
}
.ss-form-container {
  padding: 30px 0;
}
.ss-form-container .ss-required-asterisk {
  margin: 0 0 15px;
  font-size: 15px;
  font-family: 'Avenir-Medium';
}
.ss-form-container .ss-q-title {
  width: 38%;
  font-size: 18px;
  font-family: 'Avenir-Medium';
}
.ss-form-container .ss-required-asterisk {
  color: #ff0000;
}
.ss-form-container .ss-form-question {
  margin: 0 0 15px;
}
.ss-form-container .errorheader {
  max-width: 65%;
  margin: 0 auto 15px;
  text-align: center;
  border: 1px solid rgba(255, 0, 0, 0.18);
  color: #ff0000;
  border-radius: 4px;
  padding: 7px 10px;
}
.ss-form-container .errorheader b {
  font-family: 'Avenir-Medium';
}
.ss-form-container .error-message,
.ss-form-container .required-message {
  margin: 5px 0 5px 39%;
  color: red;
  font-size: 12px;
  font-family: 'Avenir-Medium';
}
.ss-form-container .ss-q-item-label {
  display: block;
  text-align: right;
  margin-bottom: 15px;
  background: rgba(102, 102, 102, 0.05);
  padding: 10px;
  border-radius: 2px;
  border: 1px solid rgba(102, 102, 102, 0.09);
}
.ss-form-container .ss-q-item-label + table {
  margin-left: 39%;
}
.ss-form-container .ss-q-item-label + table td,
.ss-form-container .ss-q-item-label + table th {
  padding: 3px;
  font-family: 'Avenir-Medium';
  font-size: 15px;
  color: #666666;
}
.ss-form-container .ss-choice-label {
  padding-left: 3px;
  font-family: 'Avenir-Medium';
  font-size: 15px;
  color: #666666;
}
.ss-form-container input[type="text"],
.ss-form-container .ss-form-entry > input[type="email"],
.ss-form-container .ss-form-entry > input[type="date"],
.ss-form-container select,
.ss-form-container textarea,
.ss-form-container textarea.ss-q-long,
.ss-form-container ul {
  min-width: 42%;
  max-width: 50%;
  margin-left: 39%;
  background: #fff;
  border-color: #ccc;
  border-radius: 2px;
  font-size: 15px;
  color: #666;
  font-family: 'Avenir-Medium';
}
.ss-form-container .ss-form-entry > input[type="date"] {
  min-width: inherit;
}
.ss-form-container .ss-navigate table {
  margin: 0 auto;
}
.ss-form-container .ss-page-title {
  font-family: 'Avenir-Medium';
  margin-bottom: 25px;
  color: #666666;
}
.ss-form-container .ss-secondary-text {
  font-family: 'Avenir-Medium';
  color: #008000;
  font-size: 12px;
  width: 37%;
}
.ss-form-container .errorbox-bad .required-message {
  display: block;
}
.ss-container {
  padding: 25px 0;
  font-family: 'Avenir-Medium';
}
.ss-container a,
.ss-container div {
  font-family: 'Avenir-Medium';
}
.ss-response-footer {
  display: none;
}
#main select {
  background: #fff;
  height: 36px;
  border-color: #ccc;
  font-family: 'Avenir-Medium';
}
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Bold'), url('../fonts/new/AvenirNextLTPro-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Avenir-Roman';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Demi'), url('../fonts/new/AvenirNextLTPro-Demi.woff') format('woff');
}
@font-face {
  font-family: 'Avenir-Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Demi'), url('../fonts/new/AvenirNextLTPro-Demi.woff') format('woff');
}
@font-face {
  font-family: 'Avenir-Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Regular'), url('../fonts/new/AvenirNextLTPro-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Museo300';
  src: url('../fonts/museo300-regular-webfont.eot');
  src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo300-regular-webfont.woff') format('woff'), url('../fonts/museo300-regular-webfont.ttf') format('truetype'), url('../fonts/museo300-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'glyphicons';
  src: url('../lib/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../lib/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../lib/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../lib/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../lib/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../lib/bootstrap/fonts/glyphicons-halflings-regular.svg#source_sans_probold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrbold';
  src: url('../fonts/helveticaneuecyr-bold-webfont.eot');
  src: url('../fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-bold-webfont.woff2') format('woff2'), url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype'), url('../fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrroman';
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot');
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'), url('../fonts/helveticaneuecyr-roman-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'), url('../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font: 18px 'Avenir', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
body {
  height: 100%;
  min-height: 100%;
  min-width: 320px; font-family: "Avenir-Medium";
}
html {
  height: 100%;
}
body,
.body {
  position: relative;
  background: #ffffff;
  overflow-x: hidden;
}
.wrapper-global {
  padding-top: 120px;
  min-height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .wrapper-global {
    padding-top: 127px;
  }
}
.wrapper-content {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .body {
    background: #ffffff;
  }
}
.main-wrapper {
  min-height: 100%;
}
.block-push {
  height: 284px;
}
.footer {
  margin-top: -284px;
}
a,
a:hover {
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  color: #821228;
}
a:hover {
  text-decoration: underline;
}
p:empty {
  display: none;
  margin: 0 !important;
}
section address,
.section address,
section p,
.section p {
  padding: 0;
  font-size: 20px;
}
section p,
.section p {
  margin: 33px 0;
  line-height: 36px;
}
section p:first-child,
.section p:first-child {
  margin-top: 0;
}
section p strong,
.section p strong {
  font-size: inherit;
}
section p a,
.section p a {
  font-size: inherit;
  font-style: inherit;
}
section p i,
.section p i {
  font-size: inherit;
}
section address,
.section address {
  font-style: italic;
}
section address a,
.section address a {
  font-size: inherit;
  font-style: inherit;
}
@media (min-width: 768px) {
  section p,
  .section p,
  section address,
  .section address,
  section .walks-press-title,
  .section .walks-press-title {
    padding: 0 20px;
  }
}
section blockquote,
.section blockquote {
  padding: 2px 0;
  color: #821228;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Avenir-Medium';
  text-align: center;
}
section blockquote p:first-letter,
.section blockquote p:first-letter {
  font-size: inherit !important;
  color: inherit !important;
}
section blockquote h1,
.section blockquote h1,
section blockquote h2,
.section blockquote h2,
section blockquote h3,
.section blockquote h3,
section blockquote h4,
.section blockquote h4,
section blockquote h5,
.section blockquote h5,
section blockquote h6,
.section blockquote h6 {
  color: #821228;
  line-height: 48px;
  font-family: 'Avenir-Medium';
  font-size: 18px !important;
  text-transform: uppercase;
  font-family: inherit;
}
section blockquote h1 span,
.section blockquote h1 span,
section blockquote h2 span,
.section blockquote h2 span,
section blockquote h3 span,
.section blockquote h3 span,
section blockquote h4 span,
.section blockquote h4 span,
section blockquote h5 span,
.section blockquote h5 span,
section blockquote h6 span,
.section blockquote h6 span {
  color: inherit;
  line-height: inherit;
  font-size: inherit !important;
  text-transform: inherit;
  font-family: inherit;
}
section blockquote p,
.section blockquote p {
  padding: 0;
  margin: 0;
  color: #821228;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Avenir-Medium';
  text-align: center;
}
@media (min-width: 768px) {
  section blockquote,
  .section blockquote {
    margin: 0 -46px;
  }
}
section em,
.section em {
  font-size: 20px;
  line-height: 36px;
}
section img,
.section img {
  max-width: 100%;
  height: auto;
}
section iframe,
.section iframe {
  max-width: 100%;
}
section .col-sm-offset-1 p:first-child:empty,
.section .col-sm-offset-1 p:first-child:empty {
  display: none;
}
.alignleft {
  float: left;
  margin: 5px 15px 5px 5px;
  border: solid 1px #CCC;
  padding: 5px 5px 5px 5px;
}
.alignright {
  float: right;
  margin: 5px 15px 5px 5px;
  border: solid 1px #CCC;
  padding: 5px 5px 5px 5px;
}
.aligncenter {
  margin: 5px;
}
.text-center {
  text-align: center;
}
.article__title {
  font-size: 36px;
  font-family: 'Avenir';
  line-height: 40px;
}
.btn,
.btn-link {
  display: inline-block;
  padding: 0 24px;
  line-height: 50px;
  font-size: 18px;
  font-family: 'Avenir';
  text-transform: uppercase;
}
.btn:hover,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link {
  color: #821228;
}
.btn-link:hover {
  color: #821228;
}
.btn {
  color: #fff;
  border-radius: 4px;
  background: #821228;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #690509;
}
.category-name-content {
  text-transform: uppercase;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 768px) {
  ::i-block-chrome,
  .row.safari-fix {
    display: table !important;
  }
  ::i-block-chrome,
  .row.safari-fix [class*="col-"] {
    display: table-cell !important;
    float: none !important;
    width: auto !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
}
.fixed-tabs .section {
  padding-top: 104px;
}
@media (max-width: 769px) {
  .fixed-tabs .section {
    padding-top: 78px;
  }
}
.fixed-tabs .widget_tripadvisor {
  padding-top: 0;
}
.customize-support.fixed-tabs .ui-tabs-nav,
.customize-support.fixed-tabs .wide-background-post:after {
  top: 152px !important;
}
@media (max-width: 768px) {
  .customize-support.fixed-tabs .ui-tabs-nav,
  .customize-support.fixed-tabs .wide-background-post:after {
    top: 120px !important;
  }
}
.sign-in-list,
.wrapper-mob-nav,
.wrapp-search,
.post-preview__wr-content,
.post-preview__wr-content,
.footer .social-links,
.footer .menu,
.logo-app-store,
.footer-text,
.wr-post-info--opened,
.ui-tabs-nav a,
.wrapper-content p,
.wr-name-photographer-author span,
.wr-name-photographer-author a,
.block-additional-posts__title,
.wrapper-wide-slider__title,
.wr-discription-slider,
.press,
.article__title,
.article-item_cost,
.article-item__actions,
.article-item__info,
.widget_tripadvisor,
.wordpress-post-tabs a,
.product a:first-child h3,
.wr-short-description,
.price {
  opacity: 0;
}
.loaded .sign-in-list,
.loaded .wrapper-mob-nav,
.loaded .wrapp-search,
.loaded .post-preview__wr-content,
.loaded .post-preview__wr-content,
.loaded .footer .social-links,
.loaded .footer .menu,
.loaded .logo-app-store,
.loaded .footer-text,
.loaded .wr-post-info--opened,
.loaded .ui-tabs-nav a,
.loaded .wrapper-content p,
.loaded .wr-name-photographer-author span,
.loaded .wr-name-photographer-author a,
.loaded .block-additional-posts__title,
.loaded .wrapper-wide-slider__title,
.loaded .wr-discription-slider,
.loaded .press,
.loaded .article__title,
.loaded .article-item_cost,
.loaded .article-item__actions,
.loaded .article-item__info,
.loaded .widget_tripadvisor,
.loaded .wordpress-post-tabs a,
.loaded .product a:first-child h3,
.loaded .wr-short-description,
.loaded .price {
  opacity: 1;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity 0.4s;
}
.page-template-page-eatinerary .wrapper-mob-nav {
  opacity: 1;
}
.error404 .section {
  padding: 60px 0;
}
.error404 .page-title {
  font-family: 'Avenir';
}
.ajax-load-more-wrap {
  position: relative;
  padding: 0 0 60px 0;
  width: 100%;
}
.alm-reveal {
  margin-left: -12px;
  margin-right: -12px;
}
.alm-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  line-height: 60px;
}
.alm-btn-wrap .alm-load-more-btn {
  border: 0;
}
.alm-load-more-btn {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-family: 'Avenir-Heavy';
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  background: #821228;
}
.alm-load-more-btn:hover {
  background: #690509;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background .6s ease;
  -moz-transition: background .6s ease;
  -o-transition: background .6s ease;
  transition: background 0.6s ease;
}
.alm-load-more-btn.loading {
  padding-left: 0;
}
.alm-load-more-btn.loading:before {
  display: none;
}
.home .stamp-link,
.cities-page .stamp-link,
.category-advice-category .stamp-link,
.category-best-bites-category .stamp-link,
.category-books-category .stamp-link,
.category-drinks-category .stamp-link,
.category-first-stop-category .stamp-link,
.category-holidays-category .stamp-link,
.category-ingredients-category .stamp-link,
.category-markets-category .stamp-link,
.category-road-trips-category .stamp-link,
.category-seasons-category .stamp-link,
.category-street-food-category .stamp-link,
.category-sweets-category .stamp-link,
.category-top-5-category .stamp-link,
.category-sots-category .stamp-link,
.category-backstreet_feed-category .stamp-link,
.home .post-preview__info,
.cities-page .post-preview__info,
.category-advice-category .post-preview__info,
.category-best-bites-category .post-preview__info,
.category-books-category .post-preview__info,
.category-drinks-category .post-preview__info,
.category-first-stop-category .post-preview__info,
.category-holidays-category .post-preview__info,
.category-ingredients-category .post-preview__info,
.category-markets-category .post-preview__info,
.category-road-trips-category .post-preview__info,
.category-seasons-category .post-preview__info,
.category-street-food-category .post-preview__info,
.category-sweets-category .post-preview__info,
.category-top-5-category .post-preview__info,
.category-sots-category .post-preview__info,
.category-backstreet_feed-category .post-preview__info {
  display: inline-block !important;
}
#CDSWIDCOE {
  margin-left: 0 !important;
}
.wrap-social-icons {
  position: absolute;
  width: 100%;
}
.wrap-social-icons .social-links {
  z-index: 3;
  position: relative;
}
.addthis-smartlayers .atss {
  top: 50%;
}
.admin-bar .header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .header {
    top: 0;
  }
}
.bg-header {
  background: #821228;
}
.header {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
}
.header .social-links,
.header .sign-in-list {
  float: right;
}
.social-links {
  font-size: 0;
  display: none;
}
@media (min-width: 768px) {
  .social-links {
    display: inline-block;
  }
}
.social-links .social-links--link {
  margin: 0 12px 0 0;
  color: #fff;
  line-height: 36px;
}
.social-links .social-links--link:last-child {
  margin-right: 0;
}
.social-links .social-links--link .fa {
  font-size: 18px;
}
.social-links .social-links--link .fa:hover {
  color: rgba(255, 255, 255, 0.34);
}
.sign-in-list {
  font-size: 0;
}
.sign-in-list .sign-in-list--link {
  display: inline-block;
  margin: 0 20px 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 36px;
  font-family: 'Avenir-Roman';
}
.sign-in-list .sign-in-list--link:hover {
  color: rgba(255, 255, 255, 0.34);
}
.social-links {
  margin-right: 27px;
}
.link-city-cat {
  position: relative;
  display: none;
  padding: 0 0 0 44px;
  margin: 0 0 0 10px;
  color: #fff !important;
  font-size: 18px;
  font-family: 'Avenir';
  line-height: 37px;
  text-transform: uppercase;
}
.link-city-cat:hover,
.link-city-cat:active,
.link-city-cat:visited {
  text-decoration: none !important;
  color: #ffffff;
}
.link-city-cat:before {
  position: absolute;
  left: 0;
  top: -4px;
  width: 42px;
  height: 38px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url('../img/icon-cities/icon-rio.png');
}
.post-preview {
  padding: 0 0 20px 0;
  background: #ffffff;
}
.post-preview .post-preview__wr-img {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px 0;
  vertical-align: middle;
}
.post-preview .post-preview__wr-img .post-preview__link-img {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 0;
  text-decoration: none;
  text-align: center;
}
.post-preview .post-preview__wr-img .post-preview__link-img:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .post-preview .post-preview__wr-img .post-preview__link-img .img {
    width: auto;
    max-width: 100%;
  }
}
.post-preview .post-preview__wr-img .stamp-link {
  z-index: 1;
  position: absolute;
  top: 7px;
  right: 7px;
  max-width: 174px;
  width: 30%;
}
.post-preview .post-preview__wr-img .stamp-img {
  max-width: 100%;
}
.post-preview .post-preview__wr-img__text {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  min-height: 82px;
  margin: 0;
  padding: 10px 90px 10px 10px;
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-family: 'Avenir';
  line-height: 18px;
  background: rgba(0, 0, 0, 0.75);
}
.post-preview .post-preview__wr-img__text:hover {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 768px) {
  .post-preview .post-preview__wr-img__text,
  .post-preview .post-preview__wr-img__text:hover {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (min-width: 1264px) {
  .post-preview .post-preview__wr-img__text {
    padding: 12px 93px 10px 10px;
    font-size: 25px;
    line-height: 28px;
  }
}
.post-preview .post-preview__wr-img__text--small {
  font-size: 14px;
  line-height: 18px;
}
.post-preview .post-preview__info {
  z-index: 2;
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 56px;
  height: 56px;
}
.post-preview .post-preview__info .icon-spoon-fork {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url('../img/sprite_img.png') -1px -81px no-repeat;
}
.post-preview .post-preview__info:hover {
  cursor: pointer;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post-preview .post-preview__info:hover .post-preview__wr-img__text {
  opacity: 1;
}
.post-preview .post-preview__info:hover + .post-preview__wr-img__text {
  z-index: 1;
  opacity: 1;
}
.post-preview .post-preview__info:hover .icon-spoon-fork {
  background-position: -1px -137px;
}
.post-preview .post-preview__wr-content {
  /*padding: 0 12px;*/
  padding: 0 0 10px;
}
.post-preview .post-preview__date {
  margin: 0 0 1px 0;
}
.post-preview .post-preview__date .post-preview__date__items {
  color: #333;
  font-size: 12px;
  font-family: 'Avenir';
  text-transform: uppercase;
}
.post-preview .post-preview__title {
  margin: 0 0 12px 0;
}
.post-preview .post-preview__title .post-preview__title__link {
  display: inline-block;
  font-family: 'Avenir', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
@media (min-width: 768px) {
  .post-preview .post-preview__date {
    margin: 0 0 6px 0;
  }
  .post-preview .post-preview__title {
    margin-bottom: 18px;
  }
  .post-preview .post-preview__title .post-preview__title__link {
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
  }
}
.post-preview .hc-preview {
  display: none;
}
.post-preview .post-preview__author {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 14px;
  font-family: 'Avenir';
  text-transform: uppercase;
}
.post-preview .post-preview__author a {
  font-size: inherit;
  font-family: inherit;
  text-transform: inherit;
}
.post-preview .post-preview__author .hc-preview {
  display: inline-block;
}
.post-preview .post-preview__author .hc-preview .hc-details {
  background: #F1F1F1 !important;
  display: none !important;
}
.post-preview .post-preview__author .hc-preview .wpsa-authorInfo li,
.post-preview .post-preview__author .hc-preview a,
.post-preview .post-preview__author .hc-preview p {
  font-size: 12px;
  font-family: 'Avenir';
  text-transform: uppercase;
}
.post-preview .post-preview__short-text {
  margin: 0 0 13px 0;
  line-height: 18px;
}
.post-preview .post-preview__short-text p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.post-preview .post-preview__short-text p em {
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
}
.post-preview .post-preview__short-text i {
  font-style: normal;
}
.post-preview .post-preview__short-text p,
.post-preview .post-preview__short-text em,
.post-preview .post-preview__short-text b,
.post-preview .post-preview__short-text strong,
.post-preview .post-preview__short-text div,
.post-preview .post-preview__short-text blockquote {
  font-style: normal;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.post-preview .post-preview__short-text img {
  display: none;
}
.post-preview .post-preview__short-text blockquote {
  margin: 0;
  padding: 0;
  text-align: left;
}
.post-preview .post-preview__read-more,
.post-preview .more-link {
  position: relative;
  font-size: 12px;
  font-family: 'Avenir-Roman';
  font-style: normal;
  text-transform: uppercase;
}
.post-preview .post-preview__read-more .fa-angle-double-right,
.post-preview .more-link .fa-angle-double-right {
  position: relative;
  color: inherit;
  font-size: 9px;
  margin-left: 3px;
}
.post-preview .more-link {
  display: block;
  margin-top: 20px;
}
.post-preview .more-link .fa {
  top: -1px;
}
.post-preview .post-preview-landing-page .more-link {
  font-size: 18px;
}
.post-preview .post-preview-landing-page .more-link .fa {
  position: absolute;
  font-size: 12px;
  top: 3px;
}
.post-preview.post-preview--large {
  margin-bottom: 40px;
  padding-bottom: 0;
  background: #ffffff;
}
.post-preview.post-preview--large .post-preview__link-img {
  height: 530px;
  position: static;
  overflow: none;
}
@media (max-width: 1024px) {
  .post-preview.post-preview--large .post-preview__link-img {
    height: 230px;
  }
}
.post-preview.post-preview--large .post-preview__date {
  margin-top: 25px;
}
.post-preview.post-preview--large .post-preview__title__link {
  display: inline-block;
  line-height: 33px;
}
.post-preview.post-preview--large .post-preview__short-text {
  margin: 0 0 10px 0;
}
.post-preview.post-preview--large .post-preview__short-text p {
  margin-bottom: 20px;
}
.post-preview.post-preview--large .post-preview__short-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post-preview.post-preview--large .post-preview__wr-img {
    margin: 0;
  }
}
.post-preview .post-preview-row {
  display: table-row;
  height: 530px;
 /* background: #ebebeb;*/
}
@media (min-width: 768px) {
  .post-preview.post-preview--large {
    padding: 0;
    display: table;
  }
  .post-preview.post-preview--large .post-preview__wr-img {
    width: 75%;
  }
  .post-preview.post-preview--large .post-preview__wr-content {
    padding: 0 0 0 20px;
    width: 25%;
  }
  .post-preview.post-preview--large .post-preview__wr-img,
  .post-preview.post-preview--large .post-preview__wr-content {
    display: table-cell;
  }
}
.post-preview .post-preview__wide-img {
  width: 100%;
}
.post-preview .post-preview__link-wide-img {
  display: block;
}
.post-preview .wide-img {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  height: auto !important;
}
.post-preview .wr-fixed-image {
  display: block;
  position: relative;
}
.post-preview__link-img {
  height: 230px;
}
.preview-two-posts .post-preview__link-img {
  height: 230px;
}
@media (min-width: 992px) {
  .preview-two-posts .post-preview__link-img {
    height: 350px;
  }
}
.block-additional-posts {
  padding: 25px 0 0 0;
  background: #ebebeb;
}
.block-additional-posts .block-additional-posts__title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Avenir-Medium';
  line-height: 36px;
}
.block-additional-posts .post-preview {
  padding: 0 0 36px 0;
  background: transparent;
}
.block-additional-posts .post-preview__link-img {
  max-height: 230px;
}
.wp_rp_wrap {
  display: none;
}
.alm-reveal .post-preview {
  padding-top: 15px;
  padding-bottom: 12px;
}
.separate-item {
  display: none;
  width: 100%;
  height: 0;
  clear: both;
}
.separate-item.item-3-row:nth-child(3n + 3) {
  display: block;
}
.separate-item.item-2-row:nth-child(4n + 4) {
  display: block;
}
@media (max-width: 768px) {
  .post-preview.post-preview--large .post-preview-row {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1264px) {
  .post-preview.post-preview--large .post-preview-row {
    height: auto;
  }
  .post-preview.post-preview--large .post-preview__wr-img {
    width: 60%;
  }
  .post-preview.post-preview--large .post-preview__wr-img .post-preview__link-img {
    height: 350px;
  }
  .post-preview.post-preview--large .post-preview__wr-content {
    width: 40%;
  }
}
@media (min-width: 767px) and (max-width: 1264px) {
  .post-preview.post-preview--large .post-preview__title__link {
    font-size: 21px;
    line-height: 25px;
  }
  .post-preview .post-preview__title .post-preview__title__link {
    font-size: 21px;
    line-height: 25px;
  }
}
.category-backstreet_feed-category .ajax-load-more-wrap {
  position: static;
}
.category-backstreet_feed-category .post-preview {
  padding: 0 12px 20px 12px !important;
}
@media (min-width: 768px) {
  .category-backstreet_feed-category .post-preview {
    max-width: 50%;
    float: left;
  }
}
.category-backstreet_feed-category .post-preview__link-img {
  height: 230px;
}
@media (min-width: 992px) {
  .category-backstreet_feed-category .post-preview__link-img {
    height: 350px;
  }
}
.category-backstreet_feed-category .alm-btn-wrap {
  bottom: 284px;
}
.post-preview__short-text--mobile {
  display: none;
}
@media (max-width: 768px) {
  .post-preview--large .post-preview__short-text {
    display: none;
  }
  .post-preview--large .post-preview__short-text--mobile {
    display: block;
  }
}
.wr-link-adw {
  padding: 16px 0 40px 0;
  background: #ffffff;
}
.link-adw {
  display: block;
}
.link-adw .link-adw__img {
  max-width: 100%;
}
.adv-home-page {
  display: none;
}
.home .adv-home-page {
  display: block;
}
.wr-link-adw .link-adw {
  padding-left: 125px;
  padding-top: 20px;
  display: block;
  text-align: center;
  height: 81px;
  font-size: 36px;
  font-family: 'Museo300';
  font-weight: 700;
  background: url('../img/adv/adv-home.png') no-repeat;
}
@media (min-width: 730px) {
  .wr-link-adw .link-adw {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .wr-link-adw .link-adw {
    font-size: 24px;
    line-height: 81px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .wr-link-adw .link-adw {
    font-size: 31px;
  }
}
@media (min-width: 1264px) {
  .wr-link-adw .link-adw {
    line-height: 81px;
    font-size: 36px;
    padding-top: 0;
  }
}
@media (max-width: 450px) {
  .wr-link-adw .link-adw {
    font-size: 17px;
  }
}
.wr-link-adw .link-adw span {
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
  color: #000000;
}
.wr-link-adw .link-adw span b {
  font-size: inherit;
  font-family: inherit;
}
.wr-link-adw .link-adw:hover {
  text-decoration: none;
}
.home .adv-city-page {
  display: none;
}
.adv-city-page .link-adw {
  font-size: 19px;
  line-height: 21px;
  height: 81px;
  padding: 20px 3px 0 120px;
}
@media (min-width: 730px) {
  .adv-city-page .link-adw {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .adv-city-page .link-adw {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .adv-city-page .link-adw {
    font-size: 34px;
  }
}
@media (min-width: 1264px) {
  .adv-city-page .link-adw {
    font-size: 36px;
  }
}
.category-mexico-city .link-adw {
  padding-left: 114px;
  font-size: 33px;
}
@media (min-width: 768px) {
  .wr-link-adw {
    background: transparent;
  }
}
.wr-adv-single-page {
  background: #ffffff;
}
.wr-adv-single-page .wr-link-adw {
  padding-bottom: 62px;
}
.wr-adv-single-page .wr-link-adw img {
  max-width: 100%;
}
.wr-adv-single-page .wr-link-adw .link-adw {
  font-size: 22px;
  padding-left: 27px;
  line-height: 29px;
  padding: 12px 0 10px 119px;
}
@media (min-width: 768px) {
  .wr-adv-single-page .wr-link-adw .link-adw {
    font-size: 16px;
    padding: 20px 0 2px 110px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .wr-adv-single-page .wr-link-adw .link-adw {
    font-size: 18px;
    padding-left: 52px;
  }
}
@media (min-width: 1264px) {
  .wr-adv-single-page .wr-link-adw .link-adw {
    font-size: 23px;
    padding-top: 9px;
    line-height: 30px;
  }
}
@media (max-width: 455px) {
  .wr-adv-single-page .wr-link-adw .link-adw {
    font-size: 17px;
  }
}
@media (max-width: 385px) {
  .wr-adv-single-page .wr-link-adw .link-adw {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .wr-adv-single-page .wr-link-adw .link-adw {
    font-size: 13px;
  }
}
.wr-adv-single-page .wr-link-adw span {
  display: block;
}
@media (max-width: 1264px) {
  .adv-city-page .link-adw {
    padding-top: 0;
    font-size: 23px;
    line-height: 81px;
  }
}
@media (max-width: 995px) {
  .adv-city-page .link-adw {
    line-height: 26px;
    padding-top: 15px;
  }
}
@media (max-width: 532px) {
  .adv-city-page .link-adw {
    font-size: 17px;
  }
}
@media (max-width: 435px) {
  .adv-city-page .link-adw {
    font-size: 17px;
    padding-left: 148px;
  }
  .wr-adv-single-page .wr-link-adw span{
    display: initial !important;
    font-size: 17px;
  }
}
@media (max-width: 405px) {
  .adv-city-page .link-adw {
    line-height: 20px;
    padding-top: 12px;
  }
}
.footer {
  padding: 33px 0 0 0;
  background: #333333;
}
.footer .title-footer {
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 16px;
  font-family: 'Avenir';
  text-transform: uppercase;
}
.footer .menu,
.footer .title-footer,
.footer .social-links,
.footer .logo-app-store,
.footer .title-footer--large,
.footer .footer-text,
.footer .form-subscribe {
  padding: 0 12px;
}
.footer .social-links {
  display: block;
}
.footer .menu-item {
  line-height: 24px;
}
@media(max-width:767px){
.footer .menu-item {
  line-height: 15px;
}
}
.footer .menu-item a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .menu-item a:hover span {
  text-decoration: underline;
}
.footer .menu-item a span {
  color: #fff;
  font-size: 16px;
  font-family: 'Avenir-Medium';
  font-weight: 500;
}
.footer .title-footer--large {
  font-size: 28px;
}
.footer .footer-text {
  margin-bottom: 16px;
  padding-top: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.form-subscribe {
  position: relative;
}
.form-subscribe .edit-link {
  display: none;
}
.form-subscribe .form-subscribe--input {
  width: 100% !important;
  display: block !important;
  padding: 0 108px 0 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 3px;
  line-height: 40px;
  height: 42px !important;
  color: #333;
  background: #fff;
  font-weight: 400;
}
.form-subscribe .yikes-easy-mc-submit-button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  display: inline-block !important;
  max-width: 108px;
  padding: 0 20px !important;
  margin: 0 !important;
  border: 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 13px;
  font-family: 'Avenir-Roman';
  text-transform: uppercase;
  background: #821228;
  line-height: 42px;
  height: 42px;
}
.form-subscribe .yikes-easy-mc-submit-button:hover {
  background: #690509;
}
.form-subscribe .yikes-easy-mc-error-message,
.form-subscribe .yikes-easy-mc-success-message {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 100%;
  border-radius: 4px;
  opacity: .97;
  margin: 10px;
}
.footer__wrapp-nav {
  margin: 33px 0 0 0;
  padding: 7px 0 22px 0;
  background: #ffffff;
}
.footer__wrapp-nav .footer__navigation,
.footer__wrapp-nav .copyright {
  margin-left: 24px;
}
.footer__wrapp-nav .copyright {
  margin-right: 12px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer__wrapp-nav {
    padding: 2px 0 0 0;
  }
  .footer__wrapp-nav .copyright {
    margin-top: 0;
    text-align: right;
    line-height: 26px;
  }
}
.copyright {
  color: #959595;
  font-size: 12px;
  font-family: 'Avenir-Medium';
}
.wrapper-footer-navigation .menu {
  font-size: 0;
}
.wrapper-footer-navigation .menu .menu-item {
  float: left;
  margin-right: 19px;
}
.wrapper-footer-navigation .menu .menu-item a {
  color: #959595;
  font-size: 12px;
  font-family: 'Avenir-Medium';
}
.wrapper-footer-navigation .menu .menu-item:last-child {
  margin-right: 0;
}
.menu-horizontal-footer-menu-container .menu .menu-item a span {
  color: #959595;
}
@media (min-width: 767px) and (max-width: 1264px) {
  .footer .title-footer--large {
    font-size: 15px;
  }
  .footer .footer-text {
    font-size: 17px;
    line-height: 24px;
  }
}
.block-wide-bg {
  background-image: url('../img/content/bg-image.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
}
.ui-tabs-nav {
  border-bottom: 0;
}
.ui-tabs-nav:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.ui-tabs-nav .ui-state-default {
  padding: 0;
  margin: 0;
}
.ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
  background: #ffffff;
}
.ui-tabs-nav .ui-tabs-anchor {
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-family: 'Avenir';
  line-height: 56px;
}
.ui-tabs-nav .ui-tabs-anchor:hover {
  background: transparent;
}
.ui-tabs-nav .wr-post-info--opened .post-title {
  padding-bottom: 0;
}
.ui-tabs-nav .wr-post-info--opened .post-title:after {
  display: none;
}
.ui-tabs-nav .wr-post-info--opened .post-author,
.ui-tabs-nav .wr-post-info--opened .post-date {
  display: none;
}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav {
  z-index: 0;
}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-corner-top,
.wordpress-post-tabs-skin-default .ui-tabs-horizontal-top .wpts_ext {
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
}
@media (max-width: 502px) {
  .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-corner-top,
  .wordpress-post-tabs-skin-default .ui-tabs-horizontal-top .wpts_ext {
    height: 29px;
  }
}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a,
.wordpress-post-tabs-skin-default .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-state-active a {
  padding: 0 22px !important;
  color: #fff !important;
  line-height: 56px !important;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li a,
  .wordpress-post-tabs-skin-default .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-state-active a {
    padding: 0 20px !important;
    line-height: 30px !important;
    font-size: 13px;
  }
}
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-active a,
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.wordpress-post-tabs-skin-default .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
  color: #333 !important;
  background-color: #ffffff;
}
.wide-background-post {
  position: relative;
}
.apss-social-share {
  position: absolute;
  right: 30px;
  top: 0;
  display: flex;
  line-height: 32px;
}
@media (min-width: 768px) {
  .apss-social-share {
    line-height: 56px;
  }
}
.apss-social-share .apss-share-text {
  display: none;
  color: #fff;
  font-family: 'Avenir';
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .apss-social-share .apss-share-text {
    display: block;
  }
}
.apss-social-share .apss-single-icon {
  margin-right: 12px;
}
.apss-social-share .apss-single-icon:last-child {
  margin-right: 0;
}
.apss-social-share .apss-single-icon .apss-share,
.apss-social-share .apss-single-icon .apss-social-text {
  display: none;
}
.apss-social-share .apss-single-icon .fa {
  font-size: 18px;
  color: #ffffff;
}
.apss-social-share .apss-single-icon .fa:hover {
  opacity: 0.34;
}
.fixed-tabs .apss-social-share {
  position: fixed;
  left: 0;
  top: 125px;
  z-index: 100000;
  margin-left: 64.3%;
}
@media (max-width: 768px) {
  .fixed-tabs .apss-social-share {
    left: auto;
    right: 12px;
  }
}
.fixed-tabs.admin-bar .apss-social-share {
  top: 153px;
}
@media (max-width: 768px) {
  .fixed-tabs.admin-bar .apss-social-share {
    top: 122px;
  }
}
.ssba {
  color: #fff;
  font-family: 'Avenir';
  font-size: 15px;
}
@media (max-width: 768px) {
  .ssba {
    float: right;
  }
}
.ssba > div {
  position: relative;
  z-index: 10089;
  float: right;
  font-family: 'Avenir';
  font-size: 13px;
  height: 30px;
  line-height: 30px;
}
.ssba > div:before {
  content: 'SHARE';
  display: inline-block;
  color: #fff;
  font-family: 'Avenir';
  font-size: 15px;
}
@media (max-width: 768px) {
  .ssba > div:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .ssba > div {
    height: 56px;
    line-height: 56px;
    font-size: 15px;
  }
}
.ssba a img {
  display: none !important;
}
.ssba .ssba_facebook_share,
.ssba .ssba_twitter_share,
.ssba .ssba_email_share {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  margin-left: 12px;
}
@media (max-width: 768px) {
  .ssba .ssba_facebook_share,
  .ssba .ssba_twitter_share,
  .ssba .ssba_email_share {
    font-size: 16px;
  }
}
.ssba .ssba_facebook_share:hover,
.ssba .ssba_twitter_share:hover,
.ssba .ssba_email_share:hover {
  opacity: 0.34;
}
.ssba .ssba_facebook_share:after,
.ssba .ssba_twitter_share:after,
.ssba .ssba_email_share:after {
  content: '';
  color: #ffffff;
}
.ssba .ssba_facebook_share:after {
  content: "\f09a";
}
.ssba .ssba_twitter_share:after {
  content: "\f099";
}
.ssba .ssba_email_share:after {
  content: "\f0e0";
}
.ssba + br {
  display: none;
}
@media (min-width: 768px) {
  .food-tour-single .ssba > div {
    margin-right: -155px;
  }
}
.ui-tabs-nav {
  padding: 0 0 0 0;
}
@media (max-width: 768px) {
  .ui-tabs-nav {
    padding-right: 65px;
  }
}
@media (max-width: 768px) {
  .fixed-tabs .ui-tabs-nav {
    padding-right: 91px !important;
  }
}
.fixed-tabs .ui-tabs-nav,
.fixed-tabs .wide-background-post:after,
.fixed-tabs .ssba {
  z-index: 100000 !important;
  position: fixed !important;
  top: 125px !important;
}
@media (max-width: 1264px) {
  .fixed-tabs .ui-tabs-nav,
  .fixed-tabs .wide-background-post:after,
  .fixed-tabs .ssba {
    top: 120px !important;
    width: 100%;
  }
}
.fixed-tabs .ssba {
  left: 0;
  right: 0;
  z-index: 100001 !important;
  width: 150px;
  margin-left: 64.3%;
}
@media (max-width: 768px) {
  .fixed-tabs .ssba {
    left: auto;
    right: 12px;
    margin-left: 0;
  }
  .fixed-tabs .ssba > div {
    float: right;
  }
}
.fixed-tabs .food-tour-single .ssba {
  width: 25%;
  margin-left: 66.66666667%;
}
.fixed-tabs .food-tour-single .ssba > div {
  margin-right: 0;
  float: left;
}
@media (max-width: 991px) {
  .fixed-tabs .food-tour-single .ssba > div {
    float: right;
  }
}
#CDSWIDCOE.widCOE .widCOETitle,
#CDSWIDCOE.widCOE .widCOEDate,
#CDSWIDCOE.widCOE .widCOELogo {
  z-index: 2;
}
.ui-tabs .advps-excerpt-one,
.ui-tabs .bx-default-pager {
  display: none;
}
.ui-tabs .bx-viewport {
  max-height: 450px;
}
.ui-tabs .post-title {
  font-size: 34px !important;
  line-height: 35px !important;
  padding-bottom: 25px;
}
.ui-tabs .post-title:after {
  margin-top: 18px !important;
}
.ui-tabs .post-author {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 24px;
}
.ui-tabs .post-date {
  font-size: 13px;
  line-height: 18px;
}
.ui-tabs-nav {
  position: relative;
}
.ui-tabs-nav::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4000px;
  right: -4000px;
  background: #821228;
}
@media (max-width: 769px) {
  .ui-tabs-nav::before {
    left: -12px;
    right: -12px;
  }
}
.i-tabs {
  padding-bottom: 0 !important;
}
.ui-tabs-panel p:last-child {
  margin-bottom: 0;
}
.section-single-post .col-sm-offset-2 > p:first-child {
  margin-top: 30px;
}
.section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.wpts_cl + .ui-tabs-panel > p:first-child:first-letter,
.first-paragraph:first-letter {
  font-size: 70px;
  font-weight: normal;
  line-height: .5;
  margin-right: 5px;
  margin-top: 19px;
  display: block;
  float: left;
}
.food-tour-single .ui-tabs-panel > p:first-child:first-letter {
  float: none !important;
  font-size: inherit !important;
  margin: 0 !important;
  color: #000 !important;
  font-weight: inherit !important;
  display: inline !important;
}
.wordpress-post-tabs .ui-tabs .ui-tabs-panel {
  padding-top: 47px;
}
.fixed-tabs .wordpress-post-tabs .ui-tabs .ui-tabs-panel {
  padding-top: 0;
}
@media (max-width: 502px) {
  .fixed-tabs .wordpress-post-tabs .ui-tabs .ui-tabs-panel {
    padding-top: 0;
  }
}
@media (max-width: 502px) {
  .fixed-tabs .section-single-post {
    padding-top: 106px;
  }
}
.TA_certificateOfExcellence {
  position: relative;
  z-index: 0;
}
.city-name {
  margin: 0 0 16px 0;
  font-size: 30px;
  font-family: 'Avenir';
  line-height: 36px;
  text-transform: uppercase;
}
.team-member {
  margin: 0 0 55px 0;
}
.team-member .team-member__name {
  font-weight: 700;
}
.team-member .team-member__position {
  font-style: italic;
}
.team-member .team-member__info,
.team-member .team-member__name {
  font-size: 20px;
  line-height: 36px;
}
.team-member .team-member__img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .team-member .team-member__description {
    margin-top: -10px;
  }
  .team-member .team-member__img {
    float: left;
    margin: 10px 15px 15px 0;
  }
}
.ms-image {
  overflow: hidden;
}
.ms-image img {
  margin: 0;
}
.body .metaslider .flexslider {
  margin: 0;
}
.body .metaslider .caption {
  padding: 41px 75px 60px 75px;
  font-size: 21px;
  color: #fff;
  line-height: 30px;
}
.body .metaslider .caption-wrap {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  z-index: 9999;
  bottom: -177px;
  -webkit-transition: bottom 0.4s ease-out 0.4s, top 0.4s ease-out 0.4s;
  -moz-transition: bottom 0.4s ease-out 0.4s, top 0.4s ease-out 0.4s;
  -o-transition: bottom 0.4s ease-out 0.4s, top 0.4s ease-out 0.4s;
  transition: bottom 0.4s ease-out 0.4s, top 0.4s ease-out 0.4s;
}
.body .metaslider .caption-wrap:hover {
  bottom: 0;
}
.body .rslides_nav {
  top: 30%;
}
.metaslider .slides img {
  width: auto !important;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
.metaslider .flex-direction-nav {
  display: none;
}
.metaslider .flex-control-nav {
  z-index: 2;
  bottom: 100px;
}
.metaslider .flex-control-nav li a {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background: #ffffff;
}
.metaslider .flex-control-nav li a.flex-active {
  background: #821228;
}
.metaslider .flex-control-nav li a:hover {
  background: #cccccc;
}
.wrapper-wide-slider {
  position: relative;
  overflow: hidden;
}
.wrapper-wide-slider__title {
  position: absolute;
  top: 30%;
  left: 15px;
  right: 15px;
  z-index: 3;
  margin-top: -35px;
  color: #fff;
  font-family: 'Avenir';
  text-shadow: 0 0 7px #000;
  padding-bottom: 42px;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .wrapper-wide-slider__title {
    font-size: 60px;
    line-height: 71px;
  }
}
.wrapper-wide-slider__title span {
  display: block;
  color: inherit;
  font-family: inherit;
  text-shadow: inherit;
  padding-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
}
.wrapper-wide-slider-categories {
  position: relative;
  margin-bottom: 57px;
}
.category-elsewhere .advps-excerpt-one,
.category-beirut .advps-excerpt-one,
.category-berlin .advps-excerpt-one,
.category-cape .advps-excerpt-one,
.category-delhi .advps-excerpt-one,
.category-melbourne .advps-excerpt-one,
.category-new .advps-excerpt-one,
.category-nicosia .advps-excerpt-one,
.category-oaxaca .advps-excerpt-one,
.paulo .advps-excerpt-one,
.category-toronto .advps-excerpt-one,
.category-turin .advps-excerpt-one,
.category-beijing .advps-excerpt-one,
.category-topics-category .advps-excerpt-one,
.category-1139 .advps-excerpt-one {
  display: none;
}
.bx-controls-direction {
  display: none;
}
.section .bx-controls-direction {
  display: block;
}
.show-discription .caption-wrap {
  bottom: 0 !important;
}
.category-food-tours .btn-show-discription {
  display: inline-block;
}
.wr-discription-slider,
.discrition-topic-category {
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  padding: 0;
  height: 76px;
  max-height: 80%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.wr-discription-slider p,
.discrition-topic-category p {
  padding: 41px 75px 60px 75px;
  font-size: 21px;
  color: #fff;
  line-height: 30px;
}
.wr-discription-slider p a,
.discrition-topic-category p a {
  font-size: inherit !important;
}
.wr-discription-slider p span,
.discrition-topic-category p span {
  font-size: inherit !important;
}
.wr-discription-slider:hover,
.discrition-topic-category:hover {
  height: auto;
  overflow-y: auto;
}
.advps-excerpt-one {
  position: absolute;
  z-index: 3;
  bottom: 0;
  padding: 0;
  height: 76px !important;
  max-height: 80%;
  background: rgba(0, 0, 0, 0.7);
}
.advps-excerpt-one:hover {
  height: auto !important;
  overflow-y: auto;
}
.advps-excerpt-one p {
  font-size: 21px !important;
  color: #fff;
  line-height: 30px !important;
}
.show-discription .wr-discription-slider,
.show-discription .discrition-topic-category {
  height: auto;
  overflow-y: auto;
}
.show-discription .discrition-topic-category,
.show-discription .advps-excerpt-one {
  padding: 41px 75px 60px 75px;
}
.show-discription .advps-excerpt-one {
  height: auto !important;
}
.discrition-topic-category,
.advps-excerpt-one {
  padding: 41px 75px 0 75px;
}
.discrition-topic-category:hover,
.advps-excerpt-one:hover {
  padding-bottom: 60px;
}
.category-1139 .info-project-post-slider,
.category-1131 .info-project-post-slider {
  //display: none;
}
.category-1131 .discrition-topic-category {
  display: none;
}
.ui-tabs-panel .advps-slide-container .info-project-post-slider + img {
  min-width: 100%;
}
.ui-tabs-panel .advps-slide-container .info-project-post-slider .post-title {
  padding: 0 50px;
  display: none;
}
.ui-tabs-panel .advps-slide-container .info-project-post-slider .post-title::after {
  display: none;
}
.ui-tabs-panel .advps-slide-container .info-project-post-slider .post-author,
.ui-tabs-panel .advps-slide-container .info-project-post-slider .post-date {
  display: none;
}
.rslides_tabs {
  display: none;
}
.author p {
  padding-right: 0;
  padding-left: 0;
}
.author .block-additional-posts {
  margin-top: 58px;
}
.social-links-correspondent,
.link-follow {
  margin-top: 25px;
}
.social-links-correspondent {
  font-size: 0;
  text-align: center;
}
.social-links-correspondent .social-links-correspondent__link {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  height: 30px;
  width: 30px;
  margin: 0 19px 10px 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.social-links-correspondent .social-links-correspondent__link:last-child {
  margin-right: 0;
}
.social-links-correspondent .social-links-correspondent__link:hover {
  text-decoration: none;
}
.social-links-correspondent .social-links-correspondent__link .fa {
  font-size: 21px;
}
.social-links-correspondent .social-links-correspondent__anchor {
  background: #464646;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.social-links-correspondent .social-links-correspondent__anchor:hover {
  box-shadow: 0 0 2px #464646;
}
.social-links-correspondent .social-links-correspondent__twitter {
  background: #00b3ea;
}
.social-links-correspondent .social-links-correspondent__twitter:hover {
  box-shadow: 0 0 2px #00b3ea;
}
.social-links-correspondent .social-links-correspondent__facebook {
  background: #1b559b;
}
.social-links-correspondent .social-links-correspondent__facebook:hover {
  box-shadow: 0 0 2px #1b559b;
}
.social-links-correspondent .social-links-correspondent__linkedin {
  background: #0098bd;
}
.social-links-correspondent .social-links-correspondent__linkedin:hover {
  box-shadow: 0 0 2px #0098bd;
}
.social-links-correspondent .social-links-correspondent__instagram {
  background: #0d3c5f;
}
.social-links-correspondent .social-links-correspondent__instagram:hover {
  box-shadow: 0 0 2px #0d3c5f;
}
.inf-correspondent {
  text-align: center;
  margin-top: -70px;
}
.inf-correspondent .inf-correspondent-wr-photo {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin: 0 0 20px 0;
  border-radius: 50%;
  border: 1px solid #898989;
  background: #898989;
  text-align: center;
}
.inf-correspondent .wr-avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.inf-correspondent .wr-avatar .avatar {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: auto;
  width: auto;
}
.inf-correspondent .inf-correspondent-photo {
  max-width: 100%;
  margin: 0 0 23px;
}
.inf-correspondent .inf-correspondent-name {
  margin: 0 0 5px 0;
  font-size: 36px;
  font-family: 'Avenir';
}
.wr-link-follow {
  text-align: center;
}
.wpsa-button-wrap {
  display: none;
  position: relative;
}
.wpsa-button-wrap .wpsa-message {
  position: absolute;
  top: 110px;
  right: 0;
  text-align: center;
  color: #008000;
}
.wpsa-button-wrap h4 {
  display: none;
}
.wpsa-subcriber-mail {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
}
.wpsa-subcriber-mail:focus {
  display: block;
}
.wpsa-subscribe-btn {
  display: inline-block;
  border: 2px solid #821228;
  border-radius: 20px;
  padding: 0 23px;
  margin-bottom: 15px;
  color: #821228 !important;
  font-weight: 700;
  font-family: 'Avenir';
  font-size: 16px;
  line-height: 37px;
  background: none;
  margin-top: 25px;
}
.wpsa-subscribe-btn:hover {
  text-decoration: none;
  box-shadow: 0 0 3px #821228;
}
.wpsa-subscribe-btn:hover + .wpsa-subcriber-mail {
  display: block;
}
.wpsa-button-wrap:hover .wpsa-subcriber-mail {
  display: block;
}
.user_logged .wpsa-button-wrap {
  display: block;
}
@media (min-width: 768px) {
  .inf-correspondent .inf-correspondent-name {
    margin: 0 0 55px 0;
  }
  .inf-correspondent-wr-photo {
    margin-top: -70px;
  }
  .social-links-correspondent {
    text-align: left;
  }
  .wr-link-follow {
    text-align: right;
  }
}
.center-menu {
  text-align: center;
}
.center-menu .menu-item:hover {
  background-color: #821228;
  color: #ffffff;
}
.food-tour-single p {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
.food-tour-single .btn-link {
  text-transform: capitalize;
}
.food-tour-single .article__title {
  margin-bottom: 26px;
}
.food-tour-single .article-item_cost {
  margin-bottom: 30px;
  color: #821228;
  font-size: 24px;
  font-family: 'Avenir';
}
.food-tour-single .article-item__actions {
  margin: 0 0 34px 0;
}
.food-tour-single .article-item__info {
  font-size: 18px;
  margin-bottom: 30px;
}
.food-tour-single .article-item__info .article-item__info__additional {
  font-size: inherit;
  font-weight: 700;
}
.food-tour-single .article-item__info .article-item__info__item {
  margin: 0 0 16px 0;
  font-size: inherit;
}
.food-tour-single .article-item__info .article-item__info__item:last-child {
  margin-bottom: 0;
}
.food-tour-single .article-item__info .article-item__info__item b {
  font-size: inherit;
}
.food-tour-single [aria-labelledby="ui-id-5"] ul {
  list-style: inherit;
}
.food-tour-single [aria-labelledby="ui-id-5"] ul li,
.food-tour-single [aria-labelledby="ui-id-5"] ul li a {
  font-size: 18px;
  line-height: 22px;
}
.page-template-page-food-tours .post-preview {
  position: relative;
}
@media (max-width: 768px) {
  .page-template-page-food-tours .post-preview .post-preview__short-text {
    padding-bottom: 42px;
  }
}
.page-template-page-food-tours .show-button-book-now .more-link {
  font-size: 18px;
}
@media (min-width: 768px) {
  .page-template-page-food-tours .show-button-book-now .more-link {
    margin-right: 150px;
  }
}
.page-template-page-food-tours .wrapper-content {
  padding-top: 30px;
}
.page-template-page-food-tours .more-link {
  font-size: 18px;
}
.page-template-page-food-tours .more-link .fa:before {
  position: absolute;
  top: -12px;
  font-size: 12px;
}
.page-template-page-food-tours .btn-preview-book-now {
  position: absolute;
  right: 12px;
  bottom: 33px;
  border: 0;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
  background: none;
  font-family: 'Avenir-Roman';
}
.page-template-page-food-tours .btn-preview-book-now .fa:before {
  position: absolute;
  top: 1px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .page-template-page-food-tours .btn-preview-book-now {
    left: 12px;
    right: inherit;
    bottom: 33px;
  }
}
@media (max-width: 1264px) {
  
}
.article-item__actions__link.btn {
  color: #ffffff !important;
}
.widget_tripadvisor {
  padding-top: 104px;
}
.post-preview__short-text .article__title,
.post-preview__short-text .article-item_cost,
.post-preview__short-text .article-item__actions,
.post-preview__short-text .article-item__info,
.post-preview__short-text .hide-inf-text {
  display: none;
}
.mark-food-tour-single {
  display: none;
}
.mark-food-tour-single + .wide-background-single-post .post-title {
  padding-bottom: 0 !important;
}
.mark-food-tour-single + .wide-background-single-post .post-title:after {
  display: none !important;
}
.mark-food-tour-single + .wide-background-single-post .post-author,
.mark-food-tour-single + .wide-background-single-post .post-date {
  display: none;
}
.shiftnav-wrap {
  min-height: 100%;
}
.main-wrapper-top-navigation {
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
}
.main-wrapper-top-navigation .menu-image {
  margin: 0 auto !important;
}
.wrapper-top-navigation {
  position: relative;
  text-align: center;
  height: 83px;
}
@media (min-width: 768px) {
  .wrapper-top-navigation {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .wrapper-top-navigation .wrapper-top-menu,
  .wrapper-top-navigation .wrapp-search,
  .wrapper-top-navigation .logo-links {
    float: left;
  }
}
.wrapper-top-navigation .menu {
  display: flex;
  margin-left: 69px;
}
.wrapper-top-navigation .menu > .menu-item {
  margin-left: -1px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  display: inline-block;
  float: left;
}
.wrapper-top-navigation .menu > .menu-item > a {
  display: block;
  padding: 0 17px;
  color: #707070;
  font-family: 'Avenir';
  font-size: 14px;
  line-height: 88px;
  white-space: nowrap;
}
.wrapper-top-navigation .menu > .menu-item > a:hover {
  text-decoration: none;
  color: #821228;
}
.wrapper-top-navigation .menu > .menu-item > a:hover:after {
  border-color: #821228 transparent transparent transparent;
}
.wrapper-top-navigation .menu > .menu-item > a .menu-image-title {
  font-family: 'Avenir';
  font-size: 14px;
  text-transform: uppercase;
}
.wrapper-top-navigation .menu > .menu-item:hover {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.wrapper-top-navigation .menu > .menu-item:hover > a {
  padding: 0 17px;
}
.wrapper-top-navigation .menu > .menu-item:hover .sub-menu {
  font-size: 0;
  display: flex;
}
.wrapper-top-navigation .menu > .current-menu-item {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.wrapper-top-navigation .menu > .current-menu-item > a {
  padding: 0 17px;
  color: #821228;
}
.wrapper-top-navigation .menu > .menu-item-has-children > a {
  z-index: 102;
  position: relative;
}
.wrapper-top-navigation .menu > .menu-item-has-children:hover {
  border-right: 1px solid #878787;
  border-left: 1px solid #878787;
}
.wrapper-top-navigation .menu > .menu-item-has-children:hover > a {
  background: #ffffff;
}
.wrapper-top-navigation .menu .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 101;
  display: none;
  margin-top: -1px;
  background: #ffffff;
}
.wrapper-top-navigation .menu .sub-menu:before {
  content: '';
  z-index: -1;
  position: fixed;
  left: 0;
  right: 0;
  height: 119px;
  margin-top: -1px;
  border-bottom: 1px solid #878787;
  border-top: 1px solid #878787;
  background: #ffffff;
}
.wrapper-top-navigation .menu .sub-menu .menu-item {
  display: inline-block;
  width: 123px;
  padding: 24px 15px 18px 0;
}
.wrapper-top-navigation .menu .sub-menu .menu-item:last-child {
  padding-right: 0;
}
.wrapper-top-navigation .menu .sub-menu .menu-item > a {
  display: inline-block;
  width: 100%;
  line-height: 10px;
  padding: 7px 0 8px 0;
  color: #fff;
  text-align: center;
  font-family: 'Avenir';
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-color: transparent;
  background: #a2a2a2;
}
.wrapper-top-navigation .menu .sub-menu .menu-item > a:hover {
  text-decoration: none;
}
.wrapper-top-navigation .menu .sub-menu .menu-item > a:hover > a {
  background: #ffffff;
}
.wrapper-top-navigation .menu .sub-menu .menu-item > a .menu-image-title {
  font-family: 'Avenir';
  font-size: 9px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.wrapper-top-navigation .menu .menu-item-has-children > a:after {
  content: '';
  display: inline-block;
  margin: 0 0 -3px 3px;
  height: 0;
  width: 0;
  border-top: 5px solid #707070;
  border-width: 5px 5px;
  border-style: solid;
  border-color: #707070 transparent transparent transparent;
}
.logo-links {
  display: inline-block;
  margin: 7px auto;
}
@media (max-width: 380px) {
  .logo-links {
    max-width: 62%;
    line-height: 69px;
  }
  .logo-links .logo-mobile {
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .logo-links {
    margin-left: -24px;
    max-width: 70%;
  }
}
.logo-links .logo-links__img {
  display: none;
}
.logo-links .logo-mobile {
  display: inline-block;
  max-width: 100%;
  max-height: 69px;
}
@media (min-width: 767px) {
  .logo-links {
    margin: 10px 0 6px 11px;
  }
  .logo-links .logo-links__img {
    display: inline-block;
  }
  .logo-links .logo-links__img.logo-mobile {
    display: none;
  }
}
.menu-item-12553 a:hover,
.menu-item-13125 a:hover {
  background: #b52b46 !important;
}
.menu-item-12550 a:hover,
.menu-item-13122 a:hover {
  background: #2f69b1 !important;
}
.menu-item-12551 a:hover,
.menu-item-13123 a:hover {
  background: #df9228 !important;
}
.menu-item-12556 a:hover,
.menu-item-13129 a:hover {
  background: #5a5188 !important;
}
.menu-item-12555 a:hover,
.menu-item-13128 a:hover {
  background: #007a8b !important;
}
.menu-item-12557 a:hover,
.menu-item-13130 a:hover {
  background: #df1a25 !important;
}
.menu-item-12558 a:hover,
.menu-item-13131 a:hover {
  background: #18507b !important;
}
.menu-item-12559 a:hover,
.menu-item-13132 a:hover {
  background: #769f34 !important;
}
.menu-item-12554 a:hover,
.menu-item-13127 a:hover {
  background: #2c9d9d !important;
}
.menu-item-12552 a:hover {
  background: #898b8f !important;
}
.menu-item-13124 a:hover,
.menu-item-13126 a:hover {
  background: #821228 !important;
}
.menu-item-18565 a:hover,
.menu-item-18553 a:hover {
  background: #964c9c !important;
}
.menu-item-18567 a:hover,
.menu-item-18571 a:hover,
.menu-item-18676 a:hover {
  background: #c22d21 !important;
}
.menu-item-24517 a:hover,
.menu-item-24536 a:hover {
  background: #3069b2 !important;
}
.menu-item-12562 .sub-menu .menu-item {
  display: block;
}
.menu-item-12562 .sub-menu .menu-item > a .menu-image-title {
  color: #707070;
}
.menu-item-12562 .menu-item a.menu-image-title-below.menu-image-not-hovered img,
.menu-item-12562 .menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  min-width: 100%;
  min-height: 68px;
}
.menu-item-12562 .sub-menu .menu-item > a {
  overflow: hidden;
  position: relative;
  padding-top: 100px !important;
  background: none !important;
}
.menu-item-12562 .sub-menu .menu-item > a .menu-image-title {
  padding-top: 5px !important;
}
.menu-item-12562 .sub-menu .menu-item {
  display: block;
  padding-bottom: 15px !important;
}
.menu-item-12562 .sub-menu {
  flex-wrap: wrap;
  padding-top: 24px;
}
.menu-item-12562 .sub-menu .menu-item {
  width: auto !important;
  min-width: 155px;
  padding-top: 0 !important;
}
.menu-item-12612 .sub-menu .menu-item > a {
  padding: 0 !important;
  text-align: left !important;
}
.menu-item-12612 .menu-item a.menu-image-title-below.menu-image-not-hovered img,
.menu-item-12612 .menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 135px;
  height: auto !important;
}
.menu-item-12612 .sub-menu .menu-item > a {
  padding-top: 128px !important;
  background: none !important;
}
.menu-item-12612 .sub-menu .menu-item > a .menu-image-title {
  color: #707070;
  text-transform: none !important;
  font-size: 14px !important;
  color: #333333;
}
.menu-item-12612 .sub-menu .menu-item {
  width: 100%;
  padding-bottom: 20px;
}
.menu-item-12612 .sub-menu .menu-item > a,
.menu-item-12562 .sub-menu .menu-item > a {
  overflow: hidden;
  position: relative;
  padding-bottom: 0 !important;
}
.menu-item-12612 .sub-menu .menu-item > a .menu-image-title,
.menu-item-12562 .sub-menu .menu-item > a .menu-image-title {
  position: relative;
  z-index: 103;
  display: block;
  padding-top: 10px;
  background: #ffffff;
}
.wrapper-top-navigation .menu-item-12549 .sub-menu .menu-image-title,
.wrapper-top-navigation .menu-item-12561 .sub-menu .menu-image-title {
  color: #ffffff;
}
.wrapper-top-navigation .menu-item-12561 .menu-item {
  width: 111px !important;
}
.menu-item-12562 .sub-menu:before {
  height: 304px !important;
  margin-top: -24px !important;
}
.menu-item-12612 .sub-menu:before {
  height: 207px !important;
}
.menu-item-12612 .sub-menu .menu-item {
  width: 255px !important;
}
#menu-item-13309 .menu-image-title,
#menu-item-14649 .menu-image-title {
  display: none;
}
.menu-item-12549 .sub-menu .menu-item {
  max-width: 10%;
}
@media (min-width: 767px) and (max-width: 1264px) {
  .main-wrapper-top-navigation .logo-links {
    margin-top: 22px;
  }
  .main-wrapper-top-navigation .logo-links .logo-links__img {
    width: 130px;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu > .menu-item > a {
    padding: 0 5px;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu > .menu-item > a .menu-image-title {
    font-size: 10px;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu .sub-menu .menu-item {
    padding-right: 5px;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu .sub-menu .menu-item > a .menu-image-title {
    font-size: 7px;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu .sub-menu .menu-item a img {
    height: 43px !important;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu-item-12561 .menu-item {
    width: 9.09090909% !important;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu-item-12562 .sub-menu::before {
    height: 234px !important;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu-item-12562 .sub-menu .menu-item {
    min-width: 89px;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu-item-12562 .sub-menu .menu-item > a {
    padding-top: 66px !important;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu-item-12612 .sub-menu .menu-item {
    width: 25%;
    max-width: 180px !important;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu-item-12612 .sub-menu .menu-item > a .menu-image-title {
    font-size: 11px !important;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu-item-13309 .menu-image-title-after img,
  .main-wrapper-top-navigation .wrapper-top-navigation .menu-item-14649 .menu-image-title-after img {
    width: 54px !important;
    height: auto !important;
    margin-top: 27px !important;
  }
}
@media (min-width: 767px) and (max-width: 1264px) and (min-width: 992px) {
  .main-wrapper-top-navigation .wrapper-top-navigation .menu > .menu-item > a {
    padding: 0 14px;
  }
  .main-wrapper-top-navigation .wrapper-top-navigation .menu > .menu-item > a .menu-image-title {
    font-size: 11px;
  }
}
@media (min-width: 767px) and (max-width: 1264px) and (min-width: 992px) {
  .main-wrapper-top-navigation .wrapper-top-navigation .menu .sub-menu .menu-item > a .menu-image-title {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-top-navigation .icon-toggle-menu {
    display: inline-block;
    float: left;
  }
  .wrapper-top-navigation .menu{
    margin-left: 19px;
  }
  .wrapper-top-menu {
    z-index: 9999;
    top: 36px;
    bottom: 0;
    left: 0;
    width: 265px;
    overflow-y: auto;
    position: fixed;
    background: #fff;
    border-right: 1px solid #8e8e8e;
    box-shadow: 0 0 7px #8e8e8e inset;
  }
  .wrapper-top-menu .menu-image {
    display: none !important;
  }
  .menu-top-navigation-container .menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .menu-top-navigation-container .menu .menu-item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 2px solid #ebebeb;
  }
  .menu-top-navigation-container .menu .menu-item:hover {
    border: 0;
    border-bottom: 2px solid #ebebeb;
  }
  .menu-top-navigation-container .menu .menu-item:hover a {
    padding: 22px;
  }
  .menu-top-navigation-container .menu .menu-item a {
    position: relative;
    padding: 22px;
    line-height: 14px;
  }
  .menu-top-navigation-container .menu .menu-item a:after {
    position: absolute;
    right: 25px;
    top: 25px;
    border-width: 7px;
  }
  .menu-top-navigation-container .menu .mobile_btn {
    content: '';
    z-index: 10000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    cursor: pointer;
  }
  .menu-top-navigation-container .menu > .menu-item {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .menu-top-navigation-container .menu .menu-item-12612 .sub-menu {
    border: 0;
    background: #cccccc;
  }
  .menu-top-navigation-container .menu .menu-item-12612 .sub-menu:before {
    display: none !important;
  }
  .menu-top-navigation-container .menu .menu-item-12612 .sub-menu .menu-item {
    display: block;
    width: 100% !important;
    max-width: 100%;
    padding: 0 !important;
    line-height: 0;
  }
  .menu-top-navigation-container .menu .menu-item-12612 .sub-menu .menu-item a {
    padding: 13px 22px !important;
    text-align: left;
    background: #a2a2a2 !important;
  }
  .menu-top-navigation-container .menu .menu-item-12612 .sub-menu .menu-item a:hover {
    background: #504f4f !important;
  }
  .menu-top-navigation-container .menu .menu-item-12612 .sub-menu .menu-image-title {
    padding: 0 !important;
    color: #fff !important;
    font-size: 10px !important;
    background: none !important;
    text-transform: uppercase !important;
  }
  .menu-top-navigation-container .menu .sub-menu {
    border: 0;
    background: #cccccc;
  }
  .menu-top-navigation-container .menu .sub-menu:before {
    display: none !important;
  }
  .menu-top-navigation-container .menu .sub-menu .menu-item {
    display: block;
    width: 100% !important;
    max-width: 100%;
    padding: 0 !important;
    line-height: 0;
  }
  .menu-top-navigation-container .menu .sub-menu .menu-item a {
    padding: 13px 22px !important;
    text-align: left;
    background: #a2a2a2 !important;
  }
  .menu-top-navigation-container .menu .sub-menu .menu-item a:hover {
    background: #504f4f !important;
  }
  .menu-top-navigation-container .menu .sub-menu .menu-image-title {
    padding: 0 !important;
    color: #fff !important;
    font-size: 10px !important;
    background: none !important;
    text-transform: uppercase !important;
  }
  /*.menu-item:hover .sub-menu {
    position: static;
    display: block;
  }*/
  .menu-item.menu-item--opened .sub-menu {
    position: static;
    display: block !important;
  }
  .menu-item .sub-menu {
    padding-top: 0;
    /*display: none !important;*/
  }
}
.wrapper-top-menu {
  left: -1000px;
}
.icon-toggle-menu {
  position: relative;
  width: 24px;
  height: 16px;
  margin-top: 36px;
  cursor: pointer;
  display: none;
}
.icon-toggle-menu:hover:after,
.icon-toggle-menu:hover:before {
  border-color: #3f3d3d;
}
.icon-toggle-menu:after {
  bottom: 0;
  left: 0;
  border-top: 2px solid #898989;
  height: 0;
}
.icon-toggle-menu:before {
  top: 0;
  left: 0;
  height: 9px;
  border-top: 2px solid #898989;
  border-bottom: 2px solid #898989;
}
.icon-toggle-menu:after,
.icon-toggle-menu:before {
  content: '';
  position: absolute;
  width: 100%;
}
.opened-mob-nav .wrapper-top-menu {
  left: 0;
}
.opened-mob-nav.body {
  overflow: hidden !important;
}
.opened-mob-nav .icon-toggle-menu {
  position: fixed;
  left: 275px;
  top: 33px;
  z-index: 10000000;
}
.menu-item-12549 .sub-menu .menu-item a,
.menu-item-12561 .sub-menu .menu-item a {
  padding-top: 0 !important;
}
.menu-item-12549 .sub-menu .menu-item a img,
.menu-item-12561 .sub-menu .menu-item a img {
  height: 50px !important;
  padding-bottom: 0;
  padding-top: 3px;
}
.wrapper-mob-nav .menu-item-13309 .menu-image,
.wrapper-mob-nav .menu-item-14649 .menu-image {
  display: block !important;
}
.single-post .section {
  position: relative;
  padding-bottom: 45px;
}
.single-post .google-map-placeholder {
  width: 100% !important;
}
.single-post .alm-btn-wrap {
  display: none;
}
.single-post .alm-reveal .wrapper-element {
  width: 49%;
  float: left;
  padding: 0 6px;
}
@media (max-width: 1265px) {
  .single-post .alm-reveal .wrapper-element {
    width: 100%;
  }
}
.single-post .alm-reveal .wrapper-element:first-child {
  width: 100%;
}
.single-post .alm-reveal .wrapper-element:first-child .post-preview__wr-img {
  float: left;
  width: 65%;
}
.single-post .alm-reveal .wrapper-element:first-child .post-preview__link-img {
  height: 340px;
}
.single-post .alm-reveal .wrapper-element:first-child .post-preview__wr-content {
  float: right;
  width: 35%;
}
@media (max-width: 1265px) {
  .single-post .alm-reveal .wrapper-element:first-child .post-preview__wr-img,
  .single-post .alm-reveal .wrapper-element:first-child .post-preview__wr-content {
    float: none;
    width: auto;
  }
}
.single-post .ajax-load-more-wrap .container {
  max-width: 100%;
}
.pluginSkinLight ._2pi8 {
  padding-left: 0;
  padding-right: 0;
}
.wr-name-photographer-author {
  position: relative;
  margin: 0 8px 15px 8px;
  padding-left: 68px;
  font-size: 0;
}
.wr-name-photographer-author span,
.wr-name-photographer-author a {
  font-size: 14px;
  display: inline-block;
  line-height: 45px;
  font-family: 'Avenir';
  text-transform: uppercase;
}
.wr-name-photographer-author:before {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #821228 url('../img/sprite_img.png') -12px -307px no-repeat;
}
.wr-name-photographer-author.by-photographer {
  margin-top: 10px;
  border-top: 1px solid #333;
  padding-top: 30px;
}
.wr-name-photographer-author.by-author .url {
  font-weight: 400;
}
.wr-name-photographer-author.by-author .hc-details {
  display: none !important;
}
.wr-name-photographer-author.by-author::before {
  background: #821228 url('../img/sprite_img.png') -12px -271px no-repeat;
}
.cgmp-centering-container-handle {
  padding: 0 20px;
  margin-bottom: 10px;
}
.text-inf {
  font-family: Georgia, Times, 'Times New Roman', sans-serif;
}
.text-inf strong,
.text-inf a {
  font-family: inherit;
  font-size: inherit;
}
.payment-btn {
  font-family: 'Avenir-Medium';
  font-size: 18px;
  margin: 10px 0 0 0;
  display: inline-block;
  padding: 10px 20px;
  background: #821228;
  color: #ffffff;
  border-radius: 30px;
  text-shadow: 3px 4px 9px #821228;
  -webkit-transition: background 0.2s ease-out 0.2s;
  -moz-transition: background 0.2s ease-out 0.2s;
  -o-transition: background 0.2s ease-out 0.2s;
  transition: background 0.2s ease-out 0.2s;
}
.payment-btn:hover,
.payment-btn:visited {
  color: #ffffff;
}
.payment-btn:hover {
  background: rgba(136, 22, 45, 0.78);
  -webkit-transition: background 0.2s ease-out 0.2s;
  -moz-transition: background 0.2s ease-out 0.2s;
  -o-transition: background 0.2s ease-out 0.2s;
  transition: background 0.2s ease-out 0.2s;
}
.page-security-badge .page-security-badge__img {
  max-width: 60px;
}
.wr-post-info--opened {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 15%;
}
@media (min-width: 768px) {
  .wr-post-info--opened {
    top: 25%;
  }
}
.wr-post-info--opened:hover {
  text-decoration: none;
}
.wr-post-info--opened .post-title,
.wr-post-info--opened .post-author,
.wr-post-info--opened .post-date {
  text-align: center;
  color: #fff;
  font-family: 'Avenir';
  text-shadow: 0 0 7px #000000;
}
.wr-post-info--opened .post-title {
  padding-bottom: 25px;
  text-align: center;
  font-size: 40px;
  line-height: 43px;
}
@media (min-width: 1500px) {
  .wr-post-info--opened .post-title {
    padding-bottom: 42px;
    font-size: 60px;
    line-height: 71px;
  }
}
@media (max-width: 400px) {
  .wr-post-info--opened .post-title {
    padding-bottom: 23px;
    font-size: 21px;
    line-height: 30px;
  }
}
.wr-post-info--opened .post-title:after {
  content: '';
  display: block;
  margin: 0 auto;
  margin-top: 12px;
  height: 0;
  width: 40%;
  max-width: 370px;
  border-top: 2px solid #ffffff;
}
@media (min-width: 768px) {
  .wr-post-info--opened .post-title:after {
    width: 85%;
    margin-top: 36px;
  }
}
@media (max-height: 290px) {
  .wr-post-info--opened .post-title {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .wr-post-info--opened .post-title:after {
    width: 40%;
  }
  .wr-post-info--opened .post-author {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .wr-post-info--opened .post-date {
    font-size: 12px;
  }
}
@media (max-height: 400px) {
  .wr-post-info--opened .post-title {
    padding-bottom: 16px;
  }
  .wr-post-info--opened .post-title:after {
    margin-top: 4px;
  }
}
.wr-post-info--opened .post-author,
.wr-post-info--opened .post-author a {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Avenir';
}
.wr-post-info--opened .post-date {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
.link-lightbox {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 768px) {
  .wr-post-info--opened .post-title:after {
    margin-top: 4px;
  }
  .wr-post-info--opened .post-author {
    margin-bottom: 13px;
    font-size: 17px;
  }
  .wr-post-info--opened .post-date {
    font-size: 15px;
  }
}
.wrapper-top-image {
  position: relative;
  font-size: 0;
}
.wrapper-top-image .top-image {
  min-width: 100%;
  max-width: 100%;
  height: auto !important;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.wide-background-single-post .wrapper-top-image .top-image{ max-height: 500px !important; } 

.category-istanbul .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-istanbul .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-istanbul .first-paragraph:first-letter {
  color: #b52b46;
}
.category-istanbul .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-istanbul .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-istanbul .first-paragraph:first-letter {
  color: #b52b46;
}
.category-istanbul .article-item__actions__link.btn {
  color: #fff !important;
  background: #b52b46;
}
.category-istanbul .article-item__actions__link.btn-link:hover {
  color: #b52b46;
  text-decoration: underline !important;
}
.category-istanbul .article-item_cost {
  color: #b52b46;
}
.category-istanbul a {
  color: #b52b46;
}
.category-istanbul .wrapper-top-navigation a:hover {
  color: #b52b46 !important;
}
.category-istanbul .wrapper-top-navigation a:hover:after {
  border-color: #b52b46 transparent transparent transparent !important;
}
.category-istanbul .bg-header {
  background: #b52b46;
}
.category-istanbul .post-preview__author a,
.category-istanbul .more-link {
  color: #b52b46;
}
.category-istanbul .alm-load-more-btn {
  background: #b52b46;
}
.category-istanbul .alm-load-more-btn:hover {
  background: #bf3550;
}
.category-istanbul .alm-load-more-btn.done {
  background: #b52b46;
}
.category-istanbul .yikes-easy-mc-submit-button {
  background: #b52b46;
}
.category-istanbul .yikes-easy-mc-submit-button:hover {
  background: #bf3550;
}
.category-istanbul .ui-tabs-nav::before {
  background: #b52b46 !important;
}
.category-istanbul .btn-preview-book-now:hover {
  color: #b52b46;
}
.category-istanbul .wr-name-photographer-author:before {
  background-color: #b52b46;
}
.category-istanbul .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-istanbul .link-city-cat::before {
  background-image: url('../img/icon-cities/icon3.png');
}
.category-istanbul .wr-link-adw .link-adw {
  background: url('../img/adv/adv1.png') no-repeat;
}
.category-athens .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-athens .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-athens .first-paragraph:first-letter {
  color: #2f69b1;
}
.category-athens .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-athens .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-athens .first-paragraph:first-letter {
  color: #2f69b1;
}
.category-athens .article-item__actions__link.btn {
  color: #fff !important;
  background: #2f69b1;
}
.category-athens .article-item__actions__link.btn-link:hover {
  color: #2f69b1;
  text-decoration: underline !important;
}
.category-athens .article-item_cost {
  color: #2f69b1;
}
.category-athens a {
  color: #2f69b1;
}
.category-athens .wrapper-top-navigation a:hover {
  color: #2f69b1 !important;
}
.category-athens .wrapper-top-navigation a:hover:after {
  border-color: #2f69b1 transparent transparent transparent !important;
}
.category-athens .bg-header {
  background: #2f69b1;
}
.category-athens .post-preview__author a,
.category-athens .more-link {
  color: #2f69b1;
}
.category-athens .alm-load-more-btn {
  background: #2f69b1;
}
.category-athens .alm-load-more-btn:hover {
  background: #3973bb;
}
.category-athens .alm-load-more-btn.done {
  background: #2f69b1;
}
.category-athens .yikes-easy-mc-submit-button {
  background: #2f69b1;
}
.category-athens .yikes-easy-mc-submit-button:hover {
  background: #3973bb;
}
.category-athens .ui-tabs-nav::before {
  background: #2f69b1 !important;
}
.category-athens .btn-preview-book-now:hover {
  color: #2f69b1;
}
.category-athens .wr-name-photographer-author:before {
  background-color: #2f69b1;
}
.category-athens .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-athens .link-city-cat::before {
  background-image: url('../img/icon-cities/icon1.png');
}
.category-athens .wr-link-adw .link-adw {
  background: url('../img/adv/adv2.png') no-repeat;
}
.category-oaxaca .yikes-easy-mc-submit-button {
    background-color:#fbb544 !important;
}
.category-oaxaca .yikes-easy-mc-submit-button:hover {
    background-color:#fbb544 !important;
}

.category-barcelona .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-barcelona .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-barcelona .first-paragraph:first-letter {
  color: #df9228;
}
.category-barcelona .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-barcelona .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-barcelona .first-paragraph:first-letter {
  color: #df9228;
}
.category-barcelona .article-item__actions__link.btn {
  color: #fff !important;
  background: #df9228;
}
.category-barcelona .article-item__actions__link.btn-link:hover {
  color: #df9228;
  text-decoration: underline !important;
}
.category-barcelona .article-item_cost {
  color: #df9228;
}
.category-barcelona a {
  color: #df9228;
}
.category-barcelona .wrapper-top-navigation a:hover {
  color: #df9228 !important;
}
.category-barcelona .wrapper-top-navigation a:hover:after {
  border-color: #df9228 transparent transparent transparent !important;
}
.category-barcelona .bg-header {
  background: #df9228;
}
.category-barcelona .post-preview__author a,
.category-barcelona .more-link {
  color: #df9228;
}
.category-barcelona .alm-load-more-btn {
  background: #df9228;
}
.category-barcelona .alm-load-more-btn:hover {
  background: #e99c32;
}
.category-barcelona .alm-load-more-btn.done {
  background: #df9228;
}
.category-barcelona .yikes-easy-mc-submit-button {
  background: #df9228;
}
.category-barcelona .yikes-easy-mc-submit-button:hover {
  background: #e99c32;
}
.category-barcelona .ui-tabs-nav::before {
  background: #df9228 !important;
}
.category-barcelona .btn-preview-book-now:hover {
  color: #df9228;
}
.category-barcelona .wr-name-photographer-author:before {
  background-color: #df9228;
}
.category-barcelona .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-barcelona .link-city-cat::before {
  background-image: url('../img/icon-cities/icon2.png');
}
.category-barcelona .wr-link-adw .link-adw {
  background: url('../img/adv/adv3.png') no-repeat;
}
.category-rio .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-rio .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-rio .first-paragraph:first-letter {
  color: #5a5188;
}
.category-rio .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-rio .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-rio .first-paragraph:first-letter {
  color: #5a5188;
}
.category-rio .article-item__actions__link.btn {
  color: #fff !important;
  background: #5a5188;
}
.category-rio .article-item__actions__link.btn-link:hover {
  color: #5a5188;
  text-decoration: underline !important;
}
.category-rio .article-item_cost {
  color: #5a5188;
}
.category-rio a {
  color: #5a5188;
}
.category-rio .wrapper-top-navigation a:hover {
  color: #5a5188 !important;
}
.category-rio .wrapper-top-navigation a:hover:after {
  border-color: #5a5188 transparent transparent transparent !important;
}
.category-rio .bg-header {
  background: #5a5188;
}
.category-rio .post-preview__author a,
.category-rio .more-link {
  color: #5a5188;
}
.category-rio .alm-load-more-btn {
  background: #5a5188;
}
.category-rio .alm-load-more-btn:hover {
  background: #645b92;
}
.category-rio .alm-load-more-btn.done {
  background: #5a5188;
}
.category-rio .yikes-easy-mc-submit-button {
  background: #5a5188;
}
.category-rio .yikes-easy-mc-submit-button:hover {
  background: #645b92;
}
.category-rio .ui-tabs-nav::before {
  background: #5a5188 !important;
}
.category-rio .btn-preview-book-now:hover {
  color: #5a5188;
}
.category-rio .wr-name-photographer-author:before {
  background-color: #5a5188;
}
.category-rio .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-rio .link-city-cat::before {
  background-image: url('../img/icon-cities/icon6.png');
}
.category-rio .wr-link-adw .link-adw {
  background: url('../img/adv/adv4.png') no-repeat;
}
.category-mexico .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-mexico-city .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-mexico .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-mexico-city .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-mexico .first-paragraph:first-letter,
.category-mexico-city .first-paragraph:first-letter {
  color: #007a8b;
}
.category-mexico .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-mexico-city .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-mexico .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-mexico-city .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-mexico .first-paragraph:first-letter,
.category-mexico-city .first-paragraph:first-letter {
  color: #007a8b;
}
.category-mexico .article-item__actions__link.btn,
.category-mexico-city .article-item__actions__link.btn {
  color: #fff !important;
  background: #007a8b;
}
.category-mexico .article-item__actions__link.btn-link:hover,
.category-mexico-city .article-item__actions__link.btn-link:hover {
  color: #007a8b;
  text-decoration: underline !important;
}
.category-mexico .article-item_cost,
.category-mexico-city .article-item_cost {
  color: #007a8b;
}
.category-mexico a,
.category-mexico-city a {
  color: #007a8b;
}
.category-mexico .wrapper-top-navigation a:hover,
.category-mexico-city .wrapper-top-navigation a:hover {
  color: #007a8b !important;
}
.category-mexico .wrapper-top-navigation a:hover:after,
.category-mexico-city .wrapper-top-navigation a:hover:after {
  border-color: #007a8b transparent transparent transparent !important;
}
.category-mexico .bg-header,
.category-mexico-city .bg-header {
  background: #007a8b;
}
.category-mexico .post-preview__author a,
.category-mexico-city .post-preview__author a,
.category-mexico .more-link,
.category-mexico-city .more-link {
  color: #007a8b;
}
.category-mexico .alm-load-more-btn,
.category-mexico-city .alm-load-more-btn {
  background: #007a8b;
}
.category-mexico .alm-load-more-btn:hover,
.category-mexico-city .alm-load-more-btn:hover {
  background: #0a8495;
}
.category-mexico .alm-load-more-btn.done,
.category-mexico-city .alm-load-more-btn.done {
  background: #007a8b;
}
.category-mexico .yikes-easy-mc-submit-button,
.category-mexico-city .yikes-easy-mc-submit-button {
  background: #007a8b;
}
.category-mexico .yikes-easy-mc-submit-button:hover,
.category-mexico-city .yikes-easy-mc-submit-button:hover {
  background: #0a8495;
}
.category-mexico .ui-tabs-nav::before,
.category-mexico-city .ui-tabs-nav::before {
  background: #007a8b !important;
}
.category-mexico .btn-preview-book-now:hover,
.category-mexico-city .btn-preview-book-now:hover {
  color: #007a8b;
}
.category-mexico .wr-name-photographer-author:before,
.category-mexico-city .wr-name-photographer-author:before {
  background-color: #007a8b;
}
.category-mexico .link-city-cat::before,
.category-mexico-city .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-mexico .link-city-cat::before,
.category-mexico-city .link-city-cat::before {
  background-image: url('../img/icon-cities/icon5.png');
}
.category-mexico .wr-link-adw .link-adw,
.category-mexico-city .wr-link-adw .link-adw {
  background: url('../img/adv/adv5.png') no-repeat;
}
.category-shanghai .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-shanghai .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-shanghai .first-paragraph:first-letter {
  color: #df1a25;
}
.category-shanghai .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-shanghai .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-shanghai .first-paragraph:first-letter {
  color: #df1a25;
}
.category-shanghai .article-item__actions__link.btn {
  color: #fff !important;
  background: #df1a25;
}
.category-shanghai .article-item__actions__link.btn-link:hover {
  color: #df1a25;
  text-decoration: underline !important;
}
.category-shanghai .article-item_cost {
  color: #df1a25;
}
.category-shanghai a {
  color: #df1a25;
}
.category-shanghai .wrapper-top-navigation a:hover {
  color: #df1a25 !important;
}
.category-shanghai .wrapper-top-navigation a:hover:after {
  border-color: #df1a25 transparent transparent transparent !important;
}
.category-shanghai .bg-header {
  background: #df1a25;
}
.category-shanghai .post-preview__author a,
.category-shanghai .more-link {
  color: #df1a25;
}
.category-shanghai .alm-load-more-btn {
  background: #df1a25;
}
.category-shanghai .alm-load-more-btn:hover {
  background: #e9242f;
}
.category-shanghai .alm-load-more-btn.done {
  background: #df1a25;
}
.category-shanghai .yikes-easy-mc-submit-button {
  background: #df1a25;
}
.category-shanghai .yikes-easy-mc-submit-button:hover {
  background: #e9242f;
}
.category-shanghai .ui-tabs-nav::before {
  background: #df1a25 !important;
}
.category-shanghai .btn-preview-book-now:hover {
  color: #df1a25;
}
.category-shanghai .wr-name-photographer-author:before {
  background-color: #df1a25;
}
.category-shanghai .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-shanghai .link-city-cat::before {
  background-image: url('../img/icon-cities/icon7.png');
}
.category-shanghai .wr-link-adw .link-adw {
  background: url('../img/adv/adv6.png') no-repeat;
}
.category-tbilisi .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-tbilisi .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-tbilisi .first-paragraph:first-letter {
  color: #18507b;
}
.category-tbilisi .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-tbilisi .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-tbilisi .first-paragraph:first-letter {
  color: #18507b;
}
.category-tbilisi .article-item__actions__link.btn {
  color: #fff !important;
  background: #18507b;
}
.category-tbilisi .article-item__actions__link.btn-link:hover {
  color: #18507b;
  text-decoration: underline !important;
}
.category-tbilisi .article-item_cost {
  color: #18507b;
}
.category-tbilisi a {
  color: #18507b;
}
.category-tbilisi .wrapper-top-navigation a:hover {
  color: #18507b !important;
}
.category-tbilisi .wrapper-top-navigation a:hover:after {
  border-color: #18507b transparent transparent transparent !important;
}
.category-tbilisi .bg-header {
  background: #18507b;
}
.category-tbilisi .post-preview__author a,
.category-tbilisi .more-link {
  color: #18507b;
}
.category-tbilisi .alm-load-more-btn {
  background: #18507b;
}
.category-tbilisi .alm-load-more-btn:hover {
  background: #225a85;
}
.category-tbilisi .alm-load-more-btn.done {
  background: #18507b;
}
.category-tbilisi .yikes-easy-mc-submit-button {
  background: #18507b;
}
.category-tbilisi .yikes-easy-mc-submit-button:hover {
  background: #225a85;
}
.category-tbilisi .ui-tabs-nav::before {
  background: #18507b !important;
}
.category-tbilisi .btn-preview-book-now:hover {
  color: #18507b;
}
.category-tbilisi .wr-name-photographer-author:before {
  background-color: #18507b;
}
.category-tbilisi .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-tbilisi .link-city-cat::before {
  background-image: url('../img/icon-cities/icon8.png');
}
.category-tbilisi .wr-link-adw .link-adw {
  background: url('../img/adv/adv7.png') no-repeat;
}
.category-tokyo .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-tokyo .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-tokyo .first-paragraph:first-letter {
  color: #769f34;
}
.category-tokyo .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-tokyo .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-tokyo .first-paragraph:first-letter {
  color: #769f34;
}
.category-tokyo .article-item__actions__link.btn {
  color: #fff !important;
  background: #769f34;
}
.category-tokyo .article-item__actions__link.btn-link:hover {
  color: #769f34;
  text-decoration: underline !important;
}
.category-tokyo .article-item_cost {
  color: #769f34;
}
.category-tokyo a {
  color: #769f34;
}
.category-tokyo .wrapper-top-navigation a:hover {
  color: #769f34 !important;
}
.category-tokyo .wrapper-top-navigation a:hover:after {
  border-color: #769f34 transparent transparent transparent !important;
}
.category-tokyo .bg-header {
  background: #769f34;
}
.category-tokyo .post-preview__author a,
.category-tokyo .more-link {
  color: #769f34;
}
.category-tokyo .alm-load-more-btn {
  background: #769f34;
}
.category-tokyo .alm-load-more-btn:hover {
  background: #80a93e;
}
.category-tokyo .alm-load-more-btn.done {
  background: #769f34;
}
.category-tokyo .yikes-easy-mc-submit-button {
  background: #769f34;
}
.category-tokyo .yikes-easy-mc-submit-button:hover {
  background: #80a93e;
}
.category-tokyo .ui-tabs-nav::before {
  background: #769f34 !important;
}
.category-tokyo .btn-preview-book-now:hover {
  color: #769f34;
}
.category-tokyo .wr-name-photographer-author:before {
  background-color: #769f34;
}
.category-tokyo .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-tokyo .link-city-cat::before {
  background-image: url('../img/icon-cities/icon9.png');
}
.category-tokyo .wr-link-adw .link-adw {
  background: url('../img/adv/adv8.png') no-repeat;
}
.category-lisbon .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-lisbon .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-lisbon .first-paragraph:first-letter {
  color: #2c9d9d;
}
.category-lisbon .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-lisbon .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-lisbon .first-paragraph:first-letter {
  color: #2c9d9d;
}
.category-lisbon .article-item__actions__link.btn {
  color: #fff !important;
  background: #2c9d9d;
}
.category-lisbon .article-item__actions__link.btn-link:hover {
  color: #2c9d9d;
  text-decoration: underline !important;
}
.category-lisbon .article-item_cost {
  color: #2c9d9d;
}
.category-lisbon a {
  color: #2c9d9d;
}
.category-lisbon .wrapper-top-navigation a:hover {
  color: #2c9d9d !important;
}
.category-lisbon .wrapper-top-navigation a:hover:after {
  border-color: #2c9d9d transparent transparent transparent !important;
}
.category-lisbon .bg-header {
  background: #2c9d9d;
}
.category-lisbon .post-preview__author a,
.category-lisbon .more-link {
  color: #2c9d9d;
}
.category-lisbon .alm-load-more-btn {
  background: #2c9d9d;
}
.category-lisbon .alm-load-more-btn:hover {
  background: #36a7a7;
}
.category-lisbon .alm-load-more-btn.done {
  background: #2c9d9d;
}
.category-lisbon .yikes-easy-mc-submit-button {
  background: #2c9d9d;
}
.category-lisbon .yikes-easy-mc-submit-button:hover {
  background: #36a7a7;
}
.category-lisbon .ui-tabs-nav::before {
  background: #2c9d9d !important;
}
.category-lisbon .btn-preview-book-now:hover {
  color: #2c9d9d;
}
.category-lisbon .wr-name-photographer-author:before {
  background-color: #2c9d9d;
}
.category-lisbon .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-lisbon .link-city-cat::before {
  background-image: url('../img/icon-cities/icon4.png');
}
.category-lisbon .wr-link-adw .link-adw {
  background: url('../img/adv/adv9.png') no-repeat;
}
.category-lisbon .btn-preview-book-now:hover {
  color: #2c9d9d;
}
.category-queens .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-queens .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-queens .first-paragraph:first-letter {
  color: #964c9c;
}
.category-queens .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-queens .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-queens .first-paragraph:first-letter {
  color: #964c9c;
}
.category-queens .article-item__actions__link.btn {
  color: #fff !important;
  background: #964c9c;
}
.category-queens .article-item__actions__link.btn-link:hover {
  color: #964c9c;
  text-decoration: underline !important;
}
.category-queens .article-item_cost {
  color: #964c9c;
}
.category-queens a {
  color: #964c9c;
}
.category-queens .wrapper-top-navigation a:hover {
  color: #964c9c !important;
}
.category-queens .wrapper-top-navigation a:hover:after {
  border-color: #964c9c transparent transparent transparent !important;
}
.category-queens .bg-header {
  background: #964c9c;
}
.category-queens .post-preview__author a,
.category-queens .more-link {
  color: #964c9c;
}
.category-queens .alm-load-more-btn {
  background: #964c9c;
}
.category-queens .alm-load-more-btn:hover {
  background: #a056a6;
}
.category-queens .alm-load-more-btn.done {
  background: #964c9c;
}
.category-queens .yikes-easy-mc-submit-button {
  background: #964c9c;
}
.category-queens .yikes-easy-mc-submit-button:hover {
  background: #a056a6;
}
.category-queens .ui-tabs-nav::before {
  background: #964c9c !important;
}
.category-queens .btn-preview-book-now:hover {
  color: #964c9c;
}
.category-queens .wr-name-photographer-author:before {
  background-color: #964c9c;
}
.category-queens .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-queens .link-city-cat::before {
  background-image: url('../img/icon-cities/icon_queens.png');
}
.category-queens .wr-link-adw .link-adw {
  background: url('../img/adv/queens_cw_banner.png') no-repeat;
}
.category-queens .btn-preview-book-now:hover {
  color: #964c9c;
}
.category-naples .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-naples .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-naples .first-paragraph:first-letter {
  color: #c22d21;
}
.category-naples .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-naples .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-naples .first-paragraph:first-letter {
  color: #c22d21;
}
.category-naples .article-item__actions__link.btn {
  color: #fff !important;
  background: #c22d21;
}
.category-naples .article-item__actions__link.btn-link:hover {
  color: #c22d21;
  text-decoration: underline !important;
}
.category-naples .article-item_cost {
  color: #c22d21;
}
.category-naples a {
  color: #c22d21;
}
.category-naples .wrapper-top-navigation a:hover {
  color: #c22d21 !important;
}
.category-naples .wrapper-top-navigation a:hover:after {
  border-color: #c22d21 transparent transparent transparent !important;
}
.category-naples .bg-header {
  background: #c22d21;
}
.category-naples .post-preview__author a,
.category-naples .more-link {
  color: #c22d21;
}
.category-naples .alm-load-more-btn {
  background: #c22d21;
}
.category-naples .alm-load-more-btn:hover {
  background: #cc372b;
}
.category-naples .alm-load-more-btn.done {
  background: #c22d21;
}
.category-naples .yikes-easy-mc-submit-button {
  background: #c22d21;
}
.category-naples .yikes-easy-mc-submit-button:hover {
  background: #cc372b;
}
.category-naples .ui-tabs-nav::before {
  background: #c22d21 !important;
}
.category-naples .btn-preview-book-now:hover {
  color: #c22d21;
}
.category-naples .wr-name-photographer-author:before {
  background-color: #c22d21;
}
.category-naples .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-naples .link-city-cat::before {
  background-image: url('../img/icon-cities/icon_naples.png');
}
.category-naples .wr-link-adw .link-adw {
  background: url('../img/adv/naples_cw_banner.png') no-repeat;
}
.category-naples .btn-preview-book-now:hover {
  color: #c22d21;
}
.category-porto .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-porto .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-porto .first-paragraph:first-letter {
  color: #3069b2;
}
.category-porto .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-porto .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-porto .first-paragraph:first-letter {
  color: #3069b2;
}
.category-porto .article-item__actions__link.btn {
  color: #fff !important;
  background: #3069b2;
}
.category-porto .article-item__actions__link.btn-link:hover {
  color: #3069b2;
  text-decoration: underline !important;
}
.category-porto .article-item_cost {
  color: #3069b2;
}
.category-porto a {
  color: #3069b2;
}
.category-porto .wrapper-top-navigation a:hover {
  color: #3069b2 !important;
}
.category-porto .wrapper-top-navigation a:hover:after {
  border-color: #3069b2 transparent transparent transparent !important;
}
.category-porto .bg-header {
  background: #3069b2;
}
.category-porto .post-preview__author a,
.category-porto .more-link {
  color: #3069b2;
}
.category-porto .alm-load-more-btn {
  background: #3069b2;
}
.category-porto .alm-load-more-btn:hover {
  background: #3a73bc;
}
.category-porto .alm-load-more-btn.done {
  background: #3069b2;
}
.category-porto .yikes-easy-mc-submit-button {
  background: #3069b2;
}
.category-porto .yikes-easy-mc-submit-button:hover {
  background: #3a73bc;
}
.category-porto .ui-tabs-nav::before {
  background: #3069b2 !important;
}
.category-porto .btn-preview-book-now:hover {
  color: #3069b2;
}
.category-porto .wr-name-photographer-author:before {
  background-color: #3069b2;
}
.category-porto .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-porto .link-city-cat::before {
  background-image: url('../img/icon-cities/icon-porto.png');
}
.category-porto .wr-link-adw .link-adw {
  background: url('../img/adv/adv2.png') no-repeat;
}
.category-porto .btn-preview-book-now:hover {
  color: #3069b2;
}
.category-beirut .link-city-cat,
.category-berlin .link-city-cat,
.category-cape .link-city-cat,
.category-delhi .link-city-cat,
.category-melbourne .link-city-cat,
.category-new .link-city-cat,
.category-nicosia .link-city-cat,
.category-oaxaca .link-city-cat,
.paulo .link-city-cat,
.category-toronto .link-city-cat,
.category-turin .link-city-cat,
.category-beijing .link-city-cat {
  padding-left: 0;
}
.category-beirut .link-city-cat:before,
.category-berlin .link-city-cat:before,
.category-cape .link-city-cat:before,
.category-delhi .link-city-cat:before,
.category-melbourne .link-city-cat:before,
.category-new .link-city-cat:before,
.category-nicosia .link-city-cat:before,
.category-oaxaca .link-city-cat:before,
.paulo .link-city-cat:before,
.category-toronto .link-city-cat:before,
.category-turin .link-city-cat:before,
.category-beijing .link-city-cat:before {
  display: none;
}
.category-beijing .link-city-cat:nth-child(2),
.category-elsewhere .link-city-cat:nth-child(2) {
  display: none;
}
.category-elsewhere .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-beirut .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-berlin .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-cape .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-delhi .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-melbourne .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-new .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-nicosia .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-oaxaca .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.paulo .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-toronto .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-turin .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-beijing .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-elsewhere .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-beirut .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-berlin .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-cape .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-delhi .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-melbourne .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-new .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-nicosia .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-oaxaca .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.paulo .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-toronto .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-turin .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-beijing .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-elsewhere .first-paragraph:first-letter,
.category-beirut .first-paragraph:first-letter,
.category-berlin .first-paragraph:first-letter,
.category-cape .first-paragraph:first-letter,
.category-delhi .first-paragraph:first-letter,
.category-melbourne .first-paragraph:first-letter,
.category-new .first-paragraph:first-letter,
.category-nicosia .first-paragraph:first-letter,
.category-oaxaca .first-paragraph:first-letter,
.paulo .first-paragraph:first-letter,
.category-toronto .first-paragraph:first-letter,
.category-turin .first-paragraph:first-letter,
.category-beijing .first-paragraph:first-letter {
  color: #898b8f;
}
.category-elsewhere .article-item__actions__link.btn,
.category-beirut .article-item__actions__link.btn,
.category-berlin .article-item__actions__link.btn,
.category-cape .article-item__actions__link.btn,
.category-delhi .article-item__actions__link.btn,
.category-melbourne .article-item__actions__link.btn,
.category-new .article-item__actions__link.btn,
.category-nicosia .article-item__actions__link.btn,
.category-oaxaca .article-item__actions__link.btn,
.paulo .article-item__actions__link.btn,
.category-toronto .article-item__actions__link.btn,
.category-turin .article-item__actions__link.btn,
.category-beijing .article-item__actions__link.btn {
  color: #fff !important;
  background: #898b8f;
}
.category-elsewhere .article-item__actions__link.btn-link:hover,
.category-beirut .article-item__actions__link.btn-link:hover,
.category-berlin .article-item__actions__link.btn-link:hover,
.category-cape .article-item__actions__link.btn-link:hover,
.category-delhi .article-item__actions__link.btn-link:hover,
.category-melbourne .article-item__actions__link.btn-link:hover,
.category-new .article-item__actions__link.btn-link:hover,
.category-nicosia .article-item__actions__link.btn-link:hover,
.category-oaxaca .article-item__actions__link.btn-link:hover,
.paulo .article-item__actions__link.btn-link:hover,
.category-toronto .article-item__actions__link.btn-link:hover,
.category-turin .article-item__actions__link.btn-link:hover,
.category-beijing .article-item__actions__link.btn-link:hover {
  color: #898b8f;
  text-decoration: underline !important;
}
.category-elsewhere .article-item_cost,
.category-beirut .article-item_cost,
.category-berlin .article-item_cost,
.category-cape .article-item_cost,
.category-delhi .article-item_cost,
.category-melbourne .article-item_cost,
.category-new .article-item_cost,
.category-nicosia .article-item_cost,
.category-oaxaca .article-item_cost,
.paulo .article-item_cost,
.category-toronto .article-item_cost,
.category-turin .article-item_cost,
.category-beijing .article-item_cost {
  color: #898b8f;
}
.category-elsewhere .link-city-cat,
.category-beirut .link-city-cat,
.category-berlin .link-city-cat,
.category-cape .link-city-cat,
.category-delhi .link-city-cat,
.category-melbourne .link-city-cat,
.category-new .link-city-cat,
.category-nicosia .link-city-cat,
.category-oaxaca .link-city-cat,
.paulo .link-city-cat,
.category-toronto .link-city-cat,
.category-turin .link-city-cat,
.category-beijing .link-city-cat {
  display: inline-block;
}
.category-elsewhere a,
.category-beirut a,
.category-berlin a,
.category-cape a,
.category-delhi a,
.category-melbourne a,
.category-new a,
.category-nicosia a,
.category-oaxaca a,
.paulo a,
.category-toronto a,
.category-turin a,
.category-beijing a {
  color: #898b8f;
}
.category-elsewhere .wrapper-top-navigation a:hover,
.category-beirut .wrapper-top-navigation a:hover,
.category-berlin .wrapper-top-navigation a:hover,
.category-cape .wrapper-top-navigation a:hover,
.category-delhi .wrapper-top-navigation a:hover,
.category-melbourne .wrapper-top-navigation a:hover,
.category-new .wrapper-top-navigation a:hover,
.category-nicosia .wrapper-top-navigation a:hover,
.category-oaxaca .wrapper-top-navigation a:hover,
.paulo .wrapper-top-navigation a:hover,
.category-toronto .wrapper-top-navigation a:hover,
.category-turin .wrapper-top-navigation a:hover,
.category-beijing .wrapper-top-navigation a:hover {
  color: #898b8f !important;
}
.category-elsewhere .wrapper-top-navigation a:hover:after,
.category-beirut .wrapper-top-navigation a:hover:after,
.category-berlin .wrapper-top-navigation a:hover:after,
.category-cape .wrapper-top-navigation a:hover:after,
.category-delhi .wrapper-top-navigation a:hover:after,
.category-melbourne .wrapper-top-navigation a:hover:after,
.category-new .wrapper-top-navigation a:hover:after,
.category-nicosia .wrapper-top-navigation a:hover:after,
.category-oaxaca .wrapper-top-navigation a:hover:after,
.paulo .wrapper-top-navigation a:hover:after,
.category-toronto .wrapper-top-navigation a:hover:after,
.category-turin .wrapper-top-navigation a:hover:after,
.category-beijing .wrapper-top-navigation a:hover:after {
  border-color: #898b8f transparent transparent transparent !important;
}
.category-elsewhere .bg-header,
.category-beirut .bg-header,
.category-berlin .bg-header,
.category-cape .bg-header,
.category-delhi .bg-header,
.category-melbourne .bg-header,
.category-new .bg-header,
.category-nicosia .bg-header,
.category-oaxaca .bg-header,
.paulo .bg-header,
.category-toronto .bg-header,
.category-turin .bg-header,
.category-beijing .bg-header {
  background: #898b8f;
}
.category-elsewhere .post-preview__author a,
.category-beirut .post-preview__author a,
.category-berlin .post-preview__author a,
.category-cape .post-preview__author a,
.category-delhi .post-preview__author a,
.category-melbourne .post-preview__author a,
.category-new .post-preview__author a,
.category-nicosia .post-preview__author a,
.category-oaxaca .post-preview__author a,
.paulo .post-preview__author a,
.category-toronto .post-preview__author a,
.category-turin .post-preview__author a,
.category-beijing .post-preview__author a,
.category-elsewhere .more-link,
.category-beirut .more-link,
.category-berlin .more-link,
.category-cape .more-link,
.category-delhi .more-link,
.category-melbourne .more-link,
.category-new .more-link,
.category-nicosia .more-link,
.category-oaxaca .more-link,
.paulo .more-link,
.category-toronto .more-link,
.category-turin .more-link,
.category-beijing .more-link {
  color: #898b8f;
}
.category-elsewhere .alm-load-more-btn,
.category-beirut .alm-load-more-btn,
.category-berlin .alm-load-more-btn,
.category-cape .alm-load-more-btn,
.category-delhi .alm-load-more-btn,
.category-melbourne .alm-load-more-btn,
.category-new .alm-load-more-btn,
.category-nicosia .alm-load-more-btn,
.category-oaxaca .alm-load-more-btn,
.paulo .alm-load-more-btn,
.category-toronto .alm-load-more-btn,
.category-turin .alm-load-more-btn,
.category-beijing .alm-load-more-btn {
  background: #898b8f;
}
.category-elsewhere .alm-load-more-btn:hover,
.category-beirut .alm-load-more-btn:hover,
.category-berlin .alm-load-more-btn:hover,
.category-cape .alm-load-more-btn:hover,
.category-delhi .alm-load-more-btn:hover,
.category-melbourne .alm-load-more-btn:hover,
.category-new .alm-load-more-btn:hover,
.category-nicosia .alm-load-more-btn:hover,
.category-oaxaca .alm-load-more-btn:hover,
.paulo .alm-load-more-btn:hover,
.category-toronto .alm-load-more-btn:hover,
.category-turin .alm-load-more-btn:hover,
.category-beijing .alm-load-more-btn:hover {
  background: #939599;
}
.category-elsewhere .alm-load-more-btn.done,
.category-beirut .alm-load-more-btn.done,
.category-berlin .alm-load-more-btn.done,
.category-cape .alm-load-more-btn.done,
.category-delhi .alm-load-more-btn.done,
.category-melbourne .alm-load-more-btn.done,
.category-new .alm-load-more-btn.done,
.category-nicosia .alm-load-more-btn.done,
.category-oaxaca .alm-load-more-btn.done,
.paulo .alm-load-more-btn.done,
.category-toronto .alm-load-more-btn.done,
.category-turin .alm-load-more-btn.done,
.category-beijing .alm-load-more-btn.done {
  background: #898b8f;
}
.category-elsewhere .yikes-easy-mc-submit-button,
.category-beirut .yikes-easy-mc-submit-button,
.category-berlin .yikes-easy-mc-submit-button,
.category-cape .yikes-easy-mc-submit-button,
.category-delhi .yikes-easy-mc-submit-button,
.category-melbourne .yikes-easy-mc-submit-button,
.category-new .yikes-easy-mc-submit-button,
.category-nicosia .yikes-easy-mc-submit-button,
.category-oaxaca .yikes-easy-mc-submit-button,
.paulo .yikes-easy-mc-submit-button,
.category-toronto .yikes-easy-mc-submit-button,
.category-turin .yikes-easy-mc-submit-button,
.category-beijing .yikes-easy-mc-submit-button {
  background: #898b8f;
}
.category-elsewhere .yikes-easy-mc-submit-button:hover,
.category-beirut .yikes-easy-mc-submit-button:hover,
.category-berlin .yikes-easy-mc-submit-button:hover,
.category-cape .yikes-easy-mc-submit-button:hover,
.category-delhi .yikes-easy-mc-submit-button:hover,
.category-melbourne .yikes-easy-mc-submit-button:hover,
.category-new .yikes-easy-mc-submit-button:hover,
.category-nicosia .yikes-easy-mc-submit-button:hover,
.category-oaxaca .yikes-easy-mc-submit-button:hover,
.paulo .yikes-easy-mc-submit-button:hover,
.category-toronto .yikes-easy-mc-submit-button:hover,
.category-turin .yikes-easy-mc-submit-button:hover,
.category-beijing .yikes-easy-mc-submit-button:hover {
  background: #939599;
}
.category-elsewhere .ui-tabs-nav::before,
.category-beirut .ui-tabs-nav::before,
.category-berlin .ui-tabs-nav::before,
.category-cape .ui-tabs-nav::before,
.category-delhi .ui-tabs-nav::before,
.category-melbourne .ui-tabs-nav::before,
.category-new .ui-tabs-nav::before,
.category-nicosia .ui-tabs-nav::before,
.category-oaxaca .ui-tabs-nav::before,
.paulo .ui-tabs-nav::before,
.category-toronto .ui-tabs-nav::before,
.category-turin .ui-tabs-nav::before,
.category-beijing .ui-tabs-nav::before {
  background: #898b8f !important;
}
.category-elsewhere .link-city-cat::before,
.category-beirut .link-city-cat::before,
.category-berlin .link-city-cat::before,
.category-cape .link-city-cat::before,
.category-delhi .link-city-cat::before,
.category-melbourne .link-city-cat::before,
.category-new .link-city-cat::before,
.category-nicosia .link-city-cat::before,
.category-oaxaca .link-city-cat::before,
.paulo .link-city-cat::before,
.category-toronto .link-city-cat::before,
.category-turin .link-city-cat::before,
.category-beijing .link-city-cat::before {
  background-image: url('../img/icon-cities/icon10.png');
}
.page-template-page-food-tours .wrap-food-tours-menu .menu-item a:hover span,
.category-istanbul .wrap-food-tours-menu .menu-item a:hover span,
.category-athens .wrap-food-tours-menu .menu-item a:hover span,
.category-barcelona .wrap-food-tours-menu .menu-item a:hover span,
.category-rio .wrap-food-tours-menu .menu-item a:hover span,
.category-mexico .wrap-food-tours-menu .menu-item a:hover span,
.category-mexico-city .wrap-food-tours-menu .menu-item a:hover span,
.category-shanghai .wrap-food-tours-menu .menu-item a:hover span,
.category-tbilisi .wrap-food-tours-menu .menu-item a:hover span,
.category-tokyo .wrap-food-tours-menu .menu-item a:hover span,
.category-lisbon .wrap-food-tours-menu .menu-item a:hover span,
.category-porto .wrap-food-tours-menu .menu-item a:hover span,
.category-elsewhere .wrap-food-tours-menu .menu-item a:hover span {
  color: #ffffff !important;
}
.section .wrap-food-tours-menu .menu-item-12636.current-menu-item,
.section .wrap-food-tours-menu .menu-item-12636:hover {
  background: #b52b46;
}
.section .wrap-food-tours-menu .menu-item-12637.current-menu-item,
.section .wrap-food-tours-menu .menu-item-12637:hover {
  background: #2f69b1;
}
.section .wrap-food-tours-menu .menu-item-12638.current-menu-item,
.section .wrap-food-tours-menu .menu-item-12638:hover {
  background: #df9228;
}
.section .wrap-food-tours-menu .menu-item-12643.current-menu-item,
.section .wrap-food-tours-menu .menu-item-12643:hover {
  background: #df1a25;
}
.section .wrap-food-tours-menu .menu-item-12642.current-menu-item,
.section .wrap-food-tours-menu .menu-item-12642:hover {
  background: #5a5188;
}
.section .wrap-food-tours-menu .menu-item-12641.current-menu-item,
.section .wrap-food-tours-menu .menu-item-12641:hover {
  background: #007a8b;
}
.section .wrap-food-tours-menu .menu-item-12843.current-menu-item,
.section .wrap-food-tours-menu .menu-item-12843:hover {
  background: #18507b;
}
.section .wrap-food-tours-menu .menu-item-12844.current-menu-item,
.section .wrap-food-tours-menu .menu-item-12844:hover {
  background: #769f34;
}
.section .wrap-food-tours-menu .menu-item-12842.current-menu-item,
.section .wrap-food-tours-menu .menu-item-12842:hover {
  background: #2c9d9d;
}
.section .wrap-food-tours-menu .menu-item-18553.current-menu-item,
.section .wrap-food-tours-menu .menu-item-18553:hover {
  background: #964c9c;
}
.section .wrap-food-tours-menu .menu-item-18571.current-menu-item,
.section .wrap-food-tours-menu .menu-item-18676.current-menu-item,
.section .wrap-food-tours-menu .menu-item-18571:hover,
.section .wrap-food-tours-menu .menu-item-18676:hover {
  background: #c22d21;
}
.section .wrap-food-tours-menu .menu-item-24517.current-menu-item,
.section .wrap-food-tours-menu .menu-item-24536.current-menu-item,
.section .wrap-food-tours-menu .menu-item-24517:hover,
.section .wrap-food-tours-menu .menu-item-24536:hover {
  background: #3069b2;
}
.section .wrap-food-tours-menu .menu-item-12639.current-menu-item,
.section .wrap-food-tours-menu .menu-item-12640.current-menu-item,
.section .wrap-food-tours-menu .menu-item-12639:hover,
.section .wrap-food-tours-menu .menu-item-12640:hover {
  background: #821228;
}
.category-istanbul .link-city-cat,
.category-athens .link-city-cat,
.category-barcelona .link-city-cat,
.category-rio .link-city-cat,
.category-mexico .link-city-cat,
.category-mexico-city .link-city-cat,
.category-shanghai .link-city-cat,
.category-tbilisi .link-city-cat,
.category-tokyo .link-city-cat,
.category-lisbon .link-city-cat,
.category-elsewhere .link-city-cat,
.category-queens .link-city-cat,
.category-naples .link-city-cat,
.category-marseille .link-city-cat,
.category-porto .link-city-cat {
  display: inline-block;
}
.menu-culinary-walks-container .menu {
  text-align: center;
}
.menu-culinary-walks-container .menu-item {
  display: inline-block;
}
.wrap-food-tours-menu {
  padding: 18px 0;
}
.wrap-food-tours-menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.wrap-food-tours-menu .menu-item {
  margin: 0;
  border: 0;
}
.wrap-food-tours-menu .menu-item:hover {
  margin: 0;
  border: 0;
}
.wrap-food-tours-menu .menu-item a {
  display: inline-block;
  padding: 0 33px;
}
.wrap-food-tours-menu .menu-item a span {
  color: #707070;
  font-family: 'Avenir';
  font-size: 18px;
  text-transform: uppercase;
  line-height: 32px;
  white-space: nowrap;
}
.wrap-food-tours-menu .menu-item a:hover {
  margin: 0;
  padding: 0 33px;
  border: 0;
  text-decoration: none;
}
.wrap-food-tours-menu .menu-item a:hover span {
  color: #821228;
}
.wrap-food-tours-menu .menu-item.current-menu-item {
  background: #821228;
}
.wrap-food-tours-menu .menu-item.current-menu-item a span {
  color: #ffffff;
}
.page-id-2951 .post-title:after {
  display: none;
}
.page-id-2951 .post-author,
.page-id-2951 .post-date {
  display: none;
}
.page-id-15 .post-title:after {
  display: none;
}
.page-id-15 .post-author,
.page-id-15 .post-date {
  display: none;
}
.page-id-15 .wide-background-post {
  display: none;
}
.page-id-15 .section {
  padding-top: 150px;
}
.page-id-7228 .post-title:after {
  display: none;
}
.page-id-7228 .post-author,
.page-id-7228 .post-date {
  display: none;
}
.page-id-7228 .wide-background-post {
  display: none;
}
.walks-press-title,
.walks-faq-title {
  font-family: 'Museo500';
  font-size: 18px;
  line-height: 26px;
  color: #821228;
}
.press {
  margin-bottom: 18px;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: #74c390;
}
.item:nth-child(2) {
  background: #51bce8;
}
.item:nth-child(3) {
  background: #e46653;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 99;
}
.bx-pager {
  bottom: 10px !important;
}
.bx-pager .bx-pager-link {
  width: 8px !important;
  height: 8px !important;
  margin: 0 7px !important;
  background: #ffffff !important;
}
.bx-pager .bx-pager-link.active {
  background: #821228 !important;
}
.wide-background-post .wide-img {
  width: 100%;
  height: auto;
}
.bx-wrapper {
  margin-bottom: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto !important;
}
.category-projects-category .post-preview,
.category-topics-category .post-preview,
.category-elsewhere .post-preview,
.category-backstreet_feed-category .post-preview {
  padding: 0 0 43px 0;
}
.category-projects-category .more-link,
.category-topics-category .more-link,
.category-elsewhere .more-link,
.category-backstreet_feed-category .more-link {
  font-size: 18px;
}
.category-projects-category .more-link .fa,
.category-topics-category .more-link .fa,
.category-elsewhere .more-link .fa,
.category-backstreet_feed-category .more-link .fa {
  left: inherit;
  position: relative;
  margin-left: 3px;
  top: 3px;
}
.category-projects-category .more-link .fa:before,
.category-topics-category .more-link .fa:before,
.category-elsewhere .more-link .fa:before,
.category-backstreet_feed-category .more-link .fa:before {
  position: absolute;
  top: -16px;
  font-size: 12px;
}
.info-project-post-slider {
  position: absolute;
  width: 100%;
}
@media (max-height: 400px) {
  .info-project-post-slider {
    margin-top: -82px;
  }
  .info-project-post-slider .post-title {
    padding-bottom: 16px;
  }
}
@media (max-height: 290px) {
  .info-project-post-slider {
    margin-top: -60px;
  }
  .info-project-post-slider .post-title {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .info-project-post-slider .post-title:after {
    width: 40%;
  }
  .info-project-post-slider .post-author {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .info-project-post-slider .post-date {
    font-size: 12px;
  }
}
.advps-excerpt-one {
  position: absolute;
  min-height: 50px;
}
.advs-title {
  display: none;
}
.advps-overlay-one {
  background: none !important;
  opacity: 1 !important;
}
.press__wr-links {
  padding: 21px 28px;
  border: 1px solid #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.press__wr-links__item {
  max-width: 160px;
  display: flex;
}
.press__wr-links__item a {
  display: flex;
  text-align: center;
  margin: 0 13px;
  justify-content: center;
  align-items: center;
}
.press__wr-links__item a img {
  max-width: 100%;
  max-height: 60px;
}
.press__title {
  margin-bottom: 4px;
  font-family: 'Museo300';
  font-size: 18px;
  color: #000;
  text-align: center;
}
.topics-category-wide-img {
  margin-bottom: 57px;
}
.topics-category-wide-img .post-title:after {
  display: none;
}
.topics-category-wide-img:after {
  display: none !important;
}
.topics-category-wide-img .post-title:after {
  content: '';
  display: block;
  margin: 0 auto;
  margin-top: 12px;
  height: 0;
  width: 40%;
  max-width: 370px;
  border-top: 2px solid #ffffff;
}
@media (min-width: 768px) {
  .topics-category-wide-img .post-title:after {
    width: 85%;
    margin-top: 36px;
  }
}
.discrition-topic-category {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 21px;
  color: #fff;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.7);
}
.page-template-page-our-story .post-title {
  padding: 0;
  position: relative;
  z-index: 1;
}
.page-template-page-our-story .post-title:after {
  display: none;
}
.wr-users-profile {
  display: none;
}
.wr-users-profile.show_profiles {
  display: block;
}
.search .wrapp-search-text {
  margin: 0 0 58px 0;
  padding: 15px 0;
  background: #ececec;
}
.search .search-text-title {
  font-size: 18px;
  font-family: 'Avenir-Medium';
  padding-top: 8px;
}
.search .search-result-text {
  font-size: 18px;
  font-family: 'Avenir';
}
.search .search-text-discription {
  padding-top: 10px;
  font-size: 18px;
  font-family: 'Avenir-Medium';
}
.search .link-city-cat {
  display: none;
}
.search-form {
/*  display: none;*/
}
.wrapp-search {
  position: absolute;
  top: 27px;
  right: 0;
}
.wrapp-search .search-submit {
  display: none;
}
.wrapp-search .icon-opened {
  display: inline-block;
}
.wrapp-search .icon-search--opened {
  position: absolute;
  border: 0;
  margin-left: -34px;
  background: url('../img/sprite_img.png') no-repeat 0 0;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.wrapp-search .icon-search--close {
  position: absolute;
  right: 23px;
  border: 0;
  margin-left: -34px;
  background: url('../img/sprite_img.png') no-repeat 10px -25px;
  display: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.wrapp-search .search-field {
  width: 100%;
  font-size: 28px;
  line-height: 28px;
  color: #acacac;
  font-family: 'Avenir-Roman';
  border: 0;
  border-bottom: 2px solid #898989;
  background: none;
}
.search-opened .search-form {
  display: block;
}
.search-opened .wrapp-search {
  left: 55px;
  right: 0;
  padding: 0 40px 0 34px;
}
@media (min-width: 1264px) {
  .search-opened .wrapp-search {
    left: 248px;
  }
}
.search-opened .wrapper-top-menu {
  display: none;
}
.search-opened .search-submit {
  display: inline-block;
}
.search-opened .icon-opened {
  display: none;
}
.search-opened .icon-search--opened {
  display: inline-block;
}
.search-opened .icon-search--opened.icon-opened {
  display: none;
}
.search-opened .icon-search--close {
  display: inline-block;
}
.search-opened .logo-links {
  display: none;
}
@media (min-width: 1264px) {
  .search-opened .logo-links {
    display: inline-block;
  }
}
.logout-block {
  display: none;
}
.logged-in .regist-block {
  display: none;
}
.logged-in .logout-block {
  display: inline-block;
}
.wr-registration-block,
.wr-popup-block {
  display: none;
}
.opened-regestr-form,
.opened-login-form {
  overflow: hidden;
}
.opened-regestr-form .wr-popup {
  display: flex;
  display: block;
}
.opened-regestr-form .wr-registration-block {
  display: block;
}
.opened-login-form .wr-popup {
  display: flex;
  display: block;
}
.opened-login-form .wr-popup-block {
  display: block;
}
.wr-registration-by-email {
  display: none;
}
.opened_form_by_email .wr-registration-by-email {
  display: block;
}
.opened_form_by_email .btn-show-email-form {
  display: none;
}
.btn-show-email-form {
  display: inline-block;
  cursor: pointer;
  background: #55a32a;
}
.btn-show-email-form:hover {
  background: #478226;
  color: #fff;
  text-decoration: none;
}
.wr-registration-social-btns {
  margin-bottom: 22px;
}
.wr-popup,
.wr-popup-passport {
  display: none;
  position: fixed;
  z-index: 100000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  overflow: hidden;
  overflow-y: auto;
  overflow-x: auto;
  min-width: 320px;
}
.wr-popup .text-default-form,
.wr-popup-passport .text-default-form,
.wr-popup .link-default-form,
.wr-popup-passport .link-default-form {
  font-size: 18px;
}
.wr-popup .text-default-form,
.wr-popup-passport .text-default-form {
  margin-bottom: 15px;
  font-family: 'helveticaneuecyrroman';
}
.wr-popup .link-default-form,
.wr-popup-passport .link-default-form {
  font-family: 'helveticaneuecyrbold';
}
.wr-popup .text-default-form,
.wr-popup-passport .text-default-form {
  text-align: center;
}
.login-page-title {
  padding: 24px 0 33px 0;
  font-family: 'Museo300';
  font-size: 30px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.btn-close-popup {
  position: fixed;
  top: 18px;
  right: 18px;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background: #808080;
  cursor: pointer;
}
.wr-popup__content {
  width: 100%;
  height: 100%;
  text-align: center;
}
.btn-show-email-form,
.btn-social {
  font-family: 'helveticaneuecyrbold';
  font-size: 16px;
  border-radius: 2px;
  line-height: 42px;
  border: 0;
  text-align: center;
  width: 100%;
  max-width: 280px;
  color: #ffffff !important;
}
.wr-registration-block {
  text-align: center;
}
.wr-registration-block .mo-openid-app-icons {
  display: block;
  text-align: center;
}
.wr-registration-block .mo-openid-app-icons .btn-social {
  display: block;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 12px;
  text-transform: none;
  text-align: left;
  padding-left: 52px;
}
.wr-registration-block .mo-openid-app-icons .btn-social > :first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  width: 40px;
  line-height: 42px;
  left: 0;
}
.wr-registration-block .mo-openid-app-icons .btn-social .fa-facebook {
  font-size: 33px;
  top: 1px;
}
.wr-registration-block .mo-openid-app-icons .btn-social .fa-google-plus {
  font-size: 21px;
  top: -7px;
}
.wr-registration-block .mo-openid-app-icons .btn-social .fa-linkedin {
  font-size: 27px;
  top: -7px;
}
.wr-registration-block .wr-separate-text {
  position: relative;
  max-width: 253px;
  margin: 0 auto;
  line-height: 34px;
  font-size: 14px;
  color: #333333;
}
.wr-registration-block .wr-separate-text span {
  padding: 0 5px;
  z-index: 2;
  position: relative;
  background: #ffffff;
}
.wr-registration-block .wr-separate-text::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 0;
  width: 100%;
  border-top: 1px solid #333333;
}
.form-users .wppb-user-forms {
  text-align: center;
}
@media (min-width: 768px) {
  .form-users .wppb-user-forms {
    min-width: 545px;
  }
}
.form-users .wppb-user-forms ul {
  margin: 0 auto;
}
.form-users label {
  font-family: 'helveticaneuecyrroman';
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  line-height: 36px;
}
.form-users .login-username,
.form-users .login-password {
  text-align: center;
}
.form-users .login-username label,
.form-users .login-password label {
  display: none;
}
.form-users .text-input,
.form-users .input {
  padding: 0 10px !important;
  font-family: 'helveticaneuecyrroman' !important;
  font-size: 13px !important;
  border-color: #aaa !important;
  background: #fff !important;
  line-height: 34px;
  border-radius: 2px;
  color: #959595 !important;
  max-width: 281px;
}
.form-users .text-input:focus,
.form-users .input:focus {
  border-color: #333333;
}
.form-users input:-webkit-autofill {
  padding: 0 10px !important;
  font-family: 'helveticaneuecyrroman' !important;
  font-size: 13px !important;
  border-color: #aaa !important;
  background: #fff !important;
  line-height: 34px;
  border-radius: 2px;
  color: #959595 !important;
}
.form-users .login-remember {
  display: none;
}
.form-users .input {
  float: none !important;
}
.form-users .form-submit .submit {
  display: inline-block;
  cursor: pointer;
  background: #55a32a;
  font-family: 'helveticaneuecyrbold';
  font-size: 16px;
  border-radius: 2px;
  line-height: 42px;
  border: 0;
  text-align: center;
  width: 100%;
  max-width: 280px;
  color: #ffffff !important;
}
.form-users .form-submit .submit:hover {
  background: #478226;
  color: #fff;
  text-decoration: none;
}
.form-users .login-username {
  padding-bottom: 12px !important;
}
.form-users .login-password {
  padding-bottom: 9px !important;
}
.form-users .button-primary {
  display: inline-block;
  cursor: pointer;
  background: #55a32a;
  font-family: 'helveticaneuecyrbold';
  font-size: 16px;
  border-radius: 2px;
  line-height: 42px;
  text-align: center;
  width: 100%;
  max-width: 280px;
  color: #fff !important;
  border: 0;
  background: #821228;
}
.form-users .button-primary:hover {
  background: #478226;
  color: #fff;
  text-decoration: none;
}
.form-users .button-primary:hover {
  background: #a70e2c;
}
.form-users .login-password {
  margin-bottom: 42px !important;
}
.form-users .login-password + a {
  position: absolute;
  top: 95px;
  left: 50%;
  margin-left: -46px;
  font-size: 11px;
  font-family: 'helveticaneuecyrroman';
}
@media (max-width: 401px) {
  .form-users .login-password + a {
    top: 170px;
  }
}
.form-users .login-submit {
  padding-bottom: 8px !important;
}
.form-users #loginform {
  position: relative;
}
.registration-form-link-logo {
  margin: 0 auto;
  margin-top: 15px;
  display: inline-block;
}
.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label {
  width: auto !important;
  min-width: 170px;
  float: none !important;
}
.wppb-form-field input,
.wppb-form-field input[type="text"],
.wppb-form-field input[type="email"],
.wppb-form-field input[type="url"],
.wppb-form-field input[type="password"],
.wppb-form-field input[type="search"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-checkboxes,
.wppb-radios,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input {
  float: none !important;
}
.woocommerce-page {
  background: #ffffff;
}
.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4,
.woocommerce-page h5,
.woocommerce-page h6 {
  margin-bottom: 10px;
  font-size: 21px;
}
.woocommerce-page h1 + p,
.woocommerce-page h2 + p,
.woocommerce-page h3 + p,
.woocommerce-page h4 + p,
.woocommerce-page h5 + p,
.woocommerce-page h6 + p {
  margin-top: 0;
}
.woocommerce-page address {
  padding-left: 0;
}
.woocommerce-page .edit {
  display: inline-block;
}
.woocommerce-page p {
  padding: 0;
}
.woocommerce-page .shop-menu {
  background: #ececec;
  margin-bottom: 58px;
}
.woocommerce-page .section .page-title,
.woocommerce-page .section .woocommerce-result-count,
.woocommerce-page .section .woocommerce-ordering {
  display: none;
}
.woocommerce-page .products {
  text-align: center;
}
.woocommerce-page .products .product {
  position: relative;
  min-width: 300px;
  display: inline-block;
  margin: 0 !important;
  width: 33% !important;
  margin: 0 0 25px 0;
  padding: 0 25px 25px 0 !important;
}
@media (max-width: 645px) {
  .woocommerce-page .products .product {
    text-align: center;
    float: none !important;
  }
}
.woocommerce-page .products .product > a {
  display: inline-block;
}
.woocommerce-page .products .product > a:first-child {
  min-height: 549px;
}
@media (max-width: 995px) {
  .woocommerce-page .products .product > a:first-child {
    min-height: inherit;
  }
}
.woocommerce-page .products .product > a:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.woocommerce-page .products .product a:first-child {
  display: block;
  margin-bottom: 66px !important;
}
.woocommerce-page .products .product a:first-child h3 {
  text-align: left;
  font-size: 28px;
  line-height: 31px;
  padding: 5px 0 10px 0;
}
.woocommerce-page .products .product a:first-child .amount {
  font-family: 'Avenir';
  font-size: 14px;
  text-transform: uppercase;
  color: #821228;
}
.woocommerce-page .products .product .attachment-shop_catalog {
  border: 1px solid #e1e1e1;
  padding: 58px 77px;
}
.woocommerce-page .products .product .attachment-shop_catalog:hover {
  border-color: #444444;
}
.woocommerce-page .products .product .add_to_cart_button,
.woocommerce-page .products .product .product_type_external {
  position: absolute;
  left: 0;
  bottom: 25px;
  text-transform: uppercase;
  font-family: 'Avenir';
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border-radius: 3px;
  padding: 0 20px;
  background: #821228;
}
.woocommerce-page .products .product .add_to_cart_button:hover,
.woocommerce-page .products .product .product_type_external:hover {
  background: #9a0724;
}
.woocommerce-page .products .product .added_to_cart {
  font-family: 'Avenir';
  font-size: 16px;
  margin-left: 15px;
}
.woocommerce-page .type-product .images,
.woocommerce-page .type-product .summary {
  float: none !important;
  width: auto !important;
}
.woocommerce-page .type-product .images .attachment-shop_single {
  max-width: 422px !important;
}
.woocommerce-page .type-product .summary {
  padding-left: 11px;
}
.woocommerce-page .type-product .summary p {
  padding: 0;
}
.woocommerce-page .type-product .product_title {
  font-size: 36px;
  line-height: 40px;
}
.woocommerce-page .type-product .price {
  padding: 0;
  text-align: left;
}
.woocommerce-page .type-product .amount {
  padding: 0;
  font-family: 'Avenir';
  font-size: 24px;
  text-transform: uppercase;
  color: #821228;
}
.woocommerce-page .type-product .single_add_to_cart_button {
  text-transform: uppercase;
  font-family: 'Avenir';
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border-radius: 3px;
  padding: 0 20px;
  background: #821228 !important;
}
.woocommerce-page .type-product .single_add_to_cart_button:hover {
  background: #9a0724 !important;
}
.woocommerce-page .type-product .quantity .input-text {
  width: 80px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #ccc;
  font-size: 23px;
  color: #333;
  font-family: 'Avenir-Roman';
}
@media (min-width: 768px) {
  .woocommerce-page .type-product .images {
    padding-left:0px;
  }
  .woocommerce-page .type-product .summary {
    padding-right: 105px;
  }
}
.woocommerce-page .woocommerce-message {
  font-family: 'Avenir-Roman';
  font-size: 16px;
}
.woocommerce-page .woocommerce-message a {
  display: none;
}
.woocommerce-page .comments-facebook,
.woocommerce-page .fb-comments {
  display: none;
}
.woocommerce-page .wr-short-description p {
  text-align: left;
  color: #333;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.woocommerce-page.single-product [itemprop="description"] {
  display: none;
}
.woocommerce-cart {
  margin-top: 126px;
}
.menu-shop-menu-container .menu {
  margin-right: 12px;
}
.menu-shop-menu-container .menu .menu-item {
  float: right;
  text-transform: uppercase;
  line-height: 44px;
  margin-left: 32px;
}
.menu-shop-menu-container .menu .menu-item a {
  color: #333333;
}
.menu-shop-menu-container .menu .menu-item a:hover {
  text-decoration: none;
  color: #821228;
}
.menu-shop-menu-container .menu .menu-item .menu-image-title {
  color: inherit;
  font-size: 12px;
  font-family: 'Avenir';
}
.menu-shop-menu-container .menu .menu-item .menu-image-title:hover {
  color: inherit;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: auto;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#place_order,
.edit {
  text-transform: uppercase;
  font-family: 'Avenir';
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border-radius: 3px;
  padding: 0 20px;
  background: #821228;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
#place_order:hover,
.edit:hover {
  background: #9a0724;
  color: #fff;
  text-decoration: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height:40px; border-radius:4px;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  line-height: 30px;
  margin-left: 10px;
}
.woocommerce-checkout-payment .checkbox {
  padding-left: 20px;
}
.woocommerce-checkout-payment .checkbox .input-checkbox {
  top: 2px;
  left: 0;
}
.woocommerce-page ul.products li.first {
  clear: none;
}
@media (max-width: 767px) {
  .separate-item.item-3-row:nth-child(3n + 3) {
    display: none;
  }
  .separate-item.item-3-row:nth-child(4n + 4) {
    display: block;
  }
}
.woocommerce .modal-dialog {
  margin-top: 190px;
}
.woocommerce .modal-dialog .modal-content {
  padding: 20px 15px;
}
.woocommerce .modal-dialog .dialog-title {
  font-size: 20px;
  line-height: 22px;
  font-family: 'Avenir';
}
.woocommerce .modal-dialog .dialog-text {
  line-height: 20px;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0;
}
.woocommerce .modal-dialog button.close {
  margin-right: 15px;
  margin-top: 10px;
  position: relative;
  z-index: 100000;
}
.woocommerce .modal-dialog button.close span {
  font-size: 24px;
}
.modal-open .header {
  z-index: 1;
}
.wrapper-content-passport {
  padding-top: 60px;
  padding-bottom: 45px;
}
.wide-background-passport:after {
  display: none;
}
.wide-background-passport.user_logged .btn-registration,
.wide-background-passport.user_logged .wr-text-login {
  display: none;
}
.wide-background-passport.user_logged .btn-show-passport {
  display: inline-block;
}
.wide-background-passport .post-title {
  position: relative;
  padding-top: 82px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 47px;
}
.wide-background-passport .post-title:before {
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -28px;
  content: '';
  display: inline-block;
  background: url('../img/sprite_img.png') 0 -196px no-repeat;
  width: 56px;
  height: 70px;
}
.wide-background-passport .post-title:after {
  margin-top: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.wide-background-passport .post-author {
  margin-bottom: 32px;
  text-align: center;
}
.wr-button-passport {
  text-align: center;
  margin: 0 0 25px;
}
.btn-show-passport {
  display: none;
}
.btn-passport {
  min-width: 230px;
  padding: 0 15px;
  border-radius: 4px;
  border: 0;
  margin: 0 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Avenir';
  text-align: center;
  line-height: 50px;
}
.btn-passport.btn-join {
  background: #821228;
}
.btn-passport.btn-login-passport {
  background: #a79237;
}
.btn-passport.btn-show-passport {
  background: #a79237;
}
.wr-text-login {
  color: #fff;
  font-size: 16px;
  font-family: 'Avenir';
  text-align: center;
}
.wr-text-login a {
  position: relative;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  text-transform: uppercase;
}
.wr-text-login a .fa {
  position: absolute;
  top: 3px;
  font-size: 12px;
  right: -9px;
}
.wr-popup-passport {
  overflow-y: hidden;
}
.wr-passport {
  padding-top: 50px;
  padding-bottom: 50px;
  max-height: 100%;
}
.wr-popup-passport {
  display: none;
}
.show-passport {
  overflow: hidden;
}
.show-passport .wr-popup-passport {
  display: block;
}
#magazine {
  margin: 0 auto;
  width: 814px;
  height: 587px;
}
#magazine .turn-page {
  background-color: transparent;
  background-size: cover;
  background-position: 0 0;
}
#magazine .even-page .bg-img-passport-page {
  background: url('../img/book-cover-in-r.png') 0 0 no-repeat;
}
#magazine .cover-page {
  background: none;
}
#magazine .passport-page {
  position: relative;
}
#magazine .bg-img-passport-page {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url('../img/book-cover-in-l.png') 0 0 no-repeat;
}
.wr-block-content-passport {
  position: relative;
  overflow: hidden;
  padding: 65px 73px 6px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .wr-block-content-passport {
    min-height: 582px;
  }
}
@media (min-width: 1264px) {
  .wr-block-content-passport {
    min-height: 393px;
  }
}
.wr-block-content-passport .titlt-block-content {
  position: relative;
  margin: 0 0 37px 0;
  font-size: 36px;
  color: #333;
  text-align: center;
}
.wr-block-content-passport .list-content .item-list {
  position: relative;
  font-size: 18px;
  font-family: 'Avenir-Roman';
  line-height: 20px;
  margin-bottom: 23px;
  text-align: center;
}
.wr-block-content-passport .wide-img {
  max-width: none;
}
.wr-block-content-passport .wr-fixed-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wr-block-content-passport .set-size-img {
  height: 100%;
}
.wr-passport-steps {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.75);
}
@media (min-width: 1264px) {
  .wr-passport-steps {
    padding: 40px 170px;
  }
}
.wr-passport-steps .img-passport {
  position: absolute;
  left: 75px;
  bottom: 129px;
}
.wr-passport-steps .content-passport-steps {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.wr-passport-steps .wr-steps {
  text-align: center;
  margin-bottom: 18px;
}
.wr-passport-steps .step-item {
  position: relative;
  display: inline-block;
  text-align: center;
}
.wr-passport-steps .step-item::after {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 22px;
  content: '';
  display: inline-block;
  border-top: 1px solid #fff;
  width: 100%;
  height: 0;
}
.wr-passport-steps .step-item.step-item--last {
  margin-right: 0;
}
.wr-passport-steps .step-item.step-item--last .step-item__num::after {
  display: none;
}
.wr-passport-steps .step-item.step-item--last::after {
  display: none;
}
.wr-passport-steps .step-item .step-item__num {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fff;
  color: #000;
  font-size: 30px;
  font-family: 'Avenir';
  line-height: 51px;
  width: 51px;
  text-align: center;
  border-radius: 50%;
}
.wr-passport-steps .step-item .step-item__title {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-family: 'Avenir';
}
.wr-balance-passport {
  position: absolute;
  top: 0;
  padding: 20px;
  max-height: 94%;
  overflow-y: auto;
  margin: 14px 14px 14px 0;
  width: 100%;
}
.wr-balance-passport .passport-book-title {
  text-align: center;
  font-size: 16px;
}
.wr-balance-passport .passport-book-title span {
  font-size: inherit;
}
.wr-balance-passport .rewards__title {
  margin: 5px;
}
.wr-balance-passport .balance__sum {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 15px;
}
.wr-balance-passport .table-passport {
  margin: 0 auto;
}
.wr-balance-passport .table-passport th,
.wr-balance-passport .table-passport td {
  font-size: 16px;
}
.wr-balance-passport .table-passport th {
  padding: 5px 10px;
}
.wr-balance-passport .table-passport td {
  padding: 3px 10px;
}
.wr-balance-passport .balance-table {
  max-width: 80%;
}
.wr-balance-passport .rewards-table {
  max-width: 100%;
}
.wr-balance-passport .rewards-table tr th {
  width: 15%;
}
.wr-balance-passport .rewards-table tr th:first-child {
  width: 85%;
}
.wr-balance-passport .rewards-table tr td {
  text-align: left;
}
.book .bg-page-pasport {
  border-top: 5px solid #b82842;
  border-bottom: 5px solid #b82842;
  border-left: 10px solid #b82842;
  border-radius: 16px 0 0 16px;
}
.book .bg-page-pasport--right {
  display: none;
}
.book .wr-stamps {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 42px 0 15px 0;
  height: 100%;
  text-align: center;
}
.book .turn-page-wrapper-even .bg-page-pasport {
  display: none;
  border-left: 0 solid #b82842;
  border-right: 10px solid #b82842;
  border-radius: 0 16px 16px 0;
}
.book .turn-page-wrapper-even .bg-page-pasport--right {
  display: block;
}
.book .item-stamp {
  max-width: 65%;
  max-height: 100%;
  margin: 0;
}
@media (max-width: 440px) {
  .book .wr-stamps {
    padding: 25px 0 10px 0;
  }
}
.wr-popup-passport {
  background: url(../img/bg-passport-popup.png);
}
.category-user-passport .wr-post-info--opened {
  display: block;
  flex-direction: none;
  align-items: none;
  justify-content: none;
}
@media (max-width: 1366px) {
  .category-user-passport .wr-passport {
    padding-top: 10px;
  }
  .category-user-passport .registration-form-link-logo {
    margin-top: 10px;
  }
  .category-user-passport .small-logo {
    height: 40px;
  }
  .category-user-passport .post-title {
    padding-top: 68px;
    padding-bottom: 32px;
    font-size: 40px;
    line-height: 55px;
  }
  .category-user-passport .post-title:after {
    margin-top: 7px;
  }
  .category-user-passport .post-title:before {
    top: 7px;
  }
  .category-user-passport .post-author {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .category-user-passport .wr-text-login {
    text-align: center;
  }
  .category-user-passport .wr-passport-steps {
    padding: 13px 170px;
  }
  .category-user-passport .wr-passport-steps .img-passport {
    width: 180px;
  }
  .category-user-passport .wr-passport-steps .step-item .step-item__num {
    font-size: 22px;
    line-height: 41px;
    width: 41px;
  }
  .category-user-passport .wr-passport-steps .step-item .step-item__title {
    font-size: 20px;
  }
}
@media (max-width: 950px) {
  .category-user-passport .img-passport {
    left: 10px;
  }
}
@media (max-width: 900px) {
  .category-user-passport .wr-passport-steps {
    padding: 13px 30px;
  }
}
@media (max-width: 770px) {
  .category-user-passport .img-passport {
    display: none;
  }
  .category-user-passport .wr-passport-steps {
    position: relative;
  }
  .category-user-passport .wr-post-info--opened {
    position: relative;
    padding: 250px 0 20px 0;
  }
}
@media (max-width: 540px) {
  .category-user-passport .btn-passport.btn-join {
    margin-bottom: 15px;
  }
  .category-user-passport .wr-passport-steps .step-item .step-item__title {
    font-size: 15px;
  }
  .category-user-passport .footer__wrapp-nav .copyright {
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .category-user-passport .wr-block-content-passport {
    padding: 38px 14px 6px;
  }
  .category-user-passport .wide-background-passport .post-title:after {
    width: 70%;
  }
}
.num-balance {
  font-size: inherit;
  font-weight: 400;
}
.count-stamp,
.num-balance,
.level-rewards {
  color: #b82842;
}
.text-balance {
  margin: 3px 0;
  font-size: 12px;
  word-wrap: break-word;
}
.text-balance:first-child {
  margin-top: 20px;
}
.text-balance a {
  font-size: inherit;
  font-family: 'Avenir';
  color: #b82842;
}
.wr-item-stamp {
  height: 33%;
  text-align: center;
  padding: 0 20px;
}
.wr-item-stamp:nth-child(1) {
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.wr-item-stamp:nth-child(1) .item-stamp {
  margin-left: -25%;
}
.wr-item-stamp:nth-child(2) .item-stamp {
  margin-left: 28%;
}
.wr-item-stamp:nth-child(3) {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.wr-item-stamp:nth-child(3) .item-stamp {
  margin-left: -18%;
}
.turn-page-wrapper-even .wr-item-stamp {
  height: 30%;
}
.turn-page-wrapper-even .wr-item-stamp:nth-child(1) {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.turn-page-wrapper-even .wr-item-stamp:nth-child(1) .item-stamp {
  margin-left: 25%;
}
.turn-page-wrapper-even .wr-item-stamp:nth-child(2) {
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.turn-page-wrapper-even .wr-item-stamp:nth-child(2) .item-stamp {
  margin-left: -28%;
}
.turn-page-wrapper-even .wr-item-stamp:nth-child(3) {
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.turn-page-wrapper-even .wr-item-stamp:nth-child(3) .item-stamp {
  margin-left: 18%;
}
@media (max-width: 768px) and (max-height: 600px) {
  .wr-balance-passport {
    margin: 0;
    padding: 5px 15px;
  }
  .wr-balance-passport .passport-book-title,
  .wr-balance-passport .table-passport th,
  .wr-balance-passport .table-passport td {
    font-size: 10px;
    line-height: 13px;
    padding: 0;
  }
  .wr-balance-passport .text-balance {
    font-size: 7px;
  }
}
@media (max-width: 545px) and (max-height: 600px) {
  .wr-balance-passport .passport-book-title,
  .wr-balance-passport .table-passport th,
  .wr-balance-passport .table-passport td {
    font-size: 10px;
  }
  .wr-balance-passport .text-balance {
    font-size: 7px;
  }
}
@media (max-width: 505px) and (max-height: 600px) {
  .wr-balance-passport {
    margin: 0;
    padding: 5px 15px;
  }
  .wr-balance-passport .text-balance {
    font-size: 7px;
  }
}
@media (max-width: 450px) and (max-height: 600px) {
  .wr-balance-passport .passport-book-title,
  .wr-balance-passport .table-passport th,
  .wr-balance-passport .table-passport td {
    font-size: 9px;
    line-height: 11px;
  }
  .wr-balance-passport .text-balance {
    font-size: 8px;
  }
}
@media (max-width: 410px) and (max-height: 600px) {
  .wr-balance-passport .passport-book-title,
  .wr-balance-passport .table-passport th,
  .wr-balance-passport .table-passport td {
    font-size: 8px;
    line-height: 9px;
    padding: 2px;
  }
  .wr-balance-passport .text-balance {
    font-size: 7px;
  }
}
@media (max-width: 330px) and (max-height: 600px) {
  .wr-balance-passport .text-balance {
    font-size: 6px;
  }
}
@media (max-width: 320px) and (max-height: 600px) {
  .wr-balance-passport .passport-book-title,
  .wr-balance-passport .table-passport th,
  .wr-balance-passport .table-passport td {
    font-size: 8px;
    line-height: 11px;
    padding: 0;
  }
  .wr-balance-passport .text-balance {
    font-size: 4px;
  }
}
.mobile_device .wr-discription-slider,
.mobile_device .discrition-topic-category {
  display: none;
}
@media (max-width: 768px) {
  .wr-discription-slider,
  .discrition-topic-category {
    display: none !important;
  }
}

/*MARSEILLE*/
.category-marseille .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-marseille .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-marseille .first-paragraph:first-letter {
  color: #fec7b4;
}
.category-marseille .wpts_cl + .ui-tabs-panel p:first-child:first-letter,
.category-marseille .section-single-post .col-sm-offset-2 > p:first-child:first-letter,
.category-marseille .first-paragraph:first-letter {
  color: #fec7b4;
}
.category-marseille .article-item__actions__link.btn {
  color: #fff !important;
  background: #fec7b4;
}
.category-marseille .article-item__actions__link.btn-link:hover {
  color: #fec7b4;
  text-decoration: underline !important;
}
.category-marseille .article-item_cost {
  color: #fec7b4;
}
.category-marseille a {
  color: #fec7b4;
}
.category-marseille .wrapper-top-navigation a:hover {
  color: #fec7b4 !important;
}
.category-marseille .wrapper-top-navigation a:hover:after {
  border-color: #fec7b4 transparent transparent transparent !important;
}
.category-marseille .bg-header {
  background: #fec7b4;
}
.category-marseille .post-preview__author a,
.category-marseille .more-link {
  color: #fec7b4;
}
.category-marseille .alm-load-more-btn {
  background: #fec7b4;
}
.category-marseille .alm-load-more-btn:hover {
  background: #cc372b;
}
.category-marseille .alm-load-more-btn.done {
  background: #fec7b4;
}
.category-marseille .yikes-easy-mc-submit-button {
  background: #fec7b4;
}
.category-marseille .yikes-easy-mc-submit-button:hover {
  background: #cc372b;
}
.category-marseille .ui-tabs-nav::before {
  background: #fec7b4 !important;
}
.category-marseille .btn-preview-book-now:hover {
  color: #fec7b4;
}
.category-marseille .wr-name-photographer-author:before {
  background-color: #fec7b4;
}
.category-marseille .link-city-cat::before {
  left: 3px;
  top: 2px;
  width: 40px;
  height: 34px;
  background-size: contain;
}
.category-marseille .link-city-cat::before {
  background-image: url('../img/icon-cities/icon_marseille.png');
}
.category-marseille .wr-link-adw .link-adw {
  background: url('../img/adv/marseille_cw_banner.png') no-repeat;
}
.category-marseille .btn-preview-book-now:hover {
  color: #fec7b4;
}
.menu-item-32458 a:hover{
    background: #fec7b4 !important;
}

/************ NEW DESIGN ****************/
    .header { height: auto; }
	.cb-desk-nav { padding-top: 8px; }
	.right-nav-grp .right-nav-item { width: 70px; color: #000; cursor: pointer;	padding: 22px 8px 8px 8px; display: inline-block; height: 78px;	}
	.right-nav-grp .right-nav-item i { color: #000;	display: block;	text-align: center;	font-size: 24px; }
	.right-nav-grp .right-nav-item:hover { border-bottom: solid 4px #821228; }
	.cb-navigation { margin-top: 25px; }
	.cb-navigation .menu-new-cb-menu-container>ul {	padding: 0; margin: 0; text-align: center; }
	.cb-navigation ul li { list-style-type: none; display: inline; padding-bottom: 30px; }
	#menu-new-cb-menu>li>a { color: #000; padding: 0 16px; }
	#menu-new-cb-menu>li:hover { border-bottom: 4px solid #821228; }
	#menu-new-cb-menu>li>a>span { font-family: 'Avenir-Medium';	color: #000; font-size: 18px; font-weight: 700;	}
	#menu-new-cb-menu .menu-item-has-children {	position: relative;	}
	#menu-new-cb-menu .menu-item-has-children .sub-menu {
		display: none;
		position: absolute;
		text-align: left;
		left: 0;
		background-color: #fff;
		padding: 20px 20px 20px 16px;
		top: 49px;
		min-width: 280px;
		border: 1px solid #f4f4f4;
	}
	#menu-new-cb-menu .menu-item-has-children .sub-menu li a span {
		font-family: avenirnext-demibold;
     color: #811429;
    font-weight: 700;
    font-size: 16px;
	}
	#menu-new-cb-menu>.menu-item-has-children>a:after {
		color: #000;
		content: ' \25BE';
		font-size: 21px;
	}
	#menu-new-cb-menu .menu-item-has-children:hover .sub-menu{
		display: block;
	}
	#menu-new-cb-menu .menu-item-has-children>.sub-menu>li {
		display: block;
		padding-bottom: 0;
		margin-bottom: 17px;
	}
	#menu-item-33302 .sub-menu {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		width: 330px;
	}
	
	.mobile-nav-toggle { height: 24px; width: 35px;	cursor: pointer; border-top: 4px solid #000; border-bottom: 4px solid #000;	margin-top: 27px; }
	.mobile-nav-toggle::after { content: ''; display: block; height: 4px; width: 100%; background: black; margin-top: 6px; }
	
	.mob-nav-list {	display: none; background-color: #fff;	position: absolute;	top: 77px; width: 100%;	padding: 15px;	}
	.mob-nav-list .sub-menu { padding-left: 22px; display: none; column-count: 3; padding-bottom: 10px;	}
	.mob-nav-list .menu-new-cb-menu-container>ul>li>a { padding: 10px 0; display: block; }
	.mob-nav-list .menu-new-cb-menu-container>ul>li>a>span{ font-size: 18px; }
	.mob-nav-list .menu-new-cb-menu-container>ul>li { border-top: 1px solid #eee; }
	.mob-nav-list .sub-menu>li>a { padding: 6px 0; display: block; }
	.mob-nav-list .sub-menu>li>a span {	font-size: 15px; }
	.mob-nav-list ul li a span { font-family: "Avenir-Medium"; }
    .mob-nav-list #menu-new-cb-menu-1>.menu-item-has-children>a:after { color: #000; content: ' \25BE'; font-size: 21px; }
    .cb-mobile-nav { padding-bottom: 9px; }
    
@media (max-width: 767px) {
    .mob-nav-list { padding:10px 25px 25px; }
    .mob-nav-list .sub-menu { padding-left:0px; padding-bottom: 10px; 	}
    .mob-nav-list .sub-menu li{ border: 1px solid #ccc; border-radius: 4px; margin-bottom: 5px; display: block; } 
    .mob-nav-list .sub-menu li a{ display:block; padding:7px 10px; }
}

@media (max-width: 480px) {
    .mob-nav-list .sub-menu { column-count:2; }
} 


/**** Home */
.home .section {
	padding-top: 0;
}
.home #toursList .col-md-4 *, #food-tours #toursList .col-md-4 * {
  font-family: 'avenirnext-demibold';
}
.home p.day1{
	margin-top: 28%;
}
#food-tours p.day1 {
	margin-top: 0;
}
.home-search-banner h1 {
	font-size: 50px;
	    font-family: 'avenirnext-demibold';
    font-weight: 700;
}
.city-blocks-title h2 {
	color: #000;
	text-transform: uppercase;
	font-size: 48px;
	font-family: 'avenirnext-demibold';
    font-weight: 700;
  margin: 0;
}
.city-blocks-title p {
	color: #aaaaaa;
	font-style: oblique;
	margin: 0;
}
.city-item {
	width: 20%; 
	padding-bottom: 20%;
	float: left;
	position: relative;
}
.inner-city-item {
	position: absolute;
	width: 100%;
    height: 100%;
	padding: 5%;
}
.city-item-grp {
	display: block;
	height: 100%;
	position: relative;
	border-radius: 4px;
    overflow: hidden;
}
.city-item-grp p {
	color: #fff;
	margin: 0;
	text-align: center;
	font-family: 'avenir-medium';
    font-weight: 700;
	text-transform: uppercase;
	font-size: 25px;
    padding-top: 10px;
}
.city-item-icon {
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 60%;
	width: 45%;
	margin: 0 auto;
}
.city-color-backdrop {
	height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.city-item-grp:hover .city-color-backdrop {
	opacity: 0.5;
}
.newsletter-txt p {
	margin: 0; padding: 0;
	    font-family: 'Avenir-Medium';
	line-height: 1.2;
    font-weight: 700;
    font-size: 21px;
  display: inline-block;
    width: 87%;
    vertical-align: middle;
}
.newsletter-txt img {
    display: inline-block;
    vertical-align: middle;
  width: 45px;
}
#sub-tocb .yikes-easy-mc-form label {
	width: 370px;
	float: left;
} 
#sub-tocb .yikes-easy-mc-form input[type=email] {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;	
	font-size: 14px;
	background-color: #fff;
  font-family: "avenirnext-demibold";
    color: #cccccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#sub-tocb .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	width:auto;
	padding: 0 24px;
	border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	text-transform: none;
  border: 0;
}
#sub-tocb .yikes-easy-mc-form .yikes-easy-mc-submit-button span {
	font-family: 'Avenir-Medium';
}
.gray-more-btns {
	padding: 18px 50px;
	background-color: #333333;
	color: #fff;
	border-radius: 4px;
	font-family: 'avenirnext-demibold';
	display: inline-block;
	font-size: 22px;
	margin: 20px 0;
}
.gray-more-btns i {
	font-size: 22px;
    margin-right: 7px;
}
.home #searchTourDivBody #toursList .col-md-4 {
	display: none !important;
}
.home #searchTourDivBody #toursList .col-md-4:nth-child(-n+6) {
	display: inline !important;
}
.home-posts .the-cbpost-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
	margin-bottom: 8px;
}
.home-posts h2, .cbpost-cityauth, .home-posts .the-cbposts {
	margin-bottom: 12px;
}
.home-posts h2 a {
	color: #000;
    font-weight: 700;
    line-height: 1.2;
    font: 24px 'Avenir', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.home-posts .left-home-posts .the-cbposts h2 a {
	color: #000;
    font-weight: 700;
    line-height: 1.2;
    font: 32px 'Avenir', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.home-posts .left-home-posts .the-cbposts .the-cbpost-img {
	width: 100%;
	padding-bottom: 60%;
}
.home-posts .right-home-posts .the-cbposts {
	border-bottom: 1px solid #ececec;
  padding-right: 10px;
}
.home-posts .right-home-posts .the-cbposts:last-child {
	border-bottom: none;
}
.home #searchTourDivBody #toursList .post-title, #food-tours #searchTourDivBody #toursList .post-title {
	line-height: 1.2;
	font: 24px 'Avenir', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  color: #000;
}
.home #searchTourDivBody #toursList .country, .home #searchTourDivBody #toursList .post-date, #food-tours #searchTourDivBody #toursList .country, #food-tours #searchTourDivBody #toursList .post-date {
	font-size: 14px;
  text-transform: uppercase;
}
.home #searchTourDivBody #toursList .post-meta a, #food-tours #searchTourDivBody #toursList .post-meta a{
	border-radius: 3px;
}
.home #searchTourDivBody #toursList .post-description, #food-tours #searchTourDivBody #toursList .post-description {
	color: #515151;
}
#food-tours #searchTourDivBody #toursList .post-img {
		height: 100%;
    display: block;
}
.the-cbpost-img {
	width: 100%;
    padding-bottom: 55%;
}
.cbpost-cityauth .cbpost-city {
	color: #811429;
    text-transform: uppercase;
}
.cbpost-cityauth .cbpost-author {
	color: #aaaaaa;
	font-style: oblique;
}
.cb-dual-search #quick-search {
	margin: 0 auto;
    width: 80%;
	position: relative;
}
.cb-dual-search .cbs-city {
	width: 46.45%;		
	padding: 12px 20px;
	border: none;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	font-size: 17px;
    color: #999999;
    font-family: "avenirnext-demibold";
	    height: 58px;
}
.cb-dual-search .cbs-topic {
	width: 46.5%;	
	left: -4px;
    position: relative;
	padding: 12px 20px;
	border: none;
	font-size: 17px;
    color: #999999;
    font-family: "avenirnext-demibold";
	    height: 58px;
		    border-radius: 0;
}
.cb-dual-search .cbs-submit {
	background-color: #811429;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 17px 18px;
	color: #fff;
	vertical-align: middle;
	position: relative;
    left: -8px;
	top: -2px;
}
.cb-dual-search .cbs-submit i {
	font-size: 24px;
}


.dropdown-content, .dropdown-content-topic {
	display: none;
  position: absolute;
  background-color: #fff;
  min-width: 310px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  top: 58px; border-radius: 0 0 6px 6px;
}

.dropdown-content button, .dropdown-content-topic button {
  color: black;
  padding: 8px 19px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-family: "avenirnext-demibold";
  font-size: 17px;
    border: 0;
  background-color: transparent;  
}
.show {display: block;}
#myDropdown {
	column-count: 2;
}
#myDropdown, #topicDropdown {
	z-index: 2;
	padding: 10px 0;
	box-shadow: 0 4px 8px -7px rgba(0, 0, 0, 0.2), 0 6px 20px -4px rgba(0, 0, 0, 0.19);
}
#topicDropdown {
	right: 11%;
}

/*Categories*/
.cat-menu-row {
	z-index: 1;
}
.cb-category-pages .cat-banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	/* padding: 60px 0; */
/*	padding: 139px 0;*/
/*height: 478px;*/
}	
.container-fluid.cat-banner.video{
  height: 468px;
  object-fit: cover;
}
.cb-category-pages .cat-banner video{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 468px;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}

.cb-category-pages .cat-banner h1 {
	color: #fff;
	font-family: "avenirnext-demibold";
	text-transform: uppercase;
	font-size: 62px;
    font-weight: 700;
}	
.cat-menu-row .cat-menu {
	padding: 0; margin: 0;
	text-align: center;
}
.cat-menu-row .cat-menu li {
	display: inline-block;
	margin: 0 15px;
}
.cat-menu-row .cat-menu li a {
	color: #fff;
	font-family: 'Avenir-Medium';
}
.inner-cat-banner img {
	width: 80px;
}
.cat-titles h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 38px;
	font-family: "avenirnext-demibold";
	font-weight: 700;
}
.cat-titles .cat-titles-desc {
    margin: 0 15%;
    text-align: justify;	
}
.cat-titles .cat-titles-desc p a, .cat-titles .cat-titles-desc p a em {
	font-family: avenir-medium;
  font-size: 16px;
}
#sub-tocb .yikes-easy-mc-form input[type=email] {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;	
	font-size: 14px;
	background-color: #fff;
  font-family: "avenirnext-demibold";
  color: #cccccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#sub-tocb .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	width:auto;
	padding: 0 24px;
	border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	text-transform: none;
}
#sub-tocb .yikes-easy-mc-form .yikes-easy-mc-submit-button span {
	font-family: 'Avenir-Medium';
}
.city-blocks-title h2 {
	color: #000;
	text-transform: uppercase;
	font-size: 38px;
	font-family: "avenirnext-demibold";
    font-weight: 700;
}
.city-blocks-title p {
	/*color: #aaaaaa;*/
  color: #4b4b4b;
	font-style: oblique;
	margin: 0;
}
.members-desk .the-member {
	width: 12.2%;
	display: inline-block;
	padding: 0.5%;	
}
.members-desk .the-member .team-mem {
	width:100%; 
	padding-bottom: 100%; 
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	margin-bottom: 8px;
	cursor: pointer;
	position: relative;
} 
.nickname-mem {
	font-family: "avenirnext-demibold";
	text-transform: uppercase;
	font-weight: 700;
}
.arrow-up-mem {
	position: absolute;
    height: 16px;
    width: 20px;
    bottom: -44px;
    left: 38%;
	border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 18px solid #e4e5e7;
	visibility: hidden;
}
.adv-pop-bio {
	position: relative;
    background-color: #e4e5e7;
    top: 13px;
	padding: 15px;
    margin: 0 10px;
	display: none;
	margin: 0 10px 20px 10px;
}
.close-pop-bio {text-align: right;}
.close-pop-bio span {cursor: pointer;}
.pop-bio-desc {padding: 0 6%;}
.pop-bio-desc p, .pop-bio-desc p strong {
	font-family: 'Avenir-Medium';
}
.the-essential {
width: 20%;
    float: left;
}
.inner-the-essential {
    padding: 5%;
}
.item-essential {
    height: 100%;
    position: absolute;
    width: 100%;
	text-align: center;

}
.item-essential span {
	position: relative;
    font-size: 58px;
    top: 22%;
    color: #fff;
	font-family: "avenirnext-demibold";
	font-weight: 800;
}
.num-thumb {
	position:relative;
	padding-bottom: 50%;
}
.essential-title {
	padding: 0 6%;
	text-align: center;
}
.essential-title a {
	color: #000;
	font-family: 'Avenir-Medium';
	font-weight: 800;
	font-size: 20px;
	line-height: 1.2;
}
.essentials-block-row {margin-bottom: 20px;}
.btb-text-title p, .btb-text-title p strong {
	font-size: 44px;
	line-height: 1.2;
	font-family: "avenirnext-demibold";
}
#food-tours #searchTourDivBody #toursList .spots {
	float: none;
	margin-right: 0;
	font-size: 14px;
}
.embeded-vids {
	margin-bottom: 14px;
}
#sub-tocb .yikes-easy-mc-form input[type=email]::placeholder {
	font-family: "avenirnext-demibold" !impot;
  color: #cccccc;
}
#sub-tocb .yikes-easy-mc-form input[type=email]:-ms-input-placeholder {
	font-family: "avenirnext-demibold";
  color: #cccccc;
}
#PopupSignupForm_0 .mc-banner {
  background-color: #f5f5f5;
  margin-top: 78px;
}
#catapult-cookie-bar .ctcc-left-side {
  color: #000;
  font-family: avenir-medium;
}
#catapult-cookie-bar .ctcc-left-side a {
  color: #821228;
  font-family: avenir-medium;
  text-decoration: underline !important;
}
.ctcc-right-side button#catapultCookie {
	width: auto;
  font-family: avenir-medium;
  padding: 9px 9px;
  font-size: 13px;
}
@media (max-width: 1300px) and (min-width: 1264px) {
  .home .section, .cb-category-pages .container {
  	padding: 0 4.5% 0 3%;
  }
}
@media (max-width: 1263px) {
	#sub-tocb .yikes-easy-mc-form input[type=email] {
  	border-right: 2px solid rgba(51,51,51,.1);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 3px;
  }
  #sub-tocb .yikes-easy-mc-form label {
  	width: 100%;
    float: none;
  }
  #sub-tocb .yikes-easy-mc-form .yikes-easy-mc-submit-button {
 	 width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0;
  }
  .newsletter-txt {
  margin-bottom: 15px;
  }
  .cb-dual-search .cbs-submit {
  	padding: 17px 11px;
  }
  .dropdown-content, .dropdown-content-topic {
  	min-width: 310px;
  }
  .newsletter-txt p {
 		 width: 80%;
  }
  .city-item-grp p {
  	font-size: 16px;  
  }
}
@media (max-width: 991px) {
  .city-item-grp p {
		padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1;
  }
  .cb-dual-search .cbs-city, .cb-dual-search .cbs-topic, .cb-dual-search .cbs-submit {
  	width: 100%;
    margin-top: 8px;
    border-radius: 3px;  
  }
  .cb-dual-search .cbs-topic, .cb-dual-search .cbs-submit {
  	left: 0;
  }
  .search-separator {
  	display: none;
  }
  .dropdown-content, .dropdown-content-topic {
  	min-width: 100% !important;
  }
  #topicDropdown {
  	right: 0;
		top: 122px;
  }
  .item-essential span {
    font-size: 26px;
	}
  .essential-title a {
    font-size: 10px;
	}
}
@media (max-width: 767px) {
  .city-item-grp p {
  	font-size: 11px;
  }
  .wrapper-global {
  	padding-top: 78px;
  }
  .home #searchTourDivBody #toursList .post-img, .home #searchTourDivBody #toursList .post, #food-tours #searchTourDivBody #toursList .post-img, #food-tours #searchTourDivBody #toursList .post {
    position:relative;
  }
  .home #searchTourDivBody #toursList .post-img img, #food-tours #searchTourDivBody #toursList .post-img img {
    width: 100%;
  }
  .home #searchTourDivBody #toursList .post p.day1, #food-tours #searchTourDivBody #toursList .post p.day1 {
      position: absolute;
    margin: 0;
    padding: 0;
    top: 145px;
  }
  .footer {
    z-index: 2;
  }
  .footer .col-xs-12 {
  	margin-bottom: 22px;
  }
  .footer .footer__wrapp-nav, #menu-horizontal-footer-menu {
  	text-align: center;
  }
  .home-search-banner h1, .cb-category-pages .cat-banner h1 {
  	font-size: 34px;
    line-height: 1;
  }
  .newsletter-txt p {
  	font-size: 16px;
  }
  .cat-menu-row .cat-menu li {
  	line-height: 1.6;
  }
  .members-desk .team-mem {
  	pointer-events: none;
  }
  .adv-pop-bio, .team-mem .arrow-up-mem {
  	display: none !important;
  } 
  .members-desk .the-member {
  	width: 20.2%;
  }
  .city-blocks-title h2, .cat-titles h2, .btb-text-title p, .btb-text-title p strong {
  	font-size: 28px;
  }
  .cat-titles .cat-titles-desc p, .btb-text-desc p {
  	line-height: 1.5;
		font-size: 18px;
  }
  .city-blocks-title p {
  	font-size: 16px;
  }
  .gray-more-btns, .more-btns {
  	font-size: 16px !important;
		padding: 9px 30px !important;
  }
  #PopupSignupForm_0 .mc-banner {
  	background-color: #f5f5f5;
		margin-top: 78px;
  }
  .footer .cb-footer-r {
  	padding: 0 0 !important;
  }
}
@media (min-width: 768px) {
  .wrapper-global {
    padding-top: 85px;
  }
}
@media (min-width: 500px) {
  .main-wrapper-top-navigation {
  	box-shadow: none !important;
  }
}
@media (max-width: 575px) {
  .city-item {
  	width: 25%;
    padding-bottom: 25%;
  }
  .city-item-grp p {
  	font-size: 9px;
  }
  .city-blocks-title p {
  	line-height: 1.5;
  }
  .newsletter-txt p {
  	width: 78%;
  }
  .newsletter-txt img {
  	width: 27px;
    margin-bottom: 8px;
  }
  #mobile-searchform .search-field {
  	width: 83% !important;
  }
  .mobile-essential-title {
  	width: 77% !important; 
  }
  .mobile-inner-the-essential, .mobile-essential-title {
  	vertical-align: middle;
  }
  .cat-menu-row .cat-menu li a {
  	font-size: 10px;
  }
}
.section {background-image: none !important;}
.home-posts .the-cbpost-img, .post-preview .wr-fixed-image {background-color: rgba(255, 255, 255, 0) !important;}

/** css add for fixing css issue on the pages 08/03/23 *****/
.cb-dual-search .search-separator{ right: 55% !important; }
#hidden-nav-search .dropdown-content button:hover, .dropdown-content-topic button:hover,
.dropdown-content button:hover, .dropdown-content-topic button:hover{ color:#811429; }
.home .overlay:before{ content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:transparent; z-index:1; }
.city-item .inner-city-item a.city-item-grp{ display: block; overflow: hidden; transition:all 0.3s ease-in-out; } 
.city-item .inner-city-item a.city-item-grp:hover{ border-radius:0; }

.wr-popup .btn-close-popup { line-height: 30px; }
.wr-popup .btn-close-popup:hover{ background:#a70e2c; }
.wr-popup .registration-form-link-logo{ margin-top:45px; }
.wr-popup .wr-popup-block.form-users{ max-width:650px; margin:15px auto 20px; padding:40px 20px 20px; border:1px solid #aaa; position:relative; background:white; border-radius:12px; }
.wr-popup .form-users .login-password + a{ top: 30px; }
.wr-popup .wr-popup__content input[type="password"],
.wr-popup .wr-popup__content input[type="text"]{ border-radius:3px; border:1px solid #aaa; } 
.wr-popup .form-users .login-password { margin-bottom: 25px !important; }
.wr-popup .form-users .login-remember { padding-bottom: 10px; }
.wr-popup input[type="checkbox"]{ margin: 0px 5px 0; display: inline-block; }
.wr-popup .text-default-form.register{ padding-top: 10px; }
.wr-popup .login-page-title{ padding: 24px 0 25px 0; } 
.wr-popup .form-users .button-primary{ border-radius:6px; }
.wr-popup .link-default-form:hover{ color:#a70e2c; }

section p a, .section p a{ font-family: 'Avenir-Medium'; font-weight: 500; color:#811429; }
body.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a{ font-family: "Avenir-Medium" !important; font-weight: 500; margin-left: 30px; }

.woocommerce-info::before { color: #811429; }
.woocommerce-info { border-top-color: #811429; }
.wpfp-span ul li{ font-family: "Avenir-Medium"; display: block; padding: 10px 0; }
.category-our-story .cb-category-pages .cat-banner .inner-cat-banner{ padding: 100px 0px; }
.category-our-story .cat-titles{ padding-top:0px !important; padding-bottom:0px !important; }
.category-our-story .city-blocks-title h2#who{ padding-top:100px; }
.category-our-story .cat-titles h2{ padding-top:100px; }

#body > div.wrapper-global > div.section.container > div > div > div > nav > ul > li { margin-bottom: 25px; }
#body > div.wrapper-global > div.section.container > div > div > div > nav > ul > li.is-active a{ font-family: avenir next !important; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{ background-color: #811429; color: #fff; padding: 14px; 
padding-right: 14px; border-radius: 6px; }
.woocommerce-account .woocommerce-MyAccount-navigation{ border: 2px solid #ccc !important; border-radius:6px; overflow:hidden; }
#body > div.wrapper-global > div.section.container > div > div > div > nav > ul > li.is-active{ margin-top:0px; }
p.helloUser{ font-size: 26px; padding: 7px 0; display:block; }
p.notUser{ padding: 7px 0; display:block; }
p.notUser,
p.notUser a{ font-family: 'Avenir-Medium' !important; }
p.dashboard-text{ font-family: 'Avenir-Medium' !important; padding: 7px 0; display:block; }
p.dashboard-text a{ font-family: avenir next !important; }
.card .piled.segment .floated.right.description{ font-family: 'Avenir-Medium' !important; }
.login-cb-items{ border-radius:6px; }

/*** Font Update ******/
.home #searchTourDivBody #toursList .post-description, #food-tours #searchTourDivBody #toursList .post-description{ font-family: 'Avenir-Medium'; }
.home-posts .right-home-posts .the-cbposts .cbpost-cityauth{ font-family: 'Avenir-Medium' !important; }
section p, .section p, section address, .section address, section .walks-press-title, .section .walks-press-title,
.post-description{ font-family: 'Avenir-Medium'; }
.cbsearch-posts p.resume{ font-family: 'Avenir-Medium' !important; }
#searchTourDivBody .post-description{ font-family: 'Avenir-Medium' !important; } 
.new-stories-top .post-preview.post-preview--large .post-preview__wr-content,
.new-stories-top .post-preview.post-preview--large .post-preview__wr-content .post-preview__short-text{ font-family: 'Avenir-Medium' !important; }
.post-preview .post-preview__wr-content .post-preview__short-text{ font-family: 'Avenir-Medium' !important; }
section p strong, .section p strong{ font-family: avenir; font-weight: 400; }
#faq-description > dl > dt{ font-family: Avenir !important; font-weight: normal; } 
#faq-description > dl > dd{ font-family: 'Avenir-Medium' !important; }
#right-home-posts .cbpost-cityauth a{ font-family: 'Avenir-Medium' !important; }
div.faq-row > dt > p{ font-weight: normal; }
.cbsearch-posts .essentials-block-row a p.resume{ font-family: 'Avenir-Medium' !important; }
#faqs-div > div > div.row > div > dl > div > dd, #faqs-div > div > div.row > div > dl > div > dd > p, 
#faqs-div > div > div.row > div > dl > div > dd > div > div, #faqs-div > div > div.row > div > dl > div > dd > p > a{ font-family: 'Avenir-Medium' !important; } 


/******** FAQ module style update *********/
#additional-sections-1 > dl:nth-child(2) { padding-left: 0 !important; }
#additional-sections-1 > dl > dt{ position:relative !important;  border-bottom:2px solid #ededed; font-size: 20px !important; font-weight: normal; background: none !important; padding: 10px 25px !important; } 
#additional-sections-1 > dl > dt::before{ left:inherit !important; right:15px !important; background-color: initial !important; }

div#highlights-1 > p{ font-family: 'Avenir-Medium' !important; }
#additional-sections-1 > dl > dd{ padding-left:25px !important; }
#additional-sections-1 > dl > dd, #additional-sections-1 > dl > dd > p, 
#additional-sections-1 > dl > dd > div > div, #additional-sections-1 > dl > dd > p > a{ font-family: 'Avenir-Medium' !important; color: #7c7c7c !important; font-size: 20px !important; }
#additional-sections-1 > dl > dd a{ font-size: 20px !important; }

div#faq-description{ background-color: initial !important; }
#faq-description > dl > dt{ position:relative !important;  border-bottom:2px solid #ededed; font-size: 20px !important; font-weight: normal; background: none !important; padding: 10px 25px; }
#faq-description > dl > dt::before{ left:inherit !important; right:15px; }
#faq-description > dl > dd{ color: #7c7c7c !important; font-size: 20px !important; padding: 15px 50px 15px 25px; }
#faq-description > dl:nth-child(2){ padding-left:10px !important; }
#faq-description > dl > dd > a{ font-size: 20px; } 
#faqs-div > div > div.row > div > dl > div > dd, #faqs-div > div > div.row > div > dl > div > dd > p{ font-family: 'Avenir-Medium' !important; }
#additional-sections-1 > dl > dt::before{ font-size: 40px; ine-height: 40px; top: -20px !important; } 

#hidden-nav-search .dropdown-content, 
#hidden-nav-search .dropdown-content-topic{ column-count: initial !important; max-width: 470px; }
#hidden-nav-search .dropdown-content button, 
.dropdown-content-topic button{ display: inline-block !important; vertical-align: top; width: 48%; text-align:left; }

#hidden-nav-search #navtopicDropdown button{ display:block !important; width: 100%; }
.home-search-banner #topicDropdown button{ display:block !important; }

#hidden-nav-search .cb-dual-search #nav-quick-search > div:first-child{ right: 54% !important; }
#topicDropdown button{ width: 100%; }

#myDropdown.dropdown-content{ column-count: initial !important; max-width: 250px; }
#myDropdown.dropdown-content button{ display: inline-block !important; vertical-align: top; width: 48%; text-align:left; }
#quick-search #myDropdown.dropdown-content > button:nth-child(17) { padding-bottom:8px !important; } 

.city-blocks-title #quick-search #topicDropdown button{ display: inline-block !important; }
#quick-search #topicDropdown button{ display: inline-block !important; width: auto !important; }

.home-search-banner #quick-search #topicDropdown button{ display:block !important; width: auto !important; }

.subscription-form{ padding-bottom:20px; }
.subscription-form h3.title-footer{ padding: 0 0px; }
.subscription-form form{ position: relative; }
.subscription-form .hbspt-form { max-width: inherit; }

.subscription-form form .hs-richtext{ min-height:38px; line-height:normal; }
.subscription-form form .hs-richtext p{font-size:12px; margin:0px; line-height:normal; }
.subscription-form form .input{ padding: 0; } 
.subscription-form form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{ width:100%; margin: 0 !important; }

.subscription-form form input, 
.subscription-form form select{ border-radius:5px; width: 100%; padding: 11px 10px !important; line-height: normal; height: initial; font-size: 12px !important;
font-family: "Avenir-Medium" !important; }

.subscription-form form .hs-form-field > label{ display:none; }
.subscription-form form .hs_submit.hs-submit{ position: absolute; right: 0; top: 39px; }
.subscription-form form .hs_submit.hs-submit .hs-button.primary.large{ background-color: #811429; color: #fff; padding: 11px 14px 11px; line-height: normal; border: 0px; margin: 0 !important;
margin: 0 !important; height: auto !important; font-size: 12px !important; font-family: "avenirnext-demibold" !important; text-transform: uppercase; }
.subscription-form form .hs_submit.hs-submit .actions { transform: initial; }
.subscription-form form .hs_error_rollup{ display:none; }
.subscription-form form label.hs-error-msg{ color:#811429; font-size: 12px; }
.subscription-form form ul.no-list.hs-error-msgs.inputs-list { margin-top: 5px; }

.footer .cb-footer-r{  }
#row-col-footer{ margin-top:0% !important; padding-top: 85px; }
#hubspot-form-contact .hs-form-booleancheckbox-display > span:nth-child(2){ line-height: normal; }
#hubspot-form-contact form .hs-form-booleancheckbox{ padding-top: 15px;  }
#hubspot-form-contact form .hs-form-booleancheckbox .hs-form-booleancheckbox-display{ margin-left:0px !important; }
#hubspot-form-contact form .hs-submit input.hs-button.primary.large{ border-radius:6px !important; margin-bottom: 0; }
#hubspot-form-contact > .hbspt-form{ padding:40px; }
#row-contactus{ background-size: cover; }

#wppb-register-user{ max-width:700px; margin:0 auto; padding:30px; border-radius:12px; border:1px solid #ccc; }
.form-users #wppb-register-user label{ white-space: initial; line-height: normal; }
#wppb-register-user.wppb-user-forms ul li.wppb-form-field.wppb-checkbox{ display:flex; padding: 15px; max-width: 486px; margin: 0 auto; }
#wppb-register-user.wppb-user-forms ul li.wppb-form-field.wppb-checkbox .wppb-checkboxes{ order:1; width: auto; }
#wppb-register-user.wppb-user-forms ul li.wppb-form-field.wppb-checkbox label{ order:2; margin: 0; text-align:left; }
#wppb-register-user.wppb-user-forms .wppb-checkboxes li.wppb-hidden{  }

#wppb-register-user.wppb-user-forms .wppb-checkboxes .custom_field_checkbox{ width: 17px !important; }
#wppb-register-user.wppb-user-forms li.wppb-form-field.wppb-send-credentials-checkbox { margin-left: 0; }
#wppb-register-user.wppb-user-forms p.form-submit { margin-left:0%; }
#wppb-register-user.wppb-user-forms li#wppb-form-element-17{ margin-left:0% !important; }
.form-users #wppb-register-user label{ text-align:left; padding-bottom: 5px;  } 


.subscription-form .submitted-message{ color:green; }

/********* newsletter-preference-form *********/
.newsletter-preference-form input[type=checkbox], .newsletter-preference-form input[type=radio]{ margin-right:5px; }

.newsletter-preference-form{ display:block !important; }
.newsletter-preference-form .hbspt-form form fieldset{ max-width: inherit; }
.newsletter-preference-form .hbspt-form form{  }
.newsletter-preference-form .hbspt-form form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{ width:auto;   }
.newsletter-preference-form .hbspt-form form input[type=email],
.newsletter-preference-form .hbspt-form form input[type=text],
.newsletter-preference-form .hbspt-form form input[type=number],
.newsletter-preference-form .hbspt-form form input[type=tel],
.newsletter-preference-form .hbspt-form form select,
.newsletter-preference-form .hbspt-form form textarea{ border:1px solid #aaa; padding:14px 15px; font-size:16px; border-radius:3px; width:100%; color: #959595; font-family: "avenir next"; } 
.newsletter-preference-form .hbspt-form form .hs-form-field{ padding-top:10px; padding-bottom:10px; }
.newsletter-preference-form .hbspt-form form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox{ display:inline-block; vertical-align:top; }
.newsletter-preference-form .hbspt-form form fieldset.form-columns-1 .hs-input { width:100%; }
.newsletter-preference-form .hbspt-form form fieldset.form-columns-1 input[type=checkbox].hs-input,
.newsletter-preference-form .hbspt-form form fieldset.form-columns-1 input[type="radio"].hs-input{ width:auto; }
.newsletter-preference-form .hbspt-form form fieldset .hs-richtext p{ font-size:14px; }

form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox label{ cursor:pointer; height:105px; width:105px; position:relative; background-size: 100% !important; 
margin:0 15px 10px 0px; font-size:0px; text-align:center; }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox label input.hs-input[type=checkbox]{ height:13px; width:13px; position: absolute; bottom:7px; right:7px; 
 margin: 0; border:1px solid #fff !important; }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox label input.hs-input[type=checkbox]:checked{  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox label span{ display:none; }

    
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(1) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/athens-3.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(2) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/barcelona-3.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(3) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/istanbul-2.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(4) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/lisbon-3.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(5) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/los-angeles.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(6) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/marseille-3.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(7) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/mexico-city.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(8) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/naples-4.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(9) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/new-orleans.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(10) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/oaxaca.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(11) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/palermo.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(12) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/porto-2.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(13) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/queens-3.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(14) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/rio-5.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(15) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/shanghai-3.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(16) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/tbilisi-5.jpg') center no-repeat;  }
form .hs-what_cities_are_you_most_interested_in_ .inputs-list li.hs-form-checkbox:nth-child(17) label{ 
background:url('https://culinarybackstreets.com/wp-content/uploads/tokyo-3.jpg') center no-repeat;  } 


.newsletter-preference-form .hs-submit{ padding-top:15px; }
.newsletter-preference-form .actions {  transform:inherit; }
.newsletter-preference-form .actions .hs-button.primary.large{ background-color: #811429; color: #fff; padding: 14px; padding-right: 30px; padding-left:30px; border-radius: 6px !important;
font-family: 'Avenir Next' !important; font-weight: normal; text-align: center; cursor:pointer; border:0px; text-transform: uppercase; font-size: 18px;  }

.newsletter-preference-form .hs-error-msgs,
.newsletter-preference-form .hs-error-msgs label{ color:red; }
.woocommerce-account .woocommerce-MyAccount-content .ui.segment{ display:none; }



/******** popup css here *********/
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content{ background: white !important; }
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper,
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body #leadin-content-form-wrapper{ padding:15px 30px 25px !important; background: white; }


.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image{ width: 220px !important; margin-bottom: 0px !important; padding-top:22px; }
.leadinModal .dyno-image img{ max-width:220px !important; }
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper { margin-left: 245px !important; }
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4{ font-family: 'Avenir Next' !important; font-size: 24px; color:#000; padding-top:7px; line-height:normal; }
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4{ font-family: 'Avenir Next' !important; font-size: 24px; color:#000; padding-top:7px; line-height:normal; }

.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper .leadinModal-description-body p{ color: #515151; font-family: "Avenir-Medium" !important; }
/*.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-button{ font-size: 16px; font-family: "Avenir Next" !important; background: #811429 !important; }*/

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper{ margin-left: 245px !important; }
.leadinModal.leadinModal-v3 .leadin-thank-you-wrapper .thank-you-message p{ color: green; font-size: 16px; }
.leadinModal.leadinModal-v3  .leadin-close-button{ border-radius: 6px; font-family: 'Avenir Next' !important; 
background-color: #811429; color: #fff; padding: 14px; font-size: 14px; }

body.category .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper .leadin-input-wrapper.form-fields .leadin-input-wrapper:first-child,
body.archive.category .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper .leadin-input-wrapper.form-fields .leadin-input-wrapper:first-child,
body.category-stories .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper .leadin-input-wrapper.form-fields .leadin-input-wrapper:first-child,
body.cities-page .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper .leadin-input-wrapper.form-fields .leadin-input-wrapper:first-child,
body.woocommerce-shop .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper .leadin-input-wrapper.form-fields .leadin-input-wrapper:first-child{ display:none; }

body.archive.category.cities-page .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper .leadin-input-wrapper.form-fields .leadin-input-wrapper:first-child{ display:block; }
body.page-template-food-trips.cities-page .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper .leadin-input-wrapper.form-fields .leadin-input-wrapper:first-child{ display:block; }


/******* Home page new newslatter section styling and responsive ***********/
.updated-newsletter-section{ padding:0px 15px !important; margin-top:60px !important; }
.updated-newsletter-section .col-md-7{ display:flex; align-items:center; }
/*.updated-newsletter-section .col-md-7 .newsletter-image{ max-width:220px !important; min-width:220px; margin-right:15px; padding-bottom:15px; }*/
.updated-newsletter-section .col-md-7 .newsletter-image{ max-width: 220px !important;min-width:288px;margin-right: 15px;margin-bottom: -63px !important;}
.updated-newsletter-section .col-md-7 .newsletter-image img{ margin-top:-40px; margin-left: -35px;}

.updated-newsletter-section .col-md-7 .newsletter-content{ padding:4px;}
.updated-newsletter-section .col-md-7 .newsletter-content h3{ margin: 0 0 15px 0px; padding:0px; font-size: 36px; font-family: "avenirnext-demibold"; }
.updated-newsletter-section .col-md-7 .newsletter-content p{ margin:0px; padding:0px; font-size:21px; line-height:26px; }
.updated-newsletter-section .col-md-5 #newsletter-form{ padding:15px 0px; }

.updated-newsletter-section #newsletter-form form{  }
.updated-newsletter-section #newsletter-form form .hs-form-field > label{ display:none; }
.updated-newsletter-section #newsletter-form form select{ border-radius:6px; padding:12px 15px; width:100%; -webkit-appearance: initial; }
.updated-newsletter-section .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{ width: auto; margin: 0 !important; padding: 0px !important; }
.updated-newsletter-section .actions{ transform: initial !important; }
.updated-newsletter-section input.hs-button.primary.large{font-weight: bold; margin: 0 !important; border-radius: 6px !important; display: block; width: 100%; }
.updated-newsletter-section #newsletter-form form .input{ height: inherit; padding:4px 0px; }
.updated-newsletter-section #newsletter-form form input, .updated-newsletter-section #newsletter-form form select{ width: 100%; border-radius:6px !important; font-size: 16px; padding:15px 20px; line-height: normal; }
.updated-newsletter-section #newsletter-form form .hs-error-msgs{ font-size:14px; color:red; margin: 0; padding: 5px 0 10px; }
.updated-newsletter-section #newsletter-form form .hs-submit{ padding-top:4px; } 

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .dyno-image{ padding-top: 45px; }

.leadinModal.leadinModal-v3.leadinModal-theme-bottom-left-corner .dyno-image img{ max-width: 110px !important; }

body.cities-page.category-trips .leadinModal.leadinModal-v3 .dyno-image img,
body.cities-page.category-culinary-trips .leadinModal.leadinModal-v3 .dyno-image img{ max-height: 140px; }


body.cities-page.category-trips .leadinModal.leadinModal-v3 .dyno-image,
body.cities-page.category-culinary-trips .leadinModal.leadinModal-v3 .dyno-image{ width: 165px !important; }
body.cities-page.category-culinary-trips .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper,
body.cities-page.category-trips .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper{ margin-left: 190px!important; } 

.updated-newsletter-section #newsletter-form form input.hs-button.primary{ background: rgb(130, 18, 40); }


@media (min-width: 993px) {
   .updated-newsletter-section{ display: flex; align-items: center; } 
   .updated-newsletter-section .col-md-7{ width: 100%; }
}

@media (min-width: 992px){
    .footer .row.cb-footer-r{ display: flex; }
    .footer .row.cb-footer-r .col-sm-12.col-md-2.col-xs-11{ min-width: 270px; }
    .footer .app-link-box .title-footer,
    .footer .app-link-box .logo-app-store{ padding: 0 0px; }
}

@media (max-width: 1263px){
    .dropdown-content, .dropdown-content-topic { max-width: 310px; }
    #hidden-nav-search .dropdown-content, 
    #hidden-nav-search .dropdown-content-topic { max-width: 350px; }
    .updated-newsletter-section .col-md-7 .newsletter-content{ padding-bottom:20px; padding-top:15px; }
}

@media (max-width: 767px) {
    .category-our-story .city-blocks-title h2#who { padding-top:0px; }
    .category-our-story .cat-titles{ padding-top:40px !important; padding-bottom:20px !important; } 
    .category-our-story .cat-titles h2 { padding-top:0px; }
    #additional-sections-1 > dl:nth-child(2) { padding-left:00% !important; }
    #faq-description > dl:nth-child(2) { padding-left: 0px !important; }
    #faq-description > dl > dt{ padding-left:0 !important; }
    .full-width-trip #additional-sections-1 > dl:nth-child(2){ padding-left:0 !important; }
    .block-additional-posts{ padding: 25px 25px 0 !important; }
    .sidebar.col-xs-3.citie-test{ padding-left: 25px; padding-right: 25px; }
    .subscription-form{ padding-left: 10px; padding-right: 10px; }
    #hubspot-form-contact > .hbspt-form{ padding:20px; }
    .form-users #wppb-register-user label{ text-align:center; }
    .wr-popup .wr-popup-block.form-users{ max-width: 100%; margin: 15px 20px 20px; }
    #wppb-register-user{ max-width: 100%; margin: 0 20px; }
    #wppb-register-user.wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([value="agree"]), 
    #wppb-register-user.wppb-user-forms select, #wppb-register-user.wppb-user-forms textarea{ width: 100%; max-width: 100%; }
    .wppb-user-forms .wppb-checkboxes li, .wppb-user-forms .wppb-radios li { display: inline-block; padding: 2px 10px 0 0; }
    #wppb-register-user.wppb-user-forms ul li.wppb-form-field.wppb-checkbox{ padding: 15px 0; max-width:inherit; } 
    
    .updated-newsletter-section .col-md-7{ align-items: start; }
    .updated-newsletter-section .col-md-7 .newsletter-content{ padding:15px 0 0px; }
    .updated-newsletter-section{ padding-bottom:20px !important; }
    .updated-newsletter-section .col-md-7 .newsletter-image{ padding-bottom:0px; }
    
    
    .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-form-wrapper{ margin-left: 0px !important; }
    /*.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image{ float:none !important; margin: 0 auto !important; display: block !important; padding-top: 0px !important; }*/
    .leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image{ width: 80px !important; padding-top:5px !important; padding-bottom:10px !important; }
    
    .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-message-wrapper h4, 
    .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-preview-wrapper h4 { margin-left: 0px !important; margin-right: 0px !important; /*text-align: center;*/ }
    .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper, 
    .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body #leadin-content-form-wrapper { padding: 0px !important; }
    .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper { margin-left:0px !important; }
    
    .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content{ max-height: inherit; }
    body.cities-page.category-culinary-trips .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper, 
    body.cities-page.category-trips .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper { margin-left: 0!important; }
    body.cities-page.category-trips .leadinModal.leadinModal-v3 .dyno-image, 
    body.cities-page.category-culinary-trips .leadinModal.leadinModal-v3 .dyno-image { width: 80px !important; }
    body.cities-page.category-trips .leadinModal.leadinModal-v3 .dyno-image img, 
    body.cities-page.category-culinary-trips .leadinModal.leadinModal-v3 .dyno-image img { max-height: 80px; }
    
}

@media (max-width: 575px) {
  .row.updated-newsletter-section.desktop{ display: none; }
  .row.updated-newsletter-section.mobile{ display: block !important; }
   .wr-popup .login-page-title { padding: 10px 0 15px 0; }
   .wr-popup .form-users .login-password { margin-bottom: 10px !important; }
   .dropdown-content button, .dropdown-content-topic button{ font-size: 14px; }
   .cb-dual-search #quick-search { width: 85% !important; }
   .cb-search-box .cb-dual-search #topicDropdown { top: 131px; left: 0px; }
   .category-our-story .cb-category-pages .cat-banner .inner-cat-banner { padding: 0px 0px; }
   
   .updated-newsletter-section .col-md-7{ /*display:block;*/ padding-bottom:7px; }
   .updated-newsletter-section .col-md-7 .newsletter-image{  /* padding-bottom: 11px; */
    /* max-width: 100% !important; */
    min-width: 100% !important;
    margin-bottom: -40px !important;
    position: relative;   }
   .updated-newsletter-section .col-md-7 .newsletter-content h3{ font-size:28px; }
   .updated-newsletter-section .col-md-7 .newsletter-image img { 
    width: 53%;
    margin-top: -17px;
    display: block;
    position: relative;
    margin-left: -28px;
    /* margin-right: auto; */
    max-width: 80%;   }
   .updated-newsletter-section .col-md-7 .newsletter-content{ margin-left: -179px !important;
    margin-top: 17px;    }
   .updated-newsletter-section .col-md-7 .newsletter-content p{font-size:18px !important; display: none;}

   .row.updated-newsletter-section {margin: 30px 0 0 0 !important;}
   .updated-newsletter-section .col-md-7 .newsletter-content h3 {
    font-size: 25px;
    font-family: Avenir; }
    #body > div.wrapper-global > section > div.row.updated-newsletter-section.mobile > p {
    font-size: 13px;
    font-family: 'Avenir-Medium' !important;
    margin-bottom: -12px;
    margin-top: 3px !important; }
    
    .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4,
    .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4{ font-size: 20px; margin-bottom: 5px; }
    .leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image{ padding-bottom:5px !important; }
    .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-message-wrapper p{ margin-bottom: 0px; }
    .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content{ max-height: inherit; }
    
    body.cities-page.category-trips .leadinModal.leadinModal-v3 h4, 
    body.cities-page.category-culinary-trips .leadinModal.leadinModal-v3 h4 { padding-top: 20px; }
    
    
}
@media (max-width: 375px) {
    .updated-newsletter-section .col-md-7 .newsletter-content h3 { font-size: 24px; }
}

@media (max-width: 374px) {
    .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4, 
    .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 { font-size: 16px; }
}










