@font-face {
  font-family: 'PT Root UI';
  src: url('/wp-content/themes/adaptive/fonts/ptrootui/pt-root-ui_light.woff2') format('woff2'), url('/wp-content/themes/adaptive/fonts/ptrootui/pt-root-ui_light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('/wp-content/themes/adaptive/fonts/ptrootui/pt-root-ui_regular.woff2') format('woff2'), url('/wp-content/themes/adaptive/fonts/ptrootui/pt-root-ui_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('/wp-content/themes/adaptive/fonts/ptrootui/pt-root-ui_medium.woff2') format('woff2'), url('/wp-content/themes/adaptive/fonts/ptrootui/pt-root-ui_medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PT Root UI';
  src: url('/wp-content/themes/adaptive/fonts/ptrootui/pt-root-ui_bold.woff2') format('woff2'), url('/wp-content/themes/adaptive/fonts/ptrootui/pt-root-ui_bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Spoof';
  src: url('/wp-content/themes/adaptive/fonts/spoof/Spoof-Thin.woff2') format('woff2'), url('/wp-content/themes/adaptive/fonts/spoof/Spoof-Thin.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Spoof';
  src: url('/wp-content/themes/adaptive/fonts/spoof/Spoof-Regular.woff2') format('woff2'), url('/wp-content/themes/adaptive/fonts/spoof/Spoof-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Spoof';
  src: url('/wp-content/themes/adaptive/fonts/spoof/Spoof-Medium.woff2') format('woff2'), url('/wp-content/themes/adaptive/fonts/spoof/Spoof-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Spoof';
  src: url('/wp-content/themes/adaptive/fonts/spoof/Spoof-Bold.woff2') format('woff2'), url('/wp-content/themes/adaptive/fonts/spoof/Spoof-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'PT Root UI';
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  max-height: 999999px;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}
.scroll-lock {
  overflow: hidden !important;
}
a[name] {
  scroll-margin-top: 114px;
}
h1,
.title-1 {
  font-size: 34px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  color: #2D3137;
}
h1 .title-page,
.title-1 .title-page {
  display: none;
}
h2,
.title-2 {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  color: #2D3137;
}
h3,
.title-3 {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #2D3137;
}
h6,
.title-6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
a {
  color: #FDDD55;
  text-decoration: none;
}
a:hover {
  color: #feeca1;
  text-decoration: none;
}
a.btn {
  padding: 10px 25px 10px 25px;
  background-color: #FDDD55;
  color: #ffffff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  display: inline-block;
  text-align: center;
}
a.btn:hover {
  background-color: #FFD417;
  color: #ffffff !important;
}
mark {
  display: inline-block;
  padding: 0 4px 0 4px;
  background-color: #FFDB81;
  color: #000000;
  border-radius: 14px;
}
input {
  font-family: 'PT Root UI';
}
.ui-datepicker {
  z-index: 1000 !important;
}
.hide {
  display: none;
}
.error-message {
  color: #bf181b !important;
}
.custom-checkbox [type="checkbox"]:not(:checked),
.custom-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label,
.custom-checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 rgba(133, 135, 139, 0.3);
  background-image: linear-gradient(to top, #f5f7fa, #ffffff);
  border: solid 1px rgba(133, 135, 139, 0.3);
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  font-size: 30px;
  line-height: 0.8;
  min-width: 20px;
  min-height: 20px;
  color: #09ad7e;
  transition: all 0.2s;
  background: 0 0 no-repeat;
  background-size: 65%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEuMDMiIGhlaWdodD0iOC4wNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjNGZhYzAwIiBkPSJNMTAuNy4zM2ExLjExIDEuMTEgMCAwIDAtMS41NyAwbC01LjEgNS4wOS0yLjE0LTIuMTVBMS4xMSAxLjExIDAgMCAwIC4zMiA0Ljg0bDIuODkgMi44OWExLjA5IDEuMDkgMCAwIDAgLjQzLjI5IDEuMTEgMS4xMSAwIDAgMCAxLjIxLS4yNGw1Ljg1LTUuODVhMS4xMSAxLjExIDAgMCAwIDAtMS42eiIvPjwvc3ZnPg==);
  font-family: Helvetica, Arial, sans-serif;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.custom-checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.custom-checkbox [type="checkbox"]:disabled + label {
  color: #aaa;
}
.page-container {
  width: 1320px;
  padding: 0 20px 0 20px;
  margin: auto;
}
.page-container:before,
.page-container:after {
  display: table;
  content: "";
}
.page-container:after {
  clear: both;
}
.header {
  position: relative;
}
.header:before,
.header:after {
  display: table;
  content: "";
}
.header:after {
  clear: both;
}
.header-fixed {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
}
.header-fixed-spacer {
  height: 114px;
}
.header-logo {
  position: absolute;
  padding-top: 20px;
  width: 210px;
}
.header-logo img {
  width: 100%;
}
.header-inner {
  padding-top: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(133, 135, 139, 0.3);
  box-sizing: border-box;
}
.header-top {
  width: 100%;
  height: 48px;
  margin-bottom: 5px;
  text-align: right;
}
.header-top-button {
  width: 300px;
  display: inline-block;
}
.header-top-button a.btn {
  width: 100%;
  padding: 13px 0 13px 0;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 800;
  display: block;
}
.header-navbar {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.header-navbar-menu {
  display: flex;
  flex: 1;
}
.header-navbar-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-right: 8px;
  padding: 7px 12px 7px 12px;
  border-radius: 16px;
  letter-spacing: 1px;
  background-color: #f4f4f4;
}
.header-navbar-search-input {
  position: relative;
}
.header-navbar-search-input input {
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px rgba(45, 49, 55, 0.15);
  font-size: 16px;
  padding: 10px 35px 10px 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: left;
  width: 190px;
  max-height: 40px;
  outline: none;
  box-sizing: border-box;
}
.header-navbar-search-input input::-webkit-input-placeholder {
  color: #2D3137;
}
.header-navbar-search-input input::-moz-placeholder {
  color: #2D3137;
}
.header-navbar-search-input input:-moz-placeholder {
  color: #2D3137;
}
.header-navbar-search-input input:-ms-input-placeholder {
  color: #2D3137;
}
.header-navbar-search-input a {
  font-size: 21px;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 10px;
}
.header-navbar-search-input a img {
  width: 20px;
  height: 20px;
}
.header-navbar-burger {
  font-size: 21px;
  margin-top: -3px;
  display: none;
}
.header-navbar:before,
.header-navbar:after {
  display: table;
  content: "";
}
.header-navbar:after {
  clear: both;
}
.header-special {
  max-height: 80px;
  text-align: center;
  background-color: #004696;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-special.spacer {
  opacity: 0;
}
.header-special-content {
  padding: 7px 10px 8px 10px;
}
.header-special-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.1em;
}
.header-special-button {
  vertical-align: middle;
  margin-left: 25px;
  background-color: #ffffff;
  text-align: center;
  padding: 7px 23px 8px 23px;
  color: #FDDD55;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  display: inline-block;
}
.header-special-close {
  background-color: #FDDD55;
  color: #ffffff;
  float: right;
  margin: 3px 0 0 0;
  height: 30px;
  width: 30px;
  padding: 5px 0 0 0;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
.header-special-close:after,
.header-special-close:before {
  content: '';
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -5px;
  height: 2px;
  width: 10px;
}
.header-special-close:before {
  transform: rotate(-45deg);
}
.header-special-close:after {
  transform: rotate(45deg);
}
.header-special-close:hover {
  background-color: #FFD417;
}
.header-special-desktop {
  display: block;
}
.header-special-mobile {
  display: none;
}
.footer {
  margin: 50px 0 0 0;
  padding-bottom: 50px;
}
.footer-item {
  display: inline-block;
  vertical-align: middle;
}
.footer-logo {
  width: 149px;
  margin-top: 30px;
}
.footer-logo img {
  width: 100%;
}
.footer-links {
  margin-top: 20px;
  margin-left: 40px;
  font-size: 14px;
  font-weight: 600;
}
.footer-links ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.footer-social {
  float: right;
  margin-top: 20px;
}
.footer-social a {
  display: inline-block;
  padding: 0;
  width: 35px;
  height: 35px;
  margin-left: 7px;
  overflow: hidden;
  text-align: center;
}
.footer-social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-inner {
  border-top: 1px solid rgba(133, 135, 139, 0.3);
  border-bottom: 1px solid rgba(133, 135, 139, 0.3);
  height: 75px;
}
.footer-bottom {
  overflow: hidden;
  margin: 15px 0 0 0;
  display: flex;
  justify-content: stretch;
  width: 100%;
}
.footer-bottom-left {
  text-align: left;
}
.footer-bottom-left a {
  color: #85878B;
}
.footer-bottom-center {
  flex: 1;
  padding: 0 15px 0 15px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer-bottom-right {
  text-align: right;
}
.content-containter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.content-column {
  flex: 1;
  margin: 0;
}
.content-column-category {
  margin: 60px 0 0 0;
}
.content-column-category-title {
  margin: 0 0 25px 0;
}
.content-column-category-title a {
  color: #2D3137;
  border-bottom: 2px solid #2D3137;
  display: inline-block;
  padding-bottom: 10px;
}
.content-column-posts:before,
.content-column-posts:after {
  display: table;
  content: "";
}
.content-column-posts:after {
  clear: both;
}
.content-column-left {
  order: 1;
  width: 61.5%;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-column-right {
  order: 5;
  float: right;
  width: 33.5%;
  margin-top: 93px;
  padding-top: 40px;
  padding-right: 5%;
  box-sizing: border-box;
}
.content-column-news {
  order: 5;
  float: right;
  width: 33.5%;
  padding-top: 40px;
  padding-right: 5%;
  box-sizing: border-box;
}
.content-column-special {
  order: 10;
  padding-right: 5%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.content-column-full {
  order: 15;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 40px;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-right: 5%;
  width: 100%;
}
.content-column-full .post-medium {
  width: 30%;
  margin-right: 5%;
}
.content-column-full .post:nth-of-type(3n) {
  margin-right: 0;
}
.content-pagination {
  border-top: 1px solid rgba(133, 135, 139, 0.3);
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
  margin-right: 5%;
}
.content-pagination:before,
.content-pagination:after {
  display: table;
  content: "";
}
.content-pagination:after {
  clear: both;
}
.content-pagination-up {
  margin-top: 10px;
  float: left;
  font-size: 14px;
}
.content-pagination-nav {
  margin-top: 10px;
  float: right;
  color: rgba(133, 135, 139, 0.3);
}
.content-pagination-nav-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
}
.content-pagination-nav i {
  font-size: 13px;
  margin: 0 4px 0 4px;
  vertical-align: middle;
}
.content-pagination-list {
  margin: auto;
  display: inline-block;
  color: #85878B;
}
.content-pagination-list .screen-reader-text {
  display: none;
}
.content-pagination-list a:hover {
  background-color: rgba(172, 174, 176, 0.3);
}
.content-pagination-list .page-numbers {
  min-width: 50px;
  text-align: center;
  display: inline-block;
  padding: 10px 0 10px 0;
  border-radius: 0 0 5px 5px;
}
.content-pagination-list .page-numbers.current {
  background-color: #2D3137;
  color: #ffffff;
}
.content-pagination-list-all {
  display: none;
}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
.sidebar {
  width: 300px;
}
.sidebar h3,
.sidebar .title-3 {
  margin: 4px 0 16px 0;
  font-weight: 700;
  font-size: 20px;
}
.sidebar-logo {
  position: absolute !important;
  margin-left: 15px !important;
  margin-top: -54px !important;
}
.sidebar-home {
  margin-top: 70px;
}
.sidebar-top-button {
  display: none;
}
.sidebar-navmenu {
  display: none;
}
.sidebar-subscribe {
  margin: 25px 0 0 0;
  padding: 1px 15px 0 15px;
  width: 270px;
}
.sidebar-subscribe-item {
  margin: 8px 0 8px 0;
}
.sidebar-subscribe-item input[type=text] {
  border-radius: 3px;
  box-shadow: inset 0 2px 2px 0 rgba(218, 216, 213, 0.5);
  background-color: #ffffff;
  border: solid 1px rgba(133, 135, 139, 0.3);
  font-size: 18px;
  padding: 17px 15px 6px 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: left;
  width: 238px;
  outline: none;
}
.sidebar-subscribe-item input[type=text]::-webkit-input-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.sidebar-subscribe-item input[type=text]::-moz-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.sidebar-subscribe-item input[type=text]:-moz-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.sidebar-subscribe-item input[type=text]:-ms-input-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.sidebar-subscribe-item a.btn {
  font-size: 18px;
  width: 270px;
  padding: 10px 0 10px 0;
  font-weight: 600;
  margin-bottom: 20px;
}
.sidebar-subscribe-pending,
.sidebar-subscribe-error,
.sidebar-subscribe-success {
  font-size: 16px;
  margin: 5px 0 15px 0;
  display: none;
}
.sidebar-subscribe-error h3 {
  color: #640d0e;
}
.sidebar-subscribe-input-caption {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #2D3137;
  margin: 5px 0 0 15px;
}
.sidebar-subscribe-input-error {
  display: none;
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  margin: -40px 0 0 0;
  padding: 7px 15px 7px 15px;
  text-shadow: 0 0 2px #000;
  border-radius: 5px;
}
.sidebar-subscribe-input-error .triangle {
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}
.sidebar-subscribe-agreement {
  margin-top: 15px;
  margin-bottom: 20px;
}
.sidebar-subscribe-agreement-caption {
  font-size: 11px;
  color: #2D3137;
  margin: 0 0 10px 30px;
  padding-top: 2px;
}
.sidebar-subscribe-agreement .triangle {
  left: 5px !important;
}
.sidebar-subscribe-agreement-checkbox {
  float: left;
}
.sidebar-social {
  width: 300px;
  padding: 0;
  margin: 32px 0 0 0;
}
.sidebar-social a {
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-align: center;
}
.sidebar-social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sidebar-tags {
  margin: 32px 0 15px 0;
  padding: 0;
  width: 300px;
}
.sidebar-tags ul li {
  display: inline-block;
  list-style: none;
  margin: 0 2px 8px 2px;
}
.sidebar-tags ul li a {
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #F4F4F4;
  background-color: #F4F4F4;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  color: #2D3137;
  padding: 6px 12px 6px 12px;
}
.sidebar-tags ul li a:hover {
  color: #FDDD55;
  background-color: #efefef;
}
.sidebar-search {
  margin-top: 32px;
  padding: 0;
  box-sizing: border-box;
  text-align: left !important;
  cursor: pointer;
}
.sidebar-search-input {
  text-align: left !important;
  position: relative;
}
.sidebar-search-input label {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 4px 0 0 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}
.sidebar-search-input label i {
  font-weight: 400;
}
.sidebar-search-input input {
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px rgba(45, 49, 55, 0.15);
  font-size: 16px;
  padding: 10px 12px 10px 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: left;
  width: 100%;
  outline: none;
  box-sizing: border-box;
}
.sidebar-search-input input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.sidebar-search-input input::-moz-placeholder {
  color: #c1c1c1;
}
.sidebar-search-input input:-moz-placeholder {
  color: #c1c1c1;
}
.sidebar-search-input input:-ms-input-placeholder {
  color: #c1c1c1;
}
.sidebar-search-input a {
  font-size: 21px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.sidebar-search-input a img {
  width: 20px;
  height: 20px;
}
.sidebar-search-spacer {
  margin-bottom: 24px;
  transition: 0.4s;
}
.sidebar-mobile {
  margin-top: 50px;
  width: 270px;
  padding: 15px 15px 15px 15px;
  border-radius: 5px;
  border: solid 1px rgba(133, 135, 139, 0.3);
}
.sidebar-mobile h3,
.sidebar-mobile .title-3 {
  margin: 5px 0 2px 0;
  line-height: 1.2em;
}
.sidebar-mobile p {
  margin: 5px 0 15px 0;
}
.sidebar-mobile-item {
  margin: 8px 0 12px 0;
}
.sidebar-mobile-item input {
  border-radius: 3px;
  box-shadow: inset 0 2px 2px 0 rgba(218, 216, 213, 0.5);
  background-color: #ffffff;
  border: solid 1px rgba(133, 135, 139, 0.3);
  font-size: 15px;
  padding: 17px 15px 8px 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: left;
  width: 238px;
  outline: none;
}
.sidebar-mobile-item input::-webkit-input-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.sidebar-mobile-item input::-moz-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.sidebar-mobile-item input:-moz-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.sidebar-mobile-item input:-ms-input-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.sidebar-mobile-item a.btn {
  font-size: 18px;
  width: 270px;
  padding: 10px 0 10px 0;
  font-weight: 600;
}
.sidebar-mobile-item small {
  color: #85878B;
  line-height: 1.4em;
  display: block;
  padding: 7px 0 5px 0;
  margin: 5px 0 5px 0;
  text-align: center;
}
.sidebar-mobile-item-links {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-mobile-item-links a {
  margin: 0 7px 0 7px;
}
.sidebar-mobile-item-links a img {
  width: 109px;
}
.sidebar-mobile-input-caption {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #2D3137;
  margin: 5px 0 0 15px;
}
.hotels-search {
  margin-top: 30px;
}
.hotels-search-tabs {
  position: absolute;
  min-width: 260px;
  z-index: 15;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hotels-search-tabs-wrapper {
  height: 41px;
}
.hotels-search-tabs-item {
  font-size: 15px;
  font-weight: 600;
  padding: 0 15px 7px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 0;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  border-bottom: none;
  width: 50px;
  box-sizing: border-box;
  margin-top: 3px;
}
.hotels-search-tabs-item-active {
  border-radius: 5px 5px 0 0 !important;
  padding: 10px 15px 10px 15px;
  background-color: #F8F8F8;
  border: solid 1px #F8F8F8;
  border-bottom: none;
  max-width: none;
  width: auto;
  margin-top: 0;
}
.hotels-search-tabs-item-active i {
  font-size: 21px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
}
.hotels-search-tabs-item:last-child {
  border-radius: 0 5px 0 0;
}
.hotels-search-tabs-item i {
  font-size: 21px;
  display: inline-block;
  vertical-align: top;
}
.hotels-search-body {
  width: 270px;
  min-width: 260px;
  z-index: 10;
  padding: 15px 15px 15px 15px;
  border-radius: 0 5px 5px 5px;
  border: solid 1px #F8F8F8;
  background-color: #F8F8F8;
  position: relative;
}
.hotels-search-body:before,
.hotels-search-body:after {
  display: table;
  content: "";
}
.hotels-search-body:after {
  clear: both;
}
.hotels-search-body-item {
  margin: 0 0 0 0;
}
.hotels-search-body-item input {
  margin: 0 0 10px 0;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px rgba(133, 135, 139, 0.3);
  font-size: 18px;
  font-weight: 600;
  padding: 17px 5px 8px 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: 0.01px;
  text-align: left;
  width: 248px;
  outline: none;
}
.hotels-search-body-item input::-webkit-input-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.hotels-search-body-item input::-moz-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.hotels-search-body-item input:-moz-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.hotels-search-body-item input:-ms-input-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.hotels-search-body-item .selectize-control {
  margin-bottom: 6px;
}
.hotels-search-body-item .selectize-input {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: none;
  border: solid 1px rgba(133, 135, 139, 0.3);
  font-size: 18px !important;
  font-weight: 600;
  padding: 17px 5px 8px 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: 0.01px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.hotels-search-body-item .selectize-input > input {
  font-size: 18px !important;
}
.hotels-search-body-item .selectize-input:after {
  display: none !important;
}
.hotels-search-body-item-params {
  min-height: 64px;
  display: inline;
}
.hotels-search-body-item-checkbox {
  display: none;
  margin-top: 0;
  min-height: 38px;
  margin-bottom: 0;
}
.hotels-search-body-item-checkbox label {
  padding-top: 3px;
  padding-left: 29px !important;
  color: #2D3137;
}
.hotels-search-body-item a.btn {
  font-size: 18px;
  width: 270px;
  padding: 12px 0 12px 0;
  font-weight: 600;
}
.hotels-search-dates {
  float: left;
}
.hotels-search-dates-item {
  display: inline-block;
  vertical-align: middle;
}
.hotels-search-dates-item input {
  border-radius: 3px;
  border: solid 1px rgba(133, 135, 139, 0.3);
  font-size: 16px;
  padding: 19px 5px 4px 15px;
  display: inline-block;
  max-width: 60px;
  color: #2D3137;
  flex-grow: 1;
  cursor: pointer;
}
.hotels-search-dates-item input:focus {
  color: #ffffff;
}
.hotels-search-dates-checkin input {
  border-radius: 3px 0 0 3px;
}
.hotels-search-dates-checkout input {
  border-radius: 0 3px 3px 0;
  margin-left: -4px;
}
.hotels-search-guests {
  float: right;
}
.hotels-search-guests input {
  border-radius: 3px;
  border: solid 1px rgba(133, 135, 139, 0.3);
  font-size: 16px;
  padding: 19px 5px 4px 15px;
  display: inline-block;
  max-width: 75px;
  color: #2D3137;
  cursor: pointer;
}
.hotels-search-guests input.clicked {
  color: #ffffff;
}
.hotels-search-guests-options {
  background-color: #ffffff;
  padding: 1px 15px 10px 15px;
  position: absolute;
  box-sizing: border-box;
  margin-top: -6px;
  right: 5px;
  display: none;
  min-width: 250px;
  border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgba(133, 135, 139, 0.3);
  z-index: 1;
}
.hotels-search-guests-options-item {
  margin: 8px 0 8px 0;
  color: #2D3137;
}
.hotels-search-guests-options-item label {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-top: 2px;
  margin-bottom: 8px;
}
.hotels-search-guests-options-item select {
  border-radius: 3px;
  border: solid 1px rgba(133, 135, 139, 0.3);
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
  display: inline-block;
  max-width: 85px;
  min-width: 50px;
  color: #2D3137;
  cursor: pointer;
  height: 40px;
  margin-right: 3px;
}
.hotels-search-guests-options-item .btn {
  width: 100% !important;
  box-sizing: border-box !important;
}
.hotels-search-guests-options:before {
  border: solid 10px transparent;
  border-bottom-color: #ffffff;
  border-radius: 3px;
  border-right-color: #ffffff;
  top: -8px;
  content: '';
  height: 0;
  left: 80%;
  margin-left: -10px;
  position: absolute;
  transform: rotate(-135deg);
  width: 0;
  z-index: 20;
}
.hotels-search-input-caption {
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #2D3137;
  margin: 5px 0 0 15px;
  z-index: 2;
}
@media screen and (min-width: 1059px) {
  .post .hotels-search {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 223px;
    max-width: 650px;
  }
  .post .hotels-search-tabs-item {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: 600;
  }
  .post .hotels-search-dates {
    float: left;
    width: 40%;
  }
  .post .hotels-search-dates-item {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    box-sizing: border-box;
  }
  .post .hotels-search-dates-item input {
    border-radius: 3px;
    border: solid 1px rgba(133, 135, 139, 0.3);
    font-size: 16px;
    padding: 19px 5px 6px 15px;
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0px;
    box-sizing: border-box;
    color: #2D3137;
  }
  .post .hotels-search-dates input:focus {
    color: #ffffff;
  }
  .post .hotels-search-dates-checkin input {
    border-radius: 3px 0 0 3px;
  }
  .post .hotels-search-dates-checkout input {
    border-radius: 0 3px 3px 0;
    margin-left: -4px;
  }
  .post .hotels-search-guests {
    float: left;
    width: 25%;
    text-align: right;
    box-sizing: border-box;
    margin: 0;
    margin-left: 1%;
  }
  .post .hotels-search-guests input {
    border-radius: 3px;
    border: solid 1px rgba(133, 135, 139, 0.3);
    font-size: 16px;
    padding: 19px 5px 6px 15px;
    display: inline-block;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }
  .post .hotels-search-guests input.clicked {
    color: #ffffff;
  }
  .post .hotels-search-guests-options {
    text-align: left;
    right: 224px;
  }
  .post .hotels-search-body {
    width: 650px;
    box-sizing: border-box;
    padding: 15px 30px 15px 30px;
  }
  .post .hotels-search-body-item-submit {
    float: left;
    width: 24%;
  }
  .post .hotels-search-body-item-submit a.btn {
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .post .hotels-search-body-item-submit a.btn span {
    display: none;
  }
  .post .hotels-search-body input {
    font-size: 18px;
    font-weight: 600;
  }
}
.post {
  padding-bottom: 8px;
  margin-bottom: 35px;
}
.post:before,
.post:after {
  display: table;
  content: "";
}
.post:after {
  clear: both;
}
.post a:hover {
  color: #FDDD55;
  border-color: #FDDD55;
}
.post-title {
  margin: 0 0 12px 0;
  font-weight: 600;
  line-height: 1.2em;
}
.post-meta {
  margin: 0 0 4px 0;
  font-size: 12px;
  font-weight: 600;
}
.post-meta:before,
.post-meta:after {
  display: table;
  content: "";
}
.post-meta:after {
  clear: both;
}
.post-meta-category {
  float: left;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.post-meta-category a,
.post-meta-category span {
  display: inline-block;
  padding-bottom: 5px;
}
.post-meta-date {
  float: right;
  font-weight: 400;
}
.post-meta a {
  color: #2D3137;
}
.post-amenities {
  position: relative;
}
.post-amenities-item {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 11px;
  color: #85878B;
  margin-right: 14px;
}
.post-amenities-item img {
  max-height: 17px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}
.post-amenities-item i {
  font-size: 17px;
  display: inline-block;
  vertical-align: top;
}
.post-amenities-author {
  float: right;
}
.post-amenities-toplink {
  position: absolute;
  margin-left: -200px;
}
.post-simple .post,
.post-medium .post {
  margin-bottom: 20px;
}
.post-simple .post a,
.post-medium .post a {
  color: #2D3137;
}
.post-simple .post-image,
.post-medium .post-image {
  margin-bottom: 15px;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}
.post-simple .post-image img,
.post-medium .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-simple .post-title,
.post-medium .post-title {
  color: #2D3137;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}
.post-simple .post-title a,
.post-medium .post-title a {
  color: #2D3137;
}
.post-simple .post-title a:hover,
.post-medium .post-title a:hover {
  color: #FDDD55;
  border-color: #FDDD55;
}
.post-medium {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
.post-medium .post-title {
  font-size: 20px;
  line-height: 1.4em;
}
.post-simple {
  display: block;
  float: none;
  border-bottom: 1px solid rgba(133, 135, 139, 0.3);
}
.post-simple .post-meta {
  margin-top: 0;
}
.post-simple .post-image {
  display: none;
}
.post-simple .post-image img {
  display: none;
}
.post-large {
  clear: both;
}
.post-large .post a {
  color: #2D3137;
}
.post-large .post-image {
  margin-bottom: 15px;
  height: 300px;
  overflow: hidden;
  border-radius: 5px;
}
.post-large .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-large .post-title {
  color: #2D3137;
}
.post-large .post-title a {
  color: #2D3137;
}
.post-large .post-title a:hover {
  color: #FDDD55;
  border-color: #FDDD55;
}
.post-single {
  font-size: 16px;
  max-width: 984px;
  border-bottom: 0;
  margin-right: 3%;
}
.post-single hr,
.post-single ul,
.post-single ol,
.post-single h1,
.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6,
.post-single p,
.post-single ol,
.post-single .title-1,
.post-single .title-2,
.post-single .title-3,
.post-single .title-4,
.post-single .title-5,
.post-single .title-6 {
  margin-left: 223px;
  max-width: 650px;
}
.post-single .post {
  margin-bottom: 80px;
}
.post-single .post-image {
  width: 984px;
  height: 390px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 35px;
}
.post-single .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.post-single .post-amenities {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 223px;
  max-width: 650px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(133, 135, 139, 0.3);
}
.post-single .post-amenities-author {
  font-size: 13px;
}
.post-single .post-amenities-tags {
  font-size: 14px;
  float: right;
}
.post-single .post-amenities-share {
  padding-top: 20px;
  margin-top: 7px;
  margin-bottom: 15px;
  border-top: 1px solid rgba(133, 135, 139, 0.3);
}
.post-single .post-amenities-share-buttons {
  flex-direction: row;
  align-items: center;
  display: flex;
  gap: 8px;
}
.post-single .post-amenities-share-item {
  background-color: #F8F8F8;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.post-single .post-amenities-share-item:hover {
  color: #1E40CA;
  transition: 0.4s;
}
.post-single .post-amenities-share-item .share-copy-link-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  margin-top: 70px;
  font-size: 13px;
  transition: 0.3s;
  font-weight: 400;
}
.post-single .post-amenities-share-item.show .share-copy-link-tooltip {
  display: block;
  transition: 0.3s;
}
.post-single .post-amenities-share-bottom {
  border: 0;
  margin-top: 20px;
  padding-top: 0;
}
.post-single .post-amenities-share-caption {
  display: none;
}
.post-single .post-amenities-share .vk-share-bg {
  padding: 4px 10px 3px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #6187ae;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.post-single .post-amenities .fb-share-button {
  background-color: #4166b2;
}
.post-single .post-amenities .fb-share-button:hover {
  background-color: #4e73be;
}
.post-single .post-amenities .vk-share-button {
  background-color: #4a75a8;
}
.post-single .post-amenities .vk-share-button:hover {
  background-color: #5782b5;
}
.post-single .post-amenities-bottom {
  border-top: 1px solid rgba(133, 135, 139, 0.3);
  border-bottom: 1px solid rgba(133, 135, 139, 0.3);
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: 0;
  width: 100%;
  max-width: none;
  padding-left: 223px;
  box-sizing: border-box;
}
.post-single .post-meta {
  margin-left: 223px;
  max-width: 650px;
}
.post-single .post-text,
.post-single .post-anounce {
  color: #2D3137;
}
.post-single .post-text h1,
.post-single .post-anounce h1 {
  font-weight: 300;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-single .post-text h1 strong,
.post-single .post-anounce h1 strong,
.post-single .post-text h1 b,
.post-single .post-anounce h1 b,
.post-single .post-text h1 i,
.post-single .post-anounce h1 i,
.post-single .post-text h1 span,
.post-single .post-anounce h1 span {
  font-weight: 300;
  font-style: normal;
}
.post-single .post-text h2,
.post-single .post-anounce h2,
.post-single .post-text .title-2,
.post-single .post-anounce .title-2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.post-single .post-text h2 strong,
.post-single .post-anounce h2 strong,
.post-single .post-text .title-2 strong,
.post-single .post-anounce .title-2 strong,
.post-single .post-text h2 b,
.post-single .post-anounce h2 b,
.post-single .post-text .title-2 b,
.post-single .post-anounce .title-2 b,
.post-single .post-text h2 i,
.post-single .post-anounce h2 i,
.post-single .post-text .title-2 i,
.post-single .post-anounce .title-2 i,
.post-single .post-text h2 span,
.post-single .post-anounce h2 span,
.post-single .post-text .title-2 span,
.post-single .post-anounce .title-2 span {
  font-weight: 400;
  font-style: normal;
}
.post-single .post-text h3,
.post-single .post-anounce h3,
.post-single .post-text .title-3,
.post-single .post-anounce .title-3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
}
.post-single .post-text h3 strong,
.post-single .post-anounce h3 strong,
.post-single .post-text .title-3 strong,
.post-single .post-anounce .title-3 strong,
.post-single .post-text h3 b,
.post-single .post-anounce h3 b,
.post-single .post-text .title-3 b,
.post-single .post-anounce .title-3 b,
.post-single .post-text h3 i,
.post-single .post-anounce h3 i,
.post-single .post-text .title-3 i,
.post-single .post-anounce .title-3 i,
.post-single .post-text h3 span,
.post-single .post-anounce h3 span,
.post-single .post-text .title-3 span,
.post-single .post-anounce .title-3 span {
  font-weight: 600 !important;
  font-style: normal;
}
.post-single .post-text h2,
.post-single .post-anounce h2,
.post-single .post-text h3,
.post-single .post-anounce h3,
.post-single .post-text h4,
.post-single .post-anounce h4,
.post-single .post-text .title-2,
.post-single .post-anounce .title-2,
.post-single .post-text .title-3,
.post-single .post-anounce .title-3,
.post-single .post-text .title-4,
.post-single .post-anounce .title-4 {
  font-weight: normal;
}
.post-single .post-text h2 *,
.post-single .post-anounce h2 *,
.post-single .post-text h3 *,
.post-single .post-anounce h3 *,
.post-single .post-text h4 *,
.post-single .post-anounce h4 *,
.post-single .post-text .title-2 *,
.post-single .post-anounce .title-2 *,
.post-single .post-text .title-3 *,
.post-single .post-anounce .title-3 *,
.post-single .post-text .title-4 *,
.post-single .post-anounce .title-4 * {
  font-weight: normal;
}
.post-single .post-text p,
.post-single .post-anounce p {
  line-height: 1.6em;
  margin-top: 13px;
  margin-bottom: 13px;
}
.post-single .post-text p img,
.post-single .post-anounce p img {
  margin-left: -223px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 984px;
  height: auto;
  max-width: none;
}
.post-single .post-text ul,
.post-single .post-anounce ul,
.post-single .post-text ol,
.post-single .post-anounce ol {
  margin-left: 243px;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 1.6em;
}
.post-single .post-text ul li,
.post-single .post-anounce ul li,
.post-single .post-text ol li,
.post-single .post-anounce ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-single .post-text blockquote,
.post-single .post-anounce blockquote {
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 223px;
  max-width: 650px;
  box-sizing: border-box;
  padding-bottom: 6px;
  padding-top: 8px;
  padding-left: 110px;
  border-top: 1px solid rgba(133, 135, 139, 0.3);
  border-bottom: 1px solid rgba(133, 135, 139, 0.3);
  font-size: 30px;
  line-height: 1.53em;
  font-weight: 300 !important;
}
.post-single .post-text blockquote p,
.post-single .post-anounce blockquote p {
  font-weight: 300 !important;
  margin-left: 0;
  line-height: 1.55em;
}
.post-single .post-text blockquote span,
.post-single .post-anounce blockquote span {
  font-weight: 300 !important;
}
.post-single .post-text blockquote i,
.post-single .post-anounce blockquote i {
  font-style: normal !important;
}
.post-single .post-text hr,
.post-single .post-anounce hr {
  border-top: 1px solid rgba(133, 135, 139, 0.3);
  height: 0;
  border-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-single .post-text .btn,
.post-single .post-anounce .btn {
  margin: 20px 0 20px 0;
  font-size: 18px;
}
.post-single .post-text-button,
.post-single .post-anounce-button {
  margin-left: 223px !important;
  max-width: 650px;
}
.post-single .post-text-image,
.post-single .post-anounce-image {
  clear: both;
}
.post-single .post-text .btn-bg,
.post-single .post-anounce .btn-bg {
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
  background-color: #f4f4f4;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.post-single .post-text .instagram-media,
.post-single .post-anounce .instagram-media {
  margin-left: 224px !important;
  max-width: 648px !important;
}
.post-single .post-text .wp-caption,
.post-single .post-anounce .wp-caption {
  margin-top: 30px;
  margin-bottom: 30px;
  width: auto !important;
}
.post-single .post-text .wp-caption img,
.post-single .post-anounce .wp-caption img {
  width: 984px;
  height: auto;
}
.post-single .post-text .wp-caption .wp-caption-text,
.post-single .post-anounce .wp-caption .wp-caption-text {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 650px;
}
.post-single .post-text .wp-caption .wp-caption-text small,
.post-single .post-anounce .wp-caption .wp-caption-text small {
  font-size: 11px;
  color: #85878B;
  display: block;
  line-height: 2.5em;
}
.post-single .post-text .wp-caption:before,
.post-single .post-anounce .wp-caption:before,
.post-single .post-text .wp-caption:after,
.post-single .post-anounce .wp-caption:after {
  display: table;
  content: "";
}
.post-single .post-text .wp-caption:after,
.post-single .post-anounce .wp-caption:after {
  clear: both;
}
.post-single .post-text .wp-caption.alignleft img,
.post-single .post-anounce .wp-caption.alignleft img {
  width: 200px;
  height: auto;
  float: left;
}
.post-single .post-text .wp-caption.alignleft .wp-caption-text,
.post-single .post-anounce .wp-caption.alignleft .wp-caption-text {
  font-size: 18px;
  border-bottom: 0;
  font-weight: 300;
}
.post-single .post-text .wp-caption.alignleft:before,
.post-single .post-anounce .wp-caption.alignleft:before,
.post-single .post-text .wp-caption.alignleft:after,
.post-single .post-anounce .wp-caption.alignleft:after {
  display: table;
  content: "";
}
.post-single .post-text .wp-caption.alignleft:after,
.post-single .post-anounce .wp-caption.alignleft:after {
  clear: both;
}
.post-single .post-text .advise,
.post-single .post-anounce .advise {
  border-bottom: 1px solid rgba(133, 135, 139, 0.3);
  padding: 20px 0 20px 0;
}
.post-single .post-text .advise .wp-caption,
.post-single .post-anounce .advise .wp-caption {
  float: left;
  max-width: 180px;
  margin-top: 0;
  margin-left: 15px;
}
.post-single .post-text .advise .wp-caption img,
.post-single .post-anounce .advise .wp-caption img {
  width: 180px;
  height: auto;
  float: none;
}
.post-single .post-text .advise .wp-caption .wp-caption-text,
.post-single .post-anounce .advise .wp-caption .wp-caption-text {
  border-bottom: 0;
  float: left;
  margin-left: 0;
  text-align: center;
  max-width: 180px;
  font-size: 14px;
  line-height: 1.3em;
  color: #85878B;
}
.post-single .post-text .advise .wp-caption:before,
.post-single .post-anounce .advise .wp-caption:before,
.post-single .post-text .advise .wp-caption:after,
.post-single .post-anounce .advise .wp-caption:after {
  display: table;
  content: "";
}
.post-single .post-text .advise .wp-caption:after,
.post-single .post-anounce .advise .wp-caption:after {
  clear: both;
}
.post-single .post-text .advise:before,
.post-single .post-anounce .advise:before,
.post-single .post-text .advise:after,
.post-single .post-anounce .advise:after {
  display: table;
  content: "";
}
.post-single .post-text .advise:after,
.post-single .post-anounce .advise:after {
  clear: both;
}
.post-single .post-text .frame,
.post-single .post-anounce .frame {
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 38px 20px 33px 110px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #2D3137;
  background-color: #fff8dd;
  margin-left: 223px;
  max-width: 650px;
}
.post-single .post-text .frame h1,
.post-single .post-anounce .frame h1,
.post-single .post-text .frame h2,
.post-single .post-anounce .frame h2,
.post-single .post-text .frame h3,
.post-single .post-anounce .frame h3,
.post-single .post-text .frame .title-1,
.post-single .post-anounce .frame .title-1,
.post-single .post-text .frame .title-2,
.post-single .post-anounce .frame .title-2,
.post-single .post-text .frame .title-3,
.post-single .post-anounce .frame .title-3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1em;
  margin-left: 0;
}
.post-single .post-text .frame h1 *,
.post-single .post-anounce .frame h1 *,
.post-single .post-text .frame h2 *,
.post-single .post-anounce .frame h2 *,
.post-single .post-text .frame h3 *,
.post-single .post-anounce .frame h3 *,
.post-single .post-text .frame .title-1 *,
.post-single .post-anounce .frame .title-1 *,
.post-single .post-text .frame .title-2 *,
.post-single .post-anounce .frame .title-2 *,
.post-single .post-text .frame .title-3 *,
.post-single .post-anounce .frame .title-3 * {
  font-weight: normal !important;
}
.post-single .post-text .frame p,
.post-single .post-anounce .frame p {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-single .post-text .frame ul,
.post-single .post-anounce .frame ul,
.post-single .post-text .frame ol,
.post-single .post-anounce .frame ol {
  margin-left: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.post-single .post-text .frame ul li,
.post-single .post-anounce .frame ul li,
.post-single .post-text .frame ol li,
.post-single .post-anounce .frame ol li {
  margin: 7px 0 7px 0;
}
.post-single .post-text .frame .btn,
.post-single .post-anounce .frame .btn {
  margin: 10px 0 0 0 !important;
}
.post-single .post-text .address-wrapper .icon-pin,
.post-single .post-anounce .address-wrapper .icon-pin {
  margin-right: 5px;
  font-size: 1.1em;
  vertical-align: middle;
}
.post-single .post-text .column-image,
.post-single .post-anounce .column-image,
.post-single .post-text .column-table,
.post-single .post-anounce .column-table {
  margin-left: 223px;
  max-width: 650px;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.post-single .post-text .column-image img,
.post-single .post-anounce .column-image img,
.post-single .post-text .column-table img,
.post-single .post-anounce .column-table img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.post-single .post-text .column-image .wp-caption,
.post-single .post-anounce .column-image .wp-caption,
.post-single .post-text .column-table .wp-caption,
.post-single .post-anounce .column-table .wp-caption {
  width: 100% !important;
  height: auto;
  box-sizing: border-box;
}
.post-single .post-text .column-image .wp-caption .wp-caption-text,
.post-single .post-anounce .column-image .wp-caption .wp-caption-text,
.post-single .post-text .column-table .wp-caption .wp-caption-text,
.post-single .post-anounce .column-table .wp-caption .wp-caption-text {
  width: auto;
  margin-left: 0;
}
.post-single .post-text .column-table table,
.post-single .post-anounce .column-table table {
  border-collapse: collapse;
  border: 1px solid #c1c1c1;
  border-bottom: 0;
  border-left: 0;
  line-height: 1.2em;
  padding: 0;
}
.post-single .post-text .column-table table td,
.post-single .post-anounce .column-table table td,
.post-single .post-text .column-table table th,
.post-single .post-anounce .column-table table th {
  padding: 3px 5px 3px 5px;
  border-left: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.post-single .post-text .column-table table th,
.post-single .post-anounce .column-table table th {
  text-align: left;
  font-weight: 600;
}
.post-single .post-author {
  margin-left: 223px;
  max-width: 650px;
  margin-top: 15px;
  padding-top: 15px;
}
.post-single .post-author-avatar {
  float: left;
  width: 92px;
  height: 92px;
  border-radius: 5px;
  overflow: hidden;
}
.post-single .post-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-single .post-author-info {
  margin-left: 110px;
  line-height: 1.6;
}
.post-single .post-author-title {
  font-weight: normal;
  text-align: left;
  font-size: 18px;
  margin-bottom: 13px;
  color: #2D3137;
}
.post-single .post-author-description {
  font-size: 13px;
  margin-bottom: 13px;
  color: #2D3137;
}
.post-single .post-author:before,
.post-single .post-author:after {
  display: table;
  content: "";
}
.post-single .post-author:after {
  clear: both;
}
.post-special {
  margin-bottom: 10px;
  position: relative;
}
.post-special .post-meta-category span {
  border-bottom: 2px solid #FFC919;
}
.post-special-normal .post-image {
  box-shadow: none;
  border-radius: 5px 5px 0 0;
}
.post-special-absolute {
  border-radius: 5px;
  border-bottom: 0;
}
.post-special-absolute .post-title-wrapper {
  position: absolute;
  bottom: 10px;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
}
.post-special-colored {
  border-radius: 5px;
}
.post-special-colored .post-title-wrapper {
  padding: 0 10px 0 20px;
  box-sizing: border-box;
}
.post-special.post-medium.post-special-colored {
  height: 315px !important;
  margin-bottom: 45px;
}
.post-special.post-large.post-special-absolute,
.post-special.post-large.post-special-hidden {
  max-height: 292px !important;
}
.post-special.post-large.post-special-absolute .post-image,
.post-special.post-large.post-special-hidden .post-image {
  max-height: 320px !important;
}
.post-special.post-medium.post-special-absolute,
.post-special.post-medium.post-special-hidden {
  height: 315px !important;
  margin-bottom: 45px;
}
.post-special.post-medium.post-special-absolute .post-image,
.post-special.post-medium.post-special-hidden .post-image {
  height: 325px !important;
  max-height: 325px !important;
}
.post-special.post-large.post-largest {
  max-height: 408px !important;
  max-width: 100%;
  width: 100%;
  border-bottom: 0 !important;
}
.post-special.post-large.post-largest .post-image {
  max-width: 980px;
  max-height: 408px !important;
  height: 408px !important;
}
.post-special.post-large.post-largest.post-special-absolute {
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: none;
}
.post-special.post-large.post-largest.post-special-absolute .post-image {
  max-width: none;
}
.post-special.post-large.post-largest.post-special-absolute .post-title-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 13px 10px 0 20px;
  width: auto;
  border-radius: 0 0 5px 5px;
}
.post-news {
  margin-bottom: 20px;
}
.post-news .post-meta-date {
  float: none;
}
.banner-desktop {
  display: block;
}
.banner-mobile {
  display: none;
}
.banner-sidebar {
  text-align: center;
  width: 300px;
  padding: 0;
  margin: 40px 0 0 0;
}
.banner-bottom {
  text-align: center;
}
.banner-bottom > div {
  margin: auto !important;
}
.banner-announce {
  text-align: center;
}
.banner-announce > div {
  margin: auto !important;
}
.feed {
  margin: 30px 0 0 0;
}
.feed-posts {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feed-category {
  margin: 15px 0 25px 0;
}
.feed-category-title {
  margin: 20px 0 30px 0;
  font-size: 40px;
  font-weight: 500;
  width: 100%;
}
.feed-category-title a {
  color: #2D3137;
  border-bottom: 2px solid #2D3137;
}
.feed-category-title a:hover {
  color: #FDDD55;
  border-bottom: 2px solid #FDDD55;
}
.feed-category-title small {
  display: block;
  color: #85878B;
  font-size: 0.6em;
}
.feed-news-all {
  padding-bottom: 25px;
}
.feed-news-all a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  background-color: #f4f4f4;
  text-align: center;
  padding: 10px 0 10px 0;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.author {
  display: flex;
  flex-direction: row;
  gap: 35px;
  align-items: flex-start;
}
.author-avatar {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.author-name {
  margin: 10px 0 10px 0;
}
.author-name small {
  display: block;
  color: #888;
  font-size: 20px;
  margin: 10px 0 10px 0;
}
.author-description {
  font-size: 20px;
  margin-top: 12px;
}
.page-post {
  margin: 30px 0 0 0;
}
.page-post-recommendation {
  border-top: 1px solid rgba(133, 135, 139, 0.3);
}
.page-post-category {
  margin: 15px 0 25px 0;
}
.page-post-category:before,
.page-post-category:after {
  display: table;
  content: "";
}
.page-post-category:after {
  clear: both;
}
.page-post-category-title {
  margin: 20px 0 30px 0;
}
.page-post-category-title h1 {
  font-size: 40px;
  font-weight: 500;
}
.page-post-category-title a {
  color: #2D3137;
  border-bottom: 2px solid #2D3137;
}
.page-post-category-title a:hover {
  color: #FDDD55;
  border-bottom: 2px solid #FDDD55;
}
.page-post-category-title small {
  display: block;
  color: #85878B;
  font-size: 0.6em;
}
.pandemic-attention--header {
  margin: 20px 0 20px 0;
}
.pandemic-attention--footer {
  margin-top: 40px;
}
.pandemic-header {
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #ffffff;
  padding: 30px 0 5px 0;
}
.pandemic-header__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #ffffff;
}
.pandemic-header__row {
  margin: 15px 0 15px 0;
  margin-left: 223px;
  max-width: 650px;
}
.pandemic-header-search {
  position: relative;
  margin-bottom: 22px;
  margin-top: 23px;
}
.pandemic-header-search input {
  font-weight: 500;
  font-size: 20px;
  background: #FFFFFF;
  box-shadow: 0 8px 40px rgba(32, 34, 37, 0.47);
  border: 0;
  border-radius: 4px;
  padding: 14px 16px 14px 16px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.pandemic-header-search input::-webkit-input-placeholder {
  color: #B4B4B4;
}
.pandemic-header-search input::-moz-placeholder {
  color: #B4B4B4;
}
.pandemic-header-search input:-moz-placeholder {
  color: #B4B4B4;
}
.pandemic-header-search input:-ms-input-placeholder {
  color: #B4B4B4;
}
.pandemic-header-search .selectize-control {
  display: flex;
  height: 53px;
}
.pandemic-header-search .selectize-input {
  font-weight: 500;
  font-size: 20px;
  background: #FFFFFF;
  box-shadow: 0 8px 40px rgba(32, 34, 37, 0.47);
  border: 0;
  border-radius: 4px;
  padding: 14px 16px 14px 16px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  line-height: 24px;
}
.pandemic-header-search .selectize-input::-webkit-input-placeholder {
  color: #B4B4B4;
}
.pandemic-header-search .selectize-input::-moz-placeholder {
  color: #B4B4B4;
}
.pandemic-header-search .selectize-input:-moz-placeholder {
  color: #B4B4B4;
}
.pandemic-header-search .selectize-input:-ms-input-placeholder {
  color: #B4B4B4;
}
.pandemic-header-search .selectize-input input {
  font-size: 20px;
}
.pandemic-header-search .selectize-dropdown-content {
  max-height: 270px !important;
}
.pandemic-header-search .selectize-dropdown .option,
.pandemic-header-search .selectize-dropdown .optgroup-header {
  font-size: 16px !important;
  padding: 5px 0 5px 15px;
}
.pandemic-header-search .selectize-dropdown div[data-selectable] {
  font-size: 18px !important;
  line-height: 22px;
  padding: 8px 0 8px 15px;
}
.pandemic-header-search .dropdown-empty-message {
  width: 100%;
  border-radius: 0;
}
.pandemic-header-search .dropdown-empty-message div {
  font-size: 18px;
  padding: 5px 0 5px 15px;
  color: #8a8886;
}
.pandemic-header-search__buttons {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  z-index: 100;
  display: flex;
}
.pandemic-header-search a.btn {
  padding-left: 30px;
  padding-right: 30px;
  background: #0F5DE4;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pandemic-header-search a.btn .mobile {
  display: none;
}
.pandemic-header-search a.btn:hover {
  background-color: #044fd2;
  color: #ffffff !important;
}
.pandemic-header-search a.btn.reset-btn {
  display: none;
  background: #fff6f4;
  color: #bf181b !important;
}
.pandemic-header-search a.btn.reset-btn:hover {
  background: #ffcdca;
  color: #bf181b !important;
}
.pandemic-header-filter__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.pandemic-header-filter__items {
  margin: 8px 0 25px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pandemic-header-filter__items a {
  display: inline-block;
  word-wrap: normal;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-feature-settings: 'cpsp' on;
  color: #ffffff;
  padding: 2px 12px 2px 12px;
  margin-right: 8px;
}
.pandemic-header-filter__items a:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.25);
}
.pandemic-header-filter__items a:active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.25);
}
.pandemic-text {
  margin: 15px 0 15px 0;
}
.pandemic-text p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pandemic-disclaimer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 10px 15px 10px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #CE2121;
  margin-left: 223px;
  max-width: 650px;
  display: flex;
  flex-direction: row;
  border-radius: 6px;
  align-items: center;
}
.pandemic-disclaimer__icon {
  width: 95px;
}
.pandemic-disclaimer__icon img {
  width: 100%;
}
.pandemic-disclaimer__text {
  margin-left: 20px;
}
.pandemic-disclaimer__text p {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pandemic-disclaimer a {
  color: #CE2121;
  border-bottom: 1px solid #e5a69d;
}
.pandemic-disclaimer a:hover {
  color: #CE2121;
  border-bottom: 1px solid #e58675;
}
.pandemic-content {
  margin-left: 223px;
  max-width: 650px;
}
.pandemic-content h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 64px;
  margin-left: 0;
}
.pandemic-content-continent__title {
  font-weight: bold !important;
  font-size: 44px !important;
  line-height: 64px !important;
  margin-left: 0;
  margin-right: 0;
}
.pandemic-content-country {
  margin: 10px 0 20px 0;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 8px 15px 8px 15px;
}
.pandemic-content-country--hidden .pandemic-content-country__body {
  display: none;
}
.pandemic-content-country__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.pandemic-content-country__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #000000;
  display: flex;
  flex-direction: row;
}
.pandemic-content-country__title div:first-child {
  margin-top: 2px;
  margin-right: 8px;
}
.pandemic-content-country__title span {
  display: flex;
  align-items: center;
}
.pandemic-content-country__updated {
  font-weight: 500;
  white-space: nowrap;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-feature-settings: 'cpsp' on;
  color: #5f6a7a;
  border-radius: 18px;
  box-sizing: border-box;
  text-align: center;
}
.pandemic-content-country__status {
  font-size: 16px;
  line-height: 24px;
  color: #2A2F36;
}
.pandemic-content-country__status label {
  font-weight: normal;
  display: block;
}
.pandemic-content-country__status span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.pandemic-content-country__body {
  margin: 20px 0 20px 7px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.pandemic-content-country__body hr,
.pandemic-content-country__body ul,
.pandemic-content-country__body ol,
.pandemic-content-country__body h1,
.pandemic-content-country__body h2,
.pandemic-content-country__body h3,
.pandemic-content-country__body h4,
.pandemic-content-country__body h5,
.pandemic-content-country__body h6,
.pandemic-content-country__body p,
.pandemic-content-country__body ol {
  margin-left: 0 !important;
}
.pandemic-content-country__body > p {
  margin: 5px 0 9px 0 !important;
}
.pandemic-content-country__body h1,
.pandemic-content-country__body h2,
.pandemic-content-country__body h3,
.pandemic-content-country__body h4,
.pandemic-content-country__body h5 {
  margin: 15px 0 5px 0;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  color: #292f37;
}
.pandemic-content-country__body h2 {
  font-size: 24px !important;
  text-align: left !important;
  margin: 18px 0 5px 0;
}
.pandemic-content-country__body h3 {
  font-size: 19px !important;
}
.pandemic-content-country__body h4 {
  font-size: 17px !important;
}
.pandemic-content-country__body ol,
.pandemic-content-country__body ul {
  margin-left: 20px !important;
  margin-bottom: 15px;
}
.pandemic-content-country__restrictions {
  margin: 26px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  color: #292f37;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.pandemic-content-country__restrictions .status {
  min-width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 8px;
  border-radius: 30px;
  vertical-align: middle;
}
.pandemic-content-region {
  padding: 0 0 20px 0;
}
.pandemic-content-region--hidden .pandemic-content-region__body {
  display: none;
}
.pandemic-content-region--hidden .pandemic-content-region__arrow {
  transform: rotate(180deg);
}
.pandemic-content-region__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.pandemic-content-region__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pandemic-content-region__title div:first-child {
  margin-right: 8px;
}
.pandemic-content-region__title span {
  display: flex;
  align-items: center;
}
.pandemic-content-region__options {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pandemic-content-region__updated {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-feature-settings: 'cpsp' on;
  color: #5f6a7a;
  border-radius: 18px;
  padding: 2px 9px 2px 9px;
  box-sizing: border-box;
  text-align: center;
}
.pandemic-content-region__restrictions {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  color: #8a8886;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.pandemic-content-region__status {
  min-width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 30px;
  vertical-align: middle;
}
.pandemic-content-region__arrow {
  transform: none;
  opacity: 0.3;
}
.pandemic-content-region__body {
  margin: 5px 0 20px 23px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.pandemic-content-region__body--hidden {
  display: none;
}
.pandemic-content-region__body hr,
.pandemic-content-region__body ul,
.pandemic-content-region__body ol,
.pandemic-content-region__body h1,
.pandemic-content-region__body h2,
.pandemic-content-region__body h3,
.pandemic-content-region__body h4,
.pandemic-content-region__body h5,
.pandemic-content-region__body h6,
.pandemic-content-region__body p,
.pandemic-content-region__body ol {
  margin-left: 0 !important;
}
.pandemic-content-region__body > p {
  margin: 5px 0 9px 0 !important;
}
.pandemic-content-region__body h1,
.pandemic-content-region__body h2,
.pandemic-content-region__body h3,
.pandemic-content-region__body h4,
.pandemic-content-region__body h5 {
  margin: 15px 0 5px 0;
  font-size: 20px !important;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  color: #292f37;
  text-align: left;
}
.pandemic-content-region__body h2 {
  font-size: 19px !important;
}
.pandemic-content-region__body h3 {
  font-size: 17px !important;
}
.pandemic-content-region__body h4 {
  font-size: 15px !important;
}
.pandemic-content-region__body ol,
.pandemic-content-region__body ul {
  margin-left: 20px !important;
  margin-bottom: 15px;
}
.pandemic-content-region .hidden .pandemic-content-region__text {
  display: none !important;
}
.pandemic-reset {
  display: none;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #e7f0f8;
  padding: 25px 10px 25px 10px;
  border-radius: 5px;
  text-align: center;
}
.pandemic-reset__button {
  border-radius: 4px;
  padding: 12px 0 12px 0;
  font-size: 18px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pandemic-reset__text {
  margin-bottom: 8px;
}
.pandemic-region-reset {
  display: none;
  margin: 15px 0 15px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.pandemic-region-reset__button {
  border-radius: 4px;
  background-color: #96b1c1;
  color: #ffffff;
  padding: 6px 15px 6px 15px !important;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pandemic-region-reset__button:hover {
  color: #ffffff !important;
  background-color: #feeca1;
}
.pandemic-region-reset__text {
  margin-bottom: 8px;
}
.mailcollector {
  padding: 1px 15px 10px 15px;
  margin-left: 223px;
  max-width: 650px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: solid 1px rgba(133, 135, 139, 0.3);
  box-sizing: border-box;
}
.mailcollector-form {
  margin-left: 70px;
  margin-right: 10px;
}
.mailcollector-item {
  margin: 8px 0 8px 0;
}
.mailcollector-item input[type=text] {
  border-radius: 3px;
  box-shadow: inset 0 2px 2px 0 rgba(218, 216, 213, 0.5);
  background-color: #ffffff;
  border: solid 1px rgba(133, 135, 139, 0.3);
  font-size: 18px;
  padding: 17px 15px 6px 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: left;
  width: 50%;
  outline: none;
}
.mailcollector-item input[type=text]::-webkit-input-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.mailcollector-item input[type=text]::-moz-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.mailcollector-item input[type=text]:-moz-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.mailcollector-item input[type=text]:-ms-input-placeholder {
  color: rgba(133, 135, 139, 0.3);
}
.mailcollector-item a.btn-submit {
  font-size: 18px;
  width: 270px;
  font-weight: 600;
  padding: 12px 25px 11px 25px;
  background-color: #FDDD55;
  color: #ffffff;
  border-radius: 4px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 0 #FDDD55;
  border: 0;
  display: inline-block;
  text-align: center;
  background-image: linear-gradient(to bottom, #FFD417, #FDDD55);
}
.mailcollector-item a.btn-submit:hover {
  background-color: #FDDD55;
  background-image: none;
  color: #ffffff !important;
}
.mailcollector-item a.btn-submit-mobile {
  display: none;
}
.mailcollector-message {
  margin: 0 0 20px 70px;
  font-size: 14px;
  display: none;
}
.mailcollector-message-pending,
.mailcollector-message-error,
.mailcollector-message-success {
  font-size: 16px;
  margin: 5px 0 15px 0;
  display: none;
}
.mailcollector-message-error {
  color: #bf181b;
}
.mailcollector-title {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 70px;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 1.33;
  letter-spacing: normal;
}
.mailcollector-error h3 {
  color: #640d0e;
}
.mailcollector-input-caption {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #2D3137;
  margin: 5px 0 0 15px;
}
.mailcollector-input-error {
  display: none;
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  margin: -40px 0 0 0;
  padding: 7px 15px 7px 15px;
  text-shadow: 0 0 2px #000;
  border-radius: 5px;
}
.mailcollector-input-error .triangle {
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}
.mailcollector-agreement {
  margin-top: 15px;
  margin-bottom: 30px;
}
.mailcollector-agreement-caption {
  font-size: 13px;
  line-height: 20px;
  color: #2D3137;
  margin: 0 0 10px 30px;
  padding-top: 2px;
}
.mailcollector-agreement .triangle {
  left: 5px !important;
}
.mailcollector-agreement-checkbox {
  float: left;
}
@media screen and (max-width: 1380px) and (min-width: 719px) {
  .mailcollector {
    margin-left: 18% !important;
    margin-right: 5% !important;
  }
  .mailcollector-title,
  .mailcollector-message,
  .mailcollector-form {
    margin-left: 30px;
  }
}
@media screen and (max-width: 720px) {
  .mailcollector {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mailcollector-title,
  .mailcollector-message,
  .mailcollector-form {
    margin-left: 0;
    margin-right: 0;
  }
  .mailcollector-title {
    margin-top: 20px;
    margin-right: 20px;
  }
  .mailcollector-item {
    margin: 8px 0 8px 0;
  }
  .mailcollector-item input[type=text] {
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }
  .mailcollector-item a.btn-submit {
    display: none !important;
  }
  .mailcollector-item a.btn-submit-mobile {
    width: 100% !important;
    box-sizing: border-box;
    display: block !important;
  }
  .mailcollector-agreement-caption {
    line-height: 17px;
  }
  .mailcollector-input-error {
    max-width: 80%;
  }
}
.webinar .post-image__cutter {
  border-bottom-left-radius: 40% 35% !important;
  border-bottom-right-radius: 40% 35% !important;
  overflow: hidden;
  height: 300px;
}
.webinar .post-image {
  border-bottom-left-radius: 40% 35% !important;
  border-bottom-right-radius: 40% 35% !important;
  overflow: hidden;
  height: 300px;
}
.webinar .post-meta {
  margin-bottom: 20px;
}
.webinar .post-meta-category {
  font-size: 14px;
  color: #85878B;
}
.webinar-amenities {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.webinar-amenities-item {
  flex: 1;
  display: flex;
  flex-direction: row;
  margin: 5px 10px 20px 0;
  align-items: center;
}
.webinar-amenities-item:last-child {
  justify-content: right;
  margin-right: 0;
  margin-left: 5px;
}
.webinar-amenities-item:last-child > div {
  margin-left: 15px;
}
.webinar-amenities__date b {
  margin-right: 12px;
}
.webinar-amenities__language,
.webinar-amenities__duration {
  margin-right: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.webinar-amenities__language img,
.webinar-amenities__duration img {
  max-height: 16px;
  margin-right: 8px;
}
.webinar .post-anounce {
  font-size: 20px;
}
.webinar .post-text h2 {
  font-size: 32px;
  font-weight: 600;
}
.webinar-loyalty {
  margin-left: 223px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #4086E4;
  border-radius: 4px;
  color: #ffffff;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  max-width: 650px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.webinar-loyalty > p {
  margin-left: 0 !important;
}
.webinar-loyalty__title {
  font-size: 20px;
  font-weight: 600;
}
.webinar-loyalty__description {
  margin: 8px 0 20px 0;
}
.webinar-loyalty__button {
  background-color: transparent;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  margin-left: 0 !important;
  box-sizing: border-box;
  font-weight: 600;
}
.webinar-loyalty__button:hover {
  background-color: #6da2ea;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.webinar-person {
  margin-left: 223px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.webinar-person__photo {
  margin-right: 20px;
  width: 130px;
  height: 130px;
}
.webinar-person__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webinar-person__info {
  display: flex;
  flex-direction: column;
}
.webinar-person__name {
  font-weight: bold;
  font-size: 24px;
}
.webinar-person__position {
  margin-top: 10px;
}
.webinar-schedule ul {
  list-style: none;
}
.webinar-schedule ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 16px;
}
.webinar-schedule__time {
  font-weight: bold;
  min-width: 130px;
  text-align: right;
  margin-right: 15px;
}
.webinar-brand-summary {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 223px;
  max-width: 650px;
  box-sizing: border-box;
  padding: 10px 15px 10px 15px;
  background-color: #f8f8f8;
  border: 0;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.webinar-brand-summary__logo {
  margin-top: 10px;
  max-width: 200px;
}
.webinar-brand-summary__logo img {
  width: 100%;
}
.webinar-brand-summary__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  margin: 10px 15px 10px 15px;
}
.webinar-brand-summary__item {
  min-width: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.webinar-brand-summary__item span {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.webinar-brand-summary__item label {
  font-size: 12px;
  font-weight: 400;
  text-transform: lowercase;
}
.webinar-video {
  margin-left: 223px;
  max-width: 650px;
}
.webinar-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  box-sizing: border-box;
}
.webinar-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.webinar-list {
  padding-top: 10px;
}
.webinar-list .feed-category-title,
.webinar-list h1 {
  font-size: 32px;
}
.webinar-list--nodata {
  font-size: 20px;
}
.webinar-filter {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 0 35px 0;
}
.webinar-filter__item {
  margin-right: 20px;
}
.webinar-filter__select {
  border: 1px solid rgba(133, 135, 139, 0.3);
  border-radius: 4px;
  padding: 0;
  box-sizing: border-box;
  font-family: 'PT Root UI', sans-serif;
  font-weight: 500;
  min-width: 200px;
  outline: none;
  display: grid;
  position: relative;
}
.webinar-filter__select label {
  position: absolute;
  padding: 6px 0 0 12px;
  font-weight: 400;
}
.webinar-filter__select select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 22px 1em 5px 11px;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  font-family: 'PT Root UI', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.webinar-filter__select select::-ms-expand {
  display: none;
}
.webinar-filter__select::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: #85878B;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: absolute;
  right: 4px;
  top: 21px;
  z-index: -1;
}
.webinar-item .post-image {
  height: 140px;
  position: relative;
}
.webinar-item .post-meta {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 6px;
}
.webinar-item .post-meta span {
  margin-right: 5px;
}
.webinar-item .post-ameneties {
  font-size: 16px;
}
.webinar-item__category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #0f0f0f;
  position: absolute;
  top: 8px;
  left: 15px;
}
@media screen and (max-width: 960px) {
  .webinar-schedule__time {
    text-align: left;
  }
}
.selections {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.selections.hidden {
  display: none;
}
.selections-form {
  background: #ffffff;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
  padding: 24px;
}
.selections-form-title {
  font-size: 32px !important;
  line-height: 1.3em !important;
  font-weight: 600 !important;
}
.selections-form-description {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 20px 0;
  color: #2D3137;
}
.selections-form-close {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 22px;
}
.selections-form-close a {
  color: #85878B;
}
.selections-form-close a:hover {
  color: #080809 !important;
}
.selections-form-row {
  display: flex;
  flex-direction: row;
  margin: 15px 0 0 0;
}
.selections-form-row-gap {
  gap: 15px;
}
.selections-form-row-btns {
  gap: 20px;
  margin-top: 30px;
}
.selections-form-row-datepicker .component-datepicker:first-child {
  border-radius: 12px 0 0 12px;
  border-right: 0;
}
.selections-form-row-datepicker .component-datepicker:last-child {
  border-radius: 0 12px 12px 0;
}
.selections-form-row .component-select,
.selections-form-row .component-datepicker {
  width: 100%;
  max-width: none;
}
.selections-form a.btn {
  text-align: center;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  background-color: #FDDD55;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}
.selections-form a.btn-grey {
  background-color: rgba(133, 135, 139, 0.3);
}
.selections-form a.btn-grey:hover {
  background-color: rgba(58, 59, 61, 0.3);
}
/* Кастомный чекбокс */
.component-checkbox .label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  margin: 0;
}
.component-checkbox .input {
  display: none;
}
.component-checkbox .custom {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #FDDD55;
  position: relative;
  transition: #FDDD55;
  flex-shrink: 0;
}
.component-checkbox .custom::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: #FDDD55;
}
.component-checkbox .input:checked + .custom::after {
  opacity: 1;
}
.component-checkbox .text {
  font-weight: 500;
  font-size: 16px;
  color: #2D3137;
  user-select: none;
}
.component-select,
.component-datepicker {
  border: 1px solid rgba(133, 135, 139, 0.3);
  border-radius: 12px;
  padding: 0;
  box-sizing: border-box;
  font-family: 'PT Root UI', sans-serif;
  font-weight: 500;
  min-width: 200px;
  outline: none;
  display: grid;
  position: relative;
  cursor: pointer;
}
.component-select label,
.component-datepicker label {
  position: absolute;
  font-size: 12px;
  padding: 4px 0 0 12px;
  font-weight: 500;
}
.component-select select,
.component-datepicker select,
.component-select input,
.component-datepicker input {
  background-color: transparent;
  border: none;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  font-family: 'PT Root UI', sans-serif;
  font-weight: 500;
  font-size: 16px;
  box-sizing: border-box;
  padding: 22px 1em 5px 11px;
  appearance: none;
  z-index: 1000;
}
.component-select select::-ms-expand,
.component-datepicker select::-ms-expand {
  display: none;
}
.component-select::after,
.component-datepicker::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: #85878B;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: absolute;
  right: 4px;
  top: 21px;
  z-index: -1;
}
.component-select .icon-angle-down,
.component-datepicker .icon-angle-down {
  position: absolute;
  right: 11px;
  bottom: 9px;
  color: #85878B;
  z-index: 999;
}
a.btn.selections-form--open {
  font-weight: 500;
  font-size: 16px !important;
  display: inline-flex;
  gap: 5px;
}
a.btn.selections-form--open i {
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .selections-form-row {
    flex-direction: column;
  }
  .selections-form-row-datepicker .component-datepicker:first-child {
    border-radius: 12px 12px 0 0;
    border-bottom: 0;
    border-right: 1px solid rgba(133, 135, 139, 0.3);
  }
  .selections-form-row-datepicker .component-datepicker:last-child {
    border-radius: 0 0 12px 12px;
  }
}
@media screen and (max-width: 1380px) and (min-width: 959px) {
  body {
    min-width: 300px;
  }
  .header {
    width: 100%;
    box-sizing: border-box;
  }
  .header-navbar-menu li {
    font-size: 13px;
  }
  .page-container {
    width: 100%;
    box-sizing: border-box;
  }
  .page-feed-category {
    position: relative;
  }
  .content-column {
    width: auto;
    margin-right: 300px;
    box-sizing: border-box;
    float: left;
    min-height: 1700px;
  }
  .post-simple,
  .post-large {
    width: 100%;
    box-sizing: border-box;
  }
  .post-large {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
  }
  .post-medium {
    width: 48%;
    box-sizing: border-box;
    margin-right: 0;
  }
  .no-margin {
    margin-right: 0 !important;
  }
  .sidebar {
    box-sizing: border-box;
    position: absolute;
    right: 20px;
  }
  .sidebar-home {
    margin-top: 105px;
  }
  .post-single hr,
  .post-single ul,
  .post-single h1,
  .post-single h2,
  .post-single h3,
  .post-single h4,
  .post-single h5,
  .post-single h6,
  .post-single p,
  .post-single ol,
  .post-single .title-1,
  .post-single .title-2,
  .post-single .title-3,
  .post-single .title-4,
  .post-single .title-5,
  .post-single .title-6,
  .post-single .post-meta,
  .post-single .post-text blockquote,
  .post-single .post-author,
  .post-single .post-amenities,
  .post-single .hotels-search,
  .post-single .instagram-media,
  .post-single .post-text .instagram-media,
  .post-single .pandemic-header__row,
  .post-single .pandemic-disclaimer,
  .post-single .pandemic-content,
  .post-single .post-text-button,
  .post-single .webinar-loyalty,
  .post-single .webinar-brand-summary,
  .post-single .webinar-video,
  .post-single .webinar-person,
  .post-single .webinar-schedule {
    margin-left: 18% !important;
    margin-right: 5% !important;
  }
  .post-single .post-anounce .frame,
  .post-single .post-text .frame {
    margin-left: 18% !important;
    padding-left: 10% !important;
  }
  .post-single .post-text .frame h1,
  .post-single .post-text .frame h2,
  .post-single .post-text .frame h3,
  .post-single .post-text .frame h4,
  .post-single .post-text .frame p,
  .post-single .post-text .webinar-schedule,
  .post-single .pandemic-disclaimer p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .post-single .post-anounce .frame ul,
  .post-single ol,
  .post-single .post-text .frame ul,
  .post-single ol {
    margin-left: 18px !important;
  }
  .post-single iframe {
    width: 100%;
  }
  .post-single .post-text .instagram-media {
    width: 82% !important;
  }
  .post-single .post-text blockquote {
    padding-left: 0;
    font-size: 28px;
  }
  .post-single .post-image {
    width: 100%;
  }
  .post-single .post-text p img,
  .post-single .post-text-image img,
  .post-single .post-anounce-image img,
  .post-single .wp-caption,
  .post-single .wp-caption img {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .post-single .wp-caption.alignleft img {
    width: 16% !important;
    height: auto;
    float: none;
  }
  .post-single .wp-caption.alignleft .wp-caption-text {
    font-size: 18px;
    border-bottom: 0;
    font-weight: 300;
  }
  .post-single .wp-caption.alignleft:before,
  .post-single .wp-caption.alignleft:after {
    display: table;
    content: "";
  }
  .post-single .wp-caption.alignleft:after {
    clear: both;
  }
  .post-single .post-text-image {
    margin-left: 0 !important;
    max-width: none !important;
    margin-right: 0 !important;
  }
  .post-single .post-anounce .advise h1,
  .post-single .post-text .advise h1,
  .post-single .post-anounce .advise h2,
  .post-single .post-text .advise h2,
  .post-single .post-anounce .advise h3,
  .post-single .post-text .advise h3,
  .post-single .post-anounce .advise .title-1,
  .post-single .post-text .advise .title-1,
  .post-single .post-anounce .advise .title-2,
  .post-single .post-text .advise .title-2,
  .post-single .post-anounce .advise .title-3,
  .post-single .post-text .advise .title-3 {
    margin-left: 18% !important;
  }
  .post-single .post-anounce .advise .wp-caption,
  .post-single .post-text .advise .wp-caption {
    float: left;
    max-width: 16% !important;
    margin-top: 0;
    margin-left: 15px;
  }
  .post-single .post-anounce .advise .wp-caption img,
  .post-single .post-text .advise .wp-caption img {
    width: 100%;
    height: auto;
    float: none;
  }
  .post-single .post-anounce .advise .wp-caption .wp-caption-text,
  .post-single .post-text .advise .wp-caption .wp-caption-text {
    border-bottom: 0;
    float: left;
    margin-left: 0 !important;
    text-align: center;
    width: 100%;
  }
  .post-single .post-text .column-image,
  .post-single .post-anounce .column-image,
  .post-single .post-text .column-table,
  .post-single .post-anounce .column-table {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 18% !important;
    padding-right: 5% !important;
    max-width: none;
  }
  .post-single .post-text .column-image img,
  .post-single .post-anounce .column-image img,
  .post-single .post-text .column-table img,
  .post-single .post-anounce .column-table img {
    width: 100%;
    max-width: 650px;
  }
  .post-single .post-text .column-image .wp-caption-text,
  .post-single .post-anounce .column-image .wp-caption-text,
  .post-single .post-text .column-table .wp-caption-text,
  .post-single .post-anounce .column-table .wp-caption-text {
    margin-left: 0 !important;
  }
  .post-single .pandemic-content-country__text hr,
  .post-single .pandemic-content-country__text ul,
  .post-single .pandemic-content-country__text ol,
  .post-single .pandemic-content-country__text h1,
  .post-single .pandemic-content-country__text h2,
  .post-single .pandemic-content-country__text h3,
  .post-single .pandemic-content-country__text h4,
  .post-single .pandemic-content-country__text h5,
  .post-single .pandemic-content-country__text h6,
  .post-single .pandemic-content-country__text p,
  .post-single .pandemic-content-country__text ol,
  .post-single .pandemic-content-country__text .title-1,
  .post-single .pandemic-content-country__text .title-2,
  .post-single .pandemic-content-country__text .title-3,
  .post-single .pandemic-content-country__text .title-4,
  .post-single .pandemic-content-country__text .title-5,
  .post-single .pandemic-content-country__text .title-6 {
    margin-left: 0 !important;
  }
  .post-single .pandemic-content-country__text p {
    margin: 5px 0 9px 0 !important;
  }
  .post-single .pandemic-content-country__text ol,
  .post-single .pandemic-content-country__text ul {
    margin-left: 20px !important;
    margin-bottom: 15px !important;
  }
  .post-hotel-search .hotels-search-body {
    width: 100%;
    margin-right: 0;
  }
  .content-pagination {
    margin-right: 5%;
  }
  .post-special.post-large.post-largest .post-image {
    max-width: none;
  }
  .post-amenities-bottom {
    margin-left: 0 !important;
  }
  .mailcollector-wrapper {
    margin-left: 18% !important;
  }
  .mailcollector-dynamic .page-container {
    padding-right: 354px;
  }
  .pandemic-content-region__body h1,
  .pandemic-content-region__body h2,
  .pandemic-content-region__body h3,
  .pandemic-content-region__body h4,
  .pandemic-content-region__body h5,
  .pandemic-content-region__body .title-1,
  .pandemic-content-region__body .title-2,
  .pandemic-content-region__body .title-3,
  .pandemic-content-region__body p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1250px) and (min-width: 959px) {
  .header-navbar-menu li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1190px) and (min-width: 959px) {
  .header-navbar-menu li {
    font-size: 11px;
  }
  .footer-social {
    display: none;
  }
}
@media screen and (max-width: 1120px) and (min-width: 960px) {
  .page-container {
    min-width: 940px;
    position: relative;
  }
  .desktop-only {
    display: none;
  }
  .content-column {
    padding-right: 1%;
  }
  .content-column-left {
    width: 98%;
    box-sizing: border-box;
    float: none;
    padding: 0;
    margin: 0;
  }
  .content-column-right {
    width: 98%;
    box-sizing: border-box;
    float: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content-column-right .post-simple {
    width: 48%;
  }
  .content-column-right .post-simple:nth-last-child(3) {
    width: 100%;
  }
  .content-column-right .post-simple:nth-last-child(3) .post-image {
    height: 300px;
  }
  .content-column-right .post-simple:nth-last-child(3) .post-title {
    font-size: 34px;
    font-weight: 500;
  }
  .content-column-news {
    order: 0;
    width: 100%;
  }
  .sidebar-home {
    margin-top: 50px;
  }
  .post-simple .post-image {
    display: block;
  }
  .post-simple .post-image img {
    display: block;
  }
  .post-news {
    width: 100%;
  }
  .post-news .post-image {
    display: none;
  }
  .post-news .post-image img {
    display: none;
  }
  .post-news:nth-child(n+5) {
    display: none;
  }
  .page-feed-posts .content-column-right .post-simple {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    box-sizing: border-box;
    margin-right: 3%;
  }
  .page-feed-posts .content-column-right .post-simple .post {
    margin-bottom: 20px;
  }
  .page-feed-posts .content-column-right .post-simple .post a {
    color: #2D3137;
  }
  .page-feed-posts .content-column-right .post-simple .post-image {
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
  }
  .page-feed-posts .content-column-right .post-simple .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-feed-posts .content-column-right .post-simple .post-title {
    color: #2D3137;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
  }
  .page-feed-posts .content-column-right .post-simple .post-title a {
    color: #2D3137;
  }
  .page-feed-posts .content-column-right .post-simple .post-title a:hover {
    color: #FDDD55;
    border-color: #FDDD55;
  }
  .page-feed-posts .content-column-right .post-simple .post-title {
    font-size: 20px;
    line-height: 1.4em;
  }
  .page-feed-posts .content-column-right .post-simple:nth-last-child(3) {
    clear: both;
    width: 100%;
  }
  .page-feed-posts .content-column-right .post-simple:nth-last-child(3) .post a {
    color: #2D3137;
  }
  .page-feed-posts .content-column-right .post-simple:nth-last-child(3) .post-image {
    margin-bottom: 15px;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
  }
  .page-feed-posts .content-column-right .post-simple:nth-last-child(3) .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-feed-posts .content-column-right .post-simple:nth-last-child(3) .post-title {
    color: #2D3137;
  }
  .page-feed-posts .content-column-right .post-simple:nth-last-child(3) .post-title a {
    color: #2D3137;
  }
  .page-feed-posts .content-column-right .post-simple:nth-last-child(3) .post-title a:hover {
    color: #FDDD55;
    border-color: #FDDD55;
  }
  .page-feed-posts .content-column-right .post-simple:nth-last-child(3) .post-image {
    height: auto;
  }
  .page-feed-posts .content-column-right .post-simple:nth-last-child(2) {
    margin-right: 3% !important;
  }
  .page-feed-posts .content-column-right .post-simple:nth-last-child(1) {
    margin-right: 0 !important;
  }
  .footer-social {
    display: none;
  }
  .post-text blockquote {
    padding-left: 0;
    font-size: 24px !important;
  }
  .post-single .post-text .wp-caption .wp-caption-text,
  .post-single .post-anounce .wp-caption .wp-caption-text {
    width: auto;
  }
  .post-single hr,
  .post-single ul,
  .post-single h1,
  .post-single h2,
  .post-single h3,
  .post-single h4,
  .post-single h5,
  .post-single h6,
  .post-single p,
  .post-single ol,
  .post-single .title-1,
  .post-single .title-2,
  .post-single .title-3,
  .post-single .title-4,
  .post-single .title-5,
  .post-single .title-6 .post-meta,
  .post-single .post-amenities,
  .post-single .post-text blockquote,
  .post-single .post-text blockquote,
  .post-single .post-author,
  .post-single .hotels-search,
  .post-single .instagram-media,
  .post-single .post-text .instagram-media,
  .post-single .post-text-button {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1060px) and (min-width: 960px) {
  .post-single .post-hotel-search .hotels-search-body-item-submit {
    float: none !important;
    display: block !important;
  }
  .post-single .post-hotel-search .hotels-search-body-item-submit a.btn {
    margin: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 960px) {
  body {
    min-width: 300px;
  }
  a[name] {
    scroll-margin-top: 60px;
  }
  .desktop-only {
    display: none;
  }
  .page-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .header {
    position: relative;
    height: 56px;
  }
  .header:before,
  .header:after {
    display: table;
    content: "";
  }
  .header:after {
    clear: both;
  }
  .header-fixed-spacer {
    height: 60px;
  }
  .header-inner {
    border: none;
    padding: 0 20px 0 20px;
    height: 56px;
  }
  .header-logo {
    margin-top: 2px;
    margin-left: 20px;
    position: absolute;
    z-index: 3;
    width: 179px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-top {
    display: none;
  }
  .header-navbar {
    margin-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-navbar-menu {
    display: none;
  }
  .header-navbar-burger {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 20px;
  }
  .header-navbar-burger a {
    display: inline-block;
    margin-left: 5px;
  }
  .header-navbar-burger a img {
    width: 21px;
    height: 21px;
  }
  .header-navbar-search {
    display: none;
    float: right;
    margin-right: 10px;
  }
  .header-navbar-search a {
    display: inline-block;
  }
  .header-navbar-search a img {
    width: 21px;
    height: 21px;
  }
  .header-navbar-search-input {
    position: absolute;
    top: 40px;
    left: 15px;
    right: 15px;
    margin-right: 0;
  }
  .header-navbar-search-input input {
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .header-navbar-search-spacer {
    margin-bottom: 24px;
    transition: 0.4s;
  }
  .header-navbar:before,
  .header-navbar:after {
    display: table;
    content: "";
  }
  .header-navbar:after {
    clear: both;
  }
  .header-special {
    max-height: none;
    margin-bottom: 35px;
  }
  .header-special-content {
    text-align: center;
  }
  .header-special-title {
    display: block;
    margin: 5px 0 15px 0;
  }
  .header-special-button {
    display: block;
    margin: 15px 0 5px 0;
  }
  .header-special-desktop {
    display: none;
  }
  .header-special-mobile {
    display: block;
  }
  .footer {
    margin: 20px 0 30px 0;
    padding-bottom: 0;
  }
  .footer-item {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-logo {
    width: 149px;
    margin-top: 18px;
  }
  .footer-logo img {
    width: 100%;
  }
  .footer-links {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-left: 0;
  }
  .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-links ul li {
    padding: 0;
    display: block;
    margin: 9px 0 9px 0;
  }
  .footer-social {
    display: none;
  }
  .footer-inner {
    border-top: 1px solid rgba(133, 135, 139, 0.3);
    border-bottom: 1px solid rgba(133, 135, 139, 0.3);
    padding: 0 20px 0 20px;
    height: auto;
    margin-top: 0;
  }
  .footer .page-container {
    position: relative;
  }
  .footer-bottom {
    overflow: hidden;
    margin: 15px 0 0 0;
    padding: 0 20px 0 20px;
    flex-direction: column;
    box-sizing: border-box;
  }
  .footer-bottom-left {
    order: 2;
    padding: 0 0 25px 0;
  }
  .footer-bottom-center {
    order: 1;
    padding: 0;
  }
  .footer-bottom-right {
    position: absolute;
    top: -35px;
    text-align: center;
    flex: 1;
    box-sizing: border-box;
    padding-right: 25px;
  }
  .content-container {
    display: block !important;
  }
  .content-column .post-title {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.4em !important;
  }
  .content-column-left {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
  }
  .content-column-left .post {
    border-bottom: 0;
  }
  .content-column-right {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px 0 20px;
  }
  .content-column-right .post {
    border-bottom: 0;
    margin-right: 0;
  }
  .content-column-news {
    order: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px 0 20px;
  }
  .content-column-special {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px 15px 5px;
  }
  .content-column-special .post {
    border-bottom: 0;
  }
  .content-column-special .post-medium {
    width: 100%;
    margin-right: 0;
  }
  .content-column-full {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
  }
  .content-column-full .post {
    border-bottom: 0;
  }
  .content-column-full .post-medium {
    width: 100%;
    margin-right: 0;
  }
  .content-pagination {
    margin: 0 15px 0 15px;
    border: 0;
    display: flex;
    flex-direction: column;
  }
  .content-pagination:before,
  .content-pagination:after {
    display: table;
    content: "";
  }
  .content-pagination:after {
    clear: both;
  }
  .content-pagination-up {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(133, 135, 139, 0.3);
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .content-pagination-nav {
    margin-top: 10px;
    float: none;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: rgba(133, 135, 139, 0.3);
    font-size: 16px;
    font-weight: 500;
  }
  .content-pagination-nav-item {
    margin: 0 0 0 0;
  }
  .content-pagination-nav i {
    font-size: 16px;
    margin: 0 8px 0 8px;
    vertical-align: middle;
  }
  .content-pagination-list {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 70px;
    width: 100%;
  }
  .content-pagination-list .page-numbers {
    min-width: 40px;
    padding: 8px 0 8px 0;
    border-radius: 5px;
  }
  .content-pagination-list .dots {
    min-width: 30px;
  }
  .content-pagination-list .nav-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .page-home {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .page-feed-category {
    margin: 15px 0 10px 0;
  }
  .page-feed-category-title {
    display: none;
  }
  .page-feed-category-rubrics {
    display: none;
  }
  .feed-category-title {
    font-size: 26px;
    line-height: 1.33;
    margin-bottom: 20px;
  }
  .sidebar {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .sidebar-top-button {
    display: block;
    padding: 10px 20px 5px 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .sidebar-top-button a.btn {
    width: 100%;
    box-sizing: border-box;
    font-weight: 800;
    font-size: 18px;
  }
  .sidebar-navmenu {
    display: block;
    padding: 0 30px 5px 30px;
  }
  .sidebar-navmenu h3,
  .sidebar-navmenu .title-3 {
    font-size: 18px;
  }
  .sidebar-navmenu ul {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .sidebar-navmenu ul li {
    list-style: none;
    margin: 10px 0 10px 0;
  }
  .sidebar-navmenu ul li a {
    font-size: 20px;
    color: #2D3137;
  }
  .sidebar-search {
    border-top: 1px solid rgba(133, 135, 139, 0.3);
    margin-top: 25px;
    padding: 20px 30px 0 30px;
  }
  .sidebar-search a {
    display: block;
  }
  .sidebar-subscribe {
    display: none;
    padding: 0 30px 0 30px;
    margin-top: 20px;
    border-top: 1px solid rgba(133, 135, 139, 0.3);
    width: auto;
  }
  .sidebar-subscribe input[type=text] {
    width: 100%;
    box-sizing: border-box;
  }
  .sidebar-subscribe a.btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .sidebar-subscribe-title,
  .sidebar-subscribe-form,
  .sidebar-subscribe-pending,
  .sidebar-subscribe-success {
    margin-top: 20px;
  }
  .sidebar-social {
    order: 5;
    width: auto;
    padding: 20px 30px 20px 30px;
    border-top: 1px solid rgba(133, 135, 139, 0.3);
  }
  .sidebar-tags {
    width: auto;
    padding: 0 30px 0 30px;
  }
  .sidebar-tags h3,
  .sidebar-tags .title-3 {
    display: none;
  }
  .sidebar-mobile {
    width: auto;
    margin: 0 15px 35px 15px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-mobile input {
    width: 100%;
    box-sizing: border-box;
  }
  .sidebar-mobile a.btn {
    width: 100%;
  }
  .post-news {
    width: 100%;
  }
  .post-news .post-image {
    display: none;
  }
  .post-news .post-image img {
    display: none;
  }
  .post-news:nth-child(n+4) {
    display: none;
  }
  .post-single .post-title {
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 1.2em;
  }
  .hotels-search {
    display: none;
    margin-top: 0;
    padding: 0 10px 15px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .hotels-search-body {
    width: 100%;
    box-sizing: border-box;
  }
  .hotels-search-body-item input {
    width: 100%;
    box-sizing: border-box;
  }
  .hotels-search-body-item a.btn {
    width: 100%;
    box-sizing: border-box;
  }
  .hotels-search-dates {
    min-width: 100px;
    width: 65%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
  }
  .hotels-search-dates-item {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    box-sizing: border-box;
  }
  .hotels-search-dates-item input {
    border-radius: 3px;
    box-shadow: 0 2px 0 0 rgba(133, 135, 139, 0.3);
    background-image: linear-gradient(to top, #f5f7fa, #ffffff);
    border: solid 1px rgba(133, 135, 139, 0.3);
    font-size: 16px;
    padding: 19px 5px 6px 15px;
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0px;
    box-sizing: border-box;
    color: #2D3137;
  }
  .hotels-search-dates-checkin input {
    border-radius: 3px 0 0 3px;
  }
  .hotels-search-dates-checkout input {
    border-radius: 0 3px 3px 0;
    margin-left: -4px;
  }
  .hotels-search-guests {
    display: inline-block;
    vertical-align: middle;
    width: 34%;
    text-align: right;
    box-sizing: border-box;
    min-width: 40px;
    margin: 0;
  }
  .hotels-search-guests input {
    border-radius: 3px;
    box-shadow: 0 2px 0 0 rgba(133, 135, 139, 0.3);
    background-image: linear-gradient(to top, #f5f7fa, #ffffff);
    border: solid 1px rgba(133, 135, 139, 0.3);
    font-size: 16px;
    padding: 19px 5px 6px 15px;
    display: inline-block;
    max-width: none;
  }
  .hotels-search-guests-options {
    text-align: left;
  }
  .post .hotels-search {
    margin: 0;
  }
  .mobile-popup-wrapper {
    display: flex;
    flex-direction: column;
    width: auto;
    top: 56px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow-y: scroll;
    position: fixed;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 2000;
    min-width: 290px;
    margin: 0;
    padding: 20px 0 10px 0;
  }
  .mobile-popup-wrapper::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .mobile-popup-wrapper::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .mobile-popup-wrapper-triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    position: fixed;
    right: 15px;
    top: 41px;
  }
  .mobile-popup-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mobile-popup-wrapper.hidden {
    display: none;
  }
  .mobile-popup-bg {
    position: fixed;
    background-color: #2D3137;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    opacity: 0.4;
  }
  .mobile-popup-bg.hidden {
    display: none;
    width: 0 !important;
    height: 0 !important;
    z-index: -10;
  }
  .post {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(133, 135, 139, 0.3);
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
  }
  .post:before,
  .post:after {
    display: table;
    content: "";
  }
  .post:after {
    clear: both;
  }
  .post a:hover {
    color: #FDDD55;
    border-color: #FDDD55;
  }
  .post-title {
    margin: 0 0 10px 0;
  }
  .post-meta {
    margin: 15px 0 3px 0;
    font-size: 11px;
    font-weight: 600;
  }
  .post-meta:before,
  .post-meta:after {
    display: table;
    content: "";
  }
  .post-meta:after {
    clear: both;
  }
  .post-meta-category {
    float: left;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
  .post-meta-category a {
    display: inline-block;
    padding-bottom: 5px;
  }
  .post-meta-date {
    float: right;
  }
  .post-meta a {
    color: #2D3137;
  }
  .post-amenities {
    padding-top: 20px;
  }
  .post-amenities-item {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 11px;
    color: #85878B;
    margin-right: 14px;
  }
  .post-amenities-item img {
    max-height: 17px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-amenities-tags {
    display: block;
    float: none !important;
    margin: 4px 0 8px 0;
  }
  .post-amenities-bottom {
    border-top: 0 !important;
    width: auto !important;
    padding-left: 0 !important;
  }
  .post-amenities-toplink {
    left: -3px;
    margin-left: 0;
    top: -22px;
  }
  .post-amenities-share {
    padding-top: 9px !important;
    margin-top: 7px;
    margin-bottom: 7px !important;
    border-top: 1px solid rgba(133, 135, 139, 0.3);
  }
  .post-amenities-share:before,
  .post-amenities-share:after {
    display: table;
    content: "";
  }
  .post-amenities-share:after {
    clear: both;
  }
  .post-amenities-share-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: 5px;
    padding: 6px 7px 6px 7px !important;
  }
  .post-amenities-share-item span {
    display: none !important;
  }
  .post-amenities-share-caption {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    float: left !important;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .post-amenities-share-buttons {
    text-align: right;
    float: right !important;
  }
  .post-amenities-share-buttons:before,
  .post-amenities-share-buttons:after {
    display: table;
    content: "";
  }
  .post-amenities-share-buttons:after {
    clear: both;
  }
  .post-amenities-share-bottom {
    border-top: 1px solid rgba(133, 135, 139, 0.3) !important;
    margin-top: 12px !important;
  }
  .post-simple .post,
  .post-middle .post {
    float: none;
  }
  .post-simple .post a,
  .post-middle .post a {
    color: #2D3137;
  }
  .post-simple .post-image,
  .post-middle .post-image {
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    display: none;
  }
  .post-simple .post-image img,
  .post-middle .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .post-simple .post-title,
  .post-middle .post-title {
    color: #2D3137;
    font-size: 15px;
    font-weight: normal;
  }
  .post-simple .post-title a,
  .post-middle .post-title a {
    color: #2D3137;
  }
  .post-simple .post-title a:hover,
  .post-middle .post-title a:hover {
    color: #FDDD55;
    border-color: #FDDD55;
  }
  .post-simple {
    display: block;
    float: none;
  }
  .post-simple .post-meta {
    margin-top: 0;
  }
  .post-large .post a,
  .post-medium .post a {
    color: #2D3137;
  }
  .post-large .post-image,
  .post-medium .post-image {
    max-height: 170px;
    overflow: hidden;
    border-radius: 5px;
  }
  .post-large .post-image img,
  .post-medium .post-image img {
    height: 100%;
    object-fit: cover;
  }
  .post-large .post-title,
  .post-medium .post-title {
    color: #2D3137;
    font-size: 18px;
    font-weight: 400;
  }
  .post-large .post-title a,
  .post-medium .post-title a {
    color: #2D3137;
  }
  .post-large .post-title a:hover,
  .post-medium .post-title a:hover {
    color: #FDDD55;
    border-color: #FDDD55;
  }
  .post-medium {
    display: block;
  }
  .page-post {
    font-size: 15px;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 0;
  }
  .page-post hr,
  .page-post ul,
  .page-post h1,
  .page-post h2,
  .page-post h3,
  .page-post h4,
  .page-post h5,
  .page-post p,
  .page-post ol,
  .page-post .title-1,
  .page-post .title-2,
  .page-post .title-3,
  .page-post .title-4,
  .page-post .title-5,
  .page-post .title-6,
  .page-post .post-amenities,
  .page-post .webinar-loyalty,
  .page-post .webinar-brand-summary,
  .page-post .webinar-person,
  .page-post .webinar-video,
  .page-post .webinar-schedule {
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
  }
  .page-post h1,
  .page-post .title-1 {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .page-post h2,
  .page-post .title-2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .page-post h3,
  .page-post .title-3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .page-post-recommendation {
    padding-top: 15px;
    margin-bottom: 35px;
  }
  .page-post-recommendation .post:nth-child(even) {
    display: none;
  }
  .page-post-recommendation-title {
    margin: 0 15px 28px 15px;
    display: block;
    font-size: 22px;
    font-weight: normal;
  }
  .page-post .post {
    margin-bottom: 80px;
    border-bottom: 0;
  }
  .page-post .post-image {
    width: 100%;
    box-sizing: border-box;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-post .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 5px;
  }
  .page-post .post-amenities {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(133, 135, 139, 0.3);
  }
  .page-post .post-amenities-author {
    display: none;
  }
  .page-post .post-amenities-bottom {
    margin-top: 55px;
  }
  .page-post .post-meta {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }
  .page-post .post-text h2,
  .page-post .post-anounce h2,
  .page-post .post-text .title-2,
  .page-post .post-anounce .title-2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .page-post .post-text h3,
  .page-post .post-anounce h3,
  .page-post .post-text .title-3,
  .page-post .post-anounce .title-3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 19px;
  }
  .page-post .post-text h2,
  .page-post .post-anounce h2,
  .page-post .post-text h3,
  .page-post .post-anounce h3,
  .page-post .post-text h4,
  .page-post .post-anounce h4,
  .page-post .post-text .title-2,
  .page-post .post-anounce .title-2,
  .page-post .post-text .title-3,
  .page-post .post-anounce .title-3,
  .page-post .post-text .title-4,
  .page-post .post-anounce .title-4 {
    font-weight: normal;
  }
  .page-post .post-text h2 *,
  .page-post .post-anounce h2 *,
  .page-post .post-text h3 *,
  .page-post .post-anounce h3 *,
  .page-post .post-text h4 *,
  .page-post .post-anounce h4 *,
  .page-post .post-text .title-2 *,
  .page-post .post-anounce .title-2 *,
  .page-post .post-text .title-3 *,
  .page-post .post-anounce .title-3 *,
  .page-post .post-text .title-4 *,
  .page-post .post-anounce .title-4 * {
    font-weight: normal;
  }
  .page-post .post-text p,
  .page-post .post-anounce p {
    margin-top: 13px;
    margin-bottom: 13px;
    line-height: 1.5em;
    text-align: left !important;
  }
  .page-post .post-text ul,
  .page-post .post-anounce ul,
  .page-post .post-text ol,
  .page-post .post-anounce ol {
    margin-left: 37px;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .page-post .post-text blockquote,
  .page-post .post-anounce blockquote {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1.43em;
  }
  .page-post .post-text iframe,
  .page-post .post-anounce iframe {
    max-width: 100%;
  }
  .page-post .post-text-image,
  .page-post .post-anounce-image {
    margin-left: 0;
    margin-right: 0;
  }
  .page-post .post-text-image img,
  .page-post .post-anounce-image img {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
  }
  .page-post .post-text .btn,
  .page-post .post-anounce .btn {
    box-sizing: border-box;
  }
  .page-post .post-text .btn-bg,
  .page-post .post-anounce .btn-bg {
    display: block;
    width: auto;
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-post .post-text-button,
  .page-post .post-anounce-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-post .post-text .instagram-media,
  .page-post .post-anounce .instagram-media {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100%;
    box-sizing: border-box;
    border: 0 !important;
    border-top: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
  }
  .page-post .post-text .wp-caption,
  .page-post .post-anounce .wp-caption {
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto !important;
  }
  .page-post .post-text .wp-caption img,
  .page-post .post-anounce .wp-caption img {
    width: 100%;
    height: auto;
  }
  .page-post .post-text .wp-caption .wp-caption-text,
  .page-post .post-anounce .wp-caption .wp-caption-text {
    font-size: 11px;
    padding-bottom: 5px;
    padding-top: 0;
    margin-top: 5px;
    width: auto !important;
    box-sizing: border-box !important;
  }
  .page-post .post-text .wp-caption .wp-caption-text small,
  .page-post .post-anounce .wp-caption .wp-caption-text small {
    font-size: 11px;
    color: #85878B;
  }
  .page-post .post-text .wp-caption.alignright img,
  .page-post .post-anounce .wp-caption.alignright img {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    height: auto;
    float: none;
  }
  .page-post .post-text .wp-caption.alignright .wp-caption-text,
  .page-post .post-anounce .wp-caption.alignright .wp-caption-text {
    font-size: 15px;
    border-bottom: 0;
  }
  .page-post .post-text .wp-caption.alignleft,
  .page-post .post-anounce .wp-caption.alignleft {
    text-align: center;
  }
  .page-post .post-text .wp-caption.alignleft img,
  .page-post .post-anounce .wp-caption.alignleft img {
    width: 50%;
    height: auto;
    float: none;
  }
  .page-post .post-text .wp-caption.alignleft .wp-caption-text,
  .page-post .post-anounce .wp-caption.alignleft .wp-caption-text {
    font-size: 15px;
    border-bottom: 0;
    font-weight: 300;
    text-align: left;
  }
  .page-post .post-text .wp-caption.alignleft:before,
  .page-post .post-anounce .wp-caption.alignleft:before,
  .page-post .post-text .wp-caption.alignleft:after,
  .page-post .post-anounce .wp-caption.alignleft:after {
    display: table;
    content: "";
  }
  .page-post .post-text .wp-caption.alignleft:after,
  .page-post .post-anounce .wp-caption.alignleft:after {
    clear: both;
  }
  .page-post .post-text .advise,
  .page-post .post-anounce .advise {
    padding: 20px 0 20px 0;
  }
  .page-post .post-text .advise h1,
  .page-post .post-anounce .advise h1,
  .page-post .post-text .advise h2,
  .page-post .post-anounce .advise h2,
  .page-post .post-text .advise h3,
  .page-post .post-anounce .advise h3,
  .page-post .post-text .advise .title-1,
  .page-post .post-anounce .advise .title-1,
  .page-post .post-text .advise .title-2,
  .page-post .post-anounce .advise .title-2,
  .page-post .post-text .advise .title-3,
  .page-post .post-anounce .advise .title-3 {
    text-align: left !important;
    font-weight: normal !important;
    margin-left: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }
  .page-post .post-text .advise h1 *,
  .page-post .post-anounce .advise h1 *,
  .page-post .post-text .advise h2 *,
  .page-post .post-anounce .advise h2 *,
  .page-post .post-text .advise h3 *,
  .page-post .post-anounce .advise h3 *,
  .page-post .post-text .advise .title-1 *,
  .page-post .post-anounce .advise .title-1 *,
  .page-post .post-text .advise .title-2 *,
  .page-post .post-anounce .advise .title-2 *,
  .page-post .post-text .advise .title-3 *,
  .page-post .post-anounce .advise .title-3 * {
    font-weight: normal !important;
  }
  .page-post .post-text .advise .wp-caption,
  .page-post .post-anounce .advise .wp-caption {
    float: none;
    max-width: none;
    width: 100% !important;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .page-post .post-text .advise .wp-caption img,
  .page-post .post-anounce .advise .wp-caption img {
    width: 50%;
    height: auto;
    float: none;
    margin: auto;
  }
  .page-post .post-text .advise .wp-caption .wp-caption-text,
  .page-post .post-anounce .advise .wp-caption .wp-caption-text {
    border-bottom: 0 !important;
    float: none;
    text-align: center;
    max-width: none;
    font-size: 12px;
    color: #85878B;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .page-post .post-text .advise .wp-caption.alignnone,
  .page-post .post-anounce .advise .wp-caption.alignnone,
  .page-post .post-text .advise .wp-caption.alignright,
  .page-post .post-anounce .advise .wp-caption.alignright {
    text-align: center;
  }
  .page-post .post-text .advise .wp-caption.alignnone img,
  .page-post .post-anounce .advise .wp-caption.alignnone img,
  .page-post .post-text .advise .wp-caption.alignright img,
  .page-post .post-anounce .advise .wp-caption.alignright img {
    width: 50%;
    height: auto;
    float: none;
  }
  .page-post .post-text .advise .wp-caption.alignnone .wp-caption-text,
  .page-post .post-anounce .advise .wp-caption.alignnone .wp-caption-text,
  .page-post .post-text .advise .wp-caption.alignright .wp-caption-text,
  .page-post .post-anounce .advise .wp-caption.alignright .wp-caption-text {
    border-bottom: 0 !important;
    float: none;
    text-align: center !important;
    max-width: none;
    font-size: 14px;
    line-height: 1.5em;
    color: #85878B;
  }
  .page-post .post-text .advise .wp-caption:before,
  .page-post .post-anounce .advise .wp-caption:before,
  .page-post .post-text .advise .wp-caption:after,
  .page-post .post-anounce .advise .wp-caption:after {
    display: table;
    content: "";
  }
  .page-post .post-text .advise .wp-caption:after,
  .page-post .post-anounce .advise .wp-caption:after {
    clear: both;
  }
  .page-post .post-text .advise:before,
  .page-post .post-anounce .advise:before,
  .page-post .post-text .advise:after,
  .page-post .post-anounce .advise:after {
    display: table;
    content: "";
  }
  .page-post .post-text .advise:after,
  .page-post .post-anounce .advise:after {
    clear: both;
  }
  .page-post .post-text .frame,
  .page-post .post-anounce .frame {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px 22px 27px 20px;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    max-width: none;
  }
  .page-post .post-text .frame h1,
  .page-post .post-anounce .frame h1,
  .page-post .post-text .frame h2,
  .page-post .post-anounce .frame h2,
  .page-post .post-text .frame h3,
  .page-post .post-anounce .frame h3,
  .page-post .post-text .frame .title-1,
  .page-post .post-anounce .frame .title-1,
  .page-post .post-text .frame .title-2,
  .page-post .post-anounce .frame .title-2,
  .page-post .post-text .frame .title-3,
  .page-post .post-anounce .frame .title-3 {
    font-size: 13px;
    font-weight: 600;
  }
  .page-post .post-text .frame h1 *,
  .page-post .post-anounce .frame h1 *,
  .page-post .post-text .frame h2 *,
  .page-post .post-anounce .frame h2 *,
  .page-post .post-text .frame h3 *,
  .page-post .post-anounce .frame h3 *,
  .page-post .post-text .frame .title-1 *,
  .page-post .post-anounce .frame .title-1 *,
  .page-post .post-text .frame .title-2 *,
  .page-post .post-anounce .frame .title-2 *,
  .page-post .post-text .frame .title-3 *,
  .page-post .post-anounce .frame .title-3 * {
    font-weight: normal !important;
  }
  .page-post .post-text .frame p,
  .page-post .post-anounce .frame p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .page-post .post-text .frame .btn,
  .page-post .post-anounce .frame .btn {
    width: 100%;
    margin: 8px 0 0 0 !important;
  }
  .page-post .post-text .address-wrapper .icon-pin,
  .page-post .post-anounce .address-wrapper .icon-pin {
    margin-right: 6px;
    font-size: 1.3em;
    vertical-align: middle;
  }
  .page-post .post-text .column-image,
  .page-post .post-anounce .column-image,
  .page-post .post-text .column-table,
  .page-post .post-anounce .column-table {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 0 15px;
  }
  .page-post .post-text .column-image img,
  .page-post .post-anounce .column-image img,
  .page-post .post-text .column-table img,
  .page-post .post-anounce .column-table img {
    width: 100%;
  }
  .page-post .post-text .column-image .wp-caption-text,
  .page-post .post-anounce .column-image .wp-caption-text,
  .page-post .post-text .column-table .wp-caption-text,
  .page-post .post-anounce .column-table .wp-caption-text {
    margin-left: 5px !important;
  }
  .page-post .post-text {
    font-size: 15px;
    color: #2D3137;
  }
  .page-post .post-author {
    margin: 10px 20px 10px 20px;
  }
  .page-post .post-author-avatar {
    float: left;
    width: 50px;
    height: 50px;
  }
  .page-post .post-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-post .post-author-info {
    margin-left: 65px;
  }
  .page-post .post-author-title {
    font-weight: normal;
    text-align: left;
    font-size: 18px;
    margin-bottom: 7px;
    color: #2D3137;
  }
  .page-post .post-author-description {
    font-size: 13px;
    margin-bottom: 13px;
    color: #2D3137;
  }
  .page-post .post-author:before,
  .page-post .post-author:after {
    display: table;
    content: "";
  }
  .page-post .post-author:after {
    clear: both;
  }
  .post-special.post-medium.post-special-colored {
    height: 270px !important;
    max-height: 300px !important;
    margin-bottom: 45px;
  }
  .post-special.post-large.post-special-absolute,
  .post-special.post-large.post-special-hidden {
    max-height: 200px !important;
    margin-bottom: 30px;
  }
  .post-special.post-large.post-special-absolute .post-image,
  .post-special.post-large.post-special-hidden .post-image {
    max-height: 200px !important;
  }
  .post-special.post-medium.post-special-absolute,
  .post-special.post-medium.post-special-hidden {
    height: 200px !important;
    max-height: 200px !important;
    margin-bottom: 45px;
  }
  .post-special.post-medium.post-special-absolute .post-image,
  .post-special.post-medium.post-special-hidden .post-image {
    height: 200px !important;
    max-height: 200px !important;
  }
  .post-special.post-large.post-largest .post-image {
    margin-left: 15px;
    margin-right: 15px;
  }
  .post-special.post-large.post-largest.post-special-absolute {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .post-special.post-large.post-largest.post-special-absolute .post-title-wrapper {
    padding: 0 10px 0 20px !important;
    margin: 0 15px 0 15px;
  }
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .mailcollector-embedded {
    width: 100%;
    box-sizing: border-box;
  }
  .mailcollector-embedded .mailcollector {
    width: 100%;
    box-sizing: border-box;
  }
  .mailcollector-embedded .mailcollector-wrapper {
    margin-left: 0;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .mailcollector-embedded .mailcollector-content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .mailcollector-embedded .mailcollector-image {
    display: none;
  }
  .mailcollector-embedded .mailcollector-title {
    width: 85%;
  }
  .mailcollector-embedded .mailcollector-description {
    width: 95%;
  }
  .mailcollector-embedded .mailcollector-form {
    flex-direction: column;
  }
  .mailcollector-embedded .mailcollector-form-input {
    box-sizing: border-box;
    width: 100%;
  }
  .mailcollector-embedded .mailcollector-form-input input[name=email] {
    width: 100%;
    height: 36px;
    padding: 7px 5px 8px 16px;
  }
  .mailcollector-embedded .mailcollector-form-input-caption {
    display: none;
  }
  .mailcollector-embedded .mailcollector-form-submit {
    width: 100%;
    margin-top: 12px;
  }
  .mailcollector-embedded .mailcollector-form-submit .btn-submit {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    height: 36px;
    padding: 7px 0 8px 0;
  }
  .mailcollector-dynamic {
    width: 100%;
    box-sizing: border-box;
    top: 20%;
  }
  .mailcollector-dynamic .page-container {
    margin: 0;
    padding: 0;
  }
  .mailcollector-dynamic .mailcollector {
    width: 100%;
    box-sizing: border-box;
  }
  .mailcollector-dynamic .mailcollector-bg {
    display: block;
    position: fixed;
    background-color: rgba(45, 49, 55, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mailcollector-dynamic .mailcollector-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .mailcollector-dynamic .mailcollector-content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .mailcollector-dynamic .mailcollector-spacer-right {
    display: none;
  }
  .mailcollector-dynamic .mailcollector-title {
    width: 85%;
  }
  .mailcollector-dynamic .mailcollector-description {
    width: 95%;
  }
  .mailcollector-dynamic .mailcollector-form {
    flex-direction: column;
  }
  .mailcollector-dynamic .mailcollector-form-input {
    box-sizing: border-box;
    width: 100%;
  }
  .mailcollector-dynamic .mailcollector-form-input input[name=email] {
    width: 100%;
    height: 36px;
    padding: 7px 5px 8px 16px;
  }
  .mailcollector-dynamic .mailcollector-form-input-caption {
    display: none;
  }
  .mailcollector-dynamic .mailcollector-form-submit {
    width: 100%;
    margin-top: 12px;
  }
  .mailcollector-dynamic .mailcollector-form-submit .btn-submit {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    height: 36px;
    padding: 7px 0 8px 0;
  }
  .mailcollector-dynamic .mailcollector-form-link {
    display: none;
  }
  .mailcollector-dynamic-small {
    position: fixed;
    bottom: -11px;
    top: auto;
    transition: 300ms;
  }
  .mailcollector-dynamic-small .mailcollector-description,
  .mailcollector-dynamic-small .mailcollector-form,
  .mailcollector-dynamic-small .mailcollector-confirmation,
  .mailcollector-dynamic-small .mailcollector-message,
  .mailcollector-dynamic-small .mailcollector-bg {
    display: none;
  }
  .mailcollector-dynamic-small .mailcollector-wrapper {
    margin-left: 2px;
    margin-right: 2px;
  }
  .mailcollector-dynamic-small .mailcollector-title {
    font-size: 16px;
    color: #0f5de4;
    cursor: pointer;
  }
  .mailcollector-footer {
    border-bottom: 1px solid rgba(133, 135, 139, 0.3);
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .mailcollector-footer .mailcollector {
    width: 100%;
    box-sizing: border-box;
  }
  .mailcollector-footer .mailcollector-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #2d3137;
    margin: 12px 0 12px 0;
  }
  .mailcollector-footer .mailcollector-content {
    padding: 0;
  }
  .mailcollector-footer .mailcollector-form {
    flex-direction: column;
  }
  .mailcollector-footer .mailcollector-form-input {
    width: 100%;
  }
  .mailcollector-footer .mailcollector-form-input input[name="email"] {
    width: 100%;
  }
  .mailcollector-footer .mailcollector-form-submit {
    width: 100%;
    margin-top: 14px;
  }
  .mailcollector-footer .mailcollector-form-submit .btn-submit {
    margin: 0 0 0 0;
    width: 50%;
  }
  .mailcollector-footer .mailcollector-confirmation {
    max-width: 85%;
  }
  .mailcollector-subscription-top .mailcollector-form {
    flex-direction: column;
  }
  .mailcollector-subscription-top .mailcollector-form-input {
    width: 100%;
  }
  .mailcollector-subscription-top .mailcollector-form-input input[name="email"] {
    width: 100%;
  }
  .mailcollector-subscription-top .mailcollector-form-submit {
    width: 100%;
    margin-top: 14px;
  }
  .mailcollector-subscription-top .mailcollector-form-submit .btn-submit {
    margin: 0 0 0 0;
    width: 100%;
  }
  .mailcollector-subscription-content {
    display: none;
  }
  .subscription .page-container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 0 20px;
  }
  .subscription-container {
    display: block;
    height: auto;
    position: relative;
  }
  .subscription-top {
    display: block;
    position: relative;
    z-index: auto;
    height: auto;
    background-color: #f4f4f4;
    margin-bottom: 40px;
  }
  .subscription-top-bg {
    padding-top: 30px;
  }
  .subscription-top-bg .page-container {
    padding-right: 20px !important;
  }
  .subscription-top .page-container {
    padding-right: 0;
  }
  .subscription-title {
    font-size: 24px;
    line-height: 1.33;
  }
  .subscription-description {
    font-size: 16px;
    line-height: 1.38;
  }
  .subscription-columns {
    display: block;
  }
  .subscription-content {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    min-width: auto;
    position: relative;
    max-width: none;
    padding: 10px 0 10px 0;
  }
  .subscription-content-items {
    width: 50%;
  }
  .subscription-content-item {
    display: block;
    min-width: auto;
    font-size: 14px;
  }
  .subscription-content-item-title {
    font-size: 20px;
    margin-top: 15px;
  }
  .subscription-content-wrapper {
    display: none;
  }
  .subscription-content-image {
    width: 40%;
    margin: 15px 0 0 0;
    float: right;
  }
  .subscription-content-image-item {
    opacity: 1;
  }
  .subscription-content-image-mobile {
    display: block;
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 0;
    width: 60%;
    margin-right: -20%;
  }
  .subscription-content-image-mobile img {
    width: 100%;
  }
  .subscription-bottom {
    display: none;
  }
  .subscription-sidebar .sidebar-home,
  .subscription-sidebar .sidebar-hotel-search,
  .subscription-sidebar .sidebar-social,
  .subscription-sidebar .sidebar-search,
  .subscription-sidebar .sidebar-tags {
    display: block;
  }
  .pandemic-header {
    border-radius: 0;
    padding: 20px 0 10px 0;
    box-sizing: border-box;
    width: 100vw;
  }
  .pandemic-header__title {
    font-weight: bold !important;
    font-size: 40px !important;
    line-height: 50px !important;
    margin: 0 20px 0 20px !important;
  }
  .pandemic-header-search {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pandemic-header-search a.btn {
    line-height: 28px;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .pandemic-header-search a.btn span {
    display: none;
  }
  .pandemic-header-search a.btn .mobile {
    display: block;
  }
  .pandemic-header__row {
    max-width: none;
    box-sizing: border-box;
  }
  .pandemic-header-filter {
    margin-left: 20px !important;
    margin-right: 0;
  }
  .pandemic-header-filter__items {
    overflow-x: scroll;
  }
  .pandemic-header-filter__items::-webkit-scrollbar {
    display: none;
  }
  .pandemic-disclaimer {
    margin-left: 20px;
    margin-right: 20px;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .pandemic-disclaimer__icon {
    margin-top: 8px;
    min-width: 45px;
  }
  .pandemic-disclaimer__text p {
    margin-right: 0;
  }
  .pandemic-content {
    margin-left: 0;
  }
  .pandemic-content-continent {
    margin: 20px 20px 20px 20px;
  }
  .pandemic-content-country__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
  }
  .pandemic-content-country__updated {
    margin-top: 0;
    font-size: 11px;
    line-height: 11px;
  }
  .pandemic-content-country__text hr,
  .pandemic-content-country__text ul,
  .pandemic-content-country__text ol,
  .pandemic-content-country__text h1,
  .pandemic-content-country__text h2,
  .pandemic-content-country__text h3,
  .pandemic-content-country__text h4,
  .pandemic-content-country__text h5,
  .pandemic-content-country__text h6,
  .pandemic-content-country__text p,
  .pandemic-content-country__text ol,
  .pandemic-content-country__text .title-1,
  .pandemic-content-country__text .title-2,
  .pandemic-content-country__text .title-3,
  .pandemic-content-country__text .title-4,
  .pandemic-content-country__text .title-5,
  .pandemic-content-country__text .title-6 .post-amenities,
  .pandemic-content-country__text .webinar-loyalty,
  .pandemic-content-country__text .webinar-brand-summary,
  .pandemic-content-country__text .webinar-person,
  .pandemic-content-country__text .webinar-video,
  .pandemic-content-country__text .webinar-schedule {
    margin-left: 0;
  }
  .pandemic-content-country__text p {
    margin: 5px 0 9px 0;
  }
  .pandemic-content-country__text h1,
  .pandemic-content-country__text h2,
  .pandemic-content-country__text h3,
  .pandemic-content-country__text h4,
  .pandemic-content-country__text h5,
  .pandemic-content-country__text .title-1,
  .pandemic-content-country__text .title-2,
  .pandemic-content-country__text .title-3,
  .pandemic-content-country__text .title-4,
  .pandemic-content-country__text .title-5 {
    margin: 20px 0 10px 0 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.18 !important;
    color: #292f37;
  }
  .pandemic-content-country__text h2,
  .pandemic-content-country__text .title-2 {
    font-size: 18px !important;
  }
  .pandemic-content-country__text h3,
  .pandemic-content-country__text .title-3 {
    font-size: 17px !important;
  }
  .pandemic-content-country__text h4,
  .pandemic-content-country__text .title-4 {
    font-size: 16px !important;
  }
  .pandemic-content-country__text ol,
  .pandemic-content-country__text ul {
    margin-left: 30px;
    margin-bottom: 15px;
  }
  .pandemic-content-region__header {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .pandemic-content-region__title {
    font-size: 18px;
    line-height: 22px;
  }
  .pandemic-content-region__updated {
    display: none;
  }
  .pandemic-content-region__body hr,
  .pandemic-content-region__body ul,
  .pandemic-content-region__body ol,
  .pandemic-content-region__body h1,
  .pandemic-content-region__body h2,
  .pandemic-content-region__body h3,
  .pandemic-content-region__body h4,
  .pandemic-content-region__body h5,
  .pandemic-content-region__body h6,
  .pandemic-content-region__body p,
  .pandemic-content-region__body ol,
  .pandemic-content-region__body .title-1,
  .pandemic-content-region__body .title-2,
  .pandemic-content-region__body .title-3,
  .pandemic-content-region__body .title-4,
  .pandemic-content-region__body .title-5,
  .pandemic-content-region__body .title-6 {
    margin-left: 0;
  }
  .pandemic-content-region__body p {
    margin: 5px 0 9px 0;
  }
  .pandemic-content-region__body h1,
  .pandemic-content-region__body h2,
  .pandemic-content-region__body h3,
  .pandemic-content-region__body h4,
  .pandemic-content-region__body h5,
  .pandemic-content-region__body .title-1,
  .pandemic-content-region__body .title-2,
  .pandemic-content-region__body .title-3,
  .pandemic-content-region__body .title-4,
  .pandemic-content-region__body .title-5 {
    margin: 15px 0 5px 0;
    font-size: 17px !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.18 !important;
    color: #292f37;
  }
  .pandemic-content-region__body ol,
  .pandemic-content-region__body ul {
    margin-left: 30px;
    margin-bottom: 15px;
  }
  .pandemic-reset {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 0;
  }
  .webinar-filter {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .webinar-filter__item {
    width: 100%;
    min-width: auto;
    margin-bottom: 15px;
  }
  .webinar-filter__item select {
    width: 100%;
  }
  .webinar-item .post-meta {
    display: flex;
    flex-direction: column;
  }
  .webinar-item .post-meta span:nth-child(2) {
    display: none;
  }
  .webinar-amenities {
    align-items: flex-start;
  }
  .webinar-amenities-item {
    margin-left: 0 !important;
  }
  .webinar-amenities-item > div {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }
  .webinar-schedule ul {
    margin-left: 0 !important;
  }
  .webinar-schedule li {
    flex-direction: column !important;
  }
  .webinar-person {
    flex-direction: column;
    align-items: flex-start;
  }
  .webinar-person__info {
    margin-top: 10px;
  }
  .webinar-person__name {
    width: -moz-min-content;
    /* current Firefox */
    width: min-content;
    /* current Chrome, Safari; not IE or Edge */
  }
  .webinar-loyalty__button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .webinar-brand-summary__item {
    min-width: 50%;
  }
  .webinar .post-amenities {
    display: flex;
    flex-direction: column;
  }
  .post-amenities-share {
    display: flex;
    flex-direction: column;
  }
  .post-amenities-share-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0 !important;
  }
  .post-amenities-share-item {
    width: 36px !important;
    height: 36px !important;
    margin-right: 8px;
  }
  .author {
    flex-direction: column;
    gap: 13px;
    align-items: center;
  }
  .author-avatar {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .author-info {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 5px;
  }
  .author-name {
    margin: 0;
  }
  .author-name h1 {
    font-size: 24px;
  }
  .author-name small {
    margin: 0;
    font-size: 16px;
    text-align: center;
  }
  .author-description {
    font-size: 18px;
    margin-top: 13px;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .sidebar-hotels-guests-options {
    text-align: left;
  }
}
.header-logo {
  width: 130px;
  margin-bottom: 16px;
}
.header-logo img {
  margin-top: -4px;
  width: 100%;
}
.header a {
  color: #2D3137;
}
.header a:hover {
  color: #FDDD55;
}
.footer-logo {
  width: 100px;
  margin-top: 30px;
}
.footer-logo img {
  width: 100%;
}
.footer-links {
  font-weight: 400;
}
.footer-links a {
  color: #2D3137 !important;
}
.footer-links a:hover {
  color: #FDDD55 !important;
}
.content-pagination a {
  color: #2D3137 !important;
}
.content-pagination a:hover {
  color: #FDDD55 !important;
}
.sidebar-tags a:hover {
  color: #FDDD55 !important;
  border-color: #FDDD55 !important;
}
a.btn {
  padding: 11px 25px 11px 25px;
  background-color: #FDDD55;
  color: #2D3137 !important;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-shadow: none;
  box-shadow: none;
  border: 0;
  display: inline-block;
  text-align: center;
  background-image: none;
}
a.btn:hover {
  background-color: #FFD417;
  background-image: none;
  color: #2D3137 !important;
}
.post-amenities a {
  color: #2D3137;
}
.post-amenities a:hover {
  color: #FDDD55;
}
.post-title a:hover {
  color: #FDDD55 !important;
}
.post-text a,
.post-anounce a {
  color: #4086E4;
}
.post-text a:hover,
.post-anounce a:hover {
  color: #E04242;
}
.post-anounce .frame,
.post-text .frame {
  background-color: #f4f4f4 !important;
}
.pandemic-header-search a.btn {
  background: #ffc64c;
  color: #000000 !important;
}
.pandemic-header-search a.btn:hover {
  background: #ffd26d;
  color: #000000 !important;
}
.post-author-link a {
  color: #4086E4 !important;
}
@media screen and (max-width: 720px) {
  .header-logo {
    margin-top: 2px;
    width: 131px;
  }
  .header-logo img {
    width: 100%;
  }
}
a:hover {
  color: #4086E4 !important;
}
.footer-links a,
.post-amenities a {
  color: #000000;
}
.footer-links a:hover,
.post-amenities a:hover {
  color: #4086E4;
}
.footer-bottom-right a {
  color: #000000;
}
.content-pagination .page-numbers:hover {
  background-color: #FDDD55 !important;
  color: #000000 !important;
}
.content-pagination a:hover {
  color: #4086E4 !important;
}
.post .post-title a:hover {
  color: #4086E4 !important;
}
.header-navbar-menu a:hover {
  color: #000000 !important;
}
.sidebar-tags ul li a:hover {
  background-color: #FDDD55;
  color: #000000 !important;
}
.feed-news-all a {
  color: #000000 !important;
}
.feed-news-all a:hover {
  background-color: #FDDD55;
  color: #000000 !important;
}
.hotels-search a.btn {
  font-weight: 500 !important;
}
.hotels-search-tabs-item a {
  color: #c1c1c1;
}
.hotels-search-tabs-item a:hover {
  color: #000000 !important;
}
.header-logo {
  width: 168px;
  margin-bottom: 10px;
}
.header-logo img {
  margin-top: -12px;
  margin-left: -15px;
  width: 100%;
}
.header-navbar-menu li:hover {
  background-color: #FDDD55;
}
.header-navbar-menu a:hover {
  color: #000000;
}
.post-amenities-share-item {
  color: #000000;
}
.post-amenities-share-item:hover {
  color: #000000 !important;
  background-color: #F9DE4B;
}
.footer-logo {
  width: 130px;
  margin-top: 16px;
  padding-top: 3px;
}
.footer-logo img {
  width: 100%;
}
.pandemic-header-search a.btn {
  background: #ffc64c;
  color: #000000 !important;
}
.pandemic-header-search a.btn:hover {
  background: #ffd26d;
  color: #000000 !important;
}
@media screen and (max-width: 720px) {
  .header-logo {
    width: 153px;
  }
  .header-logo img {
    width: 100%;
    margin-top: -15px;
  }
}
