:root {
--primary-color: #304751;
}
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;
}  * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
font-family: Krasar, sans-serif !important;
font-size: 14px;
line-height: 24px;
font-weight: 400;
color: var(--primary-color);
}
.grecaptcha-badge {
display: none !important;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
outline: 0 !important;
}
a:focus {
outline: none;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}   button,
input { overflow: visible;
}
button:active,
button:focus {
outline: none;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
font-size: 14px;
line-height: 24px;
}
html[lang="zh-hant"] body {
font-size: 14px;
line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-bottom: 15px;
letter-spacing: 0.5px;
font-weight: 300 !important;
}
h1,
h2,
h3 {
color: var(--primary-color);
font-weight: 400;
}
p {
margin-bottom: 15px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee; font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var { font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
hr {
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 50px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 50px;
padding: 5px 10px;
max-width: 100%;
width: 100%;
font-size: 14px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
border-radius: 50px;
padding: 7px 10px;
max-width: 100%;
width: 100%;
}
select:active,
select:focus,
.form-control:focus {
outline: none; box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}
textarea {
width: 100%;
}
textarea:focus,
input:focus {
outline: none;
}  a {
color: var(--primary-color);
}
a:visited {
}
a:hover,
a:focus,
a:active {
color: #333333;
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 50px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
}
@media (min-width: 1280px) {
.container {
max-width: 1200px;
}
} header {
}
.top-header {
background-color: #eeeeee;
padding-top: 10px;
padding-bottom: 10px;
}
.top-header-left {
width: 50%;
display: inline-block;
}
.top-header-right {
display: inline-block;
width: auto;
float: right;
max-width: 50%;
}
.top-header-logo {
display: inline-block;
padding-left: 5px;
}
.top-header-logo img {
height: 25px;
}
.bottom-header {
background-color: var(--primary-color);
position: relative;
top: 0;
left: 0;
width: 100%;
transition: 0.3s;
}
.bottom-header.scroll-header {
position: fixed;
z-index: 50;
transition: 0.3s;
}
.ad-site-header {
display: block;
z-index: 50;
transition: 0.3s;
}
.header-column {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-top: 0px;
padding-bottom: 0px;
}
.header-col-left { -webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: left;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.header-col-center { text-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-col-right { -webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: right;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
display: none;
}
.header-menu {
}
.header-menu ul {
padding-left: 0;
margin-left: 0;
list-style-type: none;
}
.header-menu ul li {
display: inline-block;
position: relative;
padding-top: 30px;
padding-bottom: 30px;
}
.header-menu ul li a {
padding-left: 13px;
padding-right: 13px;
border-right: solid 1px #8e8e8e;
text-transform: uppercase;
color: #ededed;
font-size: 13px;
height: 11px;
line-height: 13px;
display: inline-block;
}
.header-menu ul li.current-menu-item a,
.header-menu ul li.current_page_item a,
.header-menu ul li.current_page_ancestor a {
font-weight: bold;
color: #fff;
position: relative;
}
.header-menu ul li.current_page_ancestor ul.sub-menu li a {
font-weight: normal !important;
}
.header-menu ul li.current_page_ancestor ul.sub-menu li.current_page_item a {
font-weight: bold !important;
}
.header-menu ul li:last-child a {
border-right: solid 0px #ffffff;
}
.header-menu ul ul.sub-menu {
display: none !important;
position: absolute;
top: 0;
right: 0;
z-index: 10;
background-color: #eeeeee;
border: solid 1px #eeeeee;
border-bottom: solid 3px #304750;
width: auto;
min-width: 265px;
display: block;
text-align: left;
padding: 15px 20px;
margin-right: 0;
transition: 0.3s;
margin-top: 85px;
}
.header-menu ul li:hover ul.sub-menu {
display: block !important;
transition: 0.3s;
}
.header-menu ul ul.sub-menu:before {
content: "";
border-width: 10px;
border-color: transparent transparent #f6f6f6 transparent;
border-style: solid;
height: 0;
width: 0;
position: absolute;
top: -20px;
left: 80%;
margin-left: -10px;
display: block;
}
.header-menu ul ul.sub-menu li {
display: block;
padding-top: 0px;
padding-bottom: 0px;
}
.header-menu ul ul.sub-menu li a {
display: block;
color: var(--primary-color);
padding-left: 0;
padding-right: 0;
border-right: none;
border-bottom: solid 1px #dddddd;
padding-top: 15px;
padding-bottom: 15px;
height: auto;
transition: 0.3s;
}
.header-menu ul li.current_page_item ul.sub-menu li a {
font-weight: normal;
}
.header-menu ul ul.sub-menu li:hover a,
.header-menu ul li.current_page_item ul.sub-menu li:hover a {
opacity: 0.7;
transition: 0.3s;
}
.header-menu ul ul.sub-menu li.current_page_item a {
font-weight: bold !important;
}
.header-menu ul ul.sub-menu li:last-child a {
border-bottom: solid 0px #dddddd;
}
.header-menu .primary-menu .menu-item-has-children a {
}
.header-column {
position: relative;
z-index: 30;
background-color: var(--primary-color);
}
.header-column a {
color: #ffffff;
}
.header-column a:hover {
text-decoration: none;
}
.header-logo {
min-width: 120px;
}
.header-logo img {
height: 55px;
width: auto;
transition: 0.3s;
}
.header-logo-light {
display: block;
transition: 0.3s;
}
.header-logo-dark {
display: none;
transition: 0.3s;
}
.top-header-right {
text-align: right;
}
.top-header-right .wpml-ls-legacy-dropdown {
margin-left: auto;
}
.hamburger-inner,
.header-language {
display: inline-block;
}
.header-language {
margin-left: 70px;
}
.site-left-language.header-language {
display: none;
}
.header-language .wpml-ls-legacy-list-horizontal a {
padding: 0px 0px;
color: #f1f0f0;
}
.header-language .wpml-ls-legacy-list-horizontal li a:after {
content: "/";
color: #f1f0f0;
padding-left: 8px;
padding-right: 8px;
}
.header-language .wpml-ls-legacy-list-horizontal li:last-child a:after {
content: "";
}
.header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native {
color: #ffffff;
}
.header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native:before {
content: "";
border-bottom: solid 1px #ffffff;
width: 15px;
position: relative;
bottom: -20px;
left: 0;
display: block;
}
.header-language .wpml-ls-legacy-list-horizontal {
padding: 0;
}
.hamburger-container {
display: flex;
position: relative;
z-index: 40;
}
.hamburger--squeeze {
position: relative;
top: 2px;
}
.hamburger-box {
width: 30px;
height: 15px;
position: relative;
display: inline-block;
top: 9px;
}
.hamburger-box-inner,
.hamburger-box-inner:before,
.hamburger-box-inner:after {
position: absolute;
-webkit-transition: -webkit-transform 0.15s ease;
-moz-transition: -moz-transform 0.15s ease;
transition: transform 0.15s ease;
height: 2px;
width: 25px;
background-color: #004d32;
border-radius: 0;
}
.hamburger-box-inner:before {
content: "";
top: -8px;
}
.hamburger-box-inner:after {
content: "";
bottom: -8px;
}
.hamburger-box-label {
padding-left: 4px;
}
.header-side-menu {
position: fixed;
top: 0;
left: 0; width: 350px;
height: 100%;
padding: 30px 30px 60px 30px;
background-color: #ffffff;
z-index: 60; -webkit-transform: translateX(-101%);
-moz-transform: translateX(-101%);
-ms-transform: translateX(-101%);
-o-transform: translateX(-101%);
transform: translateX(-101%);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.1, 0.2, 1);
-moz-transition: -moz-transform 0.3s cubic-bezier(0.5, 0.1, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.5, 0.1, 0.2, 1);
}
.header-side-menu-close {
font-size: 30px;
font-weight: 300;
text-align: right;
padding-bottom: 20px;
opacity: 0.6;
}
.header-side-menu-close #header-side-menu-close:active,
.header-side-menu-close #header-side-menu-close:focus {
opacity: 0.3;
}
.header-side-menu ul {
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.header-side-menu ul li {
position: relative;
}
.header-side-menu ul li a {
color: var(--primary-color);
padding: 10px 0;
font-size: 14px;
line-height: 24px;
display: block;
position: relative;
text-transform: uppercase;
border-bottom: solid 1px #dddddd;
}
.header-side-menu ul li.current-menu-item a:before,
.header-side-menu ul li a:hover:before,
.header-side-menu ul ul.sun-menu li a:hover:before {
content: "" !important;
width: 40px !important;
height: 1.5px;
background-color: var(--primary-color) !important;
position: absolute !important;
left: 0 !important;
top: 30px !important;
}
.header-side-menu ul li:hover ul li a:before {
content: none;
}
.header-side-menu ul li.current-menu-item a:before {
background-color: var(--primary-color) !important;
}
.header-side-menu ul li ul.sub-menu {
margin-left: 20px;
}
.menu-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 55;
background-color: rgba(0, 0, 0, 0.4);
cursor: pointer;
}
.menu-open.hamburger-open .header-side-menu { -webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
.menu-open.hamburger-open .header-col-left a {
color: #555555;
}
.menu-open.hamburger-open .hamburger-box-inner:before,
.menu-open.hamburger-open .hamburger-box-inner:after {
background-color: #333333;
}
.menu-open.hamburger-open .hamburger-box-inner {
background-color: transparent !important;
top: 9px;
}
.menu-open.hamburger-open .hamburger-box-inner:before {
opacity: 1;
content: "";
top: -8px;
width: 25px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition-delay: 0.12s;
-moz-transition-delay: 0.12s;
transition-delay: 0.12s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open.hamburger-open .hamburger-box-inner:after {
opacity: 1;
content: "";
top: -8px;
width: 25px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition-delay: 0.12s;
-moz-transition-delay: 0.12s;
transition-delay: 0.12s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open.hamburger-open .header-language a .wpml-ls-native {
color: #333333;
}
.menu-open.hamburger-open
.header-language
.wpml-ls-legacy-list-horizontal
li
a:after {
color: #777777;
}
.menu-open.hamburger-open .header-language a {
color: #777777;
}
.menu-open.hamburger-open
.header-language
.wpml-ls-legacy-list-horizontal
li
a
.wpml-ls-native:before {
border-bottom: solid 2px #333333;
} .header-right-menu {
transition: 0.3s;
}
.header-right-menu ul {
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
display: inline-block;
list-style-type: none;
}
.header-right-menu ul li:first-child a:before {
content: "";
border-bottom: solid 1px #ffffff;
width: 15px;
position: relative;
bottom: -21px;
left: 0;
display: block;
}
.ad-site-header.scroll-header {
background-color: #ffffff;
box-shadow: 0px 2px 5px 0px rgba(70, 70, 70, 0.41);
transition: 0.3s;
}
.ad-site-header.scroll-header .header-logo-light {
display: none;
transition: 0.3s;
}
.ad-site-header.scroll-header .header-logo-dark {
display: block;
transition: 0.3s;
}
.ad-site-header.scroll-header .header-logo img {
height: 55px;
transition: 0.3s;
}
.ad-site-header.scroll-header .header-column a {
color: #555555;
transition: 0.4s;
}
.header-side-menu ul li.current-menu-item a {
color: var(--primary-color) !important;
font-weight: bold;
}
.ad-site-header.scroll-header .header-right-menu ul li:first-child a:before {
background-color: #555555;
}
.ad-site-header.scroll-header .hamburger-box-inner,
.ad-site-header.scroll-header .hamburger-box-inner:before,
.ad-site-header.scroll-header .hamburger-box-inner:after {
background-color: #555555;
}
.ad-site-header.scroll-header
.header-language
.wpml-ls-legacy-list-horizontal
li
a:after {
color: #848484;
}
.ad-site-header.scroll-header
.header-language
.wpml-ls-legacy-list-horizontal
li
a
.wpml-ls-native {
color: #555555;
}
.ad-site-header.scroll-header
.header-language
.wpml-ls-legacy-list-horizontal
li
a
.wpml-ls-native:before {
content: "";
border-bottom: solid 1px #555555;
}
.ad-site-header.scroll-header .header-right-menu ul li:first-child a:before {
border-bottom: solid 1px #555555;
}
.top-header-language .wpml-ls-legacy-dropdown-click a {
border: 0px solid #cdcdcd00;
background-color: transparent !important;
padding: 0 20px 0 0px;
line-height: 33px;
text-transform: uppercase;
}
.top-header-language
.wpml-ls-legacy-dropdown-click
a.wpml-ls-item-toggle:after {
right: 0;
}
.top-header-language .wpml-ls-legacy-dropdown-click ul {
background-color: transparent;
}
.top-header-language .wpml-ls-legacy-dropdown-click ul li {
}
.top-header-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
}
.top-header-language {
position: relative;
}
.img-icon {
display: inline-block;
height: 17px;
}
.top-header-language .img-icon {
position: absolute;
bottom: 12px;
left: 0;
}
.top-header-language .wpml-ls-legacy-dropdown-click {
width: auto;
max-width: 100%;
padding-left: 25px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
width: 170px;
left: -70px;
}
.top-header-language .js-wpml-ls-sub-menu.wpml-ls-sub-menu li {
background-color: #ffffff;
margin: 0;
width: 170px;
list-style-type: none;
text-align: center;
margin-left: 0px;
}
.top-header-language .js-wpml-ls-sub-menu.wpml-ls-sub-menu li a {
padding: 5px 15px;
border-top: solid 1px #ddd;
}
.top-header-language
.wpml-ls-legacy-dropdown-click
a.wpml-ls-item-toggle:after {
top: calc(50% - 0.375em);
} .bottom-header .container {
position: relative;
}
.header-book-widget {
position: absolute;
top: 115px;
right: 15px;
z-index: 7;
transition: 0.5s; }
@media (min-width: 571px) {
.header-book-widget.header-book-widget-sub .h-w-book-tab-pane {
display: none;
}
}
.header-book-widget.header-book-widget-down {
top: 0px;
transition: 0.5s; }
.header-book-widget-inner {
width: 350px;
max-width: 100%;
background-color: var(--primary-color);
margin-left: auto;
color: #ffffff;
}
.h-w-book-nav {
display: flex;
width: 100%;
}
.h-w-book-nav li {
flex: 1;
display: block;
background-color: #fee537;
color: var(--primary-color);
text-align: center;
font-size: 16px;
text-transform: uppercase;
}
.h-w-book-nav li a {
display: block;
padding: 5px 0;
height: 45px;
line-height: 40px;
}
.h-w-book-nav li a.active {
color: #ffffff;
background-color: var(--primary-color);
}
.h-w-book-tab-content {
color: #ffffff;
}
.h-w-book-tab-pane {
display: none;
color: #ffffff;  padding: 15px;
}
.h-w-book-form-body {
}
.h-w-book-form {
text-align: center;
}
.h-w-book-form .row {
margin-right: -10px;
margin-left: -10px;
}
.h-w-book-form .row div[class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.h-w-form-title {
font-size: 16px;
border-bottom: solid 1px #ffffff;
padding-bottom: 8px;
margin-bottom: 8px;
text-align: center;
}
.h-w-book-f-field-group {
margin-bottom: 10px;
}
.h-w-book-f-field-group label {
font-size: 13px;
margin-bottom: 0;
text-align: center;
}
.h-w-book-f-field {
background-color: transparent;
text-align: center;
font-size: 13px !important;
color: #ffffff !important;
}
.h-w-book-f-submit {
width: 100%;
display: block;
}
.h-w-book-f-field-date-group {
margin-bottom: 10px;
}
.h-w-book-f-field-date-group .col-6:first-child {
border-right: solid 1px #ffffff;
}
.h-w-book-f-field-date-group .col-6 {
margin-bottom: 5px;
margin-top: 5px;
}
.h-w-book-f-field-date-group-l {
margin-bottom: 5px;
}
.h-w-book-f-field-date-group .h-w-book-f-field-group .h-w-book-f-field-d {
padding: 0 !important;
}
.h-w-book-f-field-d {
position: relative;
}
.foopicker {
width: 300px;
}
.foopicker__day {
width: 35px;
}
.foopicker__day--today {
color: #ffffff;
border-radius: 0;
}
.foopicker__day:hover {
background: #fee537;
}
.h-w-book-f-field-d-i {
color: #ffffff;
position: absolute;
top: 2px;
right: 15px;
z-index: 1;
}
.h-w-book-f-field-date-group-f {
border: solid 1px #ffffff;
border-radius: 50px;
}
.h-w-book-f-field-date-group-f .h-w-book-f-field {
border: 0px !important;
}
.h-w-book-f-field-date-group .h-w-book-f-field-group {
margin-bottom: 0;
}
.h-w-book-f-field-n {
position: relative;
}
.h-w-book-f-field-spinner {
display: block;
height: 36px;
width: 30px;
line-height: 40px;
cursor: pointer;
font-size: 13px !important;
}
.h-w-book-f-field-spinner:active {
opacity: 0.7;
}
.h-w-book-f-field-spinner-dwn {
position: absolute;
left: 0;
top: 0;
}
.h-w-book-f-field-spinner-up {
position: absolute;
right: 0;
top: 0;
} .ad-h-offer-carousel {
padding-left: 15px;
padding-right: 15px;
position: relative;
}
.ad-h-offer-carousel .owl-nav {
position: absolute;
top: 50%;
left: 0;
margin-top: -20px;
width: 100%;
font-size: 20px;
}
.ad-h-offer-carousel .owl-nav .owl-prev {
float: left;
margin-left: -10px;
}
.ad-h-offer-carousel .owl-nav .owl-next {
float: right;
margin-right: -10px;
}
.ad-h-offer-carousel .owl-dot span {
height: 8px;
width: 15px;
background-color: #ffffff;
display: inline-block;
margin: 3px;
}
.ad-h-offer-carousel .owl-dots {
text-align: center;
}
.ad-h-offer-carousel .owl-dot.active span {
background-color: #fee537;
}
.ad-h-offer-item {
margin-bottom: 15px;
}
.ad-h-offer-item-title {
font-size: 16px;
line-height: 24px;
color: #ffffff;
margin-bottom: 5px;
}
.ad-h-offer-item .row {
margin-left: -8px;
margin-right: -8px;
}
.ad-h-offer-item .row div[class*="col-"] {
padding-right: 8px;
padding-left: 8px;
}
.ad-h-offer-item-content {
}
.ad-h-offer-item-desc {
color: #dddddd;
font-size: 13px;
}  .elementor-column-gap-default
> .elementor-row
> .elementor-column
> .elementor-element-populated {
padding: 0 15px !important;
}
.elementor-widget:not(:last-child) {
margin-bottom: 15px;
}
.elementor-widget:not(:last-child) {
margin-bottom: 15px;
} .ad-main-header-slider {
min-height: 400px;
}
.ad-header-slider {
position: relative;
}
.ad-header-slider .owl-item .item {
width: 100%;
height: 400px;
overflow: hidden;
background-color: #000000;
}
.item-image {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}           .ad-header-slider-content {
position: absolute;
z-index: 5;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
padding: 10px;
}
.ad-header-slider-content-inner {
background-color: rgba(48, 71, 81, 0.6);
width: auto;
height: auto;
display: block;
margin: auto;
padding: 60px 120px;
text-align: center;
color: #ffffff;
}
.ad-header-slider-content-inner .top-title {
font-size: 20px;
line-height: 20px;
font-weight: 300;
padding-bottom: 20px;
}
.ad-header-slider-content-inner .title {
font-size: 45px;
line-height: 45px;
font-weight: 400 !important;
padding-bottom: 20px;
color: #ffffff !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.ad-header-slider-content-inner .sub-title {
font-size: 18px;
line-height: 18px;
padding-bottom: 20px;
font-weight: 300;
}
.ad-header-slider-content-inner .bottom-title {
font-size: 20px;
line-height: 20px;
padding-top: 20px;
position: relative;
font-weight: 300;
}
.ad-header-slider-content-inner .bottom-title:before {
content: "";
border-top: solid 1px #ffffff;
width: 200px;
margin: 0 auto;
position: relative;
height: 2px;
top: -20px;
display: block;
} .ad-main-header-slider.ad-main-header-video-slider {
height: calc(100vh - 130px);
}
.ad-main-header-video-slider .sp-hero-video {
width: 100%;
height: 100%;
object-fit: cover; } .ad-main-header-video-slider .hero-container {
width: 100%;
height: 50vh; overflow: hidden;
position: relative;
} .ad-main-header-video-slider .ad-header-slider-content-inner {
background-color: transparent !important;
margin-bottom: 0px;
}
.foopicker__date select {
width: auto;
border-radius: 0px;
} .ad-heading-title {
text-align: center;
}
.ad-heading-title h4 {
font-weight: bold;
font-size: 14px;
color: #666666;
text-transform: uppercase;
font-family: "Oswald", sans-serif;
}
.ad-heading-title h1 {
font-size: 40px;
font-weight: 400;
text-transform: uppercase;
color: var(--primary-color);
margin-top: 0;
margin-bottom: 0;
letter-spacing: 1.5px;
} .ad-content-box {
}
.ad-content-box .ad-content-box-img {
width: 100%;
height: auto;
}
.ad-content-box-desc {
padding: 20px 30px;
}
.ad-content-box-title {
font-size: 40px;
font-weight: 100;
text-transform: uppercase;
color: var(--primary-color);
margin-bottom: 15px;
}
.ad-content-box-desc ul,
.elementor-text-editor ul,
.single-section-content ul,
.elementor-tab-content ul {
padding-left: 15px;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.ad-content-box-desc ul li,
.elementor-text-editor ul li,
.single-section-content ul li,
.elementor-tab-content ul li {
position: relative;
}
.ad-content-box-desc ul li:before,
.elementor-text-editor ul li:before,
.single-section-content ul li:before,
.elementor-tab-content ul li:before {
content: "-";
position: absolute;
left: -15px;
top: 0px;
}
.elementor-accordion .elementor-tab-title {
padding: 20px 20px !important;
color: var(--primary-color);
font-size: 18px;
font-weight: 400 !important;
}
.elementor-tab-title a {
line-height: 28px;
}
.ad-content-box.ad-dining-item-2 .ad-dining-item-content {
padding-top: 15px;
padding-left: 10px;
}
.ad-content-box-modal {
}
.ad-content-box-modal .modal-content img {
width: 100%;
height: auto !important;
padding: 0 !important;
}
.ad-content-box-modal .modal-lg {
max-width: 1000px;
}
.ad-content-box-modal .modal-content {
margin-left: 15px;
margin-right: 15px;
}
.ad-content-box-modal button.close {
position: absolute;
background-color: var(--primary-color);
right: -15px;
top: -18px;
font-size: 24px;
color: #fff;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 50px;
padding: 2px;
opacity: 1;
} .bg-gray {
background-color: #f8f8f8;
}
.ph-bg-1:before {
content: ""; background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/pierrehotelspa-logo-bg-icon-2.png);
background-position: top left;
background-repeat: no-repeat;
background-size: 140px 93px;
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
opacity: 0.8;
}
.ph-bg-1:after {
content: "";
background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/pierrehotelspa-logo-bg-icon-4.png);
background-position: bottom right;
background-repeat: no-repeat;
background-size: 140px 83px;
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
width: 100%;
height: 100%;
opacity: 0.8;
}
.ph-bg-2:before {
content: "";
background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/pierrehotelspa-logo-bg-icon-3.png);
background-position: top right;
background-repeat: no-repeat;
background-size: 140px 93px;
position: absolute;
top: 0;
right: 0;
z-index: -1;
width: 100%;
height: 100%;
opacity: 0.8;
}
.ph-bg-2:after {
content: "";
background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/pierrehotelspa-logo-bg-icon-1.png);
background-position: bottom left;
background-repeat: no-repeat;
background-size: 140px 83px;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
opacity: 0.8;
} .ad-offer-list {
position: relative;
}
.ad-offer-item {
margin-bottom: 30px;
position: relative;
text-align: left;
height: 500px;
width: 100%;
overflow: hidden;
}
.ad-offer-item-img {
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
transition: 0.4s;
}
.ad-offer-item:hover .ad-offer-item-img {
transform: scale(1.1);
transition: 0.4s;
}
.ad-offer-item-content {
background-image: linear-gradient(
rgba(0, 0, 0, 0.02),
rgba(0, 0, 0, 0.65),
rgba(0, 0, 0, 0.9)
);
padding: 30px;
text-align: left;
color: #ffffff;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.ad-offer-item-title {
color: #ffffff;
font-size: 22px;
margin-bottom: 10px;
font-weight: 500;
}
.ad-offer-item-price {
}
.ad-offer-item-price .label {   font-size: 16px;
font-weight: 200;
letter-spacing: 1px;
text-transform: uppercase;
}
.ad-offer-item-price .price {  font-size: 34px;
text-transform: uppercase;
}
.ad-offer-item-desc {
color: #d6d6d6;
}
.ad-offer-item-btn {
}
.ad-offer-item-btn a {      }
.btn-style-1 {
color: var(--primary-color) !important;
border: solid 1px #ffffff;
background-color: #ffffff;
height: 45px;
min-width: 140px;
text-align: center;
line-height: 45px;
font-size: 14px;
display: inline-block;
padding: 0px 20px;
border-radius: 0px;
transition: 0.3s;
text-transform: uppercase;
font-weight: bold;
}
.btn-style-1:hover {
color: var(--primary-color);
border: solid 1px #e2e2dc;
background-color: #e2e2dc;
transition: 0.3s;
}
.btn-style {
color: var(--primary-color);
border: solid 1px var(--primary-color);
background-color: transparent !important;
height: 40px;
min-width: 150px;
text-align: center;
line-height: 40px;
font-size: 13px;
display: inline-block;
padding: 0px 30px;
transition: 0.3s;
border-radius: 50px;
text-transform: uppercase;
transition: 0.3s;
}
.btn-style-2 {
color: #ffffff;
border: solid 1px var(--primary-color);
background-color: var(--primary-color);
height: 40px;
min-width: 150px;
text-align: center;
line-height: 40px;
font-size: 13px;
display: inline-block;
padding: 0px 20px;
transition: 0.3s;
border-radius: 50px;
text-transform: uppercase;
}
.btn-style-2 img {
height: 15px !important;
position: relative;
top: -2px;
right: 5px;
transition: 0.3s;
}
.btn-style-2:hover,
.btn-style-2:active,
.btn-style-2:focus {
color: #ffffff;
opacity: 0.7;
transition: 0.3s;
text-decoration: none !important;
}
.btn-style-2:active,
.btn-style-2:focus {
color: #ffffff;
opacity: 0.7;
transition: 0.3s;
}
.btn-style-3 {
color: var(--primary-color);
border: solid 1px var(--primary-color);
background-color: transparent !important;
height: 40px;
min-width: 150px;
text-align: center;
line-height: 40px;
font-size: 13px;
display: inline-block;
padding: 0px 30px;
transition: 0.3s;
border-radius: 50px;
text-transform: uppercase;
transition: 0.3s;
}
.btn-style-3:hover,
.btn-style-3:active,
.btn-style-3:focus {
color: #ffffff;
border: solid 1px var(--primary-color);
background-color: var(--primary-color) !important;
transition: 0.3s;
text-decoration: none !important;
}
.btn-style-2 i,
.btn-style-3 i,
.btn-style i {
padding-left: 10px;
}
.btn-style-y {
background-color: #fee537 !important;
border-color: #fee537 !important;
color: var(--primary-color);
}
.btn-style:hover {
opacity: 0.7;
transition: 0.3s;
}
.btn-submit {
color: #ffffff !important;
border: solid 1px var(--primary-color) !important;
background-color: var(--primary-color) !important;
height: 43px;
min-width: 230px;
text-align: center;
line-height: 40px;
font-size: 15px !important;
display: inline-block;
padding: 0px 20px;
transition: 0.3s;
border-radius: 50px !important;
text-transform: uppercase;
}
.btn-submit:active,
.btn-submit:focus {
opacity: 0.8 !important;
}
.nice-select .list {
max-height: 350px;
overflow-y: scroll;
} .ad-rooms-item {
position: relative;
background-color: #ffffff;
}
.ad-rooms-item-img {
width: 100%;
transition: 0.5s;
}
.ad-rooms-item:hover .ad-rooms-item-img {
opacity: 0.8;
transition: 0.5s;
}
.ad-rooms-item-desc {
padding-top: 20px;
padding-right: 20px;
}
.ad-rooms-item-title {
font-size: 22px;
margin-bottom: 10px;
font-weight: 500;
}
.ad-room-item-price {
margin-top: 10px;
}
.ad-room-item-price .label {   color: var(--primary-color);
font-size: 16px;
font-weight: 200;
letter-spacing: 1px;
text-transform: uppercase;
font-family: "Oswald", sans-serif;
}
.ad-room-item-price .price {
font-size: 34px;
font-weight: 500;
color: var(--primary-color);
font-family: "Oswald", sans-serif;
}
.ad-room-item-btn {
margin-top: 15px;
}
.ad-room-item-btn .btn-style-2,
.ad-room-item-btn .btn-style-y {
min-width: 205px;
}
.ad-room-item-btn .btn-style-1 {
float: left;
border-color: var(--primary-color);
color: var(--primary-color);
margin-right: 15px;
text-transform: uppercase;
}
.ad-room-item-btn .btn-style-1:hover {
border-color: var(--primary-color);
color: #ffffff;
background-color: var(--primary-color);
}
.ad-room-item-btn .btn-style-y {
float: right;
}
.ad-rooms-item-desc:before {
content: "";
width: 0;
height: 0;
border-top: 20px solid transparent;
border-right: 20px solid white;
border-bottom: 20px solid transparent;
position: absolute;
top: 40px;
left: -35px;
}
.ad-room-list .ad-rooms-item-desc:before {
content: none;
}
.ad-room-lis .ad-room-item-price {
margin-top: 15px;
} .ad-main-review-slider {
position: relative;
}
.ad-review-slider {
width: 1000px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
padding: 20px;
border: solid 1px #b9b9b9;
}
.ad-reivew-item {
display: flex;
}
.ad-review-item-icon {
width: 245px;
display: flex;
float: left;
opacity: 0.5;
}
.ad-review-item-icon img {
width: 100%;
margin: auto;
opacity: 0.7;
}
.ad-reivew-item-content {
border-left: solid 1px #b9b9b9;
padding-left: 20px;
margin-left: 30px;
}
.ad-reivew-item-content h4 {
font-weight: 200;
text-transform: uppercase;
color: var(--primary-color);
margin-bottom: 5px;
}
.ad-reivew-item-content .star {
color: #b3a06d;
padding-right: 3px;
margin-bottom: 10px;
margin-bottom: 5px;
display: block;
}
.ad-review-slider .owl-nav {
position: absolute;
width: 100%;
left: 0;
bottom: -30px;
text-align: center;
}
.ad-review-slider .owl-nav button {
font-size: 24px !important;
font-weight: 100 !important;
color: var(--primary-color) !important;
margin-left: 5px !important;
margin-right: 5px !important;
}
.ad-review-slider .owl-nav .owl-next {  }
.ad-review-slider .owl-nav .owl-prev {  }
.form-contact {
}
.wpcf7-form-control-wrap {
max-width: 100%;
}
.wpcf7-form-control {
border-radius: 3px !important;
}
red {
color: red;
} .ad-feature-room {
}
.has-feature-room-item {
position: relative;
margin-bottom: 30px;
}
.ad-feature-room-img {
display: inline-block;
}
.ad-feature-room-img img {
width: 50%;
display: inline-block;
float: left;
}
.ad-feature-room-content {
padding-top: 15px;
padding-right: 20px;
}
.ad-feature-room-content .h-title {
font-size: 22px;
margin-bottom: 10px;
font-weight: 500;
}
h3.h-title {
font-size: 22px;
margin-bottom: 10px;
font-weight: 500;
} .ad-dining-list {
}
.ad-dining-item {
position: relative;
margin-bottom: 30px;
display: inline-block;
}
.ad-dining-item-img {
width: 50%;
float: left;
padding-right: 50px;
}
.ad-dining-item-img img {
width: 100%;
}
.ad-dining-item-content {
width: 50%;
float: right;
padding-top: 30px;
padding-right: 30px;
}
.ad-dining-item-btn {
margin-top: 15px;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-img {
float: right;
padding-right: 0;
padding-left: 50px;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-img img {
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-content {
float: left;
text-align: right;
padding-right: 0px;
padding-left: 30px;
} .ad-dining-item-2 {
margin-bottom: 10px;
}
.ad-dining-item-2 .ad-dining-item-img {
padding-right: 20px;
}
.ad-dining-item-2 .ad-dining-item-content {
padding-top: 0px;
padding-right: 0px;
}
.ad-dining-item-content table {
margin-bottom: 5px;
width: 100%;
}
.ad-dining-item-content table tr {
border-bottom: solid 1px #dddddd;
}
.ad-dining-item-content table tr td {
padding: 7px 7px 7px 0px;
min-width: 100px;
}
.ad-dining-item-content a {
font-weight: 500;
}
.ad-dining-item-content a:hover {
text-decoration: underline;
}
.ad-dining-item-content p {
margin-bottom: 10px;
}
.ad-dining-item-2 .ad-dining-item-btn {
margin-top: 0;
}
.ad-dining-item-2 .ad-dining-item-btn .btn-style-2:hover {     text-decoration: none;
}
.ad-dining-item-2 .ad-dining-item-btn img {
height: 24px;
padding-right: 10px;
display: inline-block;
}
.ad-dining-item-2 .ad-dining-item-btn table tr:last-child {
border-bottom: none;
}
.ad-dining-item-2.style-2 .ad-dining-item-img {
float: right;
padding-right: 0;
padding-left: 20px;
}
.ad-dining-item-2.style-2 .ad-dining-item-content {
float: left;
}
.ad-dining-item-content ul {
padding-left: 0px;
list-style-type: none;
margin-bottom: 15px;
column-count: 2;
column-gap: 0;
}
.ad-dining-item-content ul li {
position: relative;
padding-left: 20px;
line-height: 24px;
}
.ad-dining-item-content ul li:before {
content: "";
background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/group-icon.svg);
background-size: 15px;
background-repeat: no-repeat;
position: absolute;
width: 15px;
height: 15px;
z-index: 1;
display: inline-block;
left: 0;
top: 5px;
} .ad-dining-item-3 {
width: 100%;
margin-bottom: 50px;
}
.ad-dining-item-3 .ad-dining-item-img {
width: 85%;
float: right !important;
padding-right: 0px;
margin-top: 50px;
}
.ad-dining-item-3 .ad-dining-item-content {
width: 350px;
max-width: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #e2e2dc;
padding: 35px;
border-radius: 15px;
}
.ad-dining-item-3 .ad-dining-item-content .h-title {
text-align: center;
position: relative;
margin-bottom: 20px;
font-size: 20px;
}
.ad-dining-item-3 .ad-dining-item-content .h-title:after {
content: "";
border-bottom: solid 1px #707070;
position: relative;
width: 100px;
margin: 0 auto;
bottom: -10px;
display: block;
}
.ad-dining-item-3 .ad-dining-item-img {
position: relative;
overflow: hidden;
}
.ad-dining-item-3 .ad-dining-item-img img {
transition: 1.7s;
}
.ad-dining-item-3:hover .ad-dining-item-img img {
transform: scale(1.05);
transition: 1.7s;
}
.ad-dining-item-3-open {
background-color: rgba(0, 0, 0, 0.5);
padding: 15px;
border-radius: 50px;
width: 65%;
color: #ffffff;
text-align: center;
position: absolute;
right: 60px;
bottom: 20px;
}
.ad-dining-item-3-open p {
margin-bottom: 0;
}
.ad-dining-list-3
.ad-dining-item-3
.ad-dining-item-content
.ad-dining-item-btn {
display: flex;
}
.ad-dining-list-3 .ad-dining-item-3 .ad-dining-item-content .btn-style-2 {
min-width: 205px;
margin-left: auto;
margin-right: auto;
display: block;
}
.ad-dining-list-3 .ad-dining-item-3:nth-child(even) .ad-dining-item-img {
float: left !important;
padding-right: 0;
padding-left: 0px !important;
}
.ad-dining-list-3 .ad-dining-item-3:nth-child(even) .ad-dining-item-content {
right: 0;
left: auto;
text-align: left;
padding: 35px !important;
}
.ad-dining-list-3 .ad-dining-item-3:nth-child(even) .ad-dining-item-3-open {
right: auto;
left: 60px;
}
.ad-dining-list-3 .ad-dining-item-3:last-child {
margin-bottom: 0;
} .ad-text-column .ad-dining-item-content {
width: 100%;
float: none;
} .ad-icon-list {
position: relative;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
padding-left: 0px;
}
.ad-icon-list li {
line-height: 28px;
font-size: 16px;
position: relative;
padding-left: 40px;
padding-bottom: 20px;
}
.ad-icon-list li img {
position: absolute;
top: 4px;
left: 0px;
width: 25px;
height: auto;
} .ad-icon-inline {
position: relative;
}
@media (min-width: 992px) {
.ad-icon-inline .row {
margin-right: -10px;
margin-left: -10px;
}
.ad-icon-inline .col-lg-1-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 11.11%;
flex: 0 0 11.11%;
max-width: 11.11%;
padding-left: 10px;
padding-right: 10px;
}
}
.ad-icon-inline-item {
position: relative;
text-align: center;
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
margin-bottom: 20px;
}
.ad-icon-inline-item-img {
width: 65px;
height: 65px;
margin: auto;
display: flex;
border: solid 1px var(--primary-color) !important;
padding: 15px;
border-radius: 5px !important;
margin-bottom: 10px;
}
.ad-icon-inline-item-img img {
width: 30px;
height: auto !important;
display: flex;
margin: auto;
} .ad-feature-tab {
}
.ad-feature-tab-btn {
text-align: center;
margin-bottom: 15px;
}
.ad-feature-tab-heading {
}
.ad-feature-tab-heading .btn-style-2 {
min-width: 200px;
}
.ad-feature-tab-heading [aria-expanded="false"] .fa-chevron-up:before {
content: "\f078" !important;
}
.btn-style-3[aria-expanded="true"] {
color: #ffffff;
border: solid 1px var(--primary-color);
background-color: var(--primary-color) !important;
transition: 0.3s;
}
.ad-feature-tab-body {
position: relative;
}
.ad-feature-tab-body .content-body {
padding-top: 40px;
}
.ad-feature-tab-body .content-body ul {
column-count: 3;
column-gap: 0;
}
.ad-feature-tab-body .content-body table ul {
column-count: 1;
column-gap: 0;
}
.ul-icon ul {
padding-left: 0px;
list-style-type: none;
margin-bottom: 15px;
}
.ul-icon ul li {
position: relative;
padding-left: 20px;
line-height: 28px;
}
.ul-icon ul li:before {
content: "";
background-image: url(//sensoryparkhotel.com/wp-content/themes/angkordesign/assets/images/group-icon.svg);
background-size: 15px;
background-repeat: no-repeat;
position: absolute;
width: 15px;
height: 15px;
z-index: 1;
display: inline-block;
left: 0;
top: 5px;
} .ad-check-in-out {
position: relative;
display: flex;
}
.ad-check-in-out-inner {
display: inline-flex;
}
.ad-check-in-out.align-center .ad-check-in-out-inner {
margin-left: auto;
margin-right: auto;
}
.ad-check-in-out.align-right .ad-check-in-out-inner {
margin-left: auto;
}
.ad-check-in-out.align-left .ad-check-in-out-inner {
margin-right: auto;
}
.ad-check-in-out-icon {
opacity: 0.9;
padding-top: 5px;
}
.ad-check-in-out-icon svg {
max-width: 45px;
max-height: 45px;
fill: var(--primary-color);
}
.ad-check-in-out-icon i {
font-size: 45px;
line-height: 45px;
color: var(--primary-color);
}
.ad-check-in-out-content {
display: flex;
margin-left: 5px;
}
.ad-check-in-col {
padding: 0 10px;
border-right: solid 1px #dddddd;
text-align: center;
}
.ad-check-out-col {
padding: 0 10px;
text-align: center;
}
.ad-check-in-out-content p {
margin-bottom: 5px;
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
}
.ad-check-in-out-content span {
color: #333333;
}
.tab-pane.ad-gallery-tab-pane.all-active {
display: block;
}
.tab-pane.ad-gallery-tab {
}
.ad-gallery-tab-item .row {
margin: 0 -10px -10px 0;
}
.ad-gallery-tab-item .gallery-item {
padding: 0 10px 10px 0;
}
.ad-gallery-tab-item .gallery-item a {
cursor: zoom-in;
}
.ad-gallery-tab-item .gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.ad-gallery-tab-item .gallery-columns-3 .gallery-item a {
display: block;
}
.ad-gallery-tab-item .gallery-columns-3 .gallery-item img {
width: 100%;
}
.ad-tab-pane-gallery-content {
position: relative;
}
.ad-tab-pane-gallery-content .ti-col-1 .ti-review-item {
position: relative;
left: 0 !important;
-ms-flex: 0 0 50% !important;
flex: 0 0 50% !important;
max-width: 50% !important;
float: left;
margin-bottom: 30px;
}
.ad-tab-pane-gallery-content .ti-reviews-container-wrapper {
display: inline-block !important;
-ms-flex-wrap: inherit !important;
flex-wrap: inherit !important;
}
.ad-tab-pane-gallery-content .ti-review-item > .inner {
border-width: 1px !important;
border-color: #dddddd !important;
background: #eeeeee;
border-radius: 0 !important;
padding: 15px;
}
.ad-tab-pane-gallery-content .ti-controls {
display: none !important;
} .ad-tab-header { }
ul.ad-nav-tab {
text-align: center;
display: block;
}
.ad-nav-tab li {
padding-left: 15px;
padding-right: 15px;
display: inline-block;
}
.ad-nav-tab li a {
font-size: 28px;
line-height: 55px;
font-weight: 400;
text-transform: uppercase;
color: var(--primary-color);
margin-top: 0;
margin-bottom: 0;
letter-spacing: 0;
}
.ad-nav-tab li a.active:after {
content: "";
border-bottom: solid 2px #304750;
position: relative;
width: 150px;
margin: 0 auto;
bottom: 0px;
display: block;
}
.ad-tab-content {
padding-top: 40px;
}
.ad-gallery-header {
}
ul.ad-nav-tab-gallery {
text-align: center;
display: block;
}
.ad-nav-tab-gallery li {
padding-left: 3px;
padding-right: 3px;
padding-bottom: 10px;
display: inline-block;
}
.ad-nav-tab-gallery li a {
font-size: 13px;
line-height: 35px;
font-weight: 400;
text-transform: uppercase;
color: var(--primary-color);
border: solid 1px var(--primary-color);
border-radius: 50px;
margin-top: 0;
margin-bottom: 0;
letter-spacing: 0;
padding: 0px 25px;
height: 35px;
display: block;
}
.ad-nav-tab-gallery li a.active {
background-color: var(--primary-color);
color: #ffffff;
}
.ad-gallery-tab-content {
padding-top: 50px;
}
.ad-gallery-tab-item {
margin-bottom: 50px;
}
.ad-gallery-tab-item .ad-heading-title {
margin-bottom: 20px;
}
.ad-gallery-tab-content.all-active .ad-gallery-tab { } .ad-desc-plan-tab-content {
padding-top: 30px;
}
.ad-desc-item {
margin-bottom: 40px;
}
.ad-desc-item-img {
padding-bottom: 15px;
}
.ad-desc-item-img img {
width: 100%;
}
.ad-desc-item h3 {
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}
.ad-desc-item .ad-desc-item-content {
}
.ad-desc-item .ad-desc-item-content ul {
list-style-type: none;
}
.ad-desc-item .ad-desc-item-content ul li {
width: 100%;
display: flex;
border-bottom: solid 1px #dddddd;
padding: 7px 0;
}
.ad-desc-item .ad-desc-item-content ul li:last-child {
border-bottom: solid 0px #dddddd;
}
.ad-desc-item .ad-desc-item-content ul li p {
display: inline-block;
}
.ad-desc-item .ad-desc-item-content ul li strong {
padding-right: 15px;
min-width: 90px;
}
.ad-desc-item-content img {
height: 20px !important;
margin-right: 5px;
}
.ad-desc-item-content a:hover {
text-decoration: underline;
}
.ad-career-grid .row {
margin-left: -30px;
margin-right: -30px;
}
.ad-career-grid .row .ad-career-col {
padding-left: 30px;
padding-right: 30px;
}
.ad-career-item .btn-style-2 {
min-width: 150px;
}
.ad-career-item .btn-style-2:last-child {
float: right;
}
.ti-widget[data-layout-id="4"][data-set-id="light-background"]
.ti-review-item
> .inner {
border-radius: 0 !important;
} .single-section-header {
display: block;
width: 100%;
height: 400px;
background-size: cover;
background-position: center;
}
.single-section-content {
padding-top: 120px;
padding-bottom: 60px;
position: relative;
}
.single-section-title-header {
display: block;
margin-top: 30px;
margin-bottom: 20px;
}
.single-section-title {
margin-top: 50px;
margin-bottom: 20px;
}
.single-section-btn {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
.single-section-title h1 {
margin-top: 0px;
font-size: 40px;
line-height: 40px;
}
.single-section-content .ad-heading-title {
margin-bottom: 15px;
}
.single-section-price {
margin-bottom: 20px;
}
.single-section-price .label { font-size: 16px;
letter-spacing: 1px; text-transform: uppercase;
color: var(--primary-color);
font-family: "Oswald", sans-serif;
}
.single-section-price .price {
font-size: 34px;
font-weight: 500;
color: #ce0e00;
font-family: "Oswald", sans-serif;
}
.single-section-desc {
margin-bottom: 40px;
}
.single-section-desc h2 {
font-size: 26px;
font-weight: 500;
}
.single-section-desc h3 {
font-size: 22px;
font-weight: 400;
}
.ad-single-offer .single-section-desc h3 {
text-align: center;
text-transform: uppercase;
}
.ad-single-offer .room_amenity ul {
column-count: 1;
}
.single-section-box {
border: solid 1px #dddddd;
background-color: #eeeeee;
padding: 40px;
margin-bottom: 40px;
}
.single-section-box .col-md-6:first-child {
border-right: solid 1px #dddddd;
}
.gallery-slider .owl-nav {
position: absolute;
width: 100%;
left: 0;
bottom: 50%;
text-align: center;
margin-top: -33px;
}
.gallery-slider.owl-carousel .owl-nav button {
font-size: 20px !important;
color: #ffffff !important;
margin-left: 0px !important;
margin-right: 0px !important;
background-color: rgba(48, 71, 81, 0.6) !important;
padding: 20px 10px !important;
border-radius: 0px;
}
.gallery-slider .owl-nav button:hover,
.gallery-slider .owl-nav button:active {
opacity: 0.7;
}
.gallery-slider .owl-nav button.owl-prev {
float: left;
}
.gallery-slider .owl-nav button.owl-next {
float: right;
}
.gallery-slider .owl-dots {
position: absolute;
z-index: 10;
bottom: 0;
width: 100%;
text-align: center;
}
.gallery-slider .owl-dots .owl-dot span {
background-color: #ffffff;
border: solid 1px #ffffff;
width: 25px;
height: 10px;
display: inherit;
margin: 3px;
border-radius: 50px;
}
.gallery-slider .owl-dots .owl-dot.active span {
background-color: transparent;
border: solid 1px #ffffff;
}
.ad-gallery-carousel .owl-dots {
counter-reset: slides-num;
position: relative;
top: 0;
left: 50%;
margin-top: 15px;
width: 60px;
margin-left: -30px;
}
.ad-gallery-carousel .owl-dots:after {
content: counter(slides-num);
display: inline-block;
font-size: 16px;
font-weight: 500;
vertical-align: middle;
padding-left: 5px;
}
.ad-gallery-carousel .owl-dot {
display: inline-block;
counter-increment: slides-num; margin-right: 5px;
}
.ad-gallery-carousel .owl-dot span {
display: none !important;
}
.ad-gallery-carousel .owl-dot.active:before {
content: counter(slides-num) " of"; display: inline-block;
vertical-align: middle;
font-size: 16px;
position: absolute;
left: 0;
top: 0;
}
.single-section-other {
}
.single-section-other .ad-heading-title {
margin-bottom: 20px;
}
.ad-heading-title {
position: relative;
}
.ad-heading-title h2 {
font-size: 24px;
line-height: 38px;
font-weight: 300;
text-transform: uppercase;
color: var(--primary-color);
margin-top: 0;
margin-bottom: 0;
letter-spacing: 0;
}
.ad-heading-title.title-style-1:after {
content: "";
border-bottom: solid 1px #dddddd;
position: relative;
width: 150px;
margin: 0 auto;
bottom: -5px;
display: block;
}
.ad-heading-title.title-style-2 h2 { line-height: 28px;
z-index: 2;
}
.ad-heading-title.title-style-2 .richtext {
padding-left: 13px;
padding-right: 13px;
background-color: #ffffff;
display: inline-block;
position: relative;
}
.ad-heading-title.title-style-2:before {
content: "";
border-bottom: solid 1px #dddddd;
position: absolute;
width: 100%;
margin: 0;
bottom: 50%;
display: block;
z-index: 0;
}
.ad-heading-title.title-style-2.title-bg-gray .richtext {
background-color: #eeeeee;
}
.ad-heading-title.ad-heading-title-img.title-style-2:before {
bottom: 18px;
}
.ad-heading-title-img .ad-heading-title-img-icon {
z-index: 2;
position: relative;
}
.ad-heading-title-img img {
padding-left: 13px;
padding-right: 13px;
background-color: #ffffff;
position: relative;
height: 65px !important;
width: auto;
}
.ad-heading-title.heading-m h2 {
font-size: 24px;
line-height: 40px;
}
.ad-heading-sm.ad-heading-title h2 {
font-size: 22px;
}
.ad-heading-sm.title-style-1:after {
width: 600px;
max-width: 70%;
bottom: 0px;
}
.room_amenity ul {
column-count: 3;
}
.room_amenity ul li:before {     }
@media (min-width: 768px) {
}
.main-booking-form {
width: 800px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
padding: 30px;
background-color: #ffffff;
}
.wpcf7-form-control {
margin-bottom: 15px;
width: 100%;
}
.wpcf7-form h4 {
font-size: 22px;
font-weight: 400;
color: var(--primary-color);
margin-top: 10px;
margin-bottom: 20px;
letter-spacing: 1.5px;
}
.single-section-other .ad-offer-item-img { }
.ad-hotel-gallery {
}
.ad-hotel-gallery .gallery-columns-1 {
column-count: 4;
column-gap: 0;
}
.wprs_unslider-arrow {
} .ad-text-editor table {
height: auto !important;
}
.ad-text-editor table tr td {
border: solid 1px var(--primary-color);
padding: 5px;
min-width: 80px;
text-align: center;
}
.error-404 {
}
.error-404 h1 {
font-size: 150px;
line-height: 150px;
font-weight: bold;
letter-spacing: 10px;
margin-top: 60px;
}
.error-404 p {
font-size: 18px;
font-weight: bold;
margin-bottom: 30px;
} .site-footer {
background-color: #eeeeee;
padding-top: 20px;
padding-bottom: 0px;
position: relative;
z-index: 0; border-top: solid 1px #dddddd;
}
.footer-content { padding-bottom: 10px;
}
.footer-content .widget {
margin-bottom: 10px;
}
.footer-content .footer-content-left {
width: 70%;
display: inline-block;
float: left;
text-align: left;
}
.footer-content .footer-content-right {
width: 30%;
display: inline-block;
float: right;
text-align: right;
}
.widget_infoaddress_widget {
margin-bottom: 0;
line-height: 35px;
}
.widget_social_widget {
margin-bottom: 0;
}
.footer-content a:hover {
text-decoration: underline;
}
.footer-bottom {
margin-top: 0px;
padding-top: 20px;
color: #ffffff;
background-color: var(--primary-color);
padding-bottom: 5px;
font-size: 13px;
line-height: 22px;
}
.footer-bottom a {
color: #ffffff;
text-decoration: underline;
}
.footer-bottom-left {
width: 70%;
display: inline-block;
float: left;
text-align: left;
}
.footer-bottom-right {
width: 30%;
display: inline-block;
float: right;
text-align: right;
}
.footer-content .widget_nav_menu {
margin-bottom: 10px;
}
.footer-content .widget_nav_menu ul {
padding-left: 0;
margin-left: 0;
list-style-type: none;
}
.footer-content .widget_nav_menu ul li {
display: inline-block;
}
.footer-content .widget_nav_menu ul li a {
padding-left: 13px;
padding-right: 13px;
border-right: solid 1px #8e8e8e;
color: var(--primary-color);
height: 11px;
line-height: 14px;
display: inline-block;
}
.footer-content .widget_nav_menu ul li:last-child a {
padding-right: 0;
border-right: 0;
}
.footer-column-2 {
text-align: right;
}
.footer-newsletter label {
font-size: 20px;
}
.footer-newsletter .form-group {
width: 330px;
max-width: 100%;
display: flex;
}
.footer-newsletter .form-group input {
border: none;
border-bottom: solid 1px #8e8e8e;
background-color: transparent !important;
padding-left: 0;
border-radius: 0;
height: 55px;
font-size: 16px;
}
.footer-newsletter .form-group input:active,
.footer-newsletter .form-group input:focus {
border-bottom: solid 2px #8e8e8e;
}
.footer-newsletter .btn-newsletter {
border: none !important;
background-color: transparent !important;
font-size: 20px;
padding: 0 10px;
cursor: pointer;
color: #8e8e8e;
}
.footer-content p {
margin-bottom: 5px;
}
.footer-column-4 {
text-align: right;
}
.footer-content .widget-title {
font-size: 14px;
margin-bottom: 5px;
} .widget-info-address {
position: relative;
display: block;
}
.widget-info-address ul {
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
display: inline-block;
}
.widget-info-address ul li {
display: inline-block;
}
.widget-info-address ul li {
color: #333333;
padding-right: 15px;
}
.widget-info-address ul li strong {
padding-right: 5px;
}
.footer-content .ad-heading-title-img .ad-heading-title-img-icon {
margin-bottom: 15px;
}
.footer-content .ad-heading-title-img img {
background-color: #eeeeee;
} .widget-social {
position: relative;
display: block;
}
.widget-social ul {
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
display: inline-block;
}
.widget-social ul li {
display: inline-block;
}
.widget-social ul li {
color: #333333;
}
.widget-social ul li a {
color: var(--primary-color);
border: solid 1px var(--primary-color);
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
display: inline-block;
margin-left: 5px;
transition: 0.3s;
border-radius: 50px;
}
.widget-social ul li a:hover {
opacity: 0.7;
transition: 0.3s;
} .ad-room-list .ad-rooms-item {
margin-bottom: 50px;
}
.ad-room-list .ad-rooms-item:after {
display: block;
clear: both;
content: "";
}
#cookie-law-info-bar {
z-index: 999999 !important;
} @media (max-width: 1366px) {
.header-side-menu { }
.wprs_unslider-arrow.next {
right: 0;
}
.wprs_unslider-arrow.prev {
left: 0;
}
}
@media (max-width: 1025px) {
.bottom-header .header-col-center {
display: none;
}
.scroll-header .header-column {
padding-top: 5px;
padding-bottom: 5px;
}
.header-column {
padding-top: 10px;
padding-bottom: 10px;
}
.header-col-right {
display: block;
}
.h-w-btn-calen {
font-size: 30px;
opacity: 0.9;
}
.header-book-widget {
display: none;
}
.ad-main-header-slider.ad-main-header-video-slider {
min-height: 550px;
height: 550px;
}
.header-book-widget {
top: 85px;
}
.ad-header-video-bg .youtube-background iframe {
max-width: inherit !important;
transition: opacity 500ms ease-in-out;
transition-delay: 250ms;
}
}
@media (max-width: 768px) {
.container {
max-width: 1140px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
width: 170px;
left: -85px;
}
.header-side-menu {
min-width: 40%; }
.header-column {
padding-top: 10px;
padding-bottom: 10px;
}
.header-language {
margin-left: 50px;
}
.ad-search-widget-form .form-group .btn-search {
margin-top: 15px;
}     .ad-content-box-desc {
padding: 20px 0px;
}
.home-offer .ad-offer-list .col-lg-4:nth-child(3) {
display: none;
}   .ad-offer-item-content {
}
.ad-offer-item-btn a {
width: 100%;
margin-top: 5px;
margin-left: 0;
margin-left: 0;
}
.ad-rooms-item-desc {
padding-top: 20px;
padding-bottom: 20px;
}
.ad-heading-title h1 {
font-size: 35px;
}
.single-section-content {
padding-top: 40px;
padding-bottom: 40px;
position: relative;
}
.single-section-other {
}
.ad-hotel-gallery .gallery-columns-1 {
column-count: 3;
column-gap: 0;
}
.ad-heading-title h2 {
font-size: 26px;
line-height: 40px;
}
.ad-dining-item-img {
padding-right: 20px;
}
.ad-dining-item-content {
padding-top: 0;
padding-right: 0;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-img {
padding-left: 20px;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-content {
padding-right: 0px;
padding-left: 0px;
}
.ad-header-slider-content-inner {
padding: 35px 45px;
}
.ad-header-slider-content-inner .title {
font-size: 40px;
line-height: 40px;
font-weight: 500;
padding-bottom: 15px;
}
.ad-header-slider-content-inner .top-title {
font-size: 18px;
line-height: 18px;
padding-bottom: 15px;
}
.ad-header-slider-content-inner .sub-title {
font-size: 16px;
line-height: 16px;
padding-bottom: 15px;
}
.ad-header-slider-content-inner .bottom-title {
font-size: 18px;
line-height: 18px;
padding-top: 15px;
position: relative;
}
.ad-feature-tab-btn .btn-style-3 {
min-width: 100%;
}
.ad-feature-tab-body .content-body {
padding-top: 20px;
}
.ad-feature-tab-body .content-body table {
width: 100%;
}
.ad-feature-tab-body .content-body table tr {
display: inline-block;
}
.ad-feature-tab-body .content-body table tr td {
width: 49% !important;
display: inline-block;
padding-right: 15px;
}
.ad-dining-item-2 .ad-dining-item-img {
padding-right: 0;
padding-left: 0;
width: 100%;
margin-bottom: 20px;
float: none;
}
.ad-dining-item-2.style-2 .ad-dining-item-img {
padding-right: 0;
padding-left: 0;
width: 100%;
margin-bottom: 0px;
float: none;
}
.ad-dining-item-2 .ad-dining-item-content {
padding-top: 0px;
padding-right: 0px;
width: 100%;
float: none;
}
.ad-tab-pane-gallery-content .ti-col-1 .ti-review-item {
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
float: left;
}
.ad-nav-tab li a {
font-size: 26px;
line-height: 40px;
}
.room_amenity ul {
column-count: 2;
}
.ad-single-offer .room_amenity ul {
column-count: 1;
}
.single-section-box .col-md-6:first-child {
border-right: solid 0px #dddddd;
}
.ad-feature-tab-body .content-body ul {
column-count: 2;
}
.ad-room-item-btn {
margin-top: 15px;
}
.ad-room-item-btn a {
width: 100%;
margin-top: 5px;
}
.ad-room-item-btn a {
width: 100%;
margin-top: 5px;
}
.ad-dining-item-3-open {
right: 20px;
width: 50%;
padding: 10px;
}
.ad-dining-list-3 .ad-dining-item-3:nth-child(even) .ad-dining-item-3-open {
left: 20px;
}
.foopicker {
position: absolute;
right: 60px;
}
#foopicker-check-out,
#foopicker-check-in {
right: 0;
}
}
@media (max-width: 570px) {
.h-w-btn-calen {
font-size: 26px;
}
.header-book-widget {
top: 65px;
width: 100%;
background-color: rgb(255 255 255 / 75%);
right: 0;
left: 0;
height: 100vh;
padding: 30px 15px;
}
.header-book-widget-inner {
margin-left: auto;
margin-right: auto;
}
.scroll-header .header-book-widget {
top: 55px;
}
.ad-search-widget-form .form-group {
margin-bottom: 20px;
}
.ad-search-widget-form {
padding: 15px 20px 0px 20px;
}
.ad-form-title {
font-size: 40px;
font-weight: 100;
letter-spacing: -2px;
margin-bottom: 15px;
}
.ad-form-sub-title {
font-size: 13px;
margin-bottom: 10px;
}
.header-language {
display: none;
}
.header-logo img {
height: 45px;
}
.header-side-menu {
min-width: 70%;
}
.header-side-menu ul li a {
padding: 7px 0;
line-height: 26px;
}
.header-side-menu ul li.current-menu-item a:before,
.header-side-menu ul li:hover a:before {
top: 26px;
left: 0;
}
.header-column {
padding-top: 10px;
padding-bottom: 10px;
}      .header-right-menu .btn-style-1 {
font-size: 12px;
transition: 0.3s;
}
.scroll-header .header-right-menu .btn-style-1 {
height: 55px;
line-height: 55px;
border-radius: 0;
border-bottom: solid 1px #ddd;
transition: 0.3s;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
width: 140px;
left: -60px;
}
.top-header-language .js-wpml-ls-sub-menu.wpml-ls-sub-menu li {
width: 140px;
}
.scroll-header .header-column {
padding-top: 5px;
padding-bottom: 5px;
transition: 0.4s;
}       .ad-content-box-title {
font-size: 30px;
margin-bottom: 10px;
}
.ad-offer-item {
margin-bottom: 20px;
}
.ad-heading-title h1 {
font-size: 30px;
}
.ad-rooms-item-desc {
padding: 20px 0;
}
.ad-rooms-item-title {
font-size: 22px;
margin-bottom: 10px;
font-weight: 500;
}
.ad-room-item-btn a {
width: 100%;
margin-top: 5px;
}
.ad-reivew-item {
display: inline-block;
}
.ad-review-item-icon {
width: 50px;
display: block;
float: right;
opacity: 0.5;
margin-left: auto;
margin-right: auto;
margin-bottom: -35px;
}
.ad-reivew-item-content {
border-left: solid 0px #b9b9b9;
padding-left: 0px;
margin-left: 0px;
}
.widget-social ul li a {
margin-bottom: 4px;
}
.widget_infoaddress_widget {
margin-bottom: 0;
line-height: 30px;
}
.site-left-language.header-language {
position: absolute;
left: 0px;
bottom: 20px;
display: block;
}
.site-footer {
padding-top: 30px;
}
.ad-room-item-btn {
margin-top: 15px;
}
.ad-room-item-price {
margin-top: 15px;
}
.single-section-header {
height: 300px;
}
.home-offer .ad-offer-list .col-lg-4:nth-child(3) {
display: block;
} .ad-offer-list.home-offter .row {
overflow-x: auto;
white-space: nowrap;
flex: none;
display: block;
margin-left: -5px !important;
margin-right: -15px !important;
}
.ad-offer-list.home-offter .row > .col-sm-12 {
display: inline-block !important;
float: none !important;
width: 87% !important;
padding-left: 5px !important;
padding-right: 5px !important;
white-space: normal;
}
.ad-offer-item-content {
padding: 70px 15px 15px 15px;
min-height: auto;
}
.ad-offer-item-price .label {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
}
.ad-offer-item-title {
font-size: 22px;
margin-bottom: 15px;
}
.ad-offer-item-price .price {
font-size: 30px;
}
.single-section-title h1 {
font-size: 30px;
}
.main-booking-form {
width: 800px;
max-width: 100%;
margin-right: auto;
margin-left: auto;
padding: 15px;
background-color: #ffffff;
}
.room_amenity ul {
column-count: 1;
}
.header-language .wpml-ls-legacy-list-horizontal li a .wpml-ls-native:before {
bottom: -27px;
}
.header-language {
margin-left: 45px;
}
.ad-hotel-gallery .gallery-columns-1 {
column-count: 2;
column-gap: 0;
}
.ad-feature-tab-body .content-body table tr td {
width: 100% !important;
display: inline-block;
padding-right: 15px;
}
.ad-dining-item-img,
.ad-dining-item-content {
width: 100%;
float: none;
}
.ad-dining-item-img {
padding-right: 0px;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-img {
padding-left: 0px;
}
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-content {
text-align: left;
}
h3.h-title {
font-size: 20px;
margin-bottom: 5px;
font-weight: 500;
margin-top: 15px;
}
.ad-heading-title h2,
.ad-nav-tab li a {
font-size: 24px;
line-height: 34px;
}
.ad-heading-title.title-style-2 h2 {
font-size: 22px;
}
.home-gallery .elementor-image-gallery .gallery-item {
width: 50%;
display: none;
}
.home-gallery .elementor-image-gallery .gallery-item:nth-child(-n + 4) {
display: inline-block;
}
.footer-content {
padding-bottom: 20px;
}
.footer-column-2,
.footer-column-4 {
text-align: left;
}
.footer-column-1,
.footer-column-2,
.footer-column-3 {
border-bottom: solid 1px #dddddd;
}
.footer-column-4,
.footer-column-2,
.footer-column-3 {
padding-top: 15px;
}
.footer-content .widget_nav_menu ul li:first-child a {
padding-left: 0;
}
.ad-feature-room-content {
padding-top: 0px;
padding-right: 0px;
}
.ad-icon-inline .row {
margin-left: -10px;
margin-right: -10px;
}
.ad-icon-inline .col-4 {
padding-left: 10px;
padding-right: 10px;
}
.footer-bottom-left,
.footer-bottom-right {
width: 100%;
float: none;
text-align: center;
}
.ad-icon-list li {
font-size: 14px;
line-height: 24px;
padding-left: 30px;
}
.ad-icon-list li img {
width: 20px;
}
.ad-header-slider-content-inner {
padding: 35px 25px;
}
.ad-header-slider-content-inner .top-title {
font-size: 16px;
line-height: 16px;
}
.ad-header-slider-content-inner .title {
font-size: 36px;
line-height: 26px;
}
.ad-header-slider-content-inner .sub-title {
font-size: 14px;
line-height: 14px;
}
.ad-header-slider-content-inner .bottom-title {
font-size: 16px;
line-height: 16px;
}
.btn-style-3,
.btn-style-2 {
font-size: 12px;
}
.ad-icon-inline-item {
font-size: 12px;
}
.ad-feature-room-content .h-title {
font-size: 20px;
margin-bottom: 5px;
}
.gallery-slider.owl-carousel .owl-nav button {
font-size: 14px !important;
padding: 12px 8px !important;
}
.gallery-slider.owl-carousel .owl-nav {
margin-bottom: -24px;
}
.gallery-slider.owl-carousel .owl-dots .owl-dot span {
height: 10px;
}
.ad-gallery-carousel .owl-dots {
margin-top: 5px;
width: 55px;
margin-left: -26px;
}
.ad-gallery-carousel .owl-dot.active:before,
.ad-gallery-carousel .owl-dots:after {
font-size: 14px;
}
.ad-dining-item-content .ad-dining-item-btn table tr td {
width: 100%;
display: block;
}
.ad-dining-item-content ul {
column-count: 1;
}
.ad-gallery-tab-item {
margin-bottom: 30px;
}
.ad-nav-tab li {
padding-bottom: 20px;
}
.ad-tab-content {
padding-top: 30px;
}
.ad-gallery-tab-content {
padding-top: 30px;
}
.single-section-box {
padding: 30px 15px;
}
.single-section-desc {
margin-bottom: 30px;
}
.ad-feature-tab-body .content-body ul {
column-count: 1;
}
.ad-offer-item {
height: 400px;
}
.ad-feature-tab-heading .btn-style-2 {
display: block;
}
.ad-dining-item-3 .ad-dining-item-content,
.ad-dining-list .ad-dining-item:nth-child(even) .ad-dining-item-content {
position: relative;
padding: 15px !important;
border-radius: 0;
}
.ad-dining-item-3 .ad-dining-item-img {
width: 100%;
float: none !important;
padding-top: 0;
margin-bottom: 10px;
}
.ad-dining-item-3-open {
padding: 5px 25px;
font-size: 12px;
line-height: 18px;
bottom: 15px;
width: auto;
border-radius: 0;
right: 10px;
}
.ad-dining-list-3 .ad-dining-item-3:nth-child(even) .ad-dining-item-3-open {
left: auto;
right: 15px;
}
.ad-career-grid .row {
margin-left: -15px;
margin-right: -15px;
}
.ad-career-grid .row .ad-career-col {
padding-left: 15px;
padding-right: 15px;
}
.footer-bottom {
margin-top: 0;
}
.ad-main-header-slider.ad-main-header-video-slider {
min-height: 300px;
height: 300px;
}
.error-404 h1 {
font-size: 90px;
line-height: 90px;
font-weight: bold;
letter-spacing: 10px;
margin-top: 0px;
}
.error-404 p {
font-size: 16px;
font-weight: bold;
margin-bottom: 30px;
}
.footer-content .widget_nav_menu {
margin-bottom: 25px;
}
.ad-main-header-video-slider .ad-header-slider-content {
display: none;
}
}