/*

Theme Name: Soho Hotel
Theme URI: http://themes.quitenicestuff.com/sohohotelwp
Description: A Premium WordPress Theme For Hotels and Accommodation Providers
Version: 4.2.5
Text Domain: soho-hotel
Author: quitenicestuff
Author URI: http://themeforest.net/user/quitenicestuff
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, translation-ready

*/

/* Style Index * /

0.0 - Reset HTML
1.0 - Global
2.0 - Page Structure
	2.1 - Wrapper
3.0 - Header
	3.1 - Header Primary Navigation
	3.2 - Header Top right navigation
	3.3 - Header Mobile Navigation
	3.4 - Header 2 & 4
	3.5 - Header 3 & 4
4.0 - Bottom right navigation
5.0 - Inner Page Header
6.0 - Elements
	6.1 - Blog
		6.1.1 - Blog Style 1
			6.1.1.1 - Blog Listing
			6.1.1.2 - Blog Single
			6.1.1.3 - Blog Comments
			6.1.1.4 - Blog Pagination
		6.1.2 - Blog Style 2
			6.1.2.1 - Blog Listing
			6.1.2.2 - Blog Style 2 - 2 Columns
			6.1.2.3 - Blog Style 2 - 3 Columns
			6.1.2.4 - Blog Style 2 - 4 Columns
		6.1.3 - Blog Style 3
			6.1.3.1 - Blog Listing
			6.1.3.2 - Blog Pagination
		6.1.4 - Blog Carousel
			6.1.4.1 - Owl Carousel
	6.2 - Photo Gallery
		6.2.1 - Alternative photo gallery
		6.2.2 - PrettyPhoto Lightbox
	6.3 - Titles
	6.4 - Video thumbnail
	6.5 - Fixed height image
	6.6 - Icon Text
	6.7 - Contact Details
	6.8 - Contact Form 7
	6.9 - Testimonials
	6.10 - Hotel Listing
		6.10.1 - Hotel Listing - 2 Columns
		6.10.2 - Hotel Listing - 3 Columns
	6.11 - Table
	6.12 - Buttons
	6.13 - Image Text
	6.14 - Call to action video
	6.15 - Single testimonial image text
	6.16 - Call to action small
	6.17 - Call to action large
7.0 - WP Bakery Builder
	7.1 - WP Bakery Page Builder frontend editor CSS displays incorrectly without this
	7.2 - WP Bakery Page Builder Toggle
	7.3 - Accordion
	7.4 - WP Bakery Page Builder Tabs
	7.5 - WP Bakery Page Builder Flex Slider
	7.6 - WP Bakery Page Builder row custom CSS
8.0 - Footer
9.0 - Forms
10.0 - Typography
	10.1 - Titles
	10.2 - Blockquote
	10.3 - List
	10.4 - Image alignment
	10.5 - WordPress buttons
	10.6 - WordPress cover text
	10.7 - Misc typography
11.0 - Widgets
	11.1 - Sidebar Widget
	11.2 - Footer Widget
	11.3 - Table
	11.4 - List
	11.5 - Search
	11.6 - Tags
	11.7 - Text Widget
	11.8 - Other
	11.9 - Latest News
	11.10 - Social / About Widget
	11.11 - Contact Widget
	11.12 - Newsletter Widget
	11.13 - Latest News
	11.14 - Social / About Widget
12.0 - Search Results
13.0 - 404 Page
14.0 - Hover Styles

*/

/* 0.0 - Reset HTML */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.sohohotel-clearfix {
  zoom: 1;
}

.sohohotel-clearfix:before,
.sohohotel-clearfix:after {
  content: "";
  display: table;
}

.sohohotel-clearfix:after {
  clear: both;
}

.sohohotel-clearboth {
  clear: both;
}

button,
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* 1.0 - Global */
body {
  line-height: 1;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body,
textarea,
input,
select {
  font-family: "Work Sans", sans-serif;
}

body,
body a,
textarea {
  color: #181b20;
  font-weight: 400;
}

/* 2.0 - Page Structure */
.sohohotel-content-wrapper {
  width: 100%;
  margin: 0 auto;
}

.sohohotel-content-wrapper .sohohotel-main-content {
  width: 63%;
}

.sohohotel-content-wrapper .sohohotel-main-content-right-sidebar {
  float: left;
}

.sohohotel-content-wrapper .sohohotel-main-content-left-sidebar {
  float: right;
}

.sohohotel-content-wrapper .sohohotel-sidebar-content {
  width: calc(37% - 70px);
}

.sohohotel-content-wrapper .sohohotel-sidebar-content-right-sidebar {
  float: right;
}

.sohohotel-content-wrapper .sohohotel-sidebar-content-left-sidebar {
  float: left;
}

.sohohotel-content-wrapper p {
  color: #656a70;
  margin: 0 0 30px 0;
  font-size: 15px;
}

.sohohotel-content-wrapper .sohohotel-main-content-full-width {
  float: none;
}

.sohohotel-content-wrapper .sohohotel-main-content-full-width-unboxed {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.sohohotel-content-wrapper .sohohotel-main-content-full-width {
  max-width: 1240px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.sohohotel-content-wrapper-right-sidebar,
.sohohotel-content-wrapper-left-sidebar {
  max-width: 1210px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.sohohotel-main-content-full-width.sohohotel-blog-single-page {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 1090px) {
  .sohohotel-content-wrapper .sohohotel-main-content,
  .sohohotel-content-wrapper .sohohotel-sidebar-content {
    display: block;
    float: none;
    width: calc(100% - 30px);
  }

  .sohohotel-main-content-full-width.sohohotel-blog-single-page {
    max-width: 100%;
    width: 100%;
  }

  .sohohotel-content-wrapper .sohohotel-main-content-full-width-unboxed {
    width: 100%;
    overflow: hidden;
  }
}

.shb-clearfix .shb-one-half {
  float: left;
  width: calc(50% - 10px);
}

.shb-clearfix .shb-one-half:first-child {
  margin: 0 20px 0 0;
}

/* 2.1 - Wrapper */
.sohohotel-section-wrapper-1 {
  max-width: 650px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.sohohotel-section-wrapper-2 .wpcf7-form {
  max-width: 730px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.sohohotel-section-wrapper-2 .wpcf7-form p input[type="submit"].wpcf7-submit {
  display: table;
  margin: 0 auto;
}

.sohohotel-section-wrapper-2 .wpcf7-form p .ajax-loader {
  display: table;
  margin: 10px auto 0 auto;
}

.sohohotel-section-wrapper-2 .wpcf7-form .wpcf7-response-output {
  text-align: center;
}

body .sohohotel-section-wrapper-3 .vc_toggle,
body .sohohotel-main-content .sohohotel-section-wrapper-3 h3 {
  max-width: 700px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

/* 3.0 - Header */
.sohohotel-header {
  background: #fff;
  width: 100%;
}

.sohohotel-header .sohohotel-topbar-wrapper {
  border-bottom: #dedede 1px solid;
  padding: 0 30px;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-left-wrapper {
  float: left;
  margin: 13px 0 0 0;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-left-wrapper
  li {
  float: left;
  font-size: 14px;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-left-wrapper
  li.sohohotel-phone-icon {
  margin: 0 30px 0 0;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-left-wrapper
  li.sohohotel-phone-icon:before,
.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-left-wrapper
  li.sohohotel-map-icon:before {
  background: #b99470;
  color: #fff;
  content: "";
  display: block;
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 35px;
  height: 27px;
  text-align: center;
  padding: 8px 0 0 0;
  margin: -8px 10px 0 0;
  font-size: 17px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-left-wrapper
  li.sohohotel-phone-icon:before {
  content: "\f095";
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-left-wrapper
  li.sohohotel-map-icon:before {
  content: "\f3c5";
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper {
  float: right;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1,
.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button2 {
  float: left;
  font-size: 14px;
  position: relative;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1
  i,
.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button2
  i {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 30px;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1 {
  border-left: #dedede 1px solid;
  padding: 15px 20px 15px 20px;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1:hover {
  color: #8a8989;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button2 {
  background: #b99470;
  color: #fff;
  padding: 15px 30px 15px 56px;
  font-weight: 500;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1
  i,
.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button2
  i {
  font-size: 17px;
  margin: 0 10px 0 0;
  display: inline-block;
}

.sohohotel-header .sohohotel-logo-navigation {
  padding: 0;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
}

.sohohotel-header .sohohotel-logo-navigation .sohohotel-logo {
  font-size: 32px;
  float: left;
  margin: 32px 0 0 0;
}

/* 3.1 - Header Primary Navigation */
.sohohotel-header .sohohotel-navigation {
  margin: 0;
  float: right;
}

.sohohotel-header .sohohotel-navigation li a {
  display: block;
  color: #181b20;
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin: 0;
  padding: 40px 25px 40px 25px;
}

.sohohotel-header .sohohotel-navigation li.current_page_item li a {
  border-bottom: none;
}

.sohohotel-header .sohohotel-navigation li:last-child a {
  margin: 0;
  padding: 40px 0 40px 25px;
}

.sohohotel-header .sohohotel-navigation li:last-child li a,
.sohohotel-header .sohohotel-navigation li:first-child li a {
  padding: 10px 20px;
  border-right: none;
}

.sohohotel-header .sohohotel-navigation li li a {
  display: initial;
  margin: 0;
  border-bottom: none;
}

.sohohotel-header .sohohotel-navigation ul ul {
  display: none;
  width: 230px;
}

.sohohotel-header .sohohotel-navigation ul li:hover > ul {
  display: block;
}

.sohohotel-header .sohohotel-navigation .sohohotel-edge ul {
  right: 0;
}

.sohohotel-header .sohohotel-navigation ul {
  padding: 0;
  list-style: none;
  display: block;
}

.sohohotel-header .sohohotel-navigation ul:after {
  content: "";
  clear: both;
  display: block;
}

.sohohotel-header .sohohotel-navigation ul li {
  float: left;
}

.sohohotel-header .sohohotel-navigation ul li a {
  text-decoration: none;
}

.sohohotel-header .sohohotel-navigation ul ul {
  background: #fff;
  position: absolute;
  top: 100%;
  z-index: 9999;
  border-top: 1px solid;
  border-color: #e8e8e8;
}

.sohohotel-header .sohohotel-navigation ul ul li {
  float: none;
  position: relative;
  padding: 0;
  line-height: 120%;
}

.sohohotel-header .sohohotel-navigation ul ul li a,
.sohohotel-header .sohohotel-navigation ul li ul li:last-child a,
.sohohotel-header
  .sohohotel-fixed-navigation-show
  .sohohotel-navigation
  ul
  ul
  li
  a,
.sohohotel-header-3 .sohohotel-navigation ul ul li:first-child a,
.sohohotel-header-4 .sohohotel-navigation ul ul li:first-child a {
  padding: 10px 20px;
  border-left: none;
  display: block;
  /*color: #777;*/
  font-size: 14px;
}

.sohohotel-header .sohohotel-navigation ul li ul li:last-child a:hover {
  color: #fff;
  background: #b99470;
}

.sohohotel-header .sohohotel-navigation ul ul li li {
  padding: 0;
}

.sohohotel-header .sohohotel-navigation ul ul li,
.sohohotel-header .sohohotel-navigation ul ul li:hover {
  border-top: none;
}

.sohohotel-header .sohohotel-navigation ul ul ul {
  position: absolute;
  left: 100%;
  top: -21px;
}

.sohohotel-header .sohohotel-navigation .sohohotel-edge ul ul {
  left: -100%;
}

.sohohotel-header
  .sohohotel-navigation
  ul
  li
  li.menu-item-has-children
  > a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  font-size: 10px;
  color: #181b20;
  margin: 0 0 0 6px;
  float: right;
}

.sohohotel-header
  .sohohotel-navigation
  ul
  li
  li.menu-item-has-children
  > a:hover:after {
  color: #fff;
}

.sohohotel-header .sohohotel-navigation li ul li a:hover,
.sohohotel-header
  .sohohotel-fixed-navigation-show
  .sohohotel-navigation
  li
  ul
  li
  a:hover,
.sohohotel-header .sohohotel-navigation li ul li.current_page_item a:hover {
  color: #fff;
  background: #b99470;
  border-bottom: none;
}

.sohohotel-header .sohohotel-navigation li ul li.current_page_item a {
  color: #8a8989;
  border-bottom: none;
}

.sohohotel-header .sohohotel-navigation li ul {
  -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}

.sohohotel-header .sohohotel-navigation li ul {
  padding: 20px 0;
}

.sohohotel-header .sohohotel-navigation li.current_page_item > a,
.sohohotel-header .sohohotel-navigation li a:hover {
  color: #8a8989;
}

.sohohotel-header.sohohotel-fixed-navigation {
  -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 9999;
}

.sohohotel-header.sohohotel-fixed-navigation.sohohotel-fixed-navigation-clone {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 990;
  transition: 0.5s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  display: none;
}

@media only screen and (max-width: 600px) {
  .sohohotel-header.sohohotel-fixed-navigation.sohohotel-fixed-navigation-clone {
    display: none;
  }
}

/* 3.2 - Header Top right navigation */
.sohohotel-header .sohohotel-top-right-navigation {
  float: left;
  border-left: #dedede 1px solid;
}

.sohohotel-header .sohohotel-top-right-navigation li {
  position: relative;
  font-size: 14px;
}

.sohohotel-header .sohohotel-top-right-navigation li a {
  padding: 15px 20px 15px 20px;
  display: block;
}

.sohohotel-header .sohohotel-top-right-navigation li a:hover {
  color: #8a8989;
}

.sohohotel-header .sohohotel-top-right-navigation li a i {
  font-size: 12.5px;
  margin: 0 0 0 5px;
}

.sohohotel-header .sohohotel-top-right-navigation li ul {
  display: none;
}

.sohohotel-header .sohohotel-top-right-navigation li:hover > ul {
  display: block;
  position: absolute;
  top: 100%;
  z-index: 9999;
  background: #fff;
  -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border-top: #dedede 1px solid;
}

.sohohotel-header .sohohotel-top-right-navigation li li a:hover {
  background: #b99470;
  color: #fff;
}

/* 3.3 - Header Mobile Navigation */
.sohohotel-header .sohohotel-mobile-navigation-button {
  display: none;
  float: right;
  margin: 6px 0 0 0;
}

.sohohotel-header .sohohotel-mobile-navigation-button i {
  font-size: 20px;
}

.sohohotel-header .sohohotel-mobile-navigation-wrapper {
  display: none;
  padding: 0 0 100px 0px;
  position: relative;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation
  li
  a {
  color: #181b20;
  font-size: 15px;
  font-weight: normal;
  display: block;
  padding: 15px 30px 15px 30px;
  border-top: #dedede 1px solid;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation {
  border-bottom: #dedede 1px solid;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation
  li
  a:hover,
.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation
  li.menu-item-has-children
  > a:hover:after {
  color: #8a8989;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation
  li
  li
  a {
  padding: 15px 30px 15px 50px;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation
  li
  li
  li
  a {
  padding: 15px 30px 15px 70px;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation
  li
  li
  li
  li
  a {
  padding: 15px 30px 15px 90px;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation
  li
  li
  li
  li
  li
  a {
  padding: 15px 30px 15px 110px;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation
  li
  ul {
  display: none;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation
  li.menu-item-has-children
  > a:after,
.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation
  li.page_item_has_children
  > a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  font-size: 10px;
  color: #181b20;
  margin: 0 0 0 6px;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-mobile-navigation
  li.sohohotel-mobile-navigation-arrow
  > a:after {
  content: "\f078";
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1
  i {
  font-weight: 400;
  display: none;
}

@media only screen and (max-width: 1090px) {
  .sohohotel-header .sohohotel-navigation,
  .sohohotel-header .sohohotel-top-left-wrapper,
  .sohohotel-header
    .sohohotel-top-right-wrapper
    .sohohotel-top-right-navigation {
    display: none;
  }

  .sohohotel-header .sohohotel-topbar-wrapper {
    padding: 0;
  }

  .sohohotel-header .sohohotel-mobile-navigation-button {
    display: block;
  }

  .sohohotel-header .sohohotel-logo-navigation .sohohotel-logo {
    margin: 0;
  }

  .sohohotel-header .sohohotel-logo-navigation {
    padding: 35px 30px;
    width: calc(100% - 60px);
  }

  .sohohotel-header
    .sohohotel-topbar-wrapper
    .sohohotel-topbar
    .sohohotel-top-right-wrapper
    .sohohotel-top-right-button1 {
    border-left: none;
    width: calc(50% - 84px);
    border-bottom: #dedede 1px solid;
    padding: 15px 30px 14px 54px;
  }

  .sohohotel-header
    .sohohotel-topbar-wrapper
    .sohohotel-topbar
    .sohohotel-top-right-wrapper
    .sohohotel-top-right-button2 {
    width: calc(50% - 86px);
    padding: 15px 30px 15px 56px;
  }

  .sohohotel-header
    .sohohotel-topbar-wrapper
    .sohohotel-topbar
    .sohohotel-top-right-wrapper {
    float: none;
    width: 100%;
  }

  .sohohotel-header .sohohotel-topbar-wrapper {
    border-bottom: none;
  }

  .sohohotel-header
    .sohohotel-topbar-wrapper
    .sohohotel-topbar
    .sohohotel-top-right-wrapper
    .sohohotel-top-right-button1
    i {
    display: inline-block;
  }

  body.sohohotel-header-2 .sohohotel-fixed-navigation,
  body.sohohotel-header-4 .sohohotel-fixed-navigation {
    position: relative;
    background: #fff;
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    border-bottom: #dedede 1px solid;
  }

  body.sohohotel-header-2
    .sohohotel-site-wrapper
    .sohohotel-fixed-navigation.sohohotel-header
    h2.sohohotel-logo
    a,
  body.sohohotel-header-4
    .sohohotel-site-wrapper
    .sohohotel-fixed-navigation.sohohotel-header
    h2.sohohotel-logo
    a,
  body.sohohotel-header-2
    .sohohotel-site-wrapper
    .sohohotel-fixed-navigation.sohohotel-header
    .sohohotel-topbar-wrapper
    .sohohotel-topbar
    .sohohotel-top-right-wrapper
    .sohohotel-top-right-button1,
  body.sohohotel-header-4
    .sohohotel-site-wrapper
    .sohohotel-fixed-navigation.sohohotel-header
    .sohohotel-topbar-wrapper
    .sohohotel-topbar
    .sohohotel-top-right-wrapper
    .sohohotel-top-right-button1 {
    color: #181b20;
    border-color: #dedede;
  }

  body.sohohotel-header-2.single-shb_accommodation .sohohotel-main-content,
  body.sohohotel-header-2.single-shb_offer .sohohotel-main-content,
  body.sohohotel-header-2.single-post .sohohotel-main-content,
  body.sohohotel-header-4.single-shb_accommodation .sohohotel-main-content,
  body.sohohotel-header-4.single-shb_offer .sohohotel-main-content,
  body.sohohotel-header-4.single-post .sohohotel-main-content {
    padding: 0;
  }

  body.sohohotel-header-2 .sohohotel-page-header,
  body.sohohotel-header-4 .sohohotel-page-header {
    padding: 100px 0;
  }
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-top-right-button1 {
  display: block;
  width: calc(50% - 41px);
  float: left;
  border-top: #dedede 1px solid;
  border-left: #dedede 1px solid;
  border-bottom: #dedede 1px solid;
  padding: 14px 20px 14px 20px;
  font-size: 14px;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-top-right-button2 {
  background: #b99470;
  color: #fff;
  display: block;
  width: calc(50% - 40px);
  float: right;
  padding: 15px 20px 15px 20px;
  font-size: 14px;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-top-right-button2
  i {
  font-size: 17px;
  margin: 0 10px 0 0;
  display: inline-block;
}

.sohohotel-header .sohohotel-mobile-currency-language {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f6f6f6;
  border-top: #dedede 1px solid;
}

.sohohotel-header
  .sohohotel-mobile-navigation-wrapper
  .sohohotel-top-right-navigation {
  width: calc(50% - 40px);
}

/* 3.4 - Header 2 & 4 */
.sohohotel-header-2 .sohohotel-fixed-navigation,
.sohohotel-header-4 .sohohotel-fixed-navigation {
  position: absolute;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: transparent 1px solid;
}

.sohohotel-header-2 .sohohotel-fixed-navigation-clone,
.sohohotel-header-2 .sohohotel-fixed-navigation:hover,
.sohohotel-header-4 .sohohotel-fixed-navigation-clone,
.sohohotel-header-4 .sohohotel-fixed-navigation:hover {
  background: #fff;
  border-bottom: #dedede 1px solid;
}

/* 3.5 - Header 3 & 4 */
.sohohotel-header-3 .sohohotel-navigation-left,
.sohohotel-header-4 .sohohotel-navigation-left {
  float: left;
}

.sohohotel-header-3 .sohohotel-navigation-right,
.sohohotel-header-4 .sohohotel-navigation-right {
  float: right;
}

.sohohotel-header-3 .sohohotel-logo-navigation .sohohotel-logo,
.sohohotel-header-4 .sohohotel-logo-navigation .sohohotel-logo {
  position: absolute;
  right: 0;
  left: 0;
  margin: 32px auto 0 auto;
  width: 180px;
  text-align: center;
}

.sohohotel-header-3 .sohohotel-navigation li:first-child a,
.sohohotel-header-4 .sohohotel-navigation li:first-child a {
  padding: 40px 25px 40px 0;
}

@media only screen and (max-width: 1090px) {
  .sohohotel-header-3 .sohohotel-logo-navigation .sohohotel-logo,
  .sohohotel-header-4 .sohohotel-logo-navigation .sohohotel-logo {
    position: relative;
    margin: 0;
    text-align: left;
  }
}

.sohohotel-mobile-navigation-open.sohohotel-header-2
  .sohohotel-mobile-navigation-wrapper,
.sohohotel-mobile-navigation-open.sohohotel-header-4
  .sohohotel-mobile-navigation-wrapper,
.sohohotel-mobile-navigation-open.sohohotel-header-2 .sohohotel-header,
.sohohotel-mobile-navigation-open.sohohotel-header-4 .sohohotel-header {
  background: #fff;
}

/* 4.0 - Bottom right navigation */
.sohohotel-bottom-right-wrapper {
  float: right;
}

.sohohotel-bottom-right-wrapper .sohohotel-bottom-right-navigation {
  float: left;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-bottom-wrapper
  .sohohotel-footer-bottom
  .sohohotel-bottom-right-wrapper
  p {
  float: left;
  padding: 15px 0 15px 0;
  color: #e6d5c4;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-bottom-wrapper
  .sohohotel-footer-bottom
  p.sohohotel-footer-language-label {
  padding: 15px 0 15px 40px;
}

.sohohotel-bottom-right-navigation li {
  position: relative;
  font-size: 14px;
}

.sohohotel-bottom-right-navigation li a {
  padding: 15px 10px 15px 10px;
  display: block;
  color: #fff;
}

.sohohotel-bottom-right-navigation li li a {
  padding: 15px 20px 15px 20px;
  background: #fff;
  color: #181b20;
}

.sohohotel-bottom-right-navigation li a:hover {
  color: #8a8989;
}

.sohohotel-bottom-right-navigation li a i {
  font-size: 12.5px;
  margin: 0 0 0 5px;
}

.sohohotel-bottom-right-navigation li ul {
  display: none;
}

.sohohotel-bottom-right-navigation li:hover > ul {
  display: block;
  position: absolute;
  top: -100%;
  z-index: 9999;
  background: #fff;
  -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.sohohotel-bottom-right-navigation li li a:hover {
  background: #fff;
  color: #8a8989;
}

/* 5.0 - Inner Page Header */
.sohohotel-page-header {
  background: #f2f2f3;
  padding: 140px 0;
  margin: 0 0 70px 0;
}

.sohohotel-page-header h1 {
  text-align: center;
  font-size: 30px;
}

.sohohotel-page-header h1:after {
  background: #b99470;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 32px auto 0 auto;
}

.sohohotel-header-2 .sohohotel-page-header,
.sohohotel-header-4 .sohohotel-page-header {
  padding: 240px 0 100px 0;
}

.sohohotel-page-header {
  background-size: 1920px 405px;
  background-position: top center;
  background-repeat: no-repeat;
}

/* 6.0 - Elements */

/* 6.1 - Blog */

/* 6.1.1 - Blog Style 1 */

/* 6.1.1.1 - Blog Listing */
.sohohotel-blog-wrapper-1 {
  max-width: 780px;
  width: 100%;
  margin: 0 auto 80px auto;
  border-bottom: #dedede 1px solid;
}

.sohohotel-content-wrapper
  .sohohotel-main-content-right-sidebar
  .sohohotel-blog-wrapper-1,
.sohohotel-content-wrapper
  .sohohotel-main-content-left-sidebar
  .sohohotel-blog-wrapper-1 {
  max-width: 100%;
  width: 100%;
}

.sohohotel-blog-wrapper-1 .sohohotel-blog-block-image img {
  max-width: 780px;
  margin: 0 0 30px 0;
  width: 100%;
}

.sohohotel-blog-wrapper-1 .sohohotel-blog-block h3 {
  font-size: 23px;
  line-height: 120%;
  border-bottom: #dedede 1px solid;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  word-wrap: break-word;
}

.sohohotel-blog-wrapper-1 .sohohotel-blog-block .sohohotel-blog-meta {
  margin: 0 0 30px 0;
}

.sohohotel-blog-wrapper-1 .sohohotel-blog-block .sohohotel-blog-meta,
.sohohotel-blog-wrapper-1 .sohohotel-blog-block .sohohotel-blog-meta a {
  font-size: 15px;
  color: #656a70;
  text-transform: capitalize;
}

.sohohotel-blog-wrapper-1 .sohohotel-blog-block .sohohotel-blog-meta i {
  color: #b99470;
  margin: 0 10px 0 0;
}

.sohohotel-blog-wrapper-1
  .sohohotel-blog-block
  .sohohotel-blog-meta
  .sohohotel-blog-meta-date
  i,
.sohohotel-blog-wrapper-1
  .sohohotel-blog-block
  .sohohotel-blog-meta
  .sohohotel-blog-meta-comments
  i {
  font-weight: 400;
}

.sohohotel-blog-wrapper-1 .sohohotel-blog-block .sohohotel-blog-meta span {
  margin: 0 20px 10px 0;
  display: inline-block;
}

@media only screen and (max-width: 500px) {
  .sohohotel-blog-wrapper-1 .sohohotel-blog-block .sohohotel-blog-meta span {
    display: block;
  }
}

.sohohotel-blog-wrapper-1 .sohohotel-blog-block .sohohotel-blog-description {
  color: #656a70;
  font-size: 15px;
  line-height: 180%;
}

.sohohotel-blog-wrapper-1 .sohohotel-blog-block .sohohotel-blog-description p {
  line-height: 180%;
  margin: 0;
}

.sohohotel-blog-wrapper-1
  .sohohotel-blog-block
  .sohohotel-blog-description
  .sohohotel-more-link {
  background: #b99470;
  color: #fff;
  padding: 20px 30px;
  margin: 40px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}

.sohohotel-content-wrapper p {
  line-height: 180%;
}

.sohohotel-blog-wrapper-1 .sohohotel-blog-block {
  margin: 0 0 85px 0;
}

.sohohotel-blog-block.sticky,
.sohohotel-blog-block.tag-sticky-2 {
  border: #b99470 2px solid;
  padding: 30px;
}

/* 6.1.1.2 - Blog Single */
.sohohotel-blog-single-wrapper .sohohotel-blog-block {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}

.sohohotel-blog-single-wrapper .sohohotel-blog-block h3.shb-blog-single-title {
  font-size: 30px;
  text-align: center;
  margin: 80px auto 15px auto;
  max-width: calc(100% - 60px);
  line-height: 120%;
}

.sohohotel-blog-single-wrapper .sohohotel-blog-meta {
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: calc(100% - 60px);
}

.sohohotel-blog-single-wrapper .sohohotel-blog-meta span {
  margin: 0 18px 0 0;
}

.sohohotel-blog-single-wrapper .sohohotel-blog-meta span:last-child {
  margin: 0;
}

.sohohotel-blog-single-wrapper .sohohotel-blog-meta span,
.sohohotel-blog-single-wrapper .sohohotel-blog-meta span a {
  color: #8a8989;
  font-size: 15px;
  text-transform: capitalize;
}

.sohohotel-blog-single-wrapper .sohohotel-blog-meta i {
  color: #b99470;
  margin: 0 8px 0 0;
}

.sohohotel-blog-single-wrapper
  .sohohotel-blog-meta
  .sohohotel-blog-meta-date
  i {
  font-weight: 400;
}

.sohohotel-blog-description {
  font-size: 15px;
}

.sohohotel-blog-single-wrapper .sohohotel-blog-description {
  max-width: 780px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.sohohotel-blog-single-wrapper .sohohotel-blog-description iframe {
  max-width: 100%;
}

.sohohotel-blog-single-image {
  width: 1210px;
  max-width: 100%;
  margin: 0 auto 80px auto;
}

.sohohotel-blog-single-image img {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .sohohotel-blog-single-wrapper .sohohotel-blog-meta span:last-child {
    display: block;
    margin: 12px 0 0 0;
  }

  .single-shb_offer
    .sohohotel-blog-single-wrapper
    .sohohotel-blog-meta
    span:last-child {
    margin: 0;
  }
}

.sohohotel-more-news-wrapper .sohohotel-blog-wrapper-2 {
  max-width: calc(100% - 60px);
}

/* 6.1.1.3 - Blog Comments */
.sohohotel-comments-wrapper {
  border-top: #dedede 1px solid;
  margin: 0 auto;
  font-size: 15px;
  padding: 80px 0 0 0;
  margin: 10px 0 0 0;
}

h4.sohohotel-comment-count-title {
  font-size: 25px;
  text-align: center;
  margin: 0 0 30px 0;
}

h4.sohohotel-comment-count-title:after {
  background: #b99470;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 32px auto 0 auto;
}

.sohohotel-comments-wrapper .sohohotel-comments {
  max-width: 780px;
  width: calc(100% - 60px);
  margin: 0 auto 60px auto;
}

.sohohotel-comments-wrapper .sohohotel-comments li:before {
  display: none;
}

.sohohotel-comments-wrapper .sohohotel-comments .sohohotel-comment-image {
  float: left;
  width: 90px;
}

.sohohotel-comments-wrapper .sohohotel-comments .sohohotel-comment-content {
  float: right;
  width: calc(100% - 110px);
  border-bottom: #dedede 1px solid;
  padding: 0 0 40px 0;
}

.sohohotel-comments-wrapper .sohohotel-comments ul.children {
  border: none;
}

.sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-content
  .sohohotel-comment-info
  .url {
  color: #424242;
  text-decoration: none;
}

.sohohotel-comments-wrapper #respond #reply-title {
  font-size: 25px;
  text-align: center;
  margin: 0 0 30px 0;
}

.sohohotel-comments-wrapper #respond #reply-title:after {
  background: #b99470;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 32px auto 0 auto;
}

.sohohotel-comments-wrapper #cancel-comment-reply-link {
  margin: 10px 0 0 0;
  font-size: 13px;
  display: block;
  font-style: italic;
}

.sohohotel-comments-wrapper #commentform {
  max-width: 780px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.sohohotel-comments-wrapper #commentform .form-submit {
  margin: 0;
}

.sohohotel-main-content .sohohotel-comments-wrapper .sohohotel-comments li {
  padding: 30px 0 20px 0;
  margin: 0;
  border-bottom: none;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  li:first-child {
  padding: 0 0 20px 0;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  li
  li:first-child {
  padding: 30px 0 20px 0;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-reply {
  margin: 0;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  ul
  li
  ul
  li:last-child {
  padding: 30px 0 0 0;
  margin: 0;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  ul.sohohotel-comments
  li
  ul {
  margin: 20px 0 0 40px;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  ul.sohohotel-comments
  li
  ul
  li
  ul {
  margin: 20px 0 0 50px;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  ul.sohohotel-comments
  li
  ul
  li
  ul
  li
  ul {
  margin: 20px 0 0 60px;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  ul.sohohotel-comments
  li
  ul
  li
  ul
  li
  ul
  li
  ul {
  margin: 20px 0 0 70px;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  ul.sohohotel-comments
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul {
  margin: 20px 0 0 80px;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ul {
  margin: 0 0 30px 0;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ul
  li {
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid;
  border-color: #e8e8e8;
  padding: 12px 0;
  margin: 0;
  line-height: 140%;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ul
  li:last-child {
  border-bottom: none;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ul
  li:before {
  display: inline;
  content: "\f054";
  font-size: 12px;
  margin: 0 6px 0 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ul
  li
  ul {
  margin: 12px 0 0 10px;
  border-top: 1px solid;
  border-color: #e8e8e8;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ul
  li
  ul
  li
  ul {
  margin: 12px 0 0 20px;
  border-top: 1px solid;
  border-color: #e8e8e8;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ul
  li
  ul
  li
  ul
  li
  ul {
  margin: 12px 0 0 30px;
  border-top: 1px solid;
  border-color: #e8e8e8;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul {
  margin: 12px 0 0 40px;
  border-top: 1px solid;
  border-color: #e8e8e8;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul {
  margin: 12px 0 0 50px;
  border-top: 1px solid;
  border-color: #e8e8e8;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ul
  li
  ul
  li:last-child {
  padding: 12px 0 0 0;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ol {
  margin: 0 0 30px 0;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ol
  li {
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid;
  border-color: #e8e8e8;
  padding: 12px 0;
  margin: 0;
  line-height: 140%;
  list-style: decimal;
  list-style-position: inside;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ol
  li:last-child {
  border-bottom: none;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ol
  li
  ol {
  margin: 12px 0 0 10px;
  border-top: 1px solid;
  border-color: #e8e8e8;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ol
  li
  ol
  li {
  list-style: lower-alpha;
  list-style-position: inside;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ol
  li
  ol
  li
  ol {
  margin: 12px 0 0 20px;
  border-top: 1px solid;
  border-color: #e8e8e8;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ol
  li
  ol
  li
  ol
  li {
  list-style: lower-roman;
  list-style-position: inside;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ol
  li
  ol
  li
  ol
  li
  ol {
  margin: 12px 0 0 30px;
  border-top: 1px solid;
  border-color: #e8e8e8;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ol
  li
  ol
  li
  ol
  li
  ol
  li
  ol {
  margin: 12px 0 0 40px;
  border-top: 1px solid;
  border-color: #e8e8e8;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ol
  li
  ol
  li
  ol
  li
  ol
  li
  ol
  li
  ol {
  margin: 12px 0 0 50px;
  border-top: 1px solid;
  border-color: #e8e8e8;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  ol
  li
  ol
  li:last-child {
  padding: 12px 0 0 0;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .pingback
  .sohohotel-comment-content {
  width: 100%;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  p.sohohotel-comment-info,
.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  .sohohotel-comment-text
  p {
  margin: 0 0 25px 0;
}

.sohohotel-main-content
  .sohohotel-comments-wrapper
  .sohohotel-comments
  p.sohohotel-comment-info
  a,
.sohohotel-main-content .sohohotel-comments-wrapper .comment-reply-link,
.sohohotel-main-content .sohohotel-comments-wrapper .comment-edit-link {
  color: #b99470;
  text-decoration: underline;
}

/* 6.1.1.4 - Blog Pagination */
/*.sohohotel-page-pagination {
	text-align: center;
	font-size: 15px;
	margin: 45px 0 80px 0;
	display: block;
}

.shb-accommodation-listing-2-pagination .sohohotel-page-pagination {
	margin: 15px 0 80px 0;
}

.sohohotel-content-wrapper .sohohotel-main-content-right-sidebar .sohohotel-page-pagination,
.sohohotel-content-wrapper .sohohotel-main-content-left-sidebar .sohohotel-page-pagination {
	text-align: left; 
}

.sohohotel-page-pagination .wp-pagenavi span,
.sohohotel-page-pagination .wp-pagenavi a {
	padding: 17px 20px;
	display: inline-block;
	margin: 5px;
}

.sohohotel-page-pagination .wp-pagenavi a i {
	font-size: 12.5px;
}

.sohohotel-page-pagination .wp-pagenavi .pages,
.wp-pagenavi a, .wp-pagenavi span {
	border: #dedede 1px solid;
}

.sohohotel-page-pagination .wp-pagenavi .current,
.sohohotel-page-pagination .wp-pagenavi a:hover {
	border: #b99470 1px solid;
	background: #b99470;
	color: #fff;
	font-weight: normal;
}

@media only screen and (max-width: 500px) {
	
	.wp-pagenavi span.pages {
		display: none;
	}
	
}*/

/* New Pagination */
.sohohotel-pagination {
  text-align: center;
  font-size: 15px;
  display: block;
}

.sohohotel-pagination .page-numbers {
  padding: 17px 20px;
  display: inline-block;
  margin: 0 2px;
  border: #dedede 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sohohotel-pagination .page-numbers.current,
.sohohotel-pagination .page-numbers:hover {
  background: #b99470;
  border: #b99470 1px solid;
  color: #fff;
}

/* 6.1.2 - Blog Style 2 */

/* 6.1.2.1 - Blog Listing */
.sohohotel-blog-wrapper-2 {
  width: 1210px;
  max-width: 100%;
  margin: 0 auto;
}

.sohohotel-blog-wrapper-2 .sohohotel-blog-block {
  float: left;
}

.sohohotel-blog-wrapper-2 .sohohotel-blog-block h3 {
  font-size: 19px;
  border-bottom: #dedede 1px solid;
  line-height: 130%;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.sohohotel-blog-wrapper-2
  .sohohotel-blog-block
  .sohohotel-blog-block-image
  img {
  max-width: 100%;
  margin: 0 0 25px 0;
}

.sohohotel-blog-wrapper-2 .sohohotel-blog-block .sohohotel-blog-meta span,
.sohohotel-blog-wrapper-2 .sohohotel-blog-block .sohohotel-blog-meta span a {
  color: #656a70;
  font-size: 15px;
}

.sohohotel-blog-wrapper-2 .sohohotel-blog-block .sohohotel-blog-meta span {
  margin: 0 20px 0 0;
}

.sohohotel-blog-wrapper-2 .sohohotel-blog-block .sohohotel-blog-meta span i {
  font-size: 15px;
  color: #b99470;
  margin: 0 7px 0 0;
}

.sohohotel-blog-wrapper-2
  .sohohotel-blog-block
  .sohohotel-blog-meta
  span
  i.fa-calendar {
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  .sohohotel-blog-wrapper-2 .sohohotel-blog-block .sohohotel-blog-meta span {
    display: block;
    margin: 0 0 12px 0;
  }
}

.sohohotel-blog-wrapper-2 .sohohotel-blog-meta-category a {
  line-height: 160%;
}

/* 6.1.2.2 - Blog Style 2 - 2 Columns */
.sohohotel-blog-wrapper-2-2-col .sohohotel-blog-block {
  width: calc(50% - 15px);
  margin: 0 30px 60px 0;
}

.sohohotel-blog-wrapper-2-2-col .sohohotel-blog-block:nth-child(2n) {
  margin: 0 0 60px 0;
}

/* 6.1.2.3 - Blog Style 2 - 3 Columns */
.sohohotel-blog-wrapper-2-3-col .sohohotel-blog-block {
  width: calc(33.3% - 20px);
  margin: 0 30px 60px 0;
}

.sohohotel-blog-wrapper-2-3-col .sohohotel-blog-block.sticky {
  width: calc(33.3% - 84px);
}

.sohohotel-blog-wrapper-2-3-col .sohohotel-blog-block:nth-child(3n) {
  margin: 0 0 30px 0;
}

.sohohotel-blog-wrapper-2-3-col .sohohotel-blog-block:nth-child(3n + 1) {
  clear: both;
}

@media only screen and (max-width: 900px) {
  .sohohotel-blog-wrapper-2-2-col .sohohotel-blog-block,
  .sohohotel-blog-wrapper-2-3-col .sohohotel-blog-block {
    width: 100%;
    margin: 0 auto 60px auto;
    display: block;
    float: none;
  }

  .sohohotel-blog-wrapper-2-3-col .sohohotel-blog-block.sticky {
    width: calc(100% - 64px);
  }

  .sohohotel-blog-wrapper-2-2-col .sohohotel-blog-block:nth-child(2n),
  .sohohotel-blog-wrapper-2-3-col .sohohotel-blog-block:nth-child(3n) {
    margin: 0 auto 30px auto;
  }

  .sohohotel-blog-wrapper-2 .sohohotel-blog-block .sohohotel-blog-meta span {
    margin: 0 20px 10px 0;
    display: inline-block;
  }
}

/* 6.1.2.4 - Blog Style 2 - 4 Columns */
.sohohotel-blog-wrapper-2-4-col .sohohotel-blog-block {
  width: calc(25% - 22.5px);
  margin: 0 30px 30px 0;
}

.sohohotel-blog-wrapper-2-4-col
  .sohohotel-blog-block
  .sohohotel-blog-meta
  .sohohotel-blog-meta-category {
  display: none;
}

.sohohotel-blog-wrapper-2-4-col .sohohotel-blog-block:nth-child(4n) {
  margin: 0 0 30px 0;
}

/* 6.1.3 - Blog Style 3 */

/* 6.1.3.1 - Blog Listing */
.sohohotel-blog-wrapper-3 .sohohotel-blog-block {
  margin: 0 0 80px 0;
  position: relative;
}

.sohohotel-blog-wrapper-3 .sohohotel-blog-block .sohohotel-blog-block-image {
  float: left;
  width: calc(100% - 625px);
}

.sohohotel-blog-wrapper-3
  .sohohotel-blog-block
  .sohohotel-blog-block-image
  img {
  width: 100%;
}

.sohohotel-blog-wrapper-3 .sohohotel-blog-block h3 {
  font-size: 23px;
  border-bottom: #dedede 1px solid;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  line-height: 120%;
}

.sohohotel-blog-wrapper-3 .sohohotel-blog-block .sohohotel-blog-meta,
.sohohotel-blog-wrapper-3 .sohohotel-blog-block .sohohotel-blog-meta a {
  font-size: 15px;
  color: #656a70;
  text-transform: capitalize;
}

.sohohotel-blog-wrapper-3 .sohohotel-blog-block .sohohotel-blog-meta i {
  color: #b99470;
  margin: 0 10px 0 0;
}

.sohohotel-blog-wrapper-3
  .sohohotel-blog-block
  .sohohotel-blog-meta
  .sohohotel-blog-meta-date
  i,
.sohohotel-blog-wrapper-3
  .sohohotel-blog-block
  .sohohotel-blog-meta
  .sohohotel-blog-meta-comments
  i {
  font-weight: 400;
}

.sohohotel-blog-wrapper-3 .sohohotel-blog-block .sohohotel-blog-meta span {
  margin: 0 20px 10px 0;
  display: inline-block;
}

.sohohotel-blog-wrapper-3 .sohohotel-blog-title-meta-wrapper {
  float: right;
  width: 585px;
  position: absolute;
  right: 0;
  top: calc(50% - 40px);
}

@media only screen and (max-width: 990px) {
  .sohohotel-blog-wrapper-3 .sohohotel-blog-block .sohohotel-blog-block-image {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .sohohotel-blog-wrapper-3 .sohohotel-blog-title-meta-wrapper {
    float: none;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }
}

.sohohotel-button-1 {
  font-size: 15px;
  color: #181b20;
  border: #dedede 1px solid;
  padding: 20px 30px;
}

.sohohotel-blog-view-more {
  margin: 0 auto;
  width: 80px;
  display: block;
  text-align: center;
}

/* 6.1.3.2 - Blog Pagination */
.sohohotel-blog-pagination {
  margin: 25px 0 45px 0;
}

/* 6.1.4 - Blog Carousel */
.sohohotel-blog-carousel-wrapper {
  max-width: 1210px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.sohohotel-blog-carousel .sohohotel-blog-block h4 {
  font-size: 17px;
  margin: 0 0 14px 0;
  padding: 0 0 14px 0;
  border-bottom: #dedede 1px solid;
  line-height: 140%;
}

.sohohotel-blog-carousel .sohohotel-blog-block .sohohotel-blog-block-image {
  margin: 0 0 25px 0;
  display: block;
}

.sohohotel-blog-carousel .sohohotel-blog-block .sohohotel-blog-date i {
  color: #b99470;
  font-weight: 400;
  font-size: 18px;
  margin: 0 8px 0 0;
}

/* 6.1.4.1 - Owl Carousel */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 15px 0 0 0;
}

.owl-theme .owl-controls {
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  background: #aaaaaa;
  -webkit-border-radius: 99%;
  -moz-border-radius: 99%;
  -o-border-radius: 99%;
  border-radius: 99%;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #b99470;
  width: 8px;
  height: 8px;
  margin: -1px 4px;
}

.owl-carousel {
  position: static !important;
}

/* 6.2 - Photo Gallery */
.gallery-caption {
  font-size: 15px;
  padding: 5% 10%;
  text-align: center;
  font-style: italic;
  line-height: 160%;
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item:nth-child(1n + 1),
.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: both;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin: 0 0 30px 0;
}

.gallery-columns-2 .gallery-item {
  width: calc(50% - 15px);
  margin: 0 30px 30px 0;
  float: left;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
  margin: 0 0 30px 0;
}

.gallery-columns-3 .gallery-item {
  width: calc(33.3% - 20px) !important;
  margin: 0 30px 30px 0;
  float: left;
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
  margin: 0 0 30px 0;
}

.gallery-columns-4 .gallery-item {
  width: calc(25% - 22.5px) !important;
  margin: 0 30px 30px 0;
  float: left;
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
  margin: 0 0 30px 0;
}

.gallery-columns-5 .gallery-item {
  width: calc(20% - 24px) !important;
  margin: 0 30px 30px 0;
  float: left;
}

.gallery-columns-5 .gallery-item:nth-child(5n) {
  margin: 0 0 30px 0;
}

.gallery-columns-6 .gallery-item {
  width: calc(16.8% - 25px) !important;
  margin: 0 30px 30px 0;
  float: left;
}

.gallery-columns-6 .gallery-item:nth-child(6n) {
  margin: 0 0 30px 0;
}

.gallery-columns-7 .gallery-item {
  width: calc(14.3% - 25.7px) !important;
  margin: 0 30px 30px 0;
  float: left;
}

.gallery-columns-7 .gallery-item:nth-child(7n) {
  margin: 0 0 30px 0;
}

.gallery-columns-8 .gallery-item {
  width: calc(12.6% - 26.25px) !important;
  margin: 0 30px 30px 0;
  float: left;
}

.gallery-columns-8 .gallery-item:nth-child(8n) {
  margin: 0 0 30px 0;
}

.gallery-columns-9 .gallery-item {
  width: calc(11.1% - 26.6px) !important;
  margin: 0 30px 30px 0;
  float: left;
}

.gallery-columns-9 .gallery-item:nth-child(9n) {
  margin: 0 0 30px 0;
}

.gallery dl.gallery-item {
  border: none;
  padding: 0;
}

.gallery dl.gallery-item dt.gallery-icon {
  padding: 0;
  line-height: 0;
  border: none;
}

.gallery dl.gallery-item dd.gallery-caption {
  border: none;
}

.sohohotel-main-content dt.wp-caption-dt {
  border: none;
  background: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .gallery-columns-1 .gallery-item,
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 100% !important;
    float: none;
    margin: 0 0 30px 0;
  }
}

/* 6.2.1 - Alternative photo gallery */
.blocks-gallery-grid .blocks-gallery-item:before {
  display: none;
}

.blocks-gallery-grid .blocks-gallery-item {
  border: none;
  padding: 0;
}

.blocks-gallery-grid .blocks-gallery-item figcaption {
  font-size: 14px;
  line-height: 150%;
  padding: 20px 15px 20px 15px;
}

/* 6.2.2 - PrettyPhoto Lightbox */
.pp_default .pp_content {
  position: relative;
}

.pp_details .pp_description {
  display: none !important;
}

body div.pp_default .pp_close {
  background: #b99470;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 32px;
  padding: 13px 0 0 0;
  color: #fff;
  z-index: 9999;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
}

body div.pp_default .pp_close:hover {
  opacity: 1 !important;
}

.pp_default .pp_play {
  background: #ccc;
}

.pp_default .pp_play {
  display: none;
}

.pp_default .currentTextHolder {
  margin: 0 !important;
}

.pp_default .pp_content,
.pp_default div.light_rounded .pp_content {
  background: transparent !important;
}

.pp_default .lightbox-content {
  background: #fff !important;
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  padding: 30px;
  width: calc(100% - 60px);
}

.pp_default .pp_social {
  display: none;
}

.pp_default #pp_full_res .pp_inline p.lightbox-darktext {
  color: #fff;
  margin: 0 0 30px 0 !important;
  padding: 9px 20px;
}

.pp_default .sohohotel-main-content-lightbox h6 {
  margin: 0;
  color: #fff;
  padding: 13px 20px;
  font-size: 15px;
}

.pp_default .sohohotel-main-content-lightbox .total-price-lightbox {
  margin: 0 0 30px 0;
}

.pp_default.pp_pic_holder .ppt {
  display: none !important;
}

#fullResImage {
  height: auto !important;
}

.pp_hoverContainer {
  position: relative;
}

.pp_hoverContainer .pp_previous,
.pp_hoverContainer .pp_next {
  position: absolute;
  top: calc(50% - 25px);
  width: 30px;
  height: 45px;
  padding: 25px 0 0 0;
  text-align: center;
  color: #fff;
}

.pp_hoverContainer .pp_previous {
  left: 0;
}

.pp_hoverContainer .pp_next {
  right: 0;
}

@media only screen and (max-width: 900px) {
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden;
  }

  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
  }

  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
  }

  .pp_content {
    width: 100% !important;
    height: auto !important;
  }

  .pp_fade {
    width: 100% !important;
    height: 100% !important;
  }

  a.pp_expand,
  a.pp_contract,
  .pp_gallery,
  .pp_top,
  .pp_bottom {
    display: none !important;
  }

  #pp_full_res img {
    width: 100% !important;
  }

  #pp_full_res iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 350px;
  }

  .pp_details {
    width: 94% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-bottom: 0px;
    background-color: #fff;
    margin-top: -2px !important;
  }

  .pp_hoverContainer {
    width: 100% !important;
    height: 100% !important;
  }
}

div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right {
  padding: 0 !important;
}

.pp_top {
  display: none;
}

body div.pp_default .pp_nav {
  display: none !important;
}

body div.pp_default .pp_content_container .pp_right,
body div.pp_default .pp_content_container .pp_left {
  background: none;
}

body div.pp_default .pp_details {
  position: absolute !important;
}

body div.pp_default .pp_details {
  position: static !important;
}

body div.pp_default .pp_loaderIcon {
  display: none !important;
}

/* 6.3 - Titles */
.sohohotel-title-20px,
.sohohotel-main-content h3.sohohotel-title-20px {
  font-size: 20px;
}

.sohohotel-title-25px,
.sohohotel-main-content h3.sohohotel-title-25px {
  font-size: 25px;
}

.sohohotel-title-28px,
.sohohotel-main-content h3.sohohotel-title-28px {
  font-size: 28px;
}

.sohohotel-title-35px,
.sohohotel-main-content h3.sohohotel-title-35px {
  font-size: 35px;
}

.sohohotel-title-left,
.sohohotel-main-content h3.sohohotel-title-left {
  text-align: left;
}

.sohohotel-title-center,
.sohohotel-main-content h3.sohohotel-title-center {
  text-align: center;
}

.sohohotel-title-left:after,
.sohohotel-title-center:after {
  background: #b99470;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
}

.sohohotel-title-left:after {
  margin: 32px 0;
}

.sohohotel-title-center:after {
  margin: 32px auto;
}

/* 6.4 - Video thumbnail */
.sohohotel-video-thumbnail-wrapper {
  max-width: 1210px;
  width: 100%;
  position: relative;
  margin: 0 0 80px 0;
}

.sohohotel-video-thumbnail-wrapper img {
  width: 100%;
}

.sohohotel-video-thumbnail-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0.4;
}

.sohohotel-video-thumbnail-wrapper .sohohotel-video-play {
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 30px);
  z-index: 99;
}

.sohohotel-video-thumbnail-wrapper .sohohotel-video-play i {
  color: #fff;
  width: 75px;
  height: 75px;
  padding: 23px 0 0 7px;
  font-size: 25px;
  text-align: center;
  border: #fff 3px solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 999;
}

/* 6.5 - Fixed height image */
.sohohotel-fixed-height-text-image-wrapper {
  margin: 0 0 100px 0;
}

.sohohotel-fixed-height-image {
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

.sohohotel-fixed-height-text-wrapper,
.sohohotel-fixed-height-image-wrapper {
  width: 50%;
}

.sohohotel-fixed-height-image-wrapper-right,
.sohohotel-fixed-height-text-wrapper-right {
  float: right;
}

.sohohotel-fixed-height-text-wrapper-left,
.sohohotel-fixed-height-image-wrapper-left {
  float: left;
}

.sohohotel-fixed-height-text-wrapper-left {
  padding: 45px 60px 0 0;
}

.sohohotel-fixed-height-text-wrapper-right {
  padding: 45px 0 0 60px;
}

@media only screen and (max-width: 1000px) {
  .sohohotel-fixed-height-text-wrapper-left {
    padding: 0 60px 0 0;
  }

  .sohohotel-fixed-height-text-wrapper-right {
    padding: 0 0 0 60px;
  }
}

@media only screen and (max-width: 768px) {
  .sohohotel-fixed-height-text-wrapper,
  .sohohotel-fixed-height-image-wrapper {
    float: none;
    width: 100%;
    padding: 0;
  }
}

/* 6.6 - Icon Text */
.sohohotel-icon-text-wrapper-1 {
  max-width: 1210px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block {
  width: calc(50% - 45px);
}

.sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block:nth-child(1n),
.sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block:nth-child(3n) {
  float: left;
}

.sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block:nth-child(2n),
.sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block:nth-child(4n) {
  float: right;
}

.sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block .sohohotel-icon {
  position: relative;
  float: left;
}

.sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block .sohohotel-icon i {
  color: #b99470;
  font-size: 40px;
  width: 100%;
  text-align: center;
}

.sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block .sohohotel-text {
  float: right;
  width: calc(100% - 70px);
}

.sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block .sohohotel-text h4 {
  font-size: 20px;
  margin: 0 0 25px 0;
  text-align: left;
}

.sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block .sohohotel-text p {
  margin: 0 0 60px 0;
  font-size: 15px;
  line-height: 180%;
  color: #656a70;
}

@media only screen and (max-width: 800px) {
  .sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block {
    width: 100%;
  }

  .sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block:nth-child(1n),
  .sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block:nth-child(2n),
  .sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block:nth-child(3n),
  .sohohotel-icon-text-wrapper-1 .sohohotel-icon-text-block:nth-child(4n) {
    float: none;
  }
}

.sohohotel-icon-text-wrapper-2 {
  max-width: 1210px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.sohohotel-icon-text-wrapper-2 .sohohotel-icon-text-block .sohohotel-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px auto;
  display: block;
}

.sohohotel-icon-text-wrapper-2 .sohohotel-icon-text-block .sohohotel-icon i {
  margin: 17px 0 0 0;
}

.sohohotel-icon-text-wrapper-2 .sohohotel-icon-text-block h4 {
  font-size: 20px;
  margin: 0 0 25px 0;
  text-align: center;
}

.sohohotel-icon-text-wrapper-2 .sohohotel-icon-text-block p {
  margin: 0;
  font-size: 15px;
  line-height: 180%;
  color: #656a70;
  text-align: center;
}

.sohohotel-icon-text-wrapper-2 .sohohotel-icon i {
  color: #b99470;
  font-size: 40px;
  width: 100%;
  text-align: center;
  margin: 25px 0 0 0;
}

.sohohotel-icon-text-wrapper-2 .home-icon-section {
  margin: 0 auto 20px auto;
}

.sohohotel-icon-text-wrapper-2 .sohohotel-icon-text-block {
  float: left;
  width: calc(25% - 60px);
  margin: 0 30px;
}

@media only screen and (max-width: 900px) {
  .sohohotel-icon-text-wrapper-2 .sohohotel-icon-text-block {
    width: calc(50% - 60px);
    margin: 0 30px 60px 30px;
  }

  .sohohotel-icon-text-wrapper-2 .sohohotel-icon-text-block:nth-last-child(2),
  .sohohotel-icon-text-wrapper-2 .sohohotel-icon-text-block:last-child {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 550px) {
  .sohohotel-icon-text-wrapper-2 .sohohotel-icon-text-block {
    width: calc(100% - 60px);
    margin: 0 30px 60px 30px;
  }

  .sohohotel-icon-text-wrapper-2 .sohohotel-icon-text-block:nth-last-child(2) {
    margin: 0 30px 60px 30px;
  }

  .sohohotel-icon-text-wrapper-2 .sohohotel-icon-text-block:last-child {
    margin: 0 30px;
  }
}

/* 6.7 - Contact Details */
.sohohotel-main-content ul.sohohotel-contact-details-list li {
  font-size: 15px;
  color: #656a70;
  padding: 26px 0 26px 40px;
  position: relative;
  line-height: 160%;
  border: none;
  border-bottom: #dedede 1px solid;
}

.sohohotel-main-content ul.sohohotel-contact-details-list li:first-child {
  padding: 10px 0 26px 40px;
}

.sohohotel-main-content ul.sohohotel-contact-details-list li:last-child {
  padding: 26px 0 0 40px;
  border-bottom: none;
  margin: 0 0 80px 0;
}

.sohohotel-main-content ul.sohohotel-contact-details-list li:before {
  color: #b99470;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: absolute;
  left: 0;
}

.sohohotel-main-content
  ul.sohohotel-contact-details-list
  .sohohotel-address:before {
  content: "\f3c5";
}

.sohohotel-main-content
  ul.sohohotel-contact-details-list
  .sohohotel-phone:before {
  content: "\f095";
}

.sohohotel-main-content
  ul.sohohotel-contact-details-list
  .sohohotel-email:before {
  content: "\f0e0";
}

/* 6.8 - Contact Form 7 */
.sohohotel-main-content .wpcf7-form p {
  color: #181b20;
  margin: 0;
}

.sohohotel-main-content .wpcf7-form p label span input,
.sohohotel-main-content .wpcf7-form p label span textarea,
.sohohotel-main-content .wpcf7-form p label span select {
  margin: 3px 0 0 0;
}

.sohohotel-main-content .wpcf7-form p input[type="submit"] {
  margin: 0;
  width: inherit;
}

.sohohotel-main-content div.wpcf7 .ajax-loader {
  background: none;
}

.sohohotel-main-content div.wpcf7 .ajax-loader:after {
  color: #b99470;
  content: "\f110";
  display: block;
  float: left;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.sohohotel-main-content .wpcf7 form .wpcf7-response-output {
  margin: 0 0 50px 0;
  padding: 0;
  border: none;
  font-size: 15px;
  color: #dc3232;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7-form span input,
.wpcf7-form .sohohotel-select-wrapper,
.wpcf7-form textarea {
  margin: 0 0 25px 0 !important;
}

.wpcf7-form label {
  margin: 0 !important;
}

.wpcf7-form .sohohotel-select-wrapper,
.wpcf7-form .sohohotel-select-wrapper p {
  margin: 0;
}

.wpcf7-form .shb-one-half p,
.wpcf7-form .shb-clearfix p {
  margin: 0 !important;
}

/* 6.9 - Testimonials */
.sohohotel-testimonial-wrapper {
  position: relative;
}

.sohohotel-testimonial-wrapper .owl-controls {
  margin: 0 0 40px 0;
}

.sohohotel-testimonial-wrapper .sohohotel-testimonial-block {
  padding: 45px 30px 0 30px;
  width: 1060px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}

.sohohotel-testimonial-wrapper {
  padding: 0 0 25px 0;
}

.sohohotel-testimonial-wrapper .sohohotel-testimonial-block div {
  font-size: 15px;
  position: relative;
  line-height: 170%;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.sohohotel-testimonial-wrapper .sohohotel-testimonial-block div p {
  line-height: 170%;
  color: #181b20;
}

.sohohotel-testimonial-wrapper
  .sohohotel-testimonial-block
  div
  span.sohohotel-open-quote {
  color: #b99470;
  font-size: 130px;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  top: 25px;
  left: -50px;
}

.sohohotel-testimonial-wrapper
  .sohohotel-testimonial-block
  div
  span.sohohotel-close-quote {
  color: #b99470;
  font-size: 130px;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  bottom: -42px;
  right: -50px;
}

.sohohotel-testimonial-wrapper
  .sohohotel-testimonial-block
  .sohohotel-testimonial-image {
  width: 80px;
  height: 80px;
  margin: 20px auto 30px auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.sohohotel-testimonial-wrapper
  .sohohotel-owl-carousel-1
  .sohohotel-testimonial-image {
  width: 85px;
  height: 85px;
}

.sohohotel-testimonial-wrapper
  .sohohotel-testimonial-block
  .sohohotel-testimonial-image
  img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.sohohotel-testimonial-wrapper
  .sohohotel-testimonial-block
  .sohohotel-testimonial-author
  p {
  font-style: normal;
  font-size: 15px;
  margin: 0;
}

.sohohotel-testimonial-wrapper
  .sohohotel-testimonial-block
  .sohohotel-testimonial-author
  p
  span {
  color: #656a70;
}

.sohohotel-testimonial-wrapper.sohohotel-testimonial-wrapper-dark
  .sohohotel-testimonial-block
  div
  p,
.sohohotel-testimonial-wrapper.sohohotel-testimonial-wrapper-dark h3,
.sohohotel-testimonial-wrapper.sohohotel-testimonial-wrapper-dark
  .sohohotel-testimonial-block
  .sohohotel-testimonial-author
  p
  span {
  color: #fff;
  z-index: 2;
  position: relative;
}

.sohohotel-testimonial-wrapper.sohohotel-testimonial-wrapper-dark
  .sohohotel-testimonial-block {
  padding: 15px 30px 0 30px;
}

.sohohotel-testimonial-wrapper.sohohotel-testimonial-wrapper-dark h3 {
  padding: 80px 0 0 0;
}

.sohohotel-testimonial-wrapper.sohohotel-testimonial-wrapper-dark
  .owl-theme
  .owl-dots
  .owl-dot
  span {
  background: #fff;
}

.sohohotel-testimonial-wrapper.sohohotel-testimonial-wrapper-dark
  .owl-theme
  .owl-dots
  .owl-dot.active
  span {
  background: #b99470;
}

.sohohotel-testimonial-wrapper .sohohotel-testimonial-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0.5;
  padding: 0 0 40px 0;
}

.sohohotel-testimonial-wrapper .owl-theme .owl-controls {
  z-index: 2;
  position: relative;
}

.sohohotel-testimonial-wrapper .sohohotel-title-center:after {
  margin: 32px auto 0 auto;
}

.sohohotel-testimonial-wrapper {
  background-size: 1920px 1000px;
  background-position: top center;
  background-repeat: no-repeat;
}

.sohohotel-testimonial-wrapper .sohohotel-testimonial-list {
  z-index: 2;
}

.sohohotel-testimonials-wrapper-full .sohohotel-testimonial-block {
  border-bottom: 1px solid;
  border-color: #dedede;
  padding: 80px 0;
}

.sohohotel-testimonials-wrapper-full .sohohotel-testimonial-block:first-child {
  padding: 20px 0 80px 0;
}

.sohohotel-testimonials-wrapper-full .sohohotel-testimonial-block:last-child {
  margin: 0 0 50px 0;
}

.sohohotel-testimonial-wrapper .owl-theme .owl-dots .owl-dot {
  margin: 30px 0 10px 0;
}

.sohohotel-testimonial-wrapper .sohohotel-more-link {
  display: none;
}

.sohohotel-testimonials-wrapper-single .sohohotel-testimonial-block,
.sohohotel-testimonials-wrapper-single .sohohotel-testimonial-block:first-child,
.sohohotel-testimonials-wrapper-single .sohohotel-testimonial-block:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.sohohotel-testimonials-wrapper-single {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 450px) {
  .sohohotel-testimonials-wrapper-full .sohohotel-testimonial-block div {
    width: 60%;
  }
}

.sohohotel-testimonial-wrapper
  .sohohotel-testimonial-listing-page
  .sohohotel-testimonial-block {
  width: 1210px;
  max-width: 100%;
  border-bottom: #dedede 1px solid;
  padding: 65px 30px 65px 30px;
}

.sohohotel-testimonial-wrapper
  .sohohotel-testimonial-listing-page
  .sohohotel-testimonial-block
  div {
  max-width: 800px;
}

.sohohotel-testimonial-wrapper
  .sohohotel-testimonial-listing-page
  .sohohotel-testimonial-block:first-child {
  padding: 0px 30px 65px 30px;
}

.sohohotel-testimonial-wrapper
  .sohohotel-testimonial-listing-page
  .sohohotel-testimonial-block:last-child {
  margin: 0 0 50px 0;
}

.sohohotel-testimonial-wrapper
  .sohohotel-testimonial-single
  .sohohotel-testimonial-block:last-child {
  margin: 0;
  border-bottom: none;
}

.sohohotel-testimonial-wrapper .sohohotel-testimonial-block div p {
  font-size: 15px;
}

/* 6.10 - Hotel Listing */
.sohohotel-hotel-listing-wrapper .sohohotel-hotel-listing img {
  width: 100%;
  margin: 0 0 25px 0;
}

.sohohotel-hotel-listing-wrapper .sohohotel-hotel-listing {
  float: left;
}

.sohohotel-hotel-listing-wrapper .sohohotel-hotel-listing h3 {
  font-size: 20px;
  text-align: center;
}

.sohohotel-hotel-listing-wrapper .sohohotel-hotel-listing h3:after {
  background: #b99470;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 32px auto 0 auto;
}

/* 6.10.1 - Hotel Listing - 2 Columns */
.sohohotel-hotel-listing-wrapper-2 .sohohotel-hotel-listing {
  width: calc(50% - 15px);
  margin: 0 30px 35px 0;
}

.sohohotel-hotel-listing-wrapper-2 .sohohotel-hotel-listing:nth-child(2n) {
  margin: 0 0 35px 0;
}

/* 6.10.2 - Hotel Listing - 3 Columns */
.sohohotel-hotel-listing-wrapper-3 .sohohotel-hotel-listing {
  width: calc(33.3% - 20px);
  margin: 0 30px 35px 0;
}

.sohohotel-hotel-listing-wrapper-3 .sohohotel-hotel-listing:nth-child(3n) {
  margin: 0 0 35px 0;
}

@media only screen and (max-width: 900px) {
  .sohohotel-hotel-listing-wrapper-2 .sohohotel-hotel-listing,
  .sohohotel-hotel-listing-wrapper-3 .sohohotel-hotel-listing {
    width: 100%;
    margin: 0 auto 60px auto;
    display: block;
    float: none;
  }

  .sohohotel-hotel-listing-wrapper-2 .sohohotel-hotel-listing:nth-child(2n),
  .sohohotel-hotel-listing-wrapper-3 .sohohotel-hotel-listing:nth-child(3n) {
    margin: 0 auto 30px auto;
  }
}

/* 6.11 - Table */
.sohohotel-main-content table {
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 14px;
  color: #424242;
}

.sohohotel-main-content table caption {
  font-size: 15px;
  padding: 15px 0;
}

.sohohotel-main-content table strong {
  color: #a09d9d;
  font-weight: normal;
}

.sohohotel-main-content table th {
  font-weight: 400;
  color: #fff;
  background: #b99470;
  border-bottom: #e8e8e8 1px solid;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  padding: 14px 20px 14px 20px;
  font-weight: 400;
}

.sohohotel-main-content table th a {
  color: #fff;
}

.sohohotel-main-content table td {
  border-right: #e8e8e8 1px solid;
  border-bottom: #e8e8e8 1px solid;
  text-align: left;
  vertical-align: top;
  padding: 9px 20px;
  line-height: 160%;
  font-size: 15px;
}

.sohohotel-main-content table tr td:last-child {
  border-right: none;
}

.sohohotel-main-content table tr {
  background: #fff;
}

.sohohotel-main-content table tr:nth-child(2n) {
  background: #f8f8f8;
}

.sohohotel-main-content table td i {
  font-size: 20px;
  margin: 0 10px 0 0;
}

/* 6.12 - Buttons */
.sohohotel-button1 {
  font-size: 14px;
  font-weight: 500;
  padding: 22px 38px;
  display: table;
  background: #b99470;
  color: #ffffff;
}

.sohohotel-button1 i {
  margin: 0 10px 0 0;
}

/* 6.13 - Image Text */
.sohohotel-image-text-wrapper {
  min-height: 550px;
}

.sohohotel-image-text-wrapper .sohohotel-it-image-wrapper {
  position: relative;
}

.sohohotel-image-text-wrapper
  .sohohotel-it-image-wrapper
  .sohohotel-video-text-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0.4;
  padding: 0 0 40px 0;
}

.sohohotel-image-text-wrapper
  .sohohotel-it-image-wrapper
  .sohohotel-video-play {
  position: absolute;
  z-index: 99;
  top: calc(50% - 35px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
}

.sohohotel-image-text-wrapper
  .sohohotel-it-image-wrapper
  .sohohotel-video-play
  i {
  color: #fff;
  width: 75px;
  height: 75px;
  padding: 23px 0 0 7px;
  font-size: 25px;
  text-align: center;
  border: #fff 3px solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 2;
}

.sohohotel-image-text-wrapper .gallery {
  display: none;
}

.sohohotel-image-text-wrapper .sohohotel-it-text-wrapper {
  width: 50%;
  position: absolute;
}

.sohohotel-image-text-wrapper .sohohotel-it-image-wrapper {
  width: 50%;
  position: absolute;
}

.sohohotel-image-text-wrapper.sohohotel-image-text-wrapper-left-align
  .sohohotel-it-text-wrapper {
  right: 0;
}

.sohohotel-image-text-wrapper.sohohotel-image-text-wrapper-left-align
  .sohohotel-it-image-wrapper {
  left: 0;
}

.sohohotel-image-text-wrapper.sohohotel-image-text-wrapper-right-align
  .sohohotel-it-text-wrapper {
  left: 0;
}

.sohohotel-image-text-wrapper.sohohotel-image-text-wrapper-right-align
  .sohohotel-it-image-wrapper {
  right: 0;
}

.sohohotel-image-text-wrapper .sohohotel-it-image-wrapper {
  height: 550px;
  background-size: 960px 550px;
  background-repeat: no-repeat;
  background-position: top center;
}

.sohohotel-image-text-wrapper .sohohotel-it-image-wrapper img {
  display: none;
  width: 100%;
}

.sohohotel-image-text-wrapper .sohohotel-it-text-wrapper h3 {
  font-size: 28px;
  line-height: 130%;
}

.sohohotel-image-text-wrapper .sohohotel-it-text-wrapper {
  padding: 130px 80px 0 80px;
  height: 100%;
  position: absolute;
}

.sohohotel-image-text-wrapper .sohohotel-it-text-wrapper p {
  max-width: 630px;
}

@media only screen and (max-width: 1100px) {
  .sohohotel-image-text-wrapper .sohohotel-it-image-wrapper,
  .sohohotel-image-text-wrapper .sohohotel-it-text-wrapper,
  .sohohotel-image-text-wrapper.sohohotel-image-text-wrapper-right-align
    .sohohotel-it-text-wrapper,
  .sohohotel-image-text-wrapper.sohohotel-image-text-wrapper-right-align
    .sohohotel-it-image-wrapper {
    width: 100%;
    position: relative;
  }

  .sohohotel-image-text-wrapper .sohohotel-it-image-wrapper {
    background: none;
    height: auto;
  }

  .sohohotel-image-text-wrapper .sohohotel-it-image-wrapper img {
    display: block;
  }

  .sohohotel-image-text-wrapper .sohohotel-it-text-wrapper {
    padding: 80px 30px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .sohohotel-image-text-wrapper .sohohotel-it-text-wrapper p {
    max-width: 100%;
  }
}

/* 6.14 - Call to action video */
.sohohotel-call-to-action-video-section {
  position: relative;
  color: #fff;
  background-size: 1920px 600px;
  background-position: top center;
  background-repeat: no-repeat;
}

.sohohotel-call-to-action-video-section
  .sohohotel-call-to-action-video-section-inner
  h3 {
  font-size: 35px;
  text-align: center;
  line-height: 120%;
}

.sohohotel-call-to-action-video-section
  .sohohotel-call-to-action-video-section-inner
  h3:after {
  background: #b99470;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 32px auto;
}

.sohohotel-call-to-action-video-section
  .sohohotel-call-to-action-video-section-inner
  p {
  text-align: center;
  color: #fff;
}

.sohohotel-call-to-action-video-section
  .sohohotel-call-to-action-video-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0.4;
  z-index: 1;
}

.sohohotel-call-to-action-video-section
  .sohohotel-call-to-action-video-section-inner {
  z-index: 2;
  position: relative;
  width: 700px;
  margin: 125px auto;
  max-width: calc(100% - 60px);
}

.sohohotel-call-to-action-video-section .sohohotel-video-play {
  margin: 0 auto;
  display: table;
}

.sohohotel-call-to-action-video-section .sohohotel-video-play i {
  color: #fff;
  width: 75px;
  height: 75px;
  padding: 23px 0 0 7px;
  font-size: 25px;
  text-align: center;
  border: #fff 3px solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 2;
}

@media only screen and (max-width: 700px) {
  .sohohotel-call-to-action-video-section
    .sohohotel-call-to-action-video-section-inner
    h3 {
    font-size: 25px;
  }
}

/* 6.15 - Single testimonial image text */
.sohohotel-single-testimonial-text-image-wrapper {
  margin: 0;
  background: #fff;
}

p.sohohotel-single-testimonial-guest-name {
  font-size: 15px;
  color: #656a70;
  padding: 0 0 0 65px;
  margin: 0;
}

h3.sohohotel-single-testimonial-text,
.sohohotel-main-content h3.sohohotel-single-testimonial-text {
  font-size: 25px;
  color: #181b20;
  line-height: 140%;
  position: relative;
  padding: 0 0 30px 65px;
  max-width: 600px;
  width: calc(100% - 60px);
}

.sohohotel-single-testimonial-text span {
  font-size: 130px;
  font-style: normal;
  font-weight: 300;
  color: #b99470;
  position: absolute;
  top: 26px;
  left: 0;
}

.sohohotel-single-testimonial-image {
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

.sohohotel-single-testimonial-text-wrapper,
.sohohotel-single-testimonial-image-wrapper {
  width: 50%;
}

.sohohotel-single-testimonial-image-wrapper-right,
.sohohotel-single-testimonial-text-wrapper-right {
  float: right;
}

.sohohotel-single-testimonial-text-wrapper-left,
.sohohotel-single-testimonial-image-wrapper-left {
  float: left;
}

.sohohotel-single-testimonial-text-wrapper-left {
  padding: 200px 60px 0 0;
  height: 100%;
  position: absolute;
  left: 0;
}

.sohohotel-single-testimonial-text-wrapper-right {
  padding: 200px 0 0 60px;
  height: 100%;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1100px) {
  .sohohotel-single-testimonial-text-wrapper-left {
    padding: 180px 60px 0 0;
  }

  .sohohotel-single-testimonial-text-wrapper-right {
    padding: 180px 0 0 60px;
  }
}

@media only screen and (max-width: 850px) {
  .sohohotel-single-testimonial-text-wrapper-left {
    padding: 100px 60px 0 0;
  }

  .sohohotel-single-testimonial-text-wrapper-right {
    padding: 100px 0 0 60px;
  }
}

@media only screen and (max-width: 768px) {
  .sohohotel-single-testimonial-text-wrapper,
  .sohohotel-single-testimonial-image-wrapper {
    float: none;
    width: 100%;
    padding: 0;
  }

  .sohohotel-single-testimonial-text-wrapper {
    padding: 60px 30px;
    position: relative;
  }
}

/* 6.16 - Call to action small */
.sohohotel-call-to-action-1-section {
  position: relative;
  background-size: 1920px 500px;
  background-position: top center;
  background-repeat: no-repeat;
}

.sohohotel-call-to-action-1-section .sohohotel-call-to-action-1-section-inner {
  z-index: 2;
  position: relative;
  max-width: 1210px;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 80px 0;
}

.sohohotel-call-to-action-1-section .sohohotel-call-to-action-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0.4;
  z-index: 1;
}

.sohohotel-main-content .sohohotel-call-to-action-1-section h3 {
  font-size: 28px;
  color: #fff;
  float: left;
  padding: 15px 0 0 0;
  line-height: 130%;
}

.sohohotel-call-to-action-1-section a {
  float: right;
}

@media only screen and (max-width: 1100px) {
  .sohohotel-call-to-action-1-section h3,
  .sohohotel-call-to-action-1-section a {
    float: none;
  }

  .sohohotel-call-to-action-1-section h3 {
    text-align: center;
    margin: 0 0 30px 0;
  }

  .sohohotel-call-to-action-1-section a {
    margin: 0 auto;
  }
}

/* 6.17 - Call to action large */
.sohohotel-call-to-action-2-section {
  position: relative;
  background-size: 1920px 1000px;
  background-position: top center;
  background-repeat: no-repeat;
}

.sohohotel-call-to-action-2-section .sohohotel-call-to-action-2-section-inner {
  z-index: 2;
  position: relative;
  max-width: 1210px;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 130px 0;
}

.sohohotel-call-to-action-2-section .sohohotel-call-to-action-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  opacity: 0.4;
  z-index: 1;
}

.sohohotel-call-to-action-2-section h3,
.sohohotel-main-content .sohohotel-call-to-action-2-section h3 {
  font-size: 35px;
  color: #fff;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  width: 730px;
  max-width: calc(100% - 60px);
  line-height: 130%;
}

.sohohotel-call-to-action-2-section h3:after {
  background: #b99470;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 32px auto;
}

.sohohotel-call-to-action-2-section p {
  text-align: center;
  color: #fff;
  margin: 0 0 35px 0;
}

.sohohotel-call-to-action-2-section p a {
  color: #fff;
  text-decoration: underline;
}

.sohohotel-call-to-action-2-section a {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .sohohotel-call-to-action-2-section
    .sohohotel-call-to-action-2-section-inner {
    padding: 70px 0;
  }
}

/* 7.0 - WP Bakery Builder */

/* 7.1 - WP Bakery Page Builder frontend editor CSS displays incorrectly without this */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* 7.2 - WP Bakery Page Builder Toggle */
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title h4 {
  font-size: 15px;
  margin: 0;
  line-height: 180%;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title h4:before {
  content: "\f067";
  font-size: 13px;
  background: #b99470;
  color: #fff;
  width: 34px;
  height: 34px;
  padding: 9px 0 0 0;
  line-height: 1.1em;
  display: block;
  text-align: center;
  float: left;
  margin: -3px 20px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.vc_toggle_size_md.vc_toggle_default.vc_toggle_active
  .vc_toggle_title
  h4:before {
  content: "\f068";
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  margin: 0 0 0 0;
  padding: 35px 0 35px 20px;
  cursor: pointer;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
  padding: 0 0 0 80px !important;
  margin: 0;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content p {
  color: #656a70;
}

.vc_toggle_size_md.vc_toggle_default {
  border-top: 1px solid;
  border-color: #dedede;
  margin: 0;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title i.vc_toggle_icon {
  display: none;
}

.vc_toggle_size_md.vc_toggle_default:last-child {
  border-bottom: 1px solid;
  border-color: #dedede;
}

/* 7.3 - Accordion */
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-title
  > a,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: #181b20;
  font-size: 15px;
}

.wpb-js-composer
  .vc_tta-accordion.vc_tta.vc_general
  .vc_tta-panel.vc_active
  .vc_tta-panel-title,
.wpb-js-composer
  .vc_tta-accordion.vc_tta.vc_general
  .vc_tta-panel
  .vc_tta-panel-title {
  border-top: #dedede 1px solid;
  padding: 35px 0 35px 20px;
  cursor: pointer;
  line-height: 180%;
}

.wpb-js-composer
  .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic
  div.vc_tta-panel
  div.vc_tta-panel-body {
  border-top: none;
}

.wpb-js-composer .vc_tta-accordion .vc_tta-panel-title i.vc_tta-controls-icon {
  display: none;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 0;
}

.wpb-js-composer
  .vc_general.vc_tta.vc_tta-accordion
  .vc_tta-controls-icon-position-left.vc_tta-panel-title
  > a {
  padding-left: 0;
}

.wpb-js-composer
  .vc_tta.vc_tta-accordion.vc_tta.vc_general
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  padding: 0 0 0 80px;
}

.wpb-js-composer
  .vc_tta.vc_tta-accordion.vc_tta.vc_general
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  color: #7e8286;
}

.wpb-js-composer
  .vc_tta.vc_tta-accordion.vc_tta.vc_general
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body
  p {
  margin: 0 0 40px 0;
}

.wpb-js-composer
  .vc_tta-accordion.vc_tta.vc_general
  .vc_tta-panel
  h4.vc_tta-panel-title:before {
  content: "\f067";
  font-size: 13px;
  background: #b99470;
  color: #fff;
  width: 34px;
  height: 34px;
  padding: 9px 0 0 0;
  line-height: 1.1em;
  display: block;
  text-align: center;
  float: left;
  margin: -3px 20px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wpb-js-composer
  .vc_tta-accordion.vc_tta.vc_general
  .vc_tta-panel.vc_active
  h4.vc_tta-panel-title:before {
  content: "\f068";
}

/* 7.4 - WP Bakery Page Builder Tabs */
.wpb-js-composer .vc_tta-tabs-list li:before {
  display: none;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  ul.vc_tta-tabs-list
  li.vc_tta-tab.vc_active
  > a,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  ul.vc_tta-tabs-list
  li.vc_tta-tab
  > a,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs
  div.vc_tta-panels,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic ul.vc_tta-tabs-list li,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  div.vc_tta-panel-heading,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  div.vc_tta-panel-heading,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  div.vc_tta-panel-body {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: none;
}

.wpb-js-composer
  div.vc_tta.vc_general
  div.vc_tta-panels
  div.vc_tta-panel-heading:hover {
  background: none;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  ul.vc_tta-tabs-list
  li {
  margin: 0;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  ul.vc_tta-tabs-list
  li.vc_tta-tab.vc_active {
  border-right: #dedede 1px solid;
  border-bottom: #fff 1px solid;
  border-left: none;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  ul.vc_tta-tabs-list
  li.vc_tta-tab {
  border-top: #dedede 4px solid;
  border-right: #dedede 1px solid;
  border-bottom: #dedede 1px solid;
  border-left: none;
}

.wpb-js-composer .vc_tta.vc_general h4.vc_tta-panel-title {
  border-top: #dedede 4px solid;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs
  div.vc_tta-panels {
  border: 1px solid;
  border-color: #dedede;
}

.wpb-js-composer .vc_tta.vc_tta-spacing-1 ul.vc_tta-tabs-list {
  margin-left: 0;
  border-left: #dedede 1px solid;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 15px;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  div.vc_tta-panel
  div.vc_tta-panel-body {
  border-top: #dedede 1px solid;
}

.wpb-js-composer
  .vc_tta.vc_general
  .vc_tta-panels-container
  .vc_tta-panels
  .vc_tta-panel
  .vc_tta-panel-body {
  padding: 25px 20px 30px 20px;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  ul.vc_tta-tabs-list
  li.vc_tta-tab.vc_active {
  border-top: #b99470 4px solid;
}

/* 7.5 - WP Bakery Page Builder Flex Slider */
.flex-viewport .slides li:before,
.flex-direction-nav li:before {
  display: none !important;
}

.flex-viewport .slides li img {
  height: auto;
}

body .flex-control-nav li {
  margin: 0 4px 0 0;
  padding: 0;
  border: none;
}

.flex-direction-nav {
  top: 50%;
  position: absolute;
  width: 100%;
}

.flex-direction-nav li {
  border: none !important;
}

.flex-direction-nav .flex-prev {
  left: 0;
  top: 50%;
  position: absolute;
  border: none;
}

.flex-direction-nav .flex-prev {
  right: 0;
  top: 50%;
  position: absolute;
  border: none;
}

/* 7.6 - WP Bakery Page Builder row custom CSS */
.vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.vc_row.wpb_row.vc_row-fluid.sohohotel-content-wrapper-vc,
.wpb_column.vc_column_container.sohohotel-content-wrapper-vc {
  max-width: 1240px;
  width: calc(100% - 30px);
  margin-left: auto !important;
  margin-right: auto !important;
}

.vc_row.wpb_row.vc_row-fluid.sohohotel-content-wrapper-inner-vc,
.wpb_column.vc_column_container.sohohotel-content-wrapper-inner-vc {
  max-width: 1240px;
  width: calc(100% - 0px);
  margin-left: auto !important;
  margin-right: auto !important;
}

.wpb_column.vc_column_container.sohohotel-content-wrapper-vc {
  float: none;
}

body .vc_row.sohohotel-content-inner {
  max-width: 780px;
  width: 100%;
  margin: 0 auto !important;
}

/* 8.0 - Footer */
.sohohotel-footer-wrapper {
  padding: 80px 0 0 0;
  /*margin: 35px 0 0 0;*/
  border-top: #dedede 1px solid;
}

.sohohotel-footer,
.sohohotel-footer-wrapper
  .sohohotel-footer-bottom-wrapper
  .sohohotel-footer-bottom {
  max-width: 1210px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.sohohotel-footer-wrapper .sohohotel-footer-bottom-wrapper {
  background: #b99470;
  padding: 30px 0;
  margin: 30px 0 0 0;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-bottom-wrapper
  .sohohotel-footer-bottom
  p {
  font-size: 15px;
  color: #fff;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-bottom-wrapper
  .sohohotel-footer-bottom
  p.sohohotel-footer-message {
  float: left;
  padding: 15px 0;
}

.sohohotel-footer-wrapper .sohohotel-footer-1-col .sohohotel-widget {
  width: 100%;
  margin: 0 0 30px 0;
}

.sohohotel-footer-wrapper .sohohotel-footer-2-col .sohohotel-widget {
  float: left;
  width: calc(50% - 15px);
  margin: 0 30px 30px 0;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-2-col
  .sohohotel-widget:nth-child(2n) {
  margin: 0 0 30px 0;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-2-col
  .sohohotel-widget:nth-child(2n + 1) {
  clear: both;
}

.sohohotel-footer-wrapper .sohohotel-footer-3-col .sohohotel-widget {
  float: left;
  width: calc(33.3% - 20px);
  margin: 0 30px 30px 0;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-3-col
  .sohohotel-widget:nth-child(3n) {
  margin: 0 0 30px 0;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-3-col
  .sohohotel-widget:nth-child(3n + 1) {
  clear: both;
}

.sohohotel-footer-wrapper .sohohotel-footer-4-col .sohohotel-widget {
  float: left;
  width: calc(25% - 22.5px);
  margin: 0 30px 30px 0;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-4-col
  .sohohotel-widget:nth-child(4n) {
  margin: 0 0 30px 0;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-4-col
  .sohohotel-widget:nth-child(4n + 1) {
  clear: both;
}

.sohohotel-footer-wrapper .sohohotel-footer-5-col .sohohotel-widget {
  float: left;
  width: calc(20% - 24px);
  margin: 0 30px 30px 0;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-5-col
  .sohohotel-widget:nth-child(5n) {
  margin: 0 0 30px 0;
}

.sohohotel-footer-wrapper .sohohotel-footer-6-col .sohohotel-widget {
  float: left;
  width: calc(16.6% - 25px);
  margin: 0 30px 30px 0;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-6-col
  .sohohotel-widget:nth-child(6n) {
  margin: 0 0 30px 0;
}

.sohohotel-footer-wrapper
  .sohohotel-footer-6-col
  .sohohotel-widget:nth-child(6n + 1) {
  clear: both;
}

@media only screen and (max-width: 800px) {
  .sohohotel-footer-wrapper .sohohotel-footer-2-col .sohohotel-widget,
  .sohohotel-footer-wrapper .sohohotel-footer-3-col .sohohotel-widget,
  .sohohotel-footer-wrapper .sohohotel-footer-4-col .sohohotel-widget,
  .sohohotel-footer-wrapper .sohohotel-footer-5-col .sohohotel-widget,
  .sohohotel-footer-wrapper .sohohotel-footer-6-col .sohohotel-widget {
    width: 100%;
  }

  .sohohotel-footer-wrapper
    .sohohotel-footer-bottom-wrapper
    .sohohotel-footer-bottom
    p.sohohotel-footer-message {
    float: none;
    text-align: center;
  }

  .sohohotel-bottom-right-wrapper {
    float: none;
    width: 340px;
    margin: 0 auto;
  }

  .sohohotel-bottom-right-wrapper-single {
    width: 150px;
  }
}

/* 9.0 - Forms */
.sohohotel-main-content input[type="text"],
.sohohotel-main-content input[type="password"],
.sohohotel-main-content input[type="color"],
.sohohotel-main-content input[type="date"],
.sohohotel-main-content input[type="datetime-local"],
.sohohotel-main-content input[type="email"],
.sohohotel-main-content input[type="month"],
.sohohotel-main-content input[type="number"],
.sohohotel-main-content input[type="range"],
.sohohotel-main-content input[type="search"],
.sohohotel-main-content input[type="tel"],
.sohohotel-main-content input[type="time"],
.sohohotel-main-content input[type="url"],
.sohohotel-main-content input[type="week"],
.sohohotel-main-content textarea {
  width: 100%;
  font-size: 15px;
  color: #656a70;
  border: 1px solid;
  border-color: #dedede;
  padding: 16px 12px;
  margin: 0 0 25px 0;
  font-weight: 400;
}

.sohohotel-main-content input[type="text"],
.sohohotel-main-content input[type="password"],
.sohohotel-main-content input[type="color"],
.sohohotel-main-content input[type="date"],
.sohohotel-main-content input[type="datetime-local"],
.sohohotel-main-content input[type="email"],
.sohohotel-main-content input[type="month"],
.sohohotel-main-content input[type="number"],
.sohohotel-main-content input[type="range"],
.sohohotel-main-content input[type="search"],
.sohohotel-main-content input[type="tel"],
.sohohotel-main-content input[type="time"],
.sohohotel-main-content input[type="url"],
.sohohotel-main-content input[type="week"],
.sohohotel-main-content textarea {
  min-height: 52px;
}

.sohohotel-main-content textarea {
  line-height: 160%;
}

.sohohotel-main-content select {
  width: 100%;
  font-size: 15px;
  color: #656a70;
  border: 1px solid;
  border-color: #dedede;
  padding: 16px 12px;
  font-weight: 400;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: #fff;
}

.sohohotel-main-content .sohohotel-select-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 25px 0;
  border: 1px solid;
  border-color: #dedede;
  background: #fff;
}

.sohohotel-main-content .sohohotel-select-wrapper select {
  width: 100%;
  border: none;
  padding: 16px 12px;
}

.sohohotel-main-content .sohohotel-select-wrapper i {
  color: #181b20;
  font-size: 14px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 18px;
  z-index: 1;
}

.sohohotel-main-content input[type="submit"] {
  border: none;
  background: #b99470;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 30px;
  cursor: pointer;
  margin: 0 auto;
  width: 180px;
  display: block;
}

.sohohotel-main-content label {
  font-size: 15px;
  margin: 0 0 10px 0;
  display: block;
}

.sohohotel-main-content label span {
  color: #ff0000;
}

body.woocommerce-account
  .sohohotel-content-wrapper
  .sohohotel-main-content
  .form-row
  label.woocommerce-form-login__rememberme
  span {
  color: #181b20;
}

.sohohotel-main-content label .sohohotel-required {
  color: #f00;
}

.comment-form-cookies-consent input[type="checkbox"] {
  float: left;
  margin: 7px 10px 0 0;
}

.comment-form-cookies-consent label {
  float: left;
}

.shb-booking-form-special-req {
  height: 220px;
}

.comment-form-cookies-consent {
  zoom: 1;
}

.comment-form-cookies-consent:before,
.comment-form-cookies-consent:after {
  content: "";
  display: table;
}

.comment-form-cookies-consent:after {
  clear: both;
}

/* 10.0 - Typography */

/* 10.1 - Titles */
h3.sohohotel-title1 {
  text-align: center;
  font-size: 25px;
  margin: 0 0 30px 0;
}

h3.sohohotel-title1:after {
  background: #b99470;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 32px auto 0 auto;
}

.sohohotel-more-news-wrapper {
  border-top: #dedede 1px solid;
  margin: 80px 0 0 0;
  padding: 80px 0;
}

/* 10.2 - Blockquote */
blockquote {
  color: #181b20;
  padding: 0 0 0 25px;
  position: relative;
  margin: 50px 0 50px 56px;
  min-height: 50px;
  border-left: #dedede 1px solid;
}

.sohohotel-content-wrapper blockquote p {
  color: #181b20;
}

blockquote:before {
  color: #b99470;
  content: "“";
  position: absolute;
  top: 0;
  left: -60px;
  font-size: 90px;
  font-family: Georgia;
  font-style: normal;
  line-height: 1;
}

/* 10.3 - List */
.sohohotel-main-content ul {
  margin: 0 0 30px 0;
}

.sohohotel-main-content ul li {
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid;
  border-color: #dedede;
  padding: 12px 0;
  margin: 0;
  line-height: 160%;
  color: #656a70;
}

.sohohotel-main-content ul li:last-child {
  border-bottom: none;
}

.sohohotel-main-content ul li:before {
  content: "\f054";
  font-size: 12px;
  margin: 0 6px 0 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #b99470;
}

.sohohotel-main-content .wpb_text_column ul li a {
  color: #424242;
}

.sohohotel-main-content ul li ul,
.sohohotel-main-content ul li ol,
.sohohotel-main-content ol li ul {
  margin: 12px 0 0 10px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-main-content ul li ul li ul,
.sohohotel-main-content ol li ul li ol,
.sohohotel-main-content ul li ol li ul {
  margin: 12px 0 0 20px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-main-content ul li ul li ul li ul {
  margin: 12px 0 0 30px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-main-content ul li ul li ul li ul li ul {
  margin: 12px 0 0 40px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-main-content ul li ul li ul li ul li ul li ul {
  margin: 12px 0 0 50px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-main-content ul li ul li:last-child,
.sohohotel-main-content ol li ul li:last-child,
.sohohotel-main-content ul li ol li:last-child {
  padding: 12px 0 0 0;
}

.sohohotel-main-content ol {
  margin: 0 0 30px 0;
}

.sohohotel-main-content ol li {
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid;
  border-color: #dedede;
  padding: 12px 0;
  margin: 0;
  line-height: 160%;
  list-style: decimal;
  list-style-position: inside;
}

.sohohotel-main-content ol li:last-child {
  border-bottom: none;
}

.sohohotel-main-content ol li ol {
  margin: 12px 0 0 10px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-main-content ol li ol li {
  list-style: lower-alpha;
  list-style-position: inside;
}

.sohohotel-main-content ol li ol li ol {
  margin: 12px 0 0 20px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-main-content ol li ol li ol li {
  list-style: lower-roman;
  list-style-position: inside;
}

.sohohotel-main-content ol li ol li ol li ol {
  margin: 12px 0 0 30px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-main-content ol li ol li ol li ol li ol {
  margin: 12px 0 0 40px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-main-content ol li ol li ol li ol li ol li ol {
  margin: 12px 0 0 50px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-main-content ol li ol li:last-child {
  padding: 12px 0 0 0;
}

.sohohotel-main-content ol li ul li {
  list-style: none;
}

.sohohotel-main-content ol li ul li ol li {
  list-style: lower-alpha;
}

.sohohotel-main-content ol li ul li ol li:before {
  display: none;
}

.sohohotel-main-content ul li ol li:before {
  display: none;
}

.sohohotel-main-content ul li ol li ul li:before {
  display: inline;
}

.sohohotel-main-content .list-link-no-underline li a {
  text-decoration: none;
}

/* 10.4 - Image alignment */
.sohohotel-main-content .alignleft,
.sohohotel-main-content .alignright,
.sohohotel-main-content .aligncenter,
.sohohotel-main-content .alignnone {
  max-width: 100%;
  height: auto;
}

.sohohotel-main-content .alignleft img,
.sohohotel-main-content .alignright img,
.sohohotel-main-content .aligncenter img,
.sohohotel-main-content .alignnone img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sohohotel-main-content .alignleft,
.sohohotel-main-content img.alignleft {
  display: inline;
  float: left;
  margin: 0 30px 30px 0 !important;
}

.sohohotel-main-content .alignright,
.sohohotel-main-content img.alignright {
  display: inline;
  float: right;
  margin: 0 0 30px 30px !important;
}

.sohohotel-main-content .aligncenter,
.sohohotel-main-content img.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto 30px auto;
}

.sohohotel-main-content .alignnone,
.sohohotel-main-content img.alignnone {
  clear: both;
  display: block;
  margin: 10px auto 10px;
}

.sohohotel-main-content .wp-block-image .aligncenter > figcaption,
.sohohotel-main-content .wp-block-image .alignleft > figcaption,
.sohohotel-main-content .wp-block-image .alignright > figcaption,
.sohohotel-main-content figcaption {
  display: block;
  color: #656a70;
  font-size: 15px;
  margin: 10px 0 30px 0;
  font-style: italic;
}

.sohohotel-main-content .wp-block-image.alignfull img,
.sohohotel-main-content .wp-block-image.alignwide img {
  height: auto;
}

/* 10.5 - WordPress buttons */
.wp-block-button__link {
  font-size: 15px;
  margin: 0 0 30px 0;
}

/* 10.6 - WordPress cover text */
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}

/* 10.7 - Misc typography */
.sohohotel-main-content figcaption {
  line-height: 150%;
}

.sohohotel-main-content h1 {
  font-size: 40px;
  margin: 0 0 25px 0;
}

.sohohotel-main-content h2 {
  font-size: 36px;
  margin: 0 0 25px 0;
}

.sohohotel-main-content h3 {
  font-size: 32px;
  margin: 0 0 25px 0;
}

.sohohotel-main-content h4 {
  font-size: 28px;
  margin: 0 0 25px 0;
}

.sohohotel-main-content h5 {
  font-size: 24px;
  margin: 0 0 25px 0;
}

.sohohotel-main-content h6 {
  font-size: 20px;
  margin: 0 0 25px 0;
}

.sohohotel-main-content dt.gallery-icon a img {
  border: none !important;
}

.sohohotel-main-content dl {
  display: block;
  margin: 0 0 50px 0;
}

.sohohotel-main-content dt {
  background: #f8f8f8;
}

.sohohotel-main-content dt,
.sohohotel-main-content dd {
  display: block;
  line-height: 160%;
  border-bottom: #e8e8e8 1px solid;
  padding: 10px 10px;
  font-size: 14px;
}

.wp-block-media-text__media img {
  height: auto;
}

.wp-block-group__inner-container {
  padding: 30px;
}

.wp-block-separator,
hr {
  background: #dedede;
  border: none;
  height: 1px;
  margin: 30px 0;
}

.sohohotel-post-pagination {
  margin: 30px 0;
}

.sohohotel-post-pagination .post-page-numbers {
  border: #dedede 1px solid;
  padding: 15px 20px 0 20px;
  height: 30px;
  display: inline-block;
}

.sohohotel-main-content code,
.sohohotel-main-content var,
.sohohotel-main-content pre {
  font-family: monospace;
  font-size: 14px;
  line-height: 160%;
  background: #f8f8f8;
  margin: 0 0 30px 0;
}

.sohohotel-main-content pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  padding: 30px;
}

.sohohotel-main-content address {
  font-size: 15px;
  line-height: 160%;
  background: #f8f8f8;
  padding: 20px;
  margin: 0 0 30px 0;
  color: #181b20;
}

.sohohotel-main-content strong {
  font-weight: bold;
}

.sohohotel-main-content em {
  font-style: italic;
}

.sohohotel-main-content big {
  font-size: 200%;
}

.sohohotel-main-content small {
  font-size: 75%;
}

.sohohotel-main-content sub {
  vertical-align: sub;
  font-size: smaller;
}

.sohohotel-main-content sup {
  vertical-align: super;
  font-size: smaller;
}

.sohohotel-main-content cite {
  font-style: italic;
}

.sohohotel-protected-post-form {
  max-width: 500px;
  width: 100%;
  margin: 0px auto 0px auto;
}

p.sohohotel-nopassword {
  max-width: 500px;
  width: 100%;
  margin: 80px auto 30px auto;
}

/* 11.0 - Widgets */
.sohohotel-widget-wrapper p {
  color: #656a70;
  font-size: 15px;
  margin: 0 0 27px 0;
  line-height: 180%;
}

/* 11.1 - Sidebar Widget */
.sohohotel-sidebar-content .sohohotel-widget-wrapper {
  margin: 0 0 60px 0;
}

.sohohotel-sidebar-content .sohohotel-widget-wrapper h3 {
  font-size: 20px;
  margin: 0 0 30px 0;
}

.sohohotel-sidebar-content .sohohotel-widget-wrapper h3:after {
  background: #b99470;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 32px 0 0 0;
}

/* 11.2 - Footer Widget */
.sohohotel-footer-wrapper .sohohotel-widget-wrapper {
  margin: 0 0 60px 0;
}

.sohohotel-footer-wrapper .sohohotel-widget-wrapper h5 {
  font-size: 18px;
  margin: 0 0 30px 0;
}

/* 11.3 - Table */
.sohohotel-widget-wrapper table td {
  padding: 14px 18px;
  text-align: center;
  font-size: 15px;
}

.sohohotel-widget-wrapper table th {
  font-size: 15px;
  padding: 14px 15px;
}

.sohohotel-widget-wrapper #wp-calendar {
  margin: 0 0 15px 0;
}

.sohohotel-widget-wrapper .wp-calendar-nav .wp-calendar-nav-prev {
  text-align: left;
  font-size: 15px;
}

.sohohotel-widget-wrapper .wp-calendar-nav .wp-calendar-nav-next {
  text-align: right;
  font-size: 15px;
}

.sohohotel-widget-wrapper #wp-calendar caption {
  padding: 0 0 20px 0;
  font-size: 15px;
}

/* 11.4 - List */
.sohohotel-widget ul li {
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid;
  border-color: #dedede;
  padding: 14px 0;
  margin: 0;
  line-height: 180%;
  color: #181b20;
}

.sohohotel-widget ul li a {
  color: #656a70;
}

.sohohotel-widget ul li:last-child {
  border-bottom: none;
}

.sohohotel-widget ul li ul {
  margin: 12px 0 0 10px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-widget ul li ul li ul {
  margin: 12px 0 0 20px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-widget ul li ul li ul li ul {
  margin: 12px 0 0 30px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-widget ul li ul li ul li ul li ul {
  margin: 12px 0 0 40px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-widget ul li ul li ul li ul li ul li ul {
  margin: 12px 0 0 50px;
  border-top: 1px solid;
  border-color: #dedede;
}

.sohohotel-widget ul li ul li:last-child {
  padding: 12px 0 0 0;
}

/* 11.5 - Search */
.sohohotel-widget .sohohotel-search-widget {
  position: relative;
}

.sohohotel-widget .sohohotel-search-widget i {
  position: absolute;
  top: 20px;
  right: 13px;
  font-size: 15px;
  color: #424242;
}

.sohohotel-widget .sohohotel-search-widget input[type="text"] {
  margin: 0 0 15px 0;
  color: #bebebe;
  font-size: 14px;
  padding: 17.5px 15px;
  width: calc(100% - 26px);
  border: 1px solid;
  border-color: #dedede;
}

/* 11.6 - Tags */
.sohohotel-widget .tagcloud {
  margin: 0 0 30px 0;
}

.sohohotel-widget .tagcloud a {
  float: left;
  line-height: 100%;
  list-style: none;
  font-size: 14px !important;
  border: 1px solid;
  border-color: #dedede;
  color: #424242;
  text-decoration: none;
  margin: 0 12px 12px 0;
  padding: 12px;
}

/* 11.7 - Text Widget */
.sohohotel-widget .textwidget {
  line-height: 160%;
  font-size: 15px;
}

/* 11.8 - Other */
.sohohotel-widget img,
.sohohotel-widget .wp-caption {
  max-width: 100%;
}

.sohohotel-widget .wp-caption-text {
  font-size: 14px;
  margin: 20px 0;
}

/* 11.9 - Latest News */
.sohohotel-blog-widget-wrapper {
  margin: 0 0 30px 0;
}

.sohohotel-blog-widget-wrapper img {
  float: left;
  margin: 0 14px 0 0;
}

.sohohotel-blog-widget-wrapper .sohohotel-blog-widget-content h4 {
  font-size: 17px;
  line-height: 140%;
  margin: 0 0 6px 0;
}

.sohohotel-blog-widget-wrapper .sohohotel-blog-widget-content p {
  font-size: 14px;
  color: #999;
  margin: 0;
}

/* 11.10 - Social / About Widget */
.sohohotel-footer-social-icons-wrapper a {
  background: #b99470;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  height: 35px;
  padding: 15px 0 0 0;
  display: block;
  float: left;
  text-align: center;
  font-size: 18px;
  margin: 0 10px 10px 0;
}

/* 11.11 - Contact Widget */
.sohohotel-widget .sohohotel-contact-widget li {
  font-size: 15px;
  color: #656a70;
  margin: 0 0 22px 0;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 160%;
  border: none;
}

.sohohotel-widget .sohohotel-contact-widget li:before {
  color: #b99470;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: absolute;
  left: 0;
}

.sohohotel-widget .sohohotel-contact-widget .sohohotel-address:before {
  content: "\f3c5";
}

.sohohotel-widget .sohohotel-contact-widget .sohohotel-phone:before {
  content: "\f095";
}

.sohohotel-widget .sohohotel-contact-widget .sohohotel-email:before {
  content: "\f0e0";
}

/* 11.12 - Newsletter Widget */
body .tnp-widget .tnp-field-email,
body .tnp-subscription .tnp-field-email,
body .tnp-widget-minimal .tnp-form .tnp-email {
  width: calc(65%);
  float: left;
}

body .tnp-widget input[type="text"],
body .tnp-widget input[type="email"],
body .tnp-subscription input[type="text"],
body .tnp-subscription input[type="email"],
body .tnp-widget-minimal input[type="text"],
body .tnp-widget-minimal input[type="email"] {
  border: #b99470 2px solid;
  background: #fff;
  color: #656a70;
  font-size: 15px;
  padding: 17.5px 15px;
}

body .tnp-field-button,
body .tnp-widget-minimal input[type="submit"] {
  float: right;
  width: calc(35% - 10px);
}

body .tnp-subscription input[type="submit"],
body .tnp-widget input[type="submit"],
body .tnp-widget-minimal input[type="submit"] {
  background: #b99470;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 15px;
  cursor: pointer;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  body .tnp-widget .tnp-field-email,
  body .tnp-subscription .tnp-field-email,
  body .tnp-field-button {
    width: 100%;
    float: none;
  }
}

/* 11.13 - Latest News */
.sohohotel-blog-widget-wrapper {
  margin: 0 0 30px 0;
}

.sohohotel-blog-widget-wrapper img {
  float: left;
  margin: 0 14px 0 0;
  max-width: 85px;
}

.sohohotel-blog-widget-wrapper .sohohotel-blog-widget-content h4 {
  font-size: 16px;
  line-height: 140%;
  margin: 0 0 8px 0;
}

.sohohotel-blog-widget-wrapper .sohohotel-blog-widget-content p {
  font-size: 15px;
  color: #999;
  margin: 0;
  line-height: 1;
}

/* 11.14 - Social / About Widget */
.sohohotel-social-links a {
  background: #b99470;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 15px 0 0 0;
  display: block;
  float: left;
  text-align: center;
  font-size: 18px;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* 11.15 - Booking Footer */
body
  .sohohotel-site-wrapper
  .sohohotel-footer-wrapper
  .shb-booking-form-style-1
  label {
  display: block;
}

body
  .sohohotel-site-wrapper
  .sohohotel-footer-wrapper
  .shb-booking-form-style-1
  .shb-booking-form-col
  input[type="submit"] {
  width: calc(100% - 60px);
}

/* 12.0 - Search Results */
.sohohotel-search-results-wrapper .sohohotel-blog-wrapper-2 {
  max-width: 100%;
}

@media only screen and (max-width: 1090px) {
  .sohohotel-search-results-wrapper .sohohotel-blog-wrapper-2 {
    max-width: calc(100% - 60px);
  }
}

.sohohotel-page-header .sohohotel-search-results-form {
  max-width: 630px;
  width: calc(100% - 60px);
  margin: 30px auto 0 auto;
  -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
}

.sohohotel-page-header .sohohotel-search-results-form input[type="text"] {
  height: 56px;
  max-width: 534px;
  width: calc(100% - 96px);
  border: none;
  color: #656a70;
  font-size: 15px;
  margin: 0;
  padding: 0 20px;
  float: left;
}

.sohohotel-page-header .sohohotel-search-results-form button {
  background: #b99470;
  border: none;
  width: 56px;
  height: 56px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  float: left;
}

.sohohotel-page-header .sohohotel-search-results-form button i {
  color: #fff;
  font-size: 17px;
}

.sohohotel-page-header-search {
  background-size: 1920px 385px;
  padding: 115px 0;
}

.sohohotel-search-results-wrapper {
  margin: 0 0 20px 0;
}

/* 13.0 - 404 Page */
.sohohotel-page-not-found {
  padding: 190px 0;
  background-size: 1920px 630px;
}

.sohohotel-page-not-found h1 {
  text-align: center;
  font-size: 30px;
}

.sohohotel-page-not-found h1:after {
  background: #b99470;
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 32px auto 0 auto;
}

.sohohotel-page-not-found p {
  width: calc(100% - 60px);
  max-width: 620px;
  margin: 30px auto 0 auto;
  font-size: 15px;
  line-height: 180%;
  text-align: center;
  color: #181b20;
}

.sohohotel-page-not-found form {
  max-width: 630px;
  width: calc(100% - 60px);
  margin: 30px auto 0 auto;
  -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
}

.sohohotel-page-not-found form input[type="text"] {
  height: 56px;
  max-width: 534px;
  width: calc(100% - 96px);
  border: none;
  color: #656a70;
  font-size: 15px;
  margin: 0;
  padding: 0 20px;
  float: left;
}

.sohohotel-page-not-found form button {
  background: #b99470;
  border: none;
  width: 56px;
  height: 56px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  float: left;
}

.sohohotel-page-not-found form button i {
  color: #fff;
  font-size: 17px;
}

.error404 .sohohotel-footer-wrapper {
  margin: 0;
}

/* 14.0 - Hover Styles */
.sohohotel-social-links a,
.sohohotel-top-right-button1,
.sohohotel-top-right-button2,
.sohohotel-main-content input[type="submit"],
.sohohotel-footer-social-icons-wrapper a,
body .tnp-widget input[type="submit"],
body .tnp-widget-minimal input[type="submit"],
body .tnp-subscription input[type="submit"],
.sohohotel-button1,
.shb-accommodation-listing-style-1
  .shb-accommodation-listing-item
  .shb-accommodation-listing-description-wrapper
  .shb-accommodation-listing-description
  .shb-accommodation-listing-button1,
.sohohotel-slider-button,
.shb-accommodation-listing-style-3
  .shb-accommodation-listing-item
  .shb-accommodation-listing-image
  .shb-accommodation-listing-button1,
.shb-accommodation-listing-style-2
  .shb-accommodation-listing-item
  .shb-accommodation-listing-image
  .shb-accommodation-listing-button1,
.sohohotel-blog-wrapper-1
  .sohohotel-blog-block
  .sohohotel-blog-description
  .sohohotel-more-link,
.sohohotel-sidebar-content
  .shb-booking-form-style-1
  .shb-booking-form-col
  input[type="submit"],
.shb-booking-continue {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sohohotel-social-links a:hover,
.sohohotel-top-right-button1:hover,
.sohohotel-top-right-button2:hover,
.sohohotel-main-content input[type="submit"]:hover,
.sohohotel-footer-social-icons-wrapper a:hover,
body .tnp-widget input[type="submit"]:hover,
body .tnp-subscription input[type="submit"]:hover,
body .tnp-widget-minimal input[type="submit"]:hover,
.sohohotel-button1:hover,
.shb-accommodation-listing-style-1
  .shb-accommodation-listing-item
  .shb-accommodation-listing-description-wrapper
  .shb-accommodation-listing-description
  .shb-accommodation-listing-button1:hover,
.sohohotel-slider-button:hover,
.shb-accommodation-listing-style-3
  .shb-accommodation-listing-item
  .shb-accommodation-listing-image
  .shb-accommodation-listing-button1:hover,
.shb-accommodation-listing-style-2
  .shb-accommodation-listing-item
  .shb-accommodation-listing-image
  .shb-accommodation-listing-button1:hover,
.sohohotel-blog-wrapper-1
  .sohohotel-blog-block
  .sohohotel-blog-description
  .sohohotel-more-link:hover,
.sohohotel-sidebar-content
  .shb-booking-form-style-1
  .shb-booking-form-col
  input[type="submit"]:hover,
.shb-booking-continue:hover {
  opacity: 0.7;
}

.home.sohohotel-header-2
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-topbar-wrapper,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-top-right-navigation,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-topbar-wrapper,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-top-right-navigation,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1 {
  border-color: rgba(255, 255, 255, 0.2);
}

.home.sohohotel-header-2
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  li
  a,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation.sohohotel-header
  h2.sohohotel-logo
  a,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-navigation
  li
  a,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  li
  a,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation.sohohotel-header
  h2.sohohotel-logo
  a,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation.sohohotel-header
  .sohohotel-navigation
  li
  a {
  color: #fff;
}

.home.sohohotel-header-2
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-topbar-wrapper,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-top-right-navigation,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-topbar-wrapper,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-top-right-navigation,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1 {
  border-color: #dedede;
}

.home.sohohotel-header-2
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  li
  a,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation-clone.sohohotel-header
  h2.sohohotel-logo
  a,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-navigation
  li
  a,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  li
  a,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation-clone.sohohotel-header
  h2.sohohotel-logo
  a,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-navigation
  li
  a {
  color: #181b20;
}

.home.sohohotel-header-2
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-navigation
  li.current_page_item
  > a,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-navigation
  li
  a:hover,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-navigation
  li.current_page_item
  > a,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation-clone.sohohotel-header
  .sohohotel-navigation
  li
  a:hover {
  color: #8a8989;
}

.home.sohohotel-header-2
  .sohohotel-fixed-navigation:hover
  .sohohotel-topbar-wrapper,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation:hover
  .sohohotel-top-right-navigation,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation:hover
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation:hover
  .sohohotel-topbar-wrapper,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation:hover
  .sohohotel-top-right-navigation,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation:hover
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1 {
  border-color: #dedede;
}

.home.sohohotel-header-2
  .sohohotel-fixed-navigation:hover
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  li
  a,
.home.sohohotel-header-2 .sohohotel-fixed-navigation:hover h2.sohohotel-logo a,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation:hover
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation:hover
  .sohohotel-navigation
  li
  a,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation:hover
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  li
  a,
.home.sohohotel-header-4 .sohohotel-fixed-navigation:hover h2.sohohotel-logo a,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation:hover
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-right-wrapper
  .sohohotel-top-right-button1,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation:hover
  .sohohotel-navigation
  li
  a {
  color: #181b20;
}

.home.sohohotel-header-2
  .sohohotel-fixed-navigation:hover
  .sohohotel-navigation
  li.current_page_item
  > a,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation:hover
  .sohohotel-navigation
  li
  a:hover,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation:hover
  .sohohotel-navigation
  li.current_page_item
  > a,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation:hover
  .sohohotel-navigation
  li
  a:hover {
  color: #8a8989;
}

.home.sohohotel-header-2
  .sohohotel-fixed-navigation:hover
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  li
  li
  a:hover,
.home.sohohotel-header-2
  .sohohotel-fixed-navigation:hover
  .sohohotel-navigation
  li
  li
  a:hover,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation:hover
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  li
  li
  a:hover,
.home.sohohotel-header-4
  .sohohotel-fixed-navigation:hover
  .sohohotel-navigation
  li
  li
  a:hover {
  color: #fff;
}

.sohohotel-header-2 .shb-booking-page-wrapper,
.sohohotel-header-4 .shb-booking-page-wrapper {
  padding: 180px 0 80px 0;
}

@media only screen and (max-width: 1090px) {
  .sohohotel-header-2 .shb-booking-page-wrapper,
  .sohohotel-header-4 .shb-booking-page-wrapper {
    padding: 80px 0 80px 0;
  }
}

.sohohotel-header-2.single-shb_accommodation .sohohotel-main-content,
.sohohotel-header-2.single-shb_offer .sohohotel-main-content,
.sohohotel-header-2.single-post .sohohotel-main-content,
.sohohotel-header-4.single-shb_accommodation .sohohotel-main-content,
.sohohotel-header-4.single-shb_offer .sohohotel-main-content,
.sohohotel-header-4.single-post .sohohotel-main-content {
  padding: 135px 0 0 0;
}

.sohohotel-header-2.single-shb_accommodation .sohohotel-fixed-navigation,
.sohohotel-header-2.single-shb_offer .sohohotel-fixed-navigation,
.sohohotel-header-2.single-post .sohohotel-fixed-navigation,
.sohohotel-header-4.single-shb_accommodation .sohohotel-fixed-navigation,
.sohohotel-header-4.single-shb_offer .sohohotel-fixed-navigation,
.sohohotel-header-4.single-post .sohohotel-fixed-navigation {
  border-bottom: #dedede 1px solid;
}

/* 8.18 - Alerts & Messages */
.sohohotel-msg {
  padding: 15px 10px 15px 20px;
  margin: 0 0 15px 0;
  line-height: 180%;
  font-size: 15px;
}

.sohohotel-msg p {
  margin: 0 !important;
}

.sohohotel-default {
  background: #fff;
  color: #424242;
  border: #dee0e0 1px solid;
}

.sohohotel-default a {
  color: #424242;
  text-decoration: underline;
}

.sohohotel-notice {
  background: #fff5af;
  color: #b3a437;
}

.sohohotel-notice a {
  color: #b3a437;
  text-decoration: underline;
}

.sohohotel-success {
  background: #dff7ca;
  color: #64ae23;
}

.sohohotel-success a {
  color: #64ae23;
  text-decoration: underline;
}

.sohohotel-fail {
  background: #ffe2e1;
  color: #c83f39;
}

.sohohotel-fail a {
  color: #c83f39;
  text-decoration: underline;
}

.woocommerce-product-search .search-field {
  margin: 0 0 15px 0;
  color: #bebebe;
  font-size: 14px;
  padding: 17.5px 15px;
  width: calc(100% - 26px);
  border: #dedede 1px solid;
}

.woocommerce-product-search button {
  display: none;
}

/* 8.19 - Page loader */
.sohohotel-site-wrapper {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sohohotel-loading-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 99999;
}

.sohohotel-loading {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: calc(50% - 40px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sohohotel-loading div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.sohohotel-loading div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b99470;
  margin: -4px 0 0 -4px;
}

.sohohotel-loading div:nth-child(1) {
  animation-delay: -0.036s;
}

.sohohotel-loading div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.sohohotel-loading div:nth-child(2) {
  animation-delay: -0.072s;
}

.sohohotel-loading div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.sohohotel-loading div:nth-child(3) {
  animation-delay: -0.108s;
}

.sohohotel-loading div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.sohohotel-loading div:nth-child(4) {
  animation-delay: -0.144s;
}

.sohohotel-loading div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.sohohotel-loading div:nth-child(5) {
  animation-delay: -0.18s;
}

.sohohotel-loading div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.sohohotel-loading div:nth-child(6) {
  animation-delay: -0.216s;
}

.sohohotel-loading div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.sohohotel-loading div:nth-child(7) {
  animation-delay: -0.252s;
}

.sohohotel-loading div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.sohohotel-loading div:nth-child(8) {
  animation-delay: -0.288s;
}

.sohohotel-loading div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sohohotel-deposit-message {
  display: block;
}

.sohohotel-header
  .sohohotel-topbar-wrapper
  .sohohotel-topbar
  .sohohotel-top-left-wrapper
  li:before {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
