.mobx-holder {
position: fixed;
overflow: hidden;
z-index: 99999;
width: 100%;
height: 100%;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
will-change: opacity, visibility;
box-sizing: border-box;
-ms-touch-action: none;
touch-action: none;
pointer-events: none;
-webkit-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
font-family: Arial, Helvetica, sans-serif;
-webkit-transition: opacity .4s ease; transition: opacity .4s ease, visibility .4s ease;
}
.mobx-holder:-webkit-full-screen {
background-color: transparent;
}
.mobx-holder * {
box-sizing: border-box;
}
.mobx-holder svg {
pointer-events: none;
}
.mobx-open {
pointer-events: auto;
visibility: visible;
opacity: 1;
}
.mobx-rtl {
direction: rtl;
}
.mobx-slider {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 1;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-ms-touch-action: none;
touch-action: none;
-webkit-transition: opacity 0.45s ease;
transition: opacity 0.45s ease;
}
.mobx-hide {
opacity: 0;
-webkit-transition: none;
transition: none;
}
.mobx-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
will-change: opacity;
transform: translateZ(0);
background-color: rgba(0,0,0,0.9);;
}
.mobx-ui:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
will-change: opacity;
background: rgba(0,0,0,0.4);
-webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}
.mobx-open-tooltip .mobx-ui:after {
opacity: 1;
visibility: visible;	
} .mobx-video:before,
.mobx-video:after,
.mobx-thumb-video:after,
.mobx-ui button,
.mobx-share-tooltip *:after {
background-image: url(//masonjakubovice.cz/wp-content/plugins/hoteller-elementor/assets/icons/modulobox.svg);
background-repeat: no-repeat;
background-color: transparent;
} .mobx-top-bar {
position: absolute;
left: 0;
top: 0;
width: 100%;
will-change: transform;
background-color: rgba(0,0,0,0.4);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
}
.mobx-idle .mobx-top-bar,
.mobx-will-close .mobx-top-bar,
.mobx-holder:not(.mobx-open) .mobx-top-bar {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .mobx-bottom-bar {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
will-change: transform;
background-color: rgba(0,0,0,0.4);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
}
.mobx-panzoom .mobx-bottom-bar,
.mobx-will-close .mobx-bottom-bar,
.mobx-holder:not(.mobx-open) .mobx-bottom-bar {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .mobx-caption {
position: relative;
display: block;
width: 100%;
padding: 0;
margin: 0;
pointer-events: none;
}
.mobx-caption-inner {
max-width: 420px;
margin: 0 auto;
pointer-events: auto;
cursor: default;
}
.mobx-title {
position: relative;
display: block;
margin: 0;
padding: 14px 10px 12px;
font-size: 13px;
line-height: 18px;
font-weight: normal;
text-align: center;
color: #eeeeee;
}
.mobx-desc {
position: relative;
display: block;
margin: 0;
padding: 14px 10px 12px;
font-size: 12px;
line-height: 16px;
font-weight: normal;
text-align: center;
color: #bbbbbb;
}
.mobx-title + .mobx-desc {
margin: -6px 0 0 0;
padding: 0 10px 10px;
} .mobx-item,
.mobx-item-inner {
position: absolute;
display: block;
overflow: hidden;
left: 0;
top: 0;
bottom: 0;
width: 100%;
text-align: center;
touch-action: none;
transform: translate3d(0,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: center;
transform-origin: center;
}
.mobx-img,
.mobx-panzoom .mobx-item {
cursor: move; cursor: grab;
cursor: -webkit-grab;
}
.mobx-dragging .mobx-item * {
cursor: grabbing;
cursor: -webkit-grabbing;
}
.mobx-img,
.mobx-html,
.mobx-video,
.mobx-iframe,
.mobx-error {
position: absolute;
display: block;
height: 0;
width: 0;
max-width: none;
padding: 0;
margin: 0;
opacity: 0;
will-change: opacity;
visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translate3d(0,0,0);
-webkit-transition: opacity 0.35s ease;
transition: opacity 0.35s ease;
}
.mobx-media-loaded {
opacity: 1;
visibility: visible;
}
.mobx-error,
.mobx-html-inner {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.mobx-error {
width: 100%;
height: auto;
padding: 20px 60px;
color: #bbbbbb;
pointer-events: none;
text-align: center;
}
.mobx-html {
pointer-events: none;
}
.mobx-html-inner {
position: relative;
display: inline-block;
overflow: auto;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: 0 auto;
pointer-events: auto;
} .mobx-video {
cursor: pointer;
background: rgba(255,255,255,0.1);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.mobx-video.mobx-playing {
background: none;
background-image: none !important;
}
.mobx-video:before,
.mobx-video:after {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 80px;
height: 80px;
padding: 0;
margin: -44px 0 0 -44px;
border: 4px solid #fff;
border-radius: 100%;
background-size: 175px;
background-position: 28px -414px;
box-sizing: content-box;
}
.mobx-video.mobx-loading:before {
border-color: transparent;
}
.mobx-video:after {
opacity: 0;
visibility: hidden;
background-image: none;
background-color: transparent;
border-color: transparent;
border-left-color: #fff;
}
.mobx-video.mobx-loading:after {
opacity: 1;
visibility: visible;
-webkit-animation: mobx-load 1.1s infinite linear;
animation: mobx-load 1.1s infinite linear;	
}
.mobx-video.mobx-playing:before,
.mobx-video.mobx-playing:after {
opacity: 0;
}
.mobx-video video,
.mobx-video iframe,
.mobx-video .mejs-video {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
opacity: 0;
background: rgba(255,255,255,0.065);
pointer-events: none;
-webkit-transition: opacity 0.35s ease-in-out;
transition: opacity 0.35s ease-in-out;
}
.mobx-video iframe {
background: none;
}
.mobx-video.mobx-playing video,
.mobx-video.mobx-playing .mejs-video,
.mobx-video.mobx-playing iframe {
opacity: 1;
pointer-events: auto;
} .mobx-fullscreen video::-webkit-media-controls-fullscreen-button,
.mobx-fullscreen .mejs-fullscreen-button {
display: none;
} :-webkit-full-screen-ancestor:not(iframe) {
will-change: auto !important;
} .mobx-counter {
position: relative;
display: inline-block;
float: left;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #ffffff;
opacity: 0.75;
margin: 0 10px;
letter-spacing: 0.6px;
}
.mobx-rtl .mobx-counter {
float: right;
} .mobx-timer {
position: relative;
display: inline-block;
float: left;
width: 24px;
height: 24px;
margin: 10px 0 10px 5px;
opacity: 0;
will-change: opacity;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.mobx-rtl .mobx-timer {
float: right;
}
.mobx-autoplay .mobx-timer {
opacity: 1;
} .mobx-loader {
position: absolute;
width: 30px;
height: 30px;
top: 50%;
left: 50%;
margin: -15px 0 0 -15px;
outline: 1px solid transparent;
border-radius: 50%;
border-width: 3px;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-color: rgba(255,255,255,.2);
border-left: 3px solid #fff;
-webkit-animation: mobx-load 1.1s infinite linear;
animation: mobx-load 1.1s infinite linear;
}
@-webkit-keyframes mobx-load {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes mobx-load {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .mobx-share-tooltip {
position: absolute;
display: block;
z-index: 2;
width: 120px;
top: 50px;
opacity: 0;
visibility: hidden;
background: #ffffff;
will-change: transform;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.mobx-share-tooltip:before {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
top: -12px;
right: 14px;
border: 6px solid transparent;
border-bottom-color: #f9fafb;
}
.mobx-share-tooltip[data-position="left"]:before {
left: 14px;
right: auto;
}
.mobx-open-tooltip .mobx-share-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mobx-share-tooltip span {
display: block;
width: 100%;
height: 40px;
padding: 10px;
color: #777777;
font-size: 14px;
line-height: 22px;
text-align: center; 
background: #f9fafb;
box-shadow: inset 0 -2px 8px rgba(0,0,0,0.03);
} .mobx-ui button,
.mobx-share-tooltip *:after {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
padding: 0;
cursor: pointer;
box-shadow: none;
border: none;
outline: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-appearance: none;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.mobx-ui button:hover,
.mobx-share-tooltip button:hover:after {
opacity: 1;
}
.mobx-share-tooltip button:after {
position: absolute;
content: "";
top: 0;
left: 0;
opacity: 0;
}
.mobx-share-tooltip button {
float: left;
}
.mobx-rtl .mobx-share-tooltip button {
float: right;
}
.mobx-top-bar button {
float: right;
margin: 2px;
opacity: 0.75;
}
.mobx-rtl .mobx-top-bar button {
float: left;
}
button.mobx-prev,
button.mobx-next {
position: absolute;
left: 0;
top: 50%;
width: 44px;
height: 32px;
margin: 0 6px;
opacity: 0.75;
background-color: rgba(0,0,0,0.4);
will-change: transform;
-webkit-transform: translateX(0) translateY(-50%);
transform: translateX(0) translateY(-50%);
-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
button.mobx-next {
left: auto;
right: 0;
}
.mobx-idle .mobx-prev,
.mobx-will-close .mobx-prev,
.mobx-holder:not(.mobx-open) .mobx-prev {
-webkit-transform: translateX(-120%) translateY(-50%);
transform: translateX(-120%) translateY(-50%);
}
.mobx-idle .mobx-next,
.mobx-will-close .mobx-next,
.mobx-holder:not(.mobx-open) .mobx-next {
-webkit-transform: translateX(120%) translateY(-50%);
transform: translateX(120%) translateY(-50%);
}
.mobx-holder[data-zoom="false"] .mobx-zoom,
.mobx-holder[data-zoom="false"] .mobx-zoom:hover,
.mobx-holder[data-download="false"] .mobx-download,
.mobx-holder[data-download="false"] .mobx-download:hover {
opacity: 0.45;
cursor: default;
}
.mobx-prev {
left: 0;
background-position: 10px 4px;
}
.mobx-next {
right: 0;
background-position: 10px -40px;
}
.mobx-close {
background-position: 12px -76px;
}
.mobx-zoom {
background-position: 12px -120px;
}
.mobx-panzoom .mobx-zoom {
background-position: 12px -164px;
}
.mobx-play {
background-position: 12px -208px;
}
.mobx-autoplay .mobx-play {
background-position: 12px -252px;
}
.mobx-download {
background-position: 12px -296px;
}
.mobx-share {
background-position: 12px -340px;
}
.mobx-fullscreen {
background-position: 12px -384px;
}
.mobx-fullscreen .mobx-fullscreen {
background-position: 12px -428px;
}
.mobx-facebook {
background-position: -32px -472px;	
}
.mobx-facebook:after {
background-color: #3b5998;
background-position: 12px -472px;	
}
.mobx-twitter {
background-position: -32px -516px;
}
.mobx-twitter:after {
background-color: #1da1f2;
background-position: 12px -516px;	
}
.mobx-googleplus {
background-position: -32px -560px;
}
.mobx-googleplus:after {
background-color: #dd4b39;
background-position: 12px -560px;	
}
.mobx-pinterest {
background-position: -32px -604px;
}
.mobx-pinterest:after {
background-color: #bd081c;
background-position: 12px -604px;	
}
.mobx-linkedin {
background-position: -32px -648px;
}
.mobx-linkedin:after {
background-color: #0077b5;
background-position: 12px -648px;	
}
.mobx-reddit {
background-position: -32px -692px;
}
.mobx-reddit:after {
background-color: #ff4500;
background-position: 12px -692px;	
}
.mobx-tumblr {
background-position: -32px -736px;
}
.mobx-tumblr:after {
background-color: #35465c;
background-position: 12px -736px;	
}
.mobx-blogger {
background-position: -32px -780px;
}
.mobx-blogger:after {
background-color: #f57d00;
background-position: 12px -780px;	
}
.mobx-buffer {
background-position: -32px -824px;
}
.mobx-buffer:after {
background-color: #323b43;
background-position: 12px -824px;	
}
.mobx-digg {
background-position: -34px -868px;
}
.mobx-digg:after {
background-color: #005be2;
background-position: 10px -868px;	
}
.mobx-stumbleupon {
background-position: -32px -912px;
}
.mobx-stumbleupon:after {
background-color: #eb4924;
background-position: 12px -912px;	
}
.mobx-evernote {
background-position: -32px -956px;
}
.mobx-evernote:after {
background-color: #2dbe60;
background-position: 12px -956px;	
} .mobx-thumbs-holder,
.mobx-thumbs-inner {
position: absolute;
display: block;
left: 0;
right: 0;
bottom: 0;
padding: 0;
margin: 0 auto;
}
.mobx-thumbs-holder {
position: relative;	
}
.mobx-thumb {
position: absolute;
margin: 0;
will-change: left;
background-color: rgb(25, 25, 25);
outline: 0 solid transparent;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-transition: background-color 0.25s ease;
transition: background-color 0.25s ease;
}
.mobx-thumb:hover {
background-color: rgb(50, 50, 50);
}
.mobx-thumb:after {
content: "";
position: absolute;
pointer-events: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.0001;
-webkit-transform: translateZ(0);
transform: translateZ(0);
border: 2px solid #ffffff;
}
.mobx-active-thumb:after {
opacity: 0.9999;
}
.mobx-thumb-bg {
position: absolute;
overflow: hidden;
left: 0;
right: 0;
top: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
will-change: opacity, visibility;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
.mobx-thumb-loaded {
visibility: visible;
opacity: 0.5;
}
.mobx-thumb-bg:hover,
.mobx-active-thumb .mobx-thumb-loaded {
opacity: 1;
}
.mobx-thumbs-holder {
cursor: move;
cursor: grab;
cursor: -webkit-grab;
}
.mobx-dragging .mobx-thumbs-holder {
cursor: grabbing;
cursor: -webkit-grabbing;
}
.mobx-thumb-video:after {
position: absolute;
content: "";
left: 0;
right: 0;
top: 50%;
width: 40px;
height: 40px;
margin: -20px auto 0 auto;
background-position: 12px -208px;
} @media screen and (max-height: 800px) {
.mobx-video:before,
.mobx-video:after {
width: 60px;
height: 60px;
margin: -34px 0 0 -34px;
background-size: 125px;
background-position: 22px -294px;
}
}
@media screen and (max-height: 360px) {
.mobx-video:before,
.mobx-video:after {
width: 40px;
height: 40px;
margin: -24px 0 0 -24px;
background-size: initial;
background-position: 14px -208px;
border-width: 3px;
}
}
@media screen and (max-width: 400px) {
.mobx-timer {
margin: 10px 0;
}
.mobx-top-bar button {
margin: 2px 0;
}
}
@media screen and (max-width: 360px) {
.mobx-counter {
margin: 0 6px 0 4px;
}
.mobx-top-bar button {
width: 34px;
}	
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)   and (max-width: 380px),
only screen and (   min--moz-device-pixel-ratio: 2)   and (max-width: 380px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 380px),
only screen and (        min-device-pixel-ratio: 2)   and (max-width: 380px) { 
.mobx-top-bar button {
width: 40px;
}
} body.tg_lightbox_white .mobx-overlay {
background-color: #ffffff;
}
body.tg_lightbox_white .mobx-top-bar {
background: #222222;
}
body.tg_lightbox_white .mobx-bottom-bar {
background: transparent;
}
body.tg_lightbox_white .mobx-thumb {
background-color: #ffffff;
}
body.tg_lightbox_white .mobx-title {
color: #222;
}
body.tg_lightbox_white .mobx-desc {
color: #222;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.ah-headline.type .ah-words-wrapper.selected::after,.ah-headline.type b{visibility:hidden}.ah-headline.clip .ah-words-wrapper,.ah-headline.loading-bar .ah-words-wrapper,.ah-headline.slide .ah-words-wrapper,.ah-headline.type .ah-words-wrapper{overflow:hidden;vertical-align:top}.ah-words-wrapper{display:inline-block;position:relative;text-align:left}.ah-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0}.ah-words-wrapper b.is-visible{position:relative}.no-js .ah-words-wrapper b{opacity:0}.no-js .ah-words-wrapper b.is-visible{opacity:1}.ah-headline.rotate-1 .ah-words-wrapper{-webkit-perspective:300px;perspective:300px}.ah-headline.rotate-1 b{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.ah-headline.rotate-1 b.is-visible{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-animation:ah-rotate-1-in 1.2s;animation:ah-rotate-1-in 1.2s}.ah-headline.rotate-1 b.is-hidden{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:ah-rotate-1-out 1.2s;animation:ah-rotate-1-out 1.2s}@-webkit-keyframes ah-rotate-1-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);opacity:1}}@keyframes ah-rotate-1-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);opacity:1}}@-webkit-keyframes ah-rotate-1-out{0%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}@keyframes ah-rotate-1-out{0%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}.ah-headline.type .ah-words-wrapper::after{content:'';position:absolute;right:0;top:50%;bottom:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:1px;background-color:#363636}.ah-headline.type .ah-words-wrapper.waiting::after{-webkit-animation:ah-pulse 1s infinite;animation:ah-pulse 1s infinite}.ah-headline.type .ah-words-wrapper.selected{background-color:#f0f0f0}.ah-headline.type .ah-words-wrapper.selected b{color:#363636}.ah-headline.type b.is-visible{visibility:visible}.ah-headline.type i{position:absolute;visibility:hidden}.ah-headline.type i.in{position:relative;visibility:visible}@-webkit-keyframes ah-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}@keyframes ah-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}.ah-headline.rotate-2 .ah-words-wrapper{-webkit-perspective:300px;perspective:300px}.ah-headline.rotate-2 em,.ah-headline.rotate-2 i{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ah-headline.rotate-2 b{opacity:0}.ah-headline.rotate-2 i{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);opacity:0}.is-visible .ah-headline.rotate-2 i{opacity:1}.ah-headline.rotate-2 i.in{-webkit-animation:ah-rotate-2-in .4s forwards;animation:ah-rotate-2-in .4s forwards}.ah-headline.rotate-2 i.out{-webkit-animation:ah-rotate-2-out .4s forwards;animation:ah-rotate-2-out .4s forwards}.ah-headline.rotate-2 em{-webkit-transform:translateZ(20px);transform:translateZ(20px)}.no-csstransitions .ah-headline.rotate-2 i{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:0}.no-csstransitions .ah-headline.rotate-2 i em{-webkit-transform:scale(1);transform:scale(1)}.no-csstransitions .ah-headline.rotate-2 .is-visible i{opacity:1}@-webkit-keyframes ah-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}}@keyframes ah-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}}@-webkit-keyframes ah-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}@keyframes ah-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}.ah-headline.loading-bar .ah-words-wrapper::after{content:'';position:absolute;left:0;bottom:0;height:3px;width:0;background:#356efd;z-index:2;-webkit-transition:width .3s -.1s;transition:width .3s -.1s}.ah-headline.loading-bar .ah-words-wrapper.is-loading::after{width:100%;-webkit-transition:width 3s;transition:width 3s}.ah-headline.loading-bar b{top:.2em;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.ah-headline.loading-bar b.is-visible{opacity:1;top:0}.ah-headline.slide b{opacity:0;top:.2em}.ah-headline.slide b.is-visible{top:0;opacity:1;-webkit-animation:slide-in .6s;animation:slide-in .6s}.ah-headline.slide b.is-hidden{-webkit-animation:slide-out .6s;animation:slide-out .6s}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}.ah-headline.clip .ah-words-wrapper::after{content:'';position:absolute;top:0;right:0;width:2px;height:100%;background-color:#363636}.ah-headline.clip b{opacity:0}.ah-headline.clip b.is-visible{opacity:1}.ah-headline.zoom .ah-words-wrapper{-webkit-perspective:300px;perspective:300px}.ah-headline.zoom b{opacity:0}.ah-headline.zoom b.is-visible{opacity:1;-webkit-animation:zoom-in .8s;animation:zoom-in .8s}.ah-headline.zoom b.is-hidden{-webkit-animation:zoom-out .8s;animation:zoom-out .8s}@-webkit-keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}.ah-headline.rotate-3 .ah-words-wrapper{-webkit-perspective:300px;perspective:300px}.ah-headline.rotate-3 b{opacity:0}.ah-headline.rotate-3 i{display:inline-block;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.is-visible .ah-headline.rotate-3 i{-webkit-transform:rotateY(0);transform:rotateY(0)}.ah-headline.rotate-3 i.in{-webkit-animation:ah-rotate-3-in .6s forwards;animation:ah-rotate-3-in .6s forwards}.ah-headline.rotate-3 i.out{-webkit-animation:ah-rotate-3-out .6s forwards;animation:ah-rotate-3-out .6s forwards}.no-csstransitions .ah-headline.rotate-3 i{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:0}.no-csstransitions .ah-headline.rotate-3 .is-visible i{opacity:1}@-webkit-keyframes ah-rotate-3-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0);transform:rotateY(0)}}@keyframes ah-rotate-3-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0);transform:rotateY(0)}}@-webkit-keyframes ah-rotate-3-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@keyframes ah-rotate-3-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}.ah-headline.scale b{opacity:0}.ah-headline.scale i{display:inline-block;opacity:0;-webkit-transform:scale(0);transform:scale(0)}.is-visible .ah-headline.scale i{opacity:1}.ah-headline.scale i.in{-webkit-animation:scale-up .6s forwards;animation:scale-up .6s forwards}.ah-headline.scale i.out{-webkit-animation:scale-down .6s forwards;animation:scale-down .6s forwards}.no-csstransitions .ah-headline.scale i{-webkit-transform:scale(1);transform:scale(1);opacity:0}.no-csstransitions .ah-headline.scale .is-visible i{opacity:1}@-webkit-keyframes scale-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes scale-down{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@keyframes scale-down{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}.ah-headline.push b{opacity:0}.ah-headline.push b.is-visible{opacity:1;-webkit-animation:push-in .6s;animation:push-in .6s}.ah-headline.push b.is-hidden{-webkit-animation:push-out .6s;animation:push-out .6s}@-webkit-keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}.justified-gallery {
width: 100%;
position: relative;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
position: absolute;
display: inline-block;
overflow: hidden; filter: "alpha(opacity=10)";
opacity: 0.1;
margin: 0;
padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
border: none;
filter: "alpha(opacity=0)";
opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
display: none;
position: absolute;
bottom: 0;
padding: 5px;
background-color: #000000;
left: 0;
right: 0;
margin: 0;
color: white;
font-size: 12px;
font-weight: 300;
font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
display: initial;
filter: "alpha(opacity=70)";
opacity: 0.7;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
-o-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
filter: "alpha(opacity=100)";
opacity: 1;
background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
-o-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
display: none;
}
.justified-gallery > .spinner {
position: absolute;
bottom: 0;
margin-left: -24px;
padding: 10px 0 10px 0;
left: 50%;
filter: "alpha(opacity=100)";
opacity: 1;
overflow: initial;
}
.justified-gallery > .spinner > span {
display: inline-block;
filter: "alpha(opacity=0)";
opacity: 0;
width: 8px;
height: 8px;
margin: 0 4px 0 4px;
background-color: #000;
border-radius: 6px;
}.flickity-enabled {
position: relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
}
.flickity-slider {
position: absolute;
width: 100%;
height: 100%;
} .flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing;
} .flickity-prev-next-button {
position: absolute;
top: 50%;
width: 44px;
height: 44px;
border: none;
border-radius: 50%;
background: white;
background: hsla(0, 0%, 100%, 0.75);
cursor: pointer; -webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.flickity-prev-next-button:hover { background: white; }
.flickity-prev-next-button:focus {
outline: none;
box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
opacity: 0.6;
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; } .flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px;
}
.flickity-prev-next-button:disabled {
opacity: 0.3;
cursor: auto;
}
.flickity-prev-next-button svg {
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%;
}
.flickity-prev-next-button .arrow {
fill: #333;
} .flickity-page-dots {
position: absolute;
width: 100%;
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: #333;
border-radius: 50%;
opacity: 0.25;
cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
opacity: 1;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//masonjakubovice.cz/wp-content/plugins/hoteller-elementor/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.loaded #loftloader-wrapper .loader-section.section-fade
{
transition: all 0s 0s;
} @keyframes tilt {
0% {
-webkit-transform: rotateX(-30deg);
-moz-transform: rotateX(-30deg);
transform: rotateX(-30deg); }
25% {
-webkit-transform: rotateX( 30deg);
-moz-transform: rotateX( 30deg);
transform: rotateX( 30deg); }
50% {
-webkit-transform: rotateY(-30deg);
-moz-transform: rotateY(-30deg);
transform: rotateY(-30deg); }
75% {
-webkit-transform: rotateY( 30deg);
-moz-transform: rotateY( 30deg);
transform: rotateY( 30deg); }
100% {
-webkit-transform: rotateZ( 20deg);
-moz-transform: rotateZ( 20deg);
transform: rotateZ( 20deg); } }
@keyframes wave {
0% {
-webkit-transform: rotateZ(0deg) translate3d(0,100px,0) rotateZ(0deg);
-moz-transform: rotateZ(0deg) translate3d(0,100px,0) rotateZ(0deg);
transform: rotateZ(0deg) translate3d(0,100px,0) rotateZ(0deg); }
100% {
-webkit-transform: rotateZ(360deg) translate3d(0,100px,0) rotateZ(-360deg);
-moz-transform: rotateZ(360deg) translate3d(0,100px,0) rotateZ(-360deg);
transform: rotateZ(360deg) translate3d(0,100px,0) rotateZ(-360deg); } }
@keyframes swing2 {
0% {
-webkit-transform: translate3d(70px,0,0) rotateZ(10deg);
-moz-transform: translate3d(70px,0,0) rotateZ(10deg);
transform: translate3d(70px,0,0) rotateZ(10deg); }
100% {
-webkit-transform: translate3d(-70px,0,0) rotateZ(-10deg);
-moz-transform: translate3d(-70px,0,0) rotateZ(-10deg);
transform: translate3d(-70px,0,0) rotateZ(-10deg); } }
@keyframes bounce {
0% {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,100px,0);
transform: translate3d(0,100px,0); }
100% {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0); } }
@keyframes scale {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(2);
-moz-transform: scale(2);
transform: scale(2); } }
@keyframes spin {
0% { transform:rotate(0deg) }
100% { transform:rotate(360deg) }
}
.if_swing1 {
-webkit-animation: swing 4s infinite alternate linear;
-moz-animation: swing 4s infinite alternate linear;
animation: swing 4s infinite alternate linear; 
}
.if_swing2 {
-webkit-animation: swing2 4s 0.1s infinite alternate linear;
-moz-animation: swing2 4s 0.1s infinite alternate linear;
animation: swing2 4s 0.1s infinite alternate linear;
}
.if_wave {
-webkit-animation: wave 8s 0.1s infinite linear;
-moz-animation: wave 8s 0.1s infinite linear;
animation: wave 8s 0.1s infinite linear;
}
.if_tilt {
-webkit-animation: tilt 4s infinite alternate linear;
-moz-animation: tilt 4s infinite alternate linear;
animation: tilt 4s infinite alternate linear; 
}
.if_bounce {
-webkit-animation: bounce 4s infinite alternate linear;
-moz-animation: bounce 4s infinite alternate linear;
animation: bounce 4s infinite alternate linear; 
}
.if_scale {
-webkit-animation: scale 2s infinite alternate linear;
-moz-animation: scale 2s infinite alternate linear;
animation: scale 2s infinite alternate linear; 
}
.if_spin {
-webkit-animation: spin 2s infinite alternate linear;
-moz-animation: spin 2s infinite alternate linear;
animation: spin 2s infinite alternate linear; 
}
body.elementor-no-overflow
{
overflow: hidden;
}
body.elementor-search-activate .parallax-mirror
{
z-index: 0 !important;
}
body,
#wrapper {
will-change: background-color;
}
.elementor-slideshow__header {
display: none !important;
opacity: 0 !important;
}
.no-smooved {
opacity: 1 !important;
transform: translate(0px, 0px) !important;
}
html.elementor-html .smoove
{
opacity: 1 !important;
transform: translate(0px, 0px) !important;
}
ul.elementor-icon-list-items {
list-style: none;
}
.smoove
{
opacity: 0;
}
.fullwidth-button .elementor-button-link
{
width: 100%;
}
.gallery_grid_content_wrapper.do_masonry .gallery_grid_item.tile
{ 
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 550ms ease;
transition: all 550ms ease;
opacity: 1;
}
.elementor-widget-image.animation,
.elementor-widget-image.themegoods-image-animation
{
opacity: 1 !important;
}
.elementor-widget-image.themegoods-image-animation-slide_down:after,
.elementor-widget-image.themegoods-image-animation-slide_up:after,
.elementor-widget-image.themegoods-image-animation-slide_left:after,
.elementor-widget-image.themegoods-image-animation-zoom_in:after
{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #fff;
display: block;
content: '';
transform: scaleY(1);
content: '';
transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
transform-origin: 0% 100%;
}
.elementor-widget-image.themegoods-image-animation-slide_left:after,
.elementor-widget-image.themegoods-image-animation-slide_right:after
{
transform: scaleX(1);
}
.elementor-widget-image.themegoods-image-animation-slide_left:after
{
transform-origin: 100% 0%;
}
.elementor-widget-image.themegoods-image-animation-slide_up:after
{
transform-origin: 100% 0%;
}
.elementor-widget-image.themegoods-image-animation-zoom_in:after,
.elementor-widget-image.themegoods-image-animation-zoom_out:after
{
background: transparent !important;
border: 200px solid #fff;
transform-origin: 50% 50%;
opacity: 1;
transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.elementor-widget-image.themegoods-image-animation-zoom_in .elementor-image,
.elementor-widget-image.themegoods-image-animation-zoom_out .elementor-image
{
overflow: hidden;
}
.elementor-widget-image.themegoods-image-animation-zoom_in .elementor-image img
{
transform: scale(1.7);
transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
transform-origin: 50% 50%;
}
.elementor-widget-image.themegoods-image-animation-zoom_out .elementor-image img
{
transform: scale(0.4);
transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
transform-origin: 50% 50%;
}
.elementor-widget-image.smooved.animation:after,
.elementor-widget-image.smooved.themegoods-image-animation-slide_down:after,
.elementor-widget-image.smooved.themegoods-image-animation-slide_up:after
{
transform: scaleY(0);
}
.elementor-widget-image.smooved.themegoods-image-animation-slide_left:after,
.elementor-widget-image.smooved.themegoods-image-animation-slide_right:after
{
transform: scaleX(0);
}
.elementor-widget-image.smooved.themegoods-image-animation-zoom_in:after,
.elementor-widget-image.smooved.themegoods-image-animation-zoom_out:after
{
border-width: 0;
opacity: 0;
}
.elementor-widget-image.smooved.themegoods-image-animation-zoom_in .elementor-image img,
.elementor-widget-image.smooved.themegoods-image-animation-zoom_out .elementor-image img
{
transform: scale(1);
opacity: 1;
}
html.elementor-html  .elementor-widget-image:after
{
display: none;
}
.init-smoove
{
opacity: 0;
transform-origin: 50% 50%;
}
html.elementor-html .init-smoove
{
opacity: 1;
}
.parallax-mirror img
{
transform-origin: 50% 50%;
object-position: 50% 50%;
min-height: 0px;
max-width: none;
object-fit: cover;
will-change: transform;
}
.jarallax {
position: relative;
z-index: 0;
will-change: transform;
}
.jarallax-img {
position: absolute;
object-fit: cover;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
will-change: transform;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure .widget-image-caption {
margin-top: 10px;
}  .white_text
{
color: #fff;	
}
.hotel_distance
{
background: #9b9b9b;
color: #fff;	
padding: 3px 20px 2px 20px;
font-size: 11px;
vertical-align: text-top;
display: inline-block;
margin-left: 5px;
}
.home_blocks_link
{
min-height: 270px;
overflow: hidden;
}
.home_blocks_link > .elementor-column-wrap
{
-webkit-transition: all 5s ease !important;
transition: all 5s ease !important;
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.home_blocks_link:hover > .elementor-column-wrap
{
-webkit-transition: all 5s ease !important;
transition: all 5s ease !important;
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.translate_left
{
transform: translateX(-20%);
}
.translate_left_more
{	
transform: translateX(-30%);
}
.translate_right
{
transform: translateX(20%);
}
.translate_right_more
{
transform: translateX(30%);
}
.translate_top
{
transform: translateY(20%);
}
.translate_top_more
{
transform: translateY(30%);
}
.translate_bottom
{
transform: translateY(-20%);
}
.translate_bottom_more
{
transform: translateY(-30%);
}
.border_header
{
text-underline-position: under;
}
.white_text input[type=text],
.white_text input[type=password],
.white_text input[type=email],
.white_text input[type=url],
.white_text input[type=tel],
.white_text input[type=date],
.white_text textarea,
.white_text select
{
background: transparent;
color: #fff;
border-color: #fff;
}
.elementor-accordion .elementor-tab-title
{
outline: none;
}
body.elementor-page:not(.tg_boxed) #page_caption
{
margin-bottom: 0;
}
body.elementor-page:not(.tg_boxed) #page_content_wrapper  .inner .sidebar_wrapper:not(.is_stuck)
{
margin-top: 60px;
}
body.elementor-fullscreen.elementor-editor-active:hover .header_style_wrapper,
body.tg_menu_transparent.elementor-editor-active:hover .header_style_wrapper,
body.elementor-editor-active:hover .header_style_wrapper
{
display: none;
}
body.elementor-fullscreen
{
overflow: hidden;
width: 100%;
height: 100vh;
opacity: 1;
transition: opacity 0.3s;
}
body.elementor-fullscreen #page_content_wrapper
{
padding: 0 !important;
width: 100%;
max-width: none;
}
body.elementor-fullscreen #page_content_wrapper .elementor-section.elementor-section-stretched
{
left: 0 !important;
}
body.elementor-fullscreen #page_content_wrapper .elementor-section.elementor-section-boxed > .elementor-container
{
max-width: none;
}
body.elementor-fullscreen #toTop
{
display: none !important;
}
body.loading
{
opacity: 0;
}
body.elementor-fullscreen.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-widget-settings,
body.elementor-fullscreen.elementor-editor-active .elementor.elementor-edit-mode .elementor-element>.elementor-element-overlay
{
z-index: 9999;
}
body.elementor-fullscreen #page_caption,
body.elementor-fullscreen #footer_wrapper,
body.elementor-fullscreen.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-element-duplicate
{
display: none;
}
.elementor-editor-preview .elementor-widget-empty.elementor-widget-hoteller-gallery-fullscreen,
.elementor-editor-preview .elementor-widget-empty.elementor-widget-hoteller-slider-vertical-parallax
{
display: block;
}
body.elementor-fullscreen.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-element-settings,
body.elementor-editor-active.tg_menu_transparent .elementor.elementor-edit-mode .elementor-editor-element-settings
{
top: 27px;
}
body.elementor-editor-active .header_style_wrapper
{
z-index: 3;
}
body.elementor-fullscreen.elementor-editor-preview .elementor-widget-empty
{
display: block;
}
.leftmenu.elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-section-settings
{
top: 26px;
}
.icon-scroll,
.icon-scroll:before {
position: absolute;
left: 50%;
}
.icon-scroll {
width: 20px;
height: 35px;
margin-left: -10px;
position: fixed;
bottom: 40px;
margin-top: -35px;
box-shadow: inset 0 0 0 3px #fff;
border-radius: 25px;
z-index: 99;
}
.icon-scroll:before {
content: '';
width: 4px;
height: 4px;
background: #fff;
margin-left: -2px;
top: 4px;
border-radius: 4px;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: scroll;
animation-name: scroll;
}
@-webkit-keyframes scroll {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(23px);
transform: translateY(23px);
}
}
@keyframes scroll {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(23px);
transform: translateY(23px);
}
}
.elementor-section .elementor-container .tg-container
{
display: block;
} .tg-gallery-lightbox img
{
display: block;
} .tg_one_cols
{
width: 100%;
clear: both;
}
.tg_two_cols
{
width: 48%;
float: left;
}
.tg_two_cols.last
{
width: 48%;
float: right;
}
.tg_two_cols:nth-child(2n+1)
{
clear: both;
}
.tg_three_cols
{
width: 30.66%;
margin-right: 4%;
float: left;
}
.tg_three_cols.last
{
width: 30.66%;
margin-right: 0;
float: right;
}
.tg_three_cols:nth-child(3n+1)
{
clear: both;
}
.tg_four_cols
{
width: 22.75%;
margin-right: 3%;
float: left;
}
.tg_four_cols.last
{
width: 22.75%;
margin-right: 0;
float: right;
}
.tg_four_cols:nth-child(4n+1)
{
clear: both;
}
.tg_five_cols
{
width: 17.6%;
margin-right: 3%;
float: left;
}
.tg_five_cols.last
{
width: 17.6%;
margin-right: 0;
float: right;
}
.tg_five_cols:nth-child(5n+1)
{
clear: both;
}  .post_header_title
{
clear: both;
}
.post_img
{
position: relative;
height: auto;
line-height: 0;
width: 100%;
margin-bottom: 20px;
}
.post_img img
{
max-width: 100%;
height: auto !important;
}
@-webkit-keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
@-moz-keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
@-ms-keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
@-o-keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
@keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
.post_img_hover.lazy
{
-webkit-animation: lazy_color_change 1s infinite alternate;
-moz-animation: lazy_color_change 1s infinite alternate;
-ms-animation: lazy_color_change 1s infinite alternate;
-o-animation: lazy_color_change 1s infinite alternate;
animation: lazy_color_change 1s infinite alternate;
}
.post_img_hover
{
position: relative;
display: inline-block;
width: 100%;
}
.post_img_hover img
{
width: 100%;
height: auto;
}
.post_img_hover:not(.lazy)
{
background: #222222;
background: -moz-linear-gradient(90deg, #222222 0%, #444444 100%, #666666 100%);
background: -webkit-linear-gradient(90deg, #222222 0%, #444444 100%, #666666 100%);
background: linear-gradient(90deg, #222222 0%, #444444 100%, #666666 100%);
}
.blog-posts-classic .post_img_hover
{
min-height: 300px;
}
.post_img_hover img,
.post_img_hover:before,
.post_img_hover:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.post_img_hover img {
max-width: 100%;
backface-visibility: hidden;
vertical-align: top;
}
.post_img_hover:before,
.post_img_hover:after {
content: '';
background-color: #fff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.post_img_hover:before {
width: 60px;
height: 1px;
left: 100%;
}
.post_img_hover:after {
height: 60px;
width: 1px;
top: 0%;
}
.post_img_hover a 
{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.post_img_hover:hover img,
.post_img_hover.hover img 
{
zoom: 1;
filter: alpha(opacity=30);
-webkit-opacity: 0.3;
opacity: 0.3;
}
.post_img_hover:hover:before,
.post_img_hover.hover:before,
.post_img_hover:hover:after,
.post_img_hover.hover:after 
{
opacity: 1;
top: 50%;
left: 50%;
}
.post_img_hover .post_type_icon
{
position: absolute;
bottom: -30px;
right: 30px;
z-index: 2;
display: inline-block;
border-radius: 50px;
line-height: 62px;
width: 60px;
height: 60px;
background: #1C58F6;
text-align: center;
box-shadow: 0 10px 40px rgba(0,0,0,0.15);
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
.post_related h3
{
text-align: center;
margin-bottom: 20px;
}
.post_related .post_img_hover .post_type_icon
{
width: 50px;
height: 50px;
right: 20px;
bottom: -20px;
line-height: 50px;
}
.post_img_hover:hover .post_type_icon
{
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.post_img_hover .post_type_icon i
{
color: #fff;
font-size: 17px;
}
.post_info_cat
{
font-size: 12px;
margin-top: 20px;
margin-bottom: 5px;
font-weight: 300;
}
.post_header h5
{
font-size: 26px;
}
.post_header h6
{
font-size: 20px;
}
body.elementor-page .post_header h5 a, 
body.elementor-page .post_header h6 a
{
color: #222222;
}
.post_attribute a
{
position: relative;
padding: 3px 0 3px 0;
}
.post_attribute a:before
{
opacity: 0.5;
}
.post_excerpt
{
width: 100%;
margin: auto;
}
.post_content_wrapper.text_left
{
text-align: left;
}
.post_content_wrapper.text_center
{
text-align: center;
}
.post_content_wrapper.text_right
{
text-align: right;
}
.type-post.blog-posts-grid
{
width: calc(33.33% - 30px);
margin-right: 45px;
margin-bottom: 45px;
box-sizing: border-box;
float: left;
}
.type-post.blog-posts-grid:nth-child(3n)
{
float: right;
margin-right: 0;
}
.type-post.blog-posts-grid:nth-child(3n+1)
{
clear: both;
}
.blog-posts-grid .post_img_hover
{
min-height: 180px;
}
.blog-posts-grid .post_header h5
{
font-size: 22px;
}
.blog-posts-grid .post_wrapper .post_header_wrapper p,
#page_content_wrapper .blog-posts-grid .post_wrapper .post_header_wrapper p
{
padding-top: 10px;
padding-bottom: 20px;
clear: both;
}
.type-post.blog-posts-grid_no_space,
.type-post.blog-posts-metro_no_space
{
width: 25%;
margin: 0;
box-sizing: border-box;
float: left;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 550px;
position: relative;
transform-style: preserve-3d;
overflow: visible;
}
.type-post.blog-posts-metro_no_space
{
height: 600px;
}
.type-post.blog-posts-metro_no_space.large_grid
{
width: 50%;
}
.type-post.blog-posts-metro_no_space.large_grid .post_header h5
{
font-size: 34px;
}
.type-post.blog-posts-grid_no_space:hover,
.type-post.blog-posts-metro_no_space:hover
{
z-index: 3;
}
.type-post.blog-posts-grid_no_space:nth-child(4n+1)
{
clear: both;
}
.type-post.blog-posts-grid_no_space .bg_overlay,
.type-post.blog-posts-metro_no_space .bg_overlay
{
background-color: rgba(0,0,0,0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.type-post.blog-posts-grid_no_space:hover .bg_overlay,
.type-post.blog-posts-metro_no_space:hover .bg_overlay
{
background-color: rgba(0,0,0,0.2);
}
.type-post.blog-posts-grid_no_space .post_wrapper,
.type-post.blog-posts-metro_no_space .post_wrapper
{
display: table;
width: 100%;
height: 100%;
}
.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper,
.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper
{
display: table-cell;
vertical-align: middle;
}
.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header,
.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header
{
box-sizing: border-box;
padding: 40px;
position: relative;
transform: translateZ(20px);
}
.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header,
.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_detail.single_post .post_info_cat,
.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_detail.single_post .post_info_cat a,
.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_header_title h5 a,
.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper a,
.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header,
.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_detail.single_post .post_info_cat,
.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_detail.single_post .post_info_cat a,
.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_header_title h5 a,
.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper a
{
color: #fff;
}
.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper .post_attribute,
.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper .post_attribute
{
opacity: 0.7;
}
.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper .post_attribute a:before,
.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header .post_button_wrapper .post_attribute a:before
{
background-color: #fff;
}
.pagination.blog-posts-grid_no_space,
.pagination_detail.blog-posts-grid_no_space,
.pagination.blog-posts-metro_no_space,
.pagination_detail.blog-posts-metro_no_space
{
margin-top: 60px;
}
.elementor-section-stretched .pagination.blog-posts-grid_no_space,
.elementor-section-stretched .pagination.blog-posts-metro_no_space
{
padding-left: 90px;
}
.pagination_detail.blog-posts-grid_no_space,
.pagination_detail.blog-posts-metro_no_space
{
padding-right: 90px;
}
.type-post.blog-posts-masonry
{
width: calc(33.33% - 30px);
padding-bottom: 45px;
box-sizing: border-box;
float: left;
-webkit-transform: translateX(-40px);
transform: translateX(-40px);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
}
.type-post.blog-posts-masonry.is-showing
{
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
.type-post.blog-posts-list .post_wrapper,
.type-post.blog-posts-list_circle .post_wrapper
{
width: 100%;
float: left;
}
.layout_list .type-post.blog-posts-list:first-child,
.layout_list_circle .type-post.blog-posts-list_circle:first-child
{
margin-top: 0;
}
.layout_list .type-post.blog-posts-list,
.layout_list_circle .type-post.blog-posts-list_circle
{
margin-top: 30px;
}
.type-post.blog-posts-list .post_img
{
width: 40%;
margin-right: 30px;
float: left;
}
.type-post.blog-posts-list_circle .post_img
{
width: 30%;
margin-right: 50px;
float: left;
}
.type-post.blog-posts-list .post_content_wrapper
{
width: calc(60% - 30px);
float: left;
clear: none;
}
.type-post.blog-posts-list_circle .post_content_wrapper
{
width: calc(70% - 50px);
float: left;
clear: none;
}
.blog-posts-list .post_img_hover
{
min-height: 280px;
}
.blog-posts-list_circle .post_img_hover
{
border-radius: 50%;
min-height: 220px;
}
.blog-posts-list_circle .post_img_hover img
{
border-radius: 50%;
}
.blog-posts-list_circle .post_img_hover .post_type_icon
{
bottom: -10px;
}
.pagination.blog-posts-list,
.pagination_detail.blog-posts-list,
.pagination.blog-posts-list_circle,
.pagination_detail.blog-posts-list_circle
{
margin-top: 60px;
}
.blog-posts-list .post_header h5,
.blog-posts-list_circle .post_header h5
{
font-size: 24px;
}
.post_metro_left_wrapper,
.post_metro_right_wrapper
{
width: calc(50% - 20px);
float: left;
}
.post_metro_right_wrapper
{
float: right;
}
.post_metro_left_wrapper .post_header h5
{
font-size: 36px;
}
.post_metro_right_wrapper .post_header h5
{
font-size: 20px;
}
.post_metro_right_wrapper .blog-posts-metro
{
width: calc(50% - 20px);
float: left;
box-sizing: border-box;
padding-bottom: 40px;
-webkit-transform: translateX(-40px);
transform: translateX(-40px);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
}
.post_metro_right_wrapper .blog-posts-metro.is-showing
{
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
.post_metro_right_wrapper .blog-posts-metro:nth-child(2n)
{
float: right;
}  .gallery_grid_content_wrapper img
{
display: block;	
}
.gallery_grid_content_wrapper .tg_one_cols,
.gallery_grid_content_wrapper .tg_two_cols,
.gallery_grid_content_wrapper .tg_three_cols,
.gallery_grid_content_wrapper .tg_four_cols,
.gallery_grid_content_wrapper .tg_five_cols
{
position: relative;
}
.gallery_grid_content_wrapper .tg_one_cols
{
margin-top: 40px;
}
.gallery_grid_content_wrapper .tg_one_cols:first-child
{
margin-top: 0;
}
.gallery_grid_content_wrapper .tg_two_cols
{
width: calc(50% - 20px);
margin-right: 40px;
margin-bottom: 40px;
}
.gallery_grid_content_wrapper .tg_two_cols.last
{
width: calc(50% - 20px);
margin-right: 0;
margin-bottom: 40px;
}
.gallery_grid_content_wrapper.do_masonry .tg_two_cols
{
margin-right: 0;
}
.gallery_grid_content_wrapper .tg_three_cols
{
width: calc(33.33% - 27px);
margin-right: 40px;
margin-bottom: 40px;
}
.gallery_grid_content_wrapper.do_masonry .tg_three_cols
{
margin-right: 0;
}
.gallery_grid_content_wrapper .tg_three_cols.last
{
width: calc(33.33% - 27px);
margin-right: 0;
margin-bottom: 40px;
}
.gallery_grid_content_wrapper .tg_four_cols
{
width: calc(25% - 30px);
margin-right: 40px;
margin-bottom: 40px;
}
.gallery_grid_content_wrapper.do_masonry .tg_four_cols
{
margin-right: 0;
}
.gallery_grid_content_wrapper .tg_four_cols.last
{
width: calc(25% - 30px);
margin-right: 0;
margin-bottom: 40px;
}
.gallery_grid_content_wrapper .tg_five_cols
{
width: calc(20% - 24px);
margin-right: 30px;
margin-bottom: 30px;
}
.gallery_grid_content_wrapper .tg_five_cols.last
{
width: calc(20% - 24px);
margin-right: 0;
margin-bottom: 30px;
}
.gallery_grid_content_wrapper.do_masonry .tg_five_cols
{
margin-right: 0;
}
.gallery_grid_content_wrapper.has_no_space .tg_one_cols,
.gallery_grid_content_wrapper.has_no_space .tg_two_cols,
.gallery_grid_content_wrapper.has_no_space .tg_three_cols,
.gallery_grid_content_wrapper.has_no_space .tg_four_cols,
.gallery_grid_content_wrapper.has_no_space .tg_five_cols
{
margin: 0;
}
.gallery_grid_content_wrapper.has_no_space .tg_one_cols:hover,
.gallery_grid_content_wrapper.has_no_space .tg_two_cols:hover,
.gallery_grid_content_wrapper.has_no_space .tg_three_cols:hover,
.gallery_grid_content_wrapper.has_no_space .tg_four_cols:hover,
.gallery_grid_content_wrapper.has_no_space .tg_five_cols:hover,
.gallery_grid_content_wrapper.do_justified .entry:hover
{
position: relative;
z-index: 2;
}
.gallery_grid_content_wrapper.has_no_space img
{
max-width: none;
width: 100%;
}
.gallery_grid_content_wrapper.has_no_space .tg_two_cols
{
width: 50%;
margin: 0;
}
.gallery_grid_content_wrapper.has_no_space .tg_three_cols
{
width: 33.33%;
margin: 0;
}
.gallery_grid_content_wrapper.has_no_space .tg_four_cols
{
width: 25%;
margin: 0;
}
.gallery_grid_content_wrapper.has_no_space .tg_five_cols
{
width: 20%;
margin: 0;
}
.gallery_grid_content_wrapper .gallery_grid_item
{
overflow: hidden;
}
.gallery_grid_content_wrapper.do_masonry .gallery_grid_item
{
-webkit-transform: translateX(-40px);
transform: translateX(-40px);
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
opacity: 0;
}
.gallery_grid_content_wrapper .gallery_grid_item.hide
{
opacity: 0;
display: none;
}
.gallery_grid_content_wrapper .gallery_grid_item.is-showing
{
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
.gallery_grid_content_wrapper .tg_gallery_grid_title
{
box-sizing: border-box;
padding: 20px 30px 20px 30px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
color: #fff;
opacity: 0;
z-index: 2;
-webkit-transform: translateY(40px);
transform: translateY(40px);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.gallery_grid_content_wrapper .gallery_grid_item:hover .tg_gallery_grid_title
{
-webkit-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
.gallery_grid_content_wrapper .tg_four_cols .tg_gallery_grid_title,
.gallery_grid_content_wrapper .tg_five_cols .tg_gallery_grid_title
{
padding: 100px 15px 10px 15px;
}
.gallery_grid_content_wrapper .gallery_grid_item .bg_overlay
{
background-color: rgba(0,0,0,0.2);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
-ms-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.gallery_grid_content_wrapper .gallery_grid_item:hover .bg_overlay
{
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.gallery_grid_content_wrapper .gallery_grid_item.lazy
{
-webkit-animation: lazy_color_change 1s infinite alternate;
-moz-animation: lazy_color_change 1s infinite alternate;
-ms-animation: lazy_color_change 1s infinite alternate;
-o-animation: lazy_color_change 1s infinite alternate;
animation: lazy_color_change 1s infinite alternate;
}
.gallery_grid_content_wrapper .gallery_grid_item.tg_one_cols.lazy
{
min-height: 550px;
}
.gallery_grid_content_wrapper .gallery_grid_item.tg_one_cols
{
width: auto;
text-align: center;
}
.gallery_grid_content_wrapper .gallery_grid_item.tg_one_cols .bg_overlay
{
display: none;
}
.gallery_grid_content_wrapper .gallery_grid_item.tg_one_cols img
{
margin: auto;
}
.gallery_grid_content_wrapper .gallery_grid_item.tg_two_cols.lazy
{
min-height: 250px;
}
.gallery_grid_content_wrapper .gallery_grid_item.tg_three_cols.lazy
{
min-height: 200px;
}
.gallery_grid_content_wrapper .gallery_grid_item.tg_four_cols.lazy
{
min-height: 150px;
}
.gallery_grid_content_wrapper .gallery_grid_item.tg_five_cols.lazy
{
min-height: 100px;
}
.gallery_grid_content_wrapper.do_justified
{
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.gallery_grid_content_wrapper.do_justified .entry-visible
{
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}  .tg_horizontal_gallery_cell {
overflow: hidden;
}
#page_content_wrapper .tg_horizontal_gallery_wrapper ol.flickity-page-dots
{
margin-left: 0;
}
.tg_horizontal_gallery_wrapper .flickity-viewport 
{
box-sizing: content-box;
}
.tg_horizontal_gallery_cell img {
display: block;
width: auto;
max-width: none !important;
} .tg_horizontal_gallery_wrapper .flickity-page-dots {
bottom: -40px;
} .tg_horizontal_gallery_wrapper .flickity-page-dots .dot {
height: 4px;
width: 40px;
margin: 0;
border-radius: 0;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button svg {
width: 40%;
height: 40%;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button svg {
left: 30%;
top: 30%;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.next,
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.previous {
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s!important;
-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s!important;
opacity: 0.75;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.next {
right: 40px;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.next:hover {
right: 30px;
opacity: 1;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.previous {
left: 40px;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.previous:hover {
left: 30px;
opacity: 1;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button:disabled {
opacity: 0.3;
} .tg_horizontal_gallery_cell_img {
transition: opacity 0.4s;
opacity: 0;
}
.tg_horizontal_gallery_cell_img.flickity-lazyloaded,
.tg_horizontal_gallery_cell_img.flickity-lazyerror {
opacity: 1;
}  .tg_slider_gallery_cell {
overflow: hidden;
}
.tg_horizontal_slider_wrapper .flickity-prev-next-button svg {
width: 40%;
height: 40%;
}
.tg_horizontal_slider_wrapper .flickity-prev-next-button svg {
left: 25%;
top: 30%;
}
.tg_horizontal_slider_wrapper .flickity-prev-next-button.next,
.tg_horizontal_slider_wrapper .flickity-prev-next-button.previous {
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s!important;
-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s!important;
opacity: 0.75;
}
.tg_horizontal_slider_wrapper .flickity-prev-next-button.next {
right: -20px;
}
.tg_horizontal_slider_wrapper .flickity-prev-next-button.next:hover {
right: -30px;
opacity: 1;
}
.tg_horizontal_slider_wrapper .flickity-prev-next-button.previous {
left: -20px;
}
.tg_horizontal_slider_wrapper .flickity-prev-next-button.previous:hover {
left: -30px;
opacity: 1;
}
.tg_horizontal_slider_wrapper .tg_horizontal_slider_cell {
width: 100%;
height: 100%;
float: left;
}
.tg_horizontal_slider_wrapper .tg_horizontal_slider_content {
width: 30%;
height: 100%;
padding: 40px;
box-sizing: border-box;
float: left;
}
.tg_horizontal_slider_wrapper .title_align_right .tg_horizontal_slider_content {
float: right;
}
.tg_horizontal_slider_bg {
width: 70%;
height: 100%;
padding: 0;
float: left;
}
.tg_horizontal_slider_wrapper .title_align_right .tg_horizontal_slider_bg {
float: left;
}
.tg_horizontal_slider_wrapper .tg_horizontal_slider_content .tg_horizontal_slider_content_wrap {
display: table;
width: 100%;
height: 100%;
}
.tg_horizontal_slider_bg_one_cols {
width: 100%;
height: 100%;
box-sizing: border-box;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.tg_horizontal_slider_bg_two_cols {
width: calc(50% - 20px);
float: left;
height: 100%;
box-sizing: border-box;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.tg_horizontal_slider_bg_two_cols.last {
float: right;
}
.tg_horizontal_slider_bg_two_rows {
width: 100%;
margin-bottom: 40px;
height: calc(50% - 20px);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.tg_horizontal_slider_bg_two_rows.last {
margin-bottom: 0;
}
.tg_horizontal_slider_wrapper .tg_horizontal_slider_content .tg_horizontal_slider_content_wrap .tg_horizontal_slider_content_cell {
display: table-cell;
vertical-align: middle;
}
.tg_horizontal_slide_content_title h2
{
font-size: 40px;
}
.tg_horizontal_slide_content_desc
{
padding: 20px 0 20px 0;
}
.tg_horizontal_slider_wrapper .flickity-prev-next-button:disabled {
opacity: 0.3;
}
.tg_horizontal_slide_content_link
{
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
border-bottom: 1px solid #222;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tg_horizontal_slide_content_link:hover {
padding-bottom: 2px;
border-bottom-color: transparent !important;
} .tg_horizontal_slider_wrapper .flickity-page-dots {
bottom: 0px;
} .tg_horizontal_slider_wrapper .flickity-page-dots .dot {
height: 4px;
width: 40px;
margin: 0;
border-radius: 0;
}  .gallery_grid_content_wrapper.album_grid .tilter {
display: block;
position: relative;
color: #fff;
flex: none;
perspective: 1000px;
}
.gallery_grid_content_wrapper.album_grid .tilter * {
pointer-events: none;
}
.gallery_grid_content_wrapper.album_grid .tilter:hover,
.gallery_grid_content_wrapper.album_grid .tilter:focus {
color: #fff;
outline: none;
}
.gallery_grid_content_wrapper.album_grid .tilter__figure,
.gallery_grid_content_wrapper.album_grid .tilter__deco,
.gallery_grid_content_wrapper.album_grid .tilter__caption {
will-change: transform;
}
.gallery_grid_content_wrapper.album_grid .tilter__figure,
.gallery_grid_content_wrapper.album_grid .tilter__image {
margin: 0;
width: 100%;
height: 100%;
display: block;
}
.gallery_grid_content_wrapper.album_grid .tilter__figure > * {
transform: translateZ(0px); }
.gallery_grid_content_wrapper.album_grid .smooth .tilter__figure,
.gallery_grid_content_wrapper.album_grid .smooth .tilter__deco--overlay,
.gallery_grid_content_wrapper.album_grid .smooth .tilter__deco--lines,
.gallery_grid_content_wrapper.album_grid .smooth .tilter__deco--shine div,
.gallery_grid_content_wrapper.album_grid .smooth .tilter__caption {
transition: transform 0.2s ease-out;
}
.gallery_grid_content_wrapper.album_grid .tilter__figure {
position: relative;
}
.gallery_grid_content_wrapper.album_grid h3 {
font-size: 28px;
line-height: 1.1;
}
.gallery_grid_content_wrapper.album_grid p.tilter__description {
font-size: 12px;
letter-spacing: 3px;
text-transform: uppercase;
}
.gallery_grid_content_wrapper.album_grid .tilter__figure::before {
content: '';
position: absolute;
width: 90%;
height: 90%;
top: 5%;
left: 5%;
}
.gallery_grid_content_wrapper.album_grid .tilter__deco {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.gallery_grid_content_wrapper.album_grid .tilter__deco--shine div {
position: absolute;
width: 200%;
height: 200%;
top: -50%;
left: -50%;
background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
}
.gallery_grid_content_wrapper.album_grid .tilter__deco--lines {
fill: none;
stroke: #fff;
stroke-width: 1.5px;
}
.gallery_grid_content_wrapper.album_grid .tilter__caption {
position: absolute;
bottom: 0;
width: 100%;
padding: 3em;
}
.gallery_grid_content_wrapper.album_grid .tg_two_cols .tilter__caption {
padding: 4em;
}
.gallery_grid_content_wrapper.album_grid .tg_four_cols .tilter__caption {
padding: 2.5em;
}
.gallery_grid_content_wrapper.album_grid .tg_five_cols .tilter__caption {
padding: 2em;
}
.gallery_grid_content_wrapper.album_grid .tilter__title {
margin: 0;
font-size: 1.6em;
line-height: 1;
color: #fff;
}
.gallery_grid_content_wrapper.album_grid .tilter__description {
margin: 5px 0 0 0;
padding: 0 !important;
font-size: 0.6em;
text-transform: uppercase;
letter-spacing: 2px;
}
.gallery_grid_content_wrapper.album_grid .tilter__deco--overlay {
background: rgba(0,0,0,0.2);
} .gallery_grid_content_wrapper.album_grid .tilter--3 .tilter__caption {
padding: 2em;
text-align: right;
text-shadow: 0.1em 0.8em 1em rgba(0,0,0,0.35);
}
@media screen and (min-width: 30em) {
.gallery_grid_content_wrapper.album_grid .tilter--4 .tilter__deco--lines {
transform: scale3d(0.8,0.8,1);
transition: transform 0.4s;
}
.gallery_grid_content_wrapper.album_grid .tilter--4:hover .tilter__deco--lines {
transform: scale3d(1,1,1);
}
.gallery_grid_content_wrapper.album_grid .tilter--4 .tilter__title,
.gallery_grid_content_wrapper.album_grid .tilter--4 .tilter__description {
transform: translate3d(0,80px,0);
opacity: 0;
transition: transform 0.4s, opacity 0.4s;
}
.gallery_grid_content_wrapper.album_grid .tilter--4:hover .tilter__description {
transition-delay: 0.1s;
}
.gallery_grid_content_wrapper.album_grid .tilter--4:hover .tilter__title,
.gallery_grid_content_wrapper.album_grid .tilter--4:hover .tilter__description {
transform: translate3d(0,0,0);
opacity: 1;
}
} .gallery_grid_content_wrapper.album_grid .tilter--5 .tilter__deco--lines path {
stroke-dasharray: 1270;
stroke-dashoffset: 1270;
transition: stroke-dashoffset 0.7s;
}
.gallery_grid_content_wrapper.album_grid .tilter--5:hover .tilter__deco--lines path {
stroke-dashoffset: 0;
}
.gallery_grid_content_wrapper.album_grid .tilter--5 .tilter__figure::before {
box-shadow: none;
}
.gallery_grid_content_wrapper.album_grid .tilter--6 .tilter__deco--lines {
stroke: #000;
stroke-width: 6px;
top: -40px;
left: -40px;
}
.gallery_grid_content_wrapper.album_grid .tilter--6 .tilter__caption {
padding: 0 4em 5.5em 1.5em;
}
.gallery_grid_content_wrapper.album_grid .tilter--6 .tilter__figure::before {
box-shadow: none;
}
.gallery_grid_content_wrapper.album_grid .tilter--7 .tilter__deco--lines {
stroke-width: 20px;
transform: scale3d(0.9,0.9,1);
opacity: 0;
transition: transform 0.3s, opacity 0.3s;
}
.gallery_grid_content_wrapper.album_grid .tilter--7:hover .tilter__deco--lines {
opacity: 1;
transform: scale3d(1,1,1);
}
.gallery_grid_content_wrapper.album_grid .tilter--7 .tilter__figure::before {
box-shadow: none;
} .gallery_grid_content_wrapper.album_grid .tilter--8 {
perspective: none;
}
.gallery_grid_content_wrapper.album_grid .tilter--8 .tilter__figure {
transform-style: flat;
}
.gallery_grid_content_wrapper.album_grid .tilter--8 .tilter__deco--lines {
stroke-width: 6px;
}
.gallery_grid_content_wrapper.album_grid .tilter--8 .tilter__figure::before {
box-shadow: none;
}
.gallery_grid_content_wrapper .gallery_grid_item.tilter
{
overflow: visible;
}  .distortion_grid_item {
position: relative;
display: flex;
align-items: stretch;
width: 100vw;
}
.distortion_grid_item--bg {
background-color: var(--item-bg);
height: 100vw;
}
.distortion_grid_item-content {
width: 100%;
padding: 9vw;
display: flex;
flex-direction: column;
overflow: hidden;
pointer-events: none;
background: var(--item-bg);
}
.distortion_grid_item--bg .distortion_grid_item-content {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.distortion_grid_item-img {
display: block;
height: 100%;
width: 100%;
}
.distortion_grid_item-img canvas {
height: 100%;
}
.distortion_grid_item-img img {
height: 100%;
display: block;
}
.distortion_grid_item-img img:nth-child(2) {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: opacity 0.3s;
}
.distortion_grid_item:hover .distortion_grid_item-img img:nth-child(2) {
opacity: 1;
}
body.elementor-default .distortion_grid_item-img img {
display: none;
}
.distortion_grid_item-title {
font-size: 2.5rem;
line-height: 1;
margin: 0;
color: var(--item-title);
}
.distortion_grid_item-title--small {
font-size: 1.5rem;
line-height: 1.25;
margin-bottom: 1rem;
}
.distortion_grid_item-meta {
text-transform: uppercase;
font-weight: 400;
letter-spacing: 3px;
font-size: 14px;
color: var(--item-meta);
}
.distortion_grid_item-subtitle {
display: block;
margin: auto 0 0 0;
font-weight: 400;
font-size: 1.5em;
color: var(--item-subtitle);
}
.distortion_grid_item-subtitle span {
display: block;
font-size: 20px;
}
.distortion_grid_item-text {
font-size: 1rem;
line-height: 1.75;
margin: 2rem 0 0 0;
color: var(--item-text);
}
.distortion_grid_item-link {
display: inline-block;
color: currentColor;
font-weight: 700;
font-size: 18px;
letter-spacing: 3px;
text-transform: uppercase;
position: relative;
padding: 0 0 0.2rem;
pointer-events: auto;
color: var(--item-link);
}
.distortion_grid_item-link:focus,
.distortion_grid_item-link:hover {
color: var(--item-link-hover);
}
.distortion_grid_item-link::before {
content: '';
position: absolute;
background: currentColor;
width: 80%;
height: 1px;
bottom: 0;
transform-origin: 0% 50%;
transform: scale3d(0,1,1);
opacity: 0;
transition: all 0.3s;
transition-property: opacity, transform;
}
.distortion_grid_item-link:hover::before {
opacity: 1;
transform: scale3d(1,1,1);
}
.distortion_grid_item-link + .distortion_grid_item-link {
margin: 0 0 0 3rem;
}
.distortion_grid_item-text + .distortion_grid_item-link {
white-space: nowrap;
margin-top: 1rem;
align-self: flex-start;
margin-top: auto;
}
.distortion_grid_item-nav {
display: flex;
}
.distortion_grid_item-content h2 {
font-size: 46px;
line-height: 1.1;
} .theme-2 {
--item-bg: rgba(0,0,0,0.2);
--item-link: #fff;
--item-link-hover: #fff;
--item-meta: #fff;
--item-title: #fff;
--item-subtitle: #fff;
--item-text: #fff;
}
.theme-3 {
--item-bg: rgba(0,0,0,0.2);
--item-link: #fff;
--item-link-hover: #fff;
--item-meta: #fff;
--item-title: #fff;
--item-subtitle: #fff;
--item-text: #fff;
}
.theme-6 {
--item-bg: rgba(0,0,0,0.2);
--item-link: #12161e;
--item-link-hover: #fff;
--item-meta: #fff;
--item-title: #ffffff;
--item-subtitle: #12161e;
--item-text: #ffffff;
}
.theme-7 {
--item-bg: rgba(0,0,0,0.2);
--item-link: #fff;
--item-link-hover: #fff;
--item-meta: #fff;
--item-title: #fff;
--item-subtitle: #fff;
--item-text: #fff;
}
.theme-10 {
--item-bg: rgba(0,0,0,0.2);
--item-link: #000;
--item-link-hover: #fff;
--item-meta: #fff;
--item-title: #fff;
--item-subtitle: #000;
--item-text: #fff;
}
.theme-11 {
--item-bg: rgba(0,0,0,0.2);
--item-link: #000;
--item-link-hover: #fff;
--item-meta: #000;
--item-title: #000;
--item-subtitle: #000;
--item-text: #000;
}
.theme-14 {
--item-bg: rgba(0,0,0,0.2);
--item-link: #fff;
--item-link-hover: #fff;
--item-meta: #fff;
--item-title: #fff;
--item-subtitle: #fff;
--item-text: #fff;
}
.theme-15 {
--item-bg: rgba(0,0,0,0.2);
--item-link: #fff;
--item-link-hover: #fff;
--item-meta: #fff;
--item-title: #fff;
--item-subtitle: #fff;
--item-text: #fff;
}
.theme-19 {
--item-bg: rgba(0,0,0,0.2);
--item-link: #6317f5;
--item-link-hover: #fff;
--item-meta: #6317f5;
--item-title: #fff;
--item-subtitle: #6317f5;
--item-text: #fff;
}
@media screen and (min-width: 85em) {
.distortion_grid_item-text {
width: 80%;
}
}
.distortion_grid_wrapper {
display: grid;
grid-template-columns: repeat(2,49.999vw);
}
@media screen and (min-width: 50em) {
.distortion_grid_wrapper {
display: grid;
grid-template-columns: repeat(2,49.999vw);
}
.distortion_grid_item {
height: 49.999vw;
width: 100%;
}
.distortion_grid_item-subtitle * {
opacity: 0;
transform: translate3d(100px, 0, 0);
transition: all 0.5s cubic-bezier(0.2, 1, 0.7, 1);
transition-property: transform, opacity;
}
.distortion_grid_item:hover .distortion_grid_item-subtitle * {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.distortion_grid_item:hover .distortion_grid_item-subtitle span {
transition-delay: 0.1s;
}
.distortion_grid_item:hover .distortion_grid_item-subtitle .grid__item-link {
transition-delay: 0s;
}
.distortion_grid_item-title {
font-size: 6vw;
font-weight: 400;
}
.distortion_grid_item-title--small {
font-size: 3vw;
}
.distortion_grid_item-text {
margin-top: 2.5rem;
}
}  .timeline_wrapper
{
float: left;
position: relative;
left: 0;
width: 100%;
clear: both;
}
.timeline_wrapper:before
{
content: '';
position: absolute;
top: 0px;
left: 50%;
bottom: 0px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 1px;
background-color: #222;
}
.timeline_wrapper .timeline_entry
{
width: calc(50% - 80px);
float: left;
padding: 20px;
clear: both;
text-align: right;
}
.timeline_wrapper .timeline_entry:not(:first-child) {
margin-top: -80px;
}
.timeline_wrapper .timeline_entry .timeline_title
{
position: relative;
}
.timeline_wrapper .timeline_entry .timeline_title:before
{
content: '';
position: absolute;
width: 12px;
height: 12px;
border: 2px solid #222;
background-color: #222;
border-radius: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: -106px;
z-index: 2;
}
.timeline_wrapper .timeline_entry:nth-child(2n)
{
text-align: left;
float: right;
}
.timeline_wrapper .timeline_entry:nth-child(2n) .timeline_title:before
{
left: -106px;
}
.timeline_wrapper .timeline_entry .timeline_title .timeline_image
{
margin-bottom: 15px;
}
.timeline_wrapper .timeline_entry .timeline_title h3
{
font-size: 30px;
}  .room_grid_wrapper,
.room_grid_wrapper .room_grid_attr_wrapper .child_one_third
{
float: left;
}
.room_grid_wrapper .post_img_hover
{
margin-bottom: 20px;
}
.room_grid_wrapper h3
{
display: block;
text-align: center;
width: 100%;
padding: 0 0 20px 0;
box-sizing: border-box;
}
.room_grid_wrapper img
{
max-width: 100%;
height: auto;
}
.room_grid_wrapper.one_fourth
{
box-sizing: border-box;
width: calc(25% - 19px);
margin-right: 25px;
margin-bottom: 50px;
}
.room_grid_wrapper.one_third
{
box-sizing: border-box;
width: calc(33.33% - 20px);
margin-right: 30px;
margin-bottom: 60px;
}
.room_grid_wrapper.one_half
{
box-sizing: border-box;
width: calc(50% - 20px);
margin-right: 40px;
margin-bottom: 80px;
}
.room_grid_wrapper .room_grid_attr_wrapper .child_one_third
{
box-sizing: border-box;
width: 33.33%;
padding: 0 5% 0 5%;
}
.child_one_half
{
box-sizing: border-box;
width: 50%;
padding: 0 10% 0 10%;
float: left;
}
.room_grid_wrapper.one_third:nth-child(3n),
.room_grid_wrapper.one_half:nth-child(2n),
.room_grid_wrapper.one_fourth:nth-child(4n),
.room_grid_wrapper .room_grid_attr_wrapper .child_one_third:nth-child(3n)
{
margin-right: 0;
}
.room_grid_wrapper .room_grid_attr_wrapper .child_one_third
{
text-align: center;
border-right: 1px solid #222;
}
.room_grid_wrapper .room_grid_attr_wrapper .child_one_third:nth-child(3n)
{
border: 0;
}
.room_grid_wrapper .room_attr_value
{
width: 100%;
text-align: center;
font-size: 35px;
font-weight: 600;
}
.room_grid_wrapper.one_fourth .room_attr_value
{
font-size: 24px;
}
.room_grid_wrapper .room_attr_unit
{
width: 100%;
text-align: center;
font-size: 13px;
text-transform: uppercase;
margin-top: -5px;
line-height: 1.3;
}
.room_grid_link_wrapper
{
width: 100%;
margin-top: 30px;
text-align: center;
}
.room_grid_book .mphb-price-period
{
display: none;
}
.room_grid_book
{
display: inline-block;
border-bottom: 1px solid;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
letter-spacing: 2px;
}
.accommodation_type_content_wrapper .room_grid_wrapper.one_fourth:nth-child(4n+1) {  
clear: both;  
}
.accommodation_type_content_wrapper.layout_2 .room_grid_content_wrapper
{
text-align: center;
}  .tg_slider_property_clip_wrapper.intro {
position: relative;
width: 100%;
clear: both;
}
.tg_slider_property_clip_wrapper.intro .content {
float: right;
height: 100%;
width: 50%;
padding: 4.5rem;
display: table;
}
.tg_slider_property_clip_wrapper.intro .content.left {
float: left;
}
.tg_slider_property_clip_wrapper.intro .content > div {
display: table-cell;
vertical-align: middle;
}
.tg_slider_property_clip_wrapper.intro .content span {
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
display: inline-block;
text-transform: uppercase;
margin-bottom: 20px;
}
.tg_slider_property_clip_wrapper.intro .content > div h1 {
font-size: 70px;
line-height: 1.2;
}
.tg_slider_property_clip_wrapper.intro .content > div p {
}
.tg_slider_property_clip_wrapper.intro .slider {
float: left;
position: relative;
width: 50%;
height: 100%;
}
.tg_slider_property_clip_wrapper.intro .slider.right {
float: right;
}
.tg_slider_property_clip_wrapper.intro .slider li {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
-webkit-transition: clip .7s ease-in-out, z-index 0s .7s;
transition: clip .7s ease-in-out, z-index 0s .7s;
clip: rect(0, 100vw, 100vh, 100vw);
}
.tg_slider_property_clip_wrapper.intro li.current {
z-index: 1;
clip: rect(0, 100vw, 100vh, 0);
}
.tg_slider_property_clip_wrapper.intro li.prev {
clip: rect(0, 0, 100vh, 0);
}
.tg_slider_property_clip_wrapper.intro .slider nav {
position: absolute;
bottom: 5%;
left: 0;
right: 0;
text-align: center;
z-index: 10;
}
.tg_slider_property_clip_wrapper.intro nav a {
display: inline-block;
border-radius: 50%;
width: 0.8rem;
height: 0.8rem;
min-width: 12px;
min-height: 12px;
background: #fff;
margin: 0 0.5rem;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}
.tg_slider_property_clip_wrapper.intro nav a.current_dot {
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
@media screen and (max-width: 700px) {
.tg_slider_property_clip_wrapper.intro .content {
width: 100%;
height: 30%;
}
.tg_slider_property_clip_wrapper.intro .slider {
width: 100%;
height: 70%;
}
}  .slider_zoom_wrapper .pagination {
position: absolute !important;
width: 100%;
text-align: center;
right: 0;
padding: 0 !important;
bottom: 30px;
z-index: 8;
margin: 0 !important;
}
.slider_zoom_wrapper .pagination__item {
cursor: pointer;
display: inline-block;
white-space: nowrap;
font-size: 0;
width: 10px;
height: 10px;
border-radius: 250px;
border: 1px solid #fff;
margin: 0 5px;
transition: .2s ease-in-out;
background: transparent;
}
.slider_zoom_wrapper .pagination__item.is-current, 
.slider_zoom_wrapper .pagination__item:hover {
background-color: #fff;
}
.container {
width: 960px;
margin: auto;
}
@media (max-width: 699px) {
.container {
padding-right: 40px;
padding-left: 40px;
}
}
@media only screen and (min-width: 1200px) {
.container {
max-width: 1425px;
width: 100%;
padding: 0 90px;
}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
.container {
width: 100%;
padding: 0 30px;
}
}
@media only screen and (max-width: 767px) {
.container {
width: 100%;
padding: 0 30px;
}	
}
.background-absolute {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center;
background-size: cover;
}
.slider_zoom_wrapper {
position: relative;
color: #ffffff;
background-color: #1e1e22;
overflow: hidden;
height: 900px;
}
.slideshow__slide {
visibility: hidden;
transition: visibility 0s 1.7s;
}
.slideshow__slide.is-current {
visibility: visible;
transition-delay: 0s;
}
@media (max-width: 699px) {
.slider_zoom_wrapper .slideshow__slide {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
}
@media (min-width: 700px) {
.slider_zoom_wrapper .slideshow__slide {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
}
.slideshow__slide-background-load-wrap {
transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
overflow: hidden;
}
.is-loaded .slideshow__slide-background-load-wrap {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition-delay: 0s;
}
.slideshow__slide.is-prev .slideshow__slide-background-parallax,
.slideshow__slide.is-next .slideshow__slide-background-parallax {
-webkit-transform: none !important;
transform: none !important;
}
.slideshow__slide.is-prev-section .slideshow__slide-background-parallax,
.slideshow__slide.is-next-section .slideshow__slide-background-parallax {
-webkit-transform: none !important;
transform: none !important;
}
.slideshow__slide-background-load {
transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.is-loaded .slideshow__slide-background-load {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slideshow__slide-background-wrap {
transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slideshow__slide.is-prev .slideshow__slide-background-wrap {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.slideshow__slide.is-next .slideshow__slide-background-wrap {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
transition: none;
}
.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
transition: none;
}
.slideshow__slide-background {
transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
-webkit-transform: scale(1);
transform: scale(1);
overflow: hidden;
}
.slideshow__slide.is-prev .slideshow__slide-background, .slideshow__slide.is-next .slideshow__slide-background {
-webkit-transform: scale(1);
transform: scale(1);
transition-delay: 0s;
}
.slideshow__slide.is-prev-section .slideshow__slide-background, .slideshow__slide.is-next-section .slideshow__slide-background {
-webkit-transform: scale(1);
transform: scale(1);
transition-delay: 0s;
transition: none;
}
.slideshow__slide-image-wrap {
transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slideshow__slide.is-prev .slideshow__slide-image-wrap {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
.slideshow__slide-image {
transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
-webkit-transform: scale(1);
transform: scale(1);
}
.slideshow__slide.is-prev .slideshow__slide-image, .slideshow__slide.is-next .slideshow__slide-image {
-webkit-transform: scale(1);
transform: scale(1);
transition-delay: 0s;
}
.slideshow__slide.is-prev-section .slideshow__slide-image, .slideshow__slide.is-next-section .slideshow__slide-image {
-webkit-transform: scale(1);
transform: scale(1);
transition-delay: 0s;
transition: none;
}
.slideshow__slide-image::before, .slideshow__slide-image::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.35;
}
.slideshow__slide-image::before {
background-color: #1e1e22;
}
.slideshow__slide-image::after {
background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
}
.slideshow__slide.is-prev .slideshow_container,
.slideshow__slide.is-next .slideshow_container {
-webkit-transform: none !important;
transform: none !important;
}
.slideshow__slide.is-prev-section .slideshow_container,
.slideshow__slide.is-next-section .slideshow_container {
-webkit-transform: none !important;
transform: none !important;
}
.slideshow__slide-caption-text {
position: relative;
height: 100%;
padding-top: 30%;
transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slideshow__slide.is-prev .slideshow__slide-caption-text {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.slideshow__slide.is-next .slideshow__slide-caption-text {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.slideshow__slide.is-prev-section .slideshow__slide-caption-text {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
transition: none;
}
.slideshow__slide.is-next-section .slideshow__slide-caption-text {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
transition: none;
}
.slideshow__slide-caption {
position: relative;
height: 100%;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.is-loaded .slideshow__slide-caption {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slideshow__slide-caption-title {
line-height: 1;
color: #fff;
font-size: 110px;
}
.slideshow__slide-desc {
margin-top: 20px;
font-size: 18px;
}
.title_align_right .slideshow__slide-caption-title,
.title_align_right .slideshow__slide-desc {
float: right;
clear: both;
}
.title_align_center .slideshow__slide-caption-title,
.title_align_center .slideshow__slide-desc {
display: block;
margin: auto;
text-align: center;
}
.slideshow__slide-caption-title.-full {
width: 100%;
}
.slideshow__slide-caption-subtitle {
display: inline-block;
padding: 1.875rem 0;
}
.slideshow__slide-caption-subtitle.-load {
transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
-webkit-transform: translate3d(0, 3.75rem, 0);
transform: translate3d(0, 3.75rem, 0);
}
.is-loaded .slideshow__slide-caption-subtitle.-load {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
body[data-route-option="prev-section"] .slideshow__slide-caption-subtitle.-load, body[data-route-option="next-section"] .slideshow__slide-caption-subtitle.-load {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slideshow__slide-caption-subtitle-label {
transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transform: translateZ(0);
transform: translateZ(0);
display: inline-block;
}
.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label, .o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
-webkit-transform: translateX(20px);
transform: translateX(20px);
} .c-header-home_heading {
line-height: 1;
}
@media (max-height: 500px) {
.c-header-home_heading {
margin-bottom: 0 !important;
}
}
@media (max-width: 699px) {
.c-header-home_heading {
font-size: 40px;
margin-bottom: 150px;
}
.c-header-home.-full .c-header-home_heading {
margin-bottom: 30px;
}
}
@media (min-width: 700px) {
.c-header-home_heading {
font-size: 5.625rem;
margin-bottom: 1.25rem;
}
}
@media (min-width: 700px) and (max-width: 749px) {
.c-header-home_heading {
font-size: 4.375rem;
}
}
@media (min-width: 1600px) {
.c-header-home_heading {
font-size: 6.25rem;
}
}
.c-header-home_heading.-full {
width: 100%;
}
.c-header-home_subheading {
display: inline-block;
padding: 1.875rem 0;
}
.c-header-home_subheading.-load {
transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
-webkit-transform: translate3d(0, 3.75rem, 0);
transform: translate3d(0, 3.75rem, 0);
}
.is-loaded .c-header-home_subheading.-load {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
body[data-route-option="prev-section"] .c-header-home_subheading.-load, body[data-route-option="next-section"] .c-header-home_subheading.-load {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.o-hsub {
font-size: 0.75rem;
padding: 1.25rem 0;
display: inline-block;
text-transform: uppercase;
letter-spacing: 0.12em;
font-weight: 500;
}
.o-hsub::before {
content: "";
display: inline-block;
vertical-align: middle;
border-bottom: 1px solid;
width: 1.5rem;
background-color: #1e1e22;
margin-right: 1.125rem;
transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transform-origin: center left;
transform-origin: center left;
}
.o-hsub.-link {
color: #ffffff;
text-decoration: none;
}
.o-hsub.-link:hover::before, .o-hsub-wrap:hover .o-hsub.-link::before {
-webkit-transform: scaleX(1.5);
transform: scaleX(1.5);
}  .slider_parallax_wrapper {
overflow: hidden;
position: relative;
width: 100%;
height: 100vh;
z-index: 1;
}
.slider_parallax_wrapper .slideshow-inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.slider_parallax_wrapper .slides {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.slider_parallax_wrapper .slide {
display: none;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
transition: opacity 0.3s ease;
}
.slider_parallax_wrapper .slide.is-active {
display: block;
}
.slider_parallax_wrapper .slide.is-loaded {
opacity: 1;
}
.slider_parallax_wrapper .slide .image-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
z-index: 1;
background-size: cover;
image-rendering: optimizeQuality;
}
.slider_parallax_wrapper .slide .image-container::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.slider_parallax_wrapper .slide .image {
width: 100%;
width: 100%;
object-fit: cover;
height: 100%;
}
.slider_parallax_wrapper .slide-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
color: #fff;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.slider_parallax_wrapper .slide .title {
margin: 0 auto 15px;
}
.slider_parallax_wrapper .slide .title h2 {
color: #fff;
font-size: 50px;
line-height: 1.3;
}
.slider_parallax_wrapper .slide .text {
margin: 0 auto;
font-size: 18px;
}
.slider_parallax_wrapper .slide .button {
margin: 20px 0 0;
}
.slider_parallax_wrapper .pagination {
position: absolute;
bottom: 35px;
left: 0;
width: 100%;
height: 12px;
cursor: default;
z-index: 2;
text-align: center;
}
.slider_parallax_wrapper .pagination .item {
display: inline-block;
padding: 15px 5px;
position: relative;
width: 46px;
height: 32px;
cursor: pointer;
text-indent: -999em;
z-index: 1;
}
.slider_parallax_wrapper .pagination .item + .page {
margin-left: -2px;
}
.slider_parallax_wrapper .pagination .item::before {
content: "";
display: block;
position: absolute;
top: 15px;
left: 5px;
width: 36px;
height: 2px;
opacity: 0.3;
transition: background 0.2s ease;
}
.slider_parallax_wrapper .pagination .item::after {
width: 0;
background: #fff;
z-index: 2;
transition: width 0.2s ease;
}
.slider_parallax_wrapper .pagination .item:hover::before, .slider_parallax_wrapper .pagination .item.is-active::before {
opacity: 1;
}
.slider_parallax_wrapper .arrows .arrow {
margin: -33px 0 0;
padding: 20px;
position: absolute;
top: 50%;
cursor: pointer;
z-index: 3;
}
.slider_parallax_wrapper .arrows .prev {
left: 30px;
}
.slider_parallax_wrapper .arrows .prev:hover .svg {
left: -10px;
}
.slider_parallax_wrapper .arrows .next {
right: 30px;
}
.slider_parallax_wrapper .arrows .next:hover .svg {
left: 10px;
}
.slider_parallax_wrapper .arrows .svg {
position: relative;
left: 0;
width: 14px;
height: 26px;
fill: #fff;
transition: left 0.2s ease;
}
.slider_parallax_wrapper .slide .caption .text {
font-size: 18px;
}  .booking_history_wrapper,
.booking_history_row_wrapper
{
width: 100%;
float: left;
}
.booking_history_row_wrapper
{
margin-bottom: 40px;
}
.booking_history_title
{
margin-bottom: 20px;
}
.booking_history_img
{
float: left;
width: 180px;
}
.booking_history_img img
{
max-width: 150px;
height: auto;
}
.booking_history_content
{
float: right;
width: calc(100% - 180px);
}
.booking_history_content_row
{
float: left;
width: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #ebebeb;
}
.booking_history_label
{
float: left;
width: 30%;
font-weight: 600;
}
.booking_history_attr
{
float: right;
width: 70%;
}
.booking_history_status.confirmed
{
color: #32a923;
}
.booking_history_status.abandoned,
.booking_history_status.cancelled
{
color: #FF3B30;
}
.booking_history_status.pending,
.booking_history_status.pending-user,
.booking_history_status.pending-payment
{
color: #FF9500;
}
.booking_history_sub_label
{
float: left;
width: 60%;
}
.booking_history_sub_attr
{
float: left;
width: 40%;
text-align: right;
}
.elementor-widget-shortcode .mphb-required-fields-tip
{
display: none;
}
.elementor-widget-shortcode .mphb_sc_search-check-in-date,
.elementor-widget-shortcode .mphb_sc_search-check-out-date,
.elementor-widget-shortcode .mphb_sc_search-adults,
.elementor-widget-shortcode .mphb_sc_search-children,
.elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search .mphb_sc_search-check-in-date,
.elementor-widget-hoteller-availability-search .mphb_sc_search-check-out-date,
.elementor-widget-hoteller-availability-search .mphb_sc_search-adults,
.elementor-widget-hoteller-availability-search .mphb_sc_search-children,
.elementor-widget-hoteller-availability-search .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search .mphb-check-in-date-wrapper,
.elementor-widget-hoteller-availability-search .mphb-check-out-date-wrapper,
.elementor-widget-hoteller-availability-search .mphb-adults-wrapper,
.elementor-widget-hoteller-availability-search .mphb-children-wrapper,
.elementor-widget-hoteller-availability-search .mphb-reserve-btn-wrapper
{
box-sizing: border-box;
width: calc(20% - 5px);
padding-right: 10px;
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-left: 0;
display: inline-block;
}
.elementor-widget-hoteller-availability-search .has_attributes .mphb_sc_search-check-in-date,
.elementor-widget-hoteller-availability-search .has_attributes .mphb_sc_search-check-out-date,
.elementor-widget-hoteller-availability-search .has_attributes .mphb_sc_search-adults,
.elementor-widget-hoteller-availability-search .has_attributes .mphb_sc_search-children,
.elementor-widget-hoteller-availability-search .has_attributes .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb-check-in-date-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb-check-out-date-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb-adults-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb-children-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb-reserve-btn-wrapper
{
width: calc(25% - 3px);
}
.elementor-widget-hoteller-availability-search .has_attributes .mphb-children-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb_sc_search-children
{
padding-right: 0;
}
.elementor-widget-shortcode .has_attributes .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search  .has_attributes .mphb_sc_search-submit-button-wrapper
{
margin-top: 10px;
}
.elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search  .mphb_sc_search-submit-button-wrapper
{
padding-right: 0;
}
.elementor-widget-shortcode .mphb_sc_search-check-in-date input.mphb-datepick,
.elementor-widget-shortcode .mphb_sc_search-check-out-date input.mphb-datepick
{
background: transparent;
}
.elementor-widget-hoteller-availability-search .availability_search_wrapper.compact-form .mphb_sc_search-check-in-date,
.elementor-widget-hoteller-availability-search .availability_search_wrapper.compact-form .mphb_sc_search-check-out-date,
.elementor-widget-hoteller-availability-search .availability_search_wrapper.compact-form .mphb_sc_search-adults,
.elementor-widget-hoteller-availability-search .availability_search_wrapper.compact-form .mphb_sc_search-children,
.elementor-widget-hoteller-availability-search .availability_search_wrapper.compact-form .mphb-check-in-date-wrapper,
.elementor-widget-hoteller-availability-search .availability_search_wrapper.compact-form .mphb-check-out-date-wrapper,
.elementor-widget-hoteller-availability-search .availability_search_wrapper.compact-form .mphb-adults-wrapper,
.elementor-widget-hoteller-availability-search .availability_search_wrapper.compact-form .mphb-children-wrapper
{
width: 100%;
box-sizing: border-box;
padding-right: 10px;
padding-top: 0 !important;
padding-bottom: 10px !important;
margin-bottom: 10px;
display: inline-block;
}
.elementor-widget-hoteller-availability-search .availability_search_wrapper.compact-form .mphb_sc_search-submit-button-wrapper, 
.elementor-widget-hoteller-availability-search .availability_search_wrapper.compact-form .mphb-reserve-btn-wrapper 
{
width: 100%;
margin-top: 20px;
} .elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper input[type=submit],
.elementor-widget-hoteller-availability-search .mphb_sc_search-submit-button-wrapper input[type=submit]
{
width: 100%;
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
.elementor-widget-shortcode .mphb-required-fields-tip,
.elementor-widget-hoteller-availability-search .mphb-required-fields-tip
{
display: none;
}  .tg_navigation_wrapper:empty
{
min-height: 70px;
}
.tg_navigation_wrapper .nav
{
padding: 0;
}
.tg_navigation_wrapper .nav li
{
display: inline-block;
margin: 0;
padding: 12px 0 12px 0;
}
.tg_navigation_wrapper.menu_style2 .nav li,
.tg_navigation_wrapper.menu_style3 .nav li
{
padding: 12px 0 12px 0;
}
.tg_navigation_wrapper.menu_style1 .nav li
{
padding: 0;
}
.tg_navigation_wrapper .nav li > a
{
display: inline-block;
position: relative;
padding: 0 5px;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
}
.tg_navigation_wrapper.menu_style1 .nav li > a,
.tg_navigation_wrapper.menu_style3 .nav li > a
{
padding: 0;
}
.tg_navigation_wrapper.menu_style1 .nav li > a
{
padding: 0;
}
.tg_navigation_wrapper.menu_style3 .nav li > a:before
{
content: '';
display: block;
position: absolute;
bottom: 2px;
left: 0;
height: 1px;
width: 100%;
background-color: #666;
transform-origin: center top;
transform: scale(0,1);
transition: color .1s,transform .2s ease-out;
}
.tg_navigation_wrapper.menu_style2 .nav li > a:before
{
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
opacity: 0.2;
height: 50%;
width: 100%;
background-color: #666;
transform-origin: right top;
transform: scale(0, 1);
transition: color 0.1s,transform 0.2s ease-out;
}
.tg_navigation_wrapper.menu_style1 .nav li > a:before
{
content: '';
display: block;
position: absolute;
bottom: 2px;
left: 0;
height: 1px;
width: 100%;
background-color: #666;
transform-origin: right top;
transform: scale(0,1);
transition: color .1s,transform .2s ease-out;
}
.tg_navigation_wrapper.menu_style1 .nav li > a:active:before,
.tg_navigation_wrapper.menu_style2 .nav li > a:active:before
{
background-color: #666;
}
.tg_navigation_wrapper.menu_style1 .nav li > a:hover:before,
.tg_navigation_wrapper.menu_style2 .nav li > a:hover:before
{
transform-origin: left top;
transform: scale(1, 1);
}
.tg_navigation_wrapper.menu_style4 .nav li > a
{
display: inline-block;
padding: 5px 20px 5px 20px;
}
.tg_navigation_wrapper.menu_style4 .nav li > a:hover,
.tg_navigation_wrapper.menu_style4 .nav li.current-menu-item > a
{
background: #f0f0f0;
}
.tg_navigation_wrapper .nav li.arrow > a:after
{
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
font-family: 'themify';
content: "\e64b";
float: right;
margin-left: 8px;
line-height: 3.4em;
}
.tg_navigation_wrapper .nav li.arrow > a:after
{
font-size: 9px;
}
.tg_navigation_wrapper .nav li > ul,
.tg_navigation_wrapper .nav li > .elementor-megamenu-wrapper,
.nav li.megamenu > .elementor-megamenu-wrapper
{
list-style: none;
background: transparent;
position: absolute;
width: 220px;
height: 0;
padding: 0;
z-index: -1; 
margin: 0;
margin-left: 0;
margin-top: 0;
border: 0;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
opacity: 0;
overflow: hidden;
-webkit-transform: translate(0px,-15px);
-moz-transform: translate(0px,-15px);
transform: translate(0px,-15px);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
.tg_navigation_wrapper .nav li ul
{
padding: 5px 0 5px 0;
}
.tg_navigation_wrapper .nav li ul li
{
padding: 5px 0 5px 0;
clear: both;
display: inline-block;
width: 100%;
box-sizing: border-box;
}
.tg_navigation_wrapper .nav li ul li ul
{
position: absolute;
left: 221px;
margin-top: -39px;
margin-left: 0;
opacity: 0;
}
.tg_navigation_wrapper .nav li ul li ul:before
{
display: none;
}
.tg_navigation_wrapper .nav > li:hover > ul,
.tg_navigation_wrapper .nav > li > ul > li:hover > ul,
.tg_navigation_wrapper .nav > li:hover > .elementor-megamenu-wrapper,
.nav li.megamenu:hover > .elementor-megamenu-wrapper
{
z-index: 9;
opacity: 1;
height: auto;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
transform: translate(0px,0px);
overflow: visible;
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) { .tg_navigation_wrapper .nav li > .elementor-megamenu-wrapper,
.nav li.megamenu > .elementor-megamenu-wrapper {
display: none;
}
.tg_navigation_wrapper .nav > li:hover > .elementor-megamenu-wrapper,
.nav li.megamenu:hover > .elementor-megamenu-wrapper {
display: block;
}
}}
.tg_navigation_wrapper .nav li.current-menu-item ul li a, .tg_navigation_wrapper .nav li ul li.current-menu-item a, .tg_navigation_wrapper .nav li ul li.current-menu-parent a
{
background: transparent;
height: auto;
}
.tg_navigation_wrapper .nav > li > ul > li > a, 
.tg_navigation_wrapper .nav > li.current-menu-parent > ul > li > a
{
border-top: 0;
margin: 0;
font-size: 11px;
padding: 0;
padding-right: 5px;
letter-spacing: 0;
font-weight: 400;
text-transform: none;
box-sizing: border-box;
-webkit-transition: color .2s linear, background .2s linear;
-moz-transition: color .2s linear, background .2s linear;
-ms-transition: color .2s linear, background .2s linear;
-o-transition: color .2s linear, background .2s linear;
transition: color .2s linear, background .2s linear;
}
.tg_navigation_wrapper .nav li:first-child > a, 
.tg_navigation_wrapper .nav li ul li:first-child > a,
.tg_navigation_wrapper .nav li.current-menu-parent ul li:first-child > a
{
margin-top: 10px;
}
.tg_navigation_wrapper .nav li:last-child > a, 
.tg_navigation_wrapper .nav li ul li:last-child > a,
.tg_navigation_wrapper .nav li.current-menu-parent ul li:last-child > a
{
margin-bottom: 10px;
}
.tg_navigation_wrapper .nav li.megamenu > ul,
.tg_navigation_wrapper .nav li.megamenu > .elementor-megamenu-wrapper,
.nav li.megamenu > .elementor-megamenu-wrapper
{
position: fixed;
width: 960px;
left: 0;
right: 0;
margin-left:auto;
margin-right:auto;
padding: 0;
box-sizing: border-box;
overflow: hidden;
}
.tg_navigation_wrapper .nav li.elementor-megamenu.megamenu > ul.sub-menu
{
display: none;
}
.tg_navigation_wrapper .nav li:not(.megamenu) > ul.sub-menu > li.arrow > a:after, .tg_navigation_wrapper .nav li:not(.megamenu) > ul.sub-menu > li.arrow > a:after
{
font-size: 7px;
margin-left: 8px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
font-family: 'themify';
content: "\e649";
float: right;
margin-right: 0px;
line-height: 3.4em;
}
.tg_navigation_wrapper .nav li.megamenu > ul li
{
display: block;
box-sizing: border-box;
clear: none;
float: left;
border-left: 1px solid #eeeeee;
}
.tg_navigation_wrapper .nav li.megamenu > ul li > a
{
display: none;
}
.tg_navigation_wrapper .nav li.megamenu.elementor-megamenu > ul li > a
{
display: inline;
}
.tg_navigation_wrapper .nav li.megamenu > ul li:first-child
{
border: 0;
}
.tg_navigation_wrapper .nav li.megamenu.col2 > ul > li
{
width: 50%;
padding: 5px 15px 0 0;
}
.tg_navigation_wrapper .nav li.megamenu.col3 > ul > li
{
width: 33.3%;
padding: 5px 15px 0 0;
}
.tg_navigation_wrapper .nav li.megamenu.col4 > ul > li
{
width: 25%;
padding: 5px 15px 0 0;
}
.tg_navigation_wrapper .nav li.megamenu > ul li ul, 
.tg_navigation_wrapper .nav li.megamenu > ul li ul
{
position: relative;
width: 100%;
margin: 0;
border: 0;
box-shadow: 0 0 0;
display: block !important;
opacity: 1 !important;
left: 0;
height: auto;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
overflow: visible;
}
.tg_navigation_wrapper .nav li.megamenu ul li ul li, .tg_navigation_wrapper .nav li.megamenu ul li ul li
{
width: 100% !important;
border: 0 !important;
}
.tg_navigation_wrapper .nav li.megamenu ul li > a, .tg_navigation_wrapper .nav li.megamenu ul li > a:hover, .tg_navigation_wrapper .nav li.megamenu ul li  > a:active
{
color: #444;
box-sizing: border-box;
background: transparent;
}
.tg_navigation_wrapper .nav li.megamenu ul li ul li a, .tg_navigation_wrapper .nav li.megamenu ul li ul li a
{
color: #888;
border-bottom: 0;
}
.tg_navigation_wrapper .nav li.megamenu ul li ul li, .tg_navigation_wrapper .nav li.megamenu ul li ul li a
{
width: auto;
display: inline-block;
margin-left: 5px;
padding: 0;
}
@media only screen and (min-width: 1280px) {
.tg_navigation_wrapper .nav li.megamenu > ul, 
.tg_navigation_wrapper .nav li.megamenu > .elementor-megamenu-wrapper,
.nav li.megamenu > .elementor-megamenu-wrapper
{
max-width: 1350px;
width: 100%;
width: calc(100vw - 180px);
box-sizing: border-box;
}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
.tg_navigation_wrapper .nav li.megamenu > ul, 
.tg_navigation_wrapper .nav li.megamenu > .elementor-megamenu-wrapper,
.nav li.megamenu > .elementor-megamenu-wrapper
{
width: calc(100% - 60px);
}
}
#elementor_mobile_nav.elementor-button .elementor-align-icon-left
{
float: none;
}
.elementor_mobile_nav
{
cursor: pointer;
}
.elementor_desktop_hide
{
z-index: -1;
opacity: 0;
}
.text-alignright .elementor-column-wrap .elementor-widget-wrap .elementor-widget:first-child,
.text-alignright .elementor-column-wrap .elementor-widget-wrap .elementor-widget.elementor_mobile_nav
{
margin-left: auto;
}
.no_padding .tg_navigation_wrapper .nav li
{
padding: 0;
}
.no_padding .tg_navigation_wrapper .nav li a
{
margin-top: 0;
}
.tg_navigation_wrapper .elementor-widget .elementor-icon-list-item a
{
width: initial;
}  .tg_mouse_driven_vertical_carousel_wrapper {
overflow: hidden;
width: 100%;
}
.tg_mouse_driven_vertical_carousel_wrapper .c-header {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper {
position: relative;
width: 100%;
background-size: cover;
background-position: center;
height: 0;
height: 100%;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header {
position: absolute;
top: 45%;
left: 90px;
z-index: 9;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header h2 {
color: #fff;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-gradient-overlay {
position: absolute;
display: block;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: radial-gradient(circle at 49% 50%, rgba(2, 21, 25, 0.3), rgba(2, 21, 25, 0.6));
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel {
position: relative;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list {
width: 100%;
position: absolute;
left: 0;
top: 50%;
z-index: 1;
list-style: none;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list-item a {
display: block;
padding-bottom: 25px;
padding-top: 25px;
padding-left: 54.1666666667%;
padding-right: 10%;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__eyebrow {
position: relative;
color: #fff;
padding: 0 !important;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__title {
max-width: 100%;
color: #fff;
padding: 0 !important;
font-size: 26px;
font-weight: 700;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__bg-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
will-change: transform;
}  .elementor-widget-hoteller-slider-synchronized-carousel {
overflow: hidden;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container {
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex: 1;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images {
position: relative;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images.ms-container--horizontal {
width: 100%;
height: 400px;
max-width: 100%;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images.ms-container--horizontal .ms-track {
left: calc(50% - 350px);
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images.ms-container--horizontal .ms-slide {
display: inline-flex;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images .ms-track {
display: flex;
position: absolute;
white-space: nowrap;
padding: 0;
margin: 0;
list-style: none;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images .ms-slide {
align-items: center;
justify-content: center;
width: 700px;
height: 400px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images {
left: calc(50% - 280px);
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images.ms-container--horizontal .ms-track {
left: -70px;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images .ms-slide__image-container {
width: 80%;
height: 80%;
background-color: rgba(0, 0, 0, 0.3);
overflow: hidden;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images .ms-slide__image {
width: 100%;
height: 100%;
background-size: cover;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers {
position: relative;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers.ms-container--horizontal {
width: 240px;
height: 240px;
max-width: 100%;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers.ms-container--horizontal .ms-track {
left: calc(50% - 120px);
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers.ms-container--horizontal .ms-slide {
display: inline-flex;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers .ms-track {
display: flex;
position: absolute;
white-space: nowrap;
padding: 0;
margin: 0;
list-style: none;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers .ms-slide {
align-items: center;
justify-content: center;
width: 240px;
height: 240px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers {
position: absolute;
left: calc(50% - 420px);
top: calc(50% - 280px);
z-index: -1;
pointer-events: none;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers .ms-slide {
font-size: 100px;
font-weight: 900;
color: #ccc;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles {
position: relative;
overflow: hidden;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles.ms-container--vertical {
width: 400px;
min-height: 170px;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles.ms-container--vertical .ms-track {
flex-direction: column;
top: calc(50% - 85px);
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles.ms-container--vertical.ms-container--reverse .ms-track {
flex-direction: column-reverse;
top: auto;
bottom: calc(50% - 85px);
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles.ms-container--vertical .ms-slide {
display: flex;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-track {
display: flex;
position: absolute;
white-space: nowrap;
padding: 0;
margin: 0;
list-style: none;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide {
align-items: center;
justify-content: left;
width: 400px;
height: 170px;
padding-left: 60px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles {
position: absolute;
left: calc(50% - 420px);
top: calc(50% - 120px);
z-index: 1;
pointer-events: none;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-track {
white-space: normal;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide {
font-size: 3.3em;
font-weight: 600;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide h3 {
margin: 0;
font-size: 36px;
font-weight: 700;
line-height: 1.4em;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links {
position: relative;
overflow: hidden;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links.ms-container--vertical {
width: 400px;
min-height: 60px;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links.ms-container--vertical .ms-track {
flex-direction: column;
top: calc(50% - 10px);
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links.ms-container--vertical .ms-slide {
display: flex;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links .ms-track {
display: flex;
position: absolute;
white-space: nowrap;
padding: 0;
margin: 0;
list-style: none;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links .ms-slide {
align-items: left;
justify-content: left;
min-width: 300px;
min-height: 90px;
padding-left: 60px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links {
position: absolute;
left: calc(50% - 420px);
top: calc(50% + 85px);
z-index: 1;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 13px;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links .ms-track {
white-space: normal;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links .ms-slide__link {
cursor: pointer;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .tg_synchronized_carousel_pagination {
display: flex;
position: absolute;
left: calc(50% - 420px);
top: calc(100%);
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 1;
padding-left: 60px;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .pagination__button {
display: inline-block;
position: relative;
width: 36px;
height: 20px;
margin: 0 5px;
cursor: pointer;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .pagination__button:before, .pagination__button:after {
content: '';
position: absolute;
left: 0;
top: calc(50% - 1px);
width: 100%;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .pagination__button:before {
height: 2px;
background-color: #ccc;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .pagination__button:after {
height: 2px;
background-color: #0067DA;
opacity: 0;
transition: 0.5s opacity;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .pagination__item--active .pagination__button:after {
opacity: 1;
}
@media screen and (max-width: 860px) {
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--numbers {
left: calc(50% - 120px);
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles {
left: calc(50% - 200px);
top: calc(50% - 135px);
text-align: center;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links {
left: calc(50% - 60px);
top: calc(50% + 80px);
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .tg_synchronized_carousel_pagination {
left: 50%;
top: calc(100%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media screen and (max-width: 600px) {
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--images {
overflow: visible;
}
}
@media screen and (max-width: 400px) {
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
.tg_synchronized_carousel_slider_wrapper.sliders-container.has-no-pagination .tg_synchronized_carousel_pagination {
display: none;
}  .tg_flip_box_wrapper.square-flip{
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-webkit-transform: perspective(1000px);
-moz-transform: perspective(1000px);
-ms-transform: perspective(1000px);
transform: perspective(1000px);
-moz-transform-style: preserve-3d; 
position:relative;
}
.tg_flip_box_wrapper.square-flip {
width:100%;
height:400px;
}
.tg_flip_box_wrapper.square-flip .square,.square2{
width:100%;
height:100%;
}
.tg_flip_box_wrapper.square-flip .square{
background-size: cover;
background-position:center center;
-ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
-webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
overflow: hidden;
position:absolute;
top:0;
-webkit-backface-visibility: hidden; 
backface-visibility: hidden;
}
.tg_flip_box_wrapper.square-flip  .square{
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
transform-style: preserve-3d;
z-index:1;
}
.tg_flip_box_wrapper.square-flip:hover .square{
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
transform-style: preserve-3d;
}
.tg_flip_box_wrapper.square-flip .square2{
background-size: cover;
background-position:center center;
-ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
-webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
overflow: hidden;
position:absolute;
top:0;
-webkit-backface-visibility: hidden; 
backface-visibility: hidden;
}
.tg_flip_box_wrapper.square-flip  .square2{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
transform-style: preserve-3d;
z-index:1;
}
.tg_flip_box_wrapper.square-flip:hover .square2{
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
transform-style: preserve-3d;
} .tg_flip_box_wrapper.square-flip .square-container{
padding:40px;
text-align:center;
position:relative;
top:50%;
-ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
-webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
-webkit-transform: translateY(-50%) translateX(0px)  scale(1);
-ms-transform: translateY(-50%) translateX(0px)  scale(1);
ansform: translateY(-50%) translateX(0px)  scale(1);
transform-style: preserve-3d;
z-index:2;
}
.tg_flip_box_wrapper.square-flip:hover .square-container{
-webkit-transform: translateY(-50%) translateX(-650px)  scale(.88);
-ms-transform: translateY(-50%) translateX(-650px)  scale(.88);
transform: translateY(-50%) translateX(-650px)  scale(.88);
transform-style: preserve-3d;
}
.tg_flip_box_wrapper.square-flip .square-container2{
padding:40px;
text-align:center;
position:relative;
top:50%;
-ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
-webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
-webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
-ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
transform-style: preserve-3d;
z-index:2;
}
.tg_flip_box_wrapper.square-flip:hover .square-container2{
-webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
-ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
transform-style: preserve-3d;
}
.tg_flip_box_wrapper.square-flip .flip-overlay {
display: block;
background: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
.tg_flip_box_wrapper.square-flip .square-container2 .button {
margin-top: 20px;
}  .themegoods-animated-text span.blast {
transform: translateX(101%) translateY(0px) translateZ(0px);
transition: all 800ms ease;
opacity: 0;
display: inline-block;
transition-delay: 1000ms;
}
.themegoods-animated-text.overflow-hidden > * > span:not(.blast) {
overflow: hidden;
display: inline-block;
}
.themegoods-animated-text.overflow-hidden h1,
.themegoods-animated-text.overflow-hidden h2,
.themegoods-animated-text.overflow-hidden h3,
.themegoods-animated-text.overflow-hidden h4,
.themegoods-animated-text.overflow-hidden h5,
.themegoods-animated-text.overflow-hidden h6,
.themegoods-animated-text.overflow-hidden h7,
.themegoods-animated-text.overflow-hidden div,
.themegoods-animated-text.overflow-hidden > span:not(.blast) {
overflow: hidden;
display: inline-block;
}
.themegoods-animated-text.transition-right span.blast {
transform: translateX(101%) translateY(0px) translateZ(0px);
}
.themegoods-animated-text.transition-left span.blast {
transform: translateX(-101%) translateY(0px) translateZ(0px);
}
.themegoods-animated-text.transition-top span.blast {
transform: translateX(0px) translateY(-101%) translateZ(0px);
}
.themegoods-animated-text.transition-bottom span.blast {
transform: translateX(0px) translateY(101%) translateZ(0px);
}
.themegoods-animated-text.transition-zoomin span.blast {
transform: scaleX(1.2) scaleY(1.2);
}
.themegoods-animated-text.transition-zoomout span.blast {
transform: scaleX(0.8) scaleY(0.8);
}
.themegoods-animated-text span.blast.visible {
opacity: 1;
transform: translateX(0px) translateY(0px) translateZ(0px);
}
.themegoods-animated-text.overflow-hidden span.blast {
opacity: 1;
}  .ah-headline.rotate-1 .ah-words-wrapper {
-webkit-transition: width 500ms ease;
transition: width 500ms ease;
display: inline-block;
transition-delay: 2.5s;
}  .service-grid-wrapper
{
background-size: cover;
background-position: center center;
overflow: hidden;
position: relative;
display: flex;
-webkit-transition: all 550ms ease;
transition: all 550ms ease;
}
.service-grid-wrapper .service-grid-link
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.service-grid-wrapper:hover
{
box-shadow: 0 25px 55px rgba(0,0,0,.22);
}
.service-grid-wrapper:before 
{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 1;
content: '';
background: rgba(0,0,0,0.3);
opacity: 0.6;
-webkit-transition: all 550ms ease;
transition: all 550ms ease;
}
.service-grid-wrapper:hover:before
{
opacity: 1;
}
.service-grid-wrapper .inner-wrap
{
display: flex;
position: relative;
width: 100%;
padding: 20px;
box-sizing: border-box;
}
.service-grid-wrapper .inner-wrap .inner-wrap-border
{
display: flex;
position: relative;
width: 100%;
box-sizing: border-box;
z-index: 1;
}
.service-grid-wrapper:hover .inner-wrap:before
{
opacity: 0;
}
.service-grid-wrapper .overflow-inner
{
padding: 0;
width: 100%;
align-self: flex-end;
padding: 10px 20px 10px 20px;
}
.service-grid-wrapper .overflow-inner .header-wrap
{
position: relative;
z-index: 2;
transition: opacity .65s cubic-bezier(.05,.2,.1,1),transform .65s cubic-bezier(.05,.2,.1,1);
}
.service-grid-wrapper .overflow-inner .header-wrap i
{
font-size: 30px;
color: #fff;
}
.service-grid-wrapper .overflow-inner .header-wrap.hover
{
transform: translateY(-90px);
}
.service-grid-wrapper .overflow-inner .header-wrap h2
{
color: #fff;
margin-bottom: 10px;
}
.service-grid-wrapper .overflow-inner .hover-content 
{
color: #fff;
opacity: 0;
position: absolute;
z-index: 2;
bottom: 0;
left: 20px;
transform: translateY(20px);
width: calc(100% - 40px);
transition: opacity .18s cubic-bezier(.05,.2,.1,1),transform .18s cubic-bezier(.05,.2,.1,1);
}
.service-grid-wrapper:hover .overflow-inner .hover-content 
{
opacity: 1;
transform: translateY(0%);
transition: opacity .65s cubic-bezier(.05,.2,.1,1) 0.15s,transform .65s cubic-bezier(.05,.2,.1,1) 0.15s;
}
.service-grid-content-wrapper.has-no-space .tg_two_cols
{
width: 50%;
margin: 0;
}
.service-grid-content-wrapper.has-no-space .tg_three_cols
{
width: 33.33%;
margin: 0;
}
.service-grid-content-wrapper.has-no-space .tg_four_cols
{
width: 25%;
margin: 0;
}
.service-grid-content-wrapper.has-no-space .tg_five_cols
{
width: 20%;
margin: 0;
}  .testimonials-carousel-wrapper {
width: 100%;
}
.testimonials-carousel-wrapper .owl-carousel .shadow-effect {
background: #fff;
padding: 40px;
text-align: center;
border-radius: 5px;
box-shadow: 0 35px 60px rgba(0,0,0,0.10);
}
.testimonials-carousel-wrapper .owl-carousel  {
-webkit-transform: scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1);
}
.testimonials-carousel-wrapper .owl-carousel .item.active.center {
box-shadow: 0 35px 60px rgba(0,0,0,0.10);
}
.testimonials-carousel-wrapper .owl-carousel .item {
text-align: center;
margin-top:80px;
margin-bottom:80px;
opacity: .2;
-webkit-transform: scale3d(0.9, 0.9, 1);
transform: scale3d(0.9, 0.9, 1);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.testimonials-carousel-wrapper .owl-carousel .owl-item.active.center .item {
opacity: 1;
-webkit-transform: scale3d(1.0, 1.0, 1);
transform: scale3d(1.0, 1.0, 1);
}
.testimonials-carousel-wrapper .owl-carousel .owl-item img {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
max-width: 40px !important;
border-radius: 50px;
margin-right: 10px;
}
.testimonials-carousel-wrapper .owl-carousel .owl-dots .owl-dot.active span {
background: #3190E7;
-webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.testimonials-carousel-wrapper .owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
.testimonials-carousel-wrapper .owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
.testimonials-carousel-wrapper .owl-carousel .owl-dots .owl-dot span {
background: #3190E7;
display: inline-block;
height: 20px;
border-radius: 250px;
margin: 0 2px 5px;
-webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
transform: translate3d(0px, -50%, 0px) scale(0.3);
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
-webkit-transition: all 250ms ease-out 0s;
transition: all 250ms ease-out 0s;
width: 20px;
}
.testimonials-carousel-wrapper .owl-carousel .shadow-effect .testimonial-info-img,
.testimonials-carousel-wrapper .owl-carousel .testimonial-name {
display: inline-block;
}
.testimonials-carousel-wrapper .owl-carousel .shadow-effect .testimonial-info-desc {
margin-bottom: 20px;
}
.testimonials-carousel-wrapper .owl-carousel .shadow-effect .testimonial-info-img {
vertical-align: middle;
}
.testimonials-carousel-wrapper .owl-carousel .owl-dots {
transform: translateY(-20px);
}  .availability_search_wrapper {
text-align: center;
}
.mphb_sc_booking_form-wrapper  label {
display: inline-block;
width: 100%;
text-align: left;
}
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-check-in-date, 
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-check-out-date, 
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-adults,
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-children {
text-align: left;
}
.availability_search_wrapper .mphb_sc_search-wrapper select,
.mphb_sc_booking_form-wrapper select,
.mphb-reserve-room-section .mphb-rooms-quantity,
.mphb-reserve-rooms-details .mphb_checkout-guests-chooser,
.mphb-reserve-rooms-details .mphb_checkout-guests-chooser,
.mphb-customer-country #mphb_country,
.widget_mphb_search_availability_widget .mphb_widget_search-adults select,
.widget_mphb_search_availability_widget .mphb_widget_search-children select,
.mphb-adults-wrapper select,
.widget_mphbmc_select_currency select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
max-width: 100%;
}
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-adults,
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-children,
.mphb_sc_booking_form-wrapper .mphb-adults-wrapper,
.mphb_sc_booking_form-wrapper .mphb-children-wrapper,
.widget_mphb_search_availability_widget .mphb_widget_search-adults,
.widget_mphb_search_availability_widget .mphb_widget_search-children {
position: relative;
display: inline-block;
}
.mphb-reserve-room-section .mphb-rooms-quantity-wrapper,
.mphb-reserve-rooms-details .mphb-adults-chooser,
.mphb-reserve-rooms-details .mphb-children-chooser,
.mphb-customer-country,
.widget_mphbmc_select_currency,
.mphb_sc_search-location {
position: relative;
}
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-adults:after,
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-children:after,
.mphb_sc_booking_form-wrapper .mphb-adults-wrapper:after,
.mphb_sc_booking_form-wrapper .mphb-children-wrapper:after,
.mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after,
.mphb-reserve-rooms-details .mphb-adults-chooser:after,
.mphb-reserve-rooms-details .mphb-children-chooser:after,
.mphb-customer-country:after,
.widget_mphb_search_availability_widget .mphb_widget_search-adults:after,
.widget_mphb_search_availability_widget .mphb_widget_search-children:after,
.widget_mphbmc_select_currency:after,
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-location:after {
font-family: 'themify';
content: "\e64b";
display: inline;
position: absolute;
bottom: 10px;
right: 20px;
font-size: 13px;
display: none;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_mphbmc_select_currency select {
margin: 0;
}
.mphb_sc_booking_form-wrapper .mphb-adults-wrapper:after,
.mphb_sc_booking_form-wrapper .mphb-children-wrapper:after,
.mphb-reserve-rooms-details .mphb-adults-chooser:after,
.mphb-reserve-rooms-details .mphb-children-chooser:after,
.mphb-customer-country:after,
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-location:after {
bottom: 25px;
}
.mphb-booking-details  .mphb-adults-chooser:after,
.mphb-booking-details .mphb-children-chooser:after {
bottom: 30px;
}
.widget_mphbmc_select_currency:after {
bottom: 12px;
}
.widget_mphb_search_availability_widget .mphb_widget_search-adults:after,
.widget_mphb_search_availability_widget .mphb_widget_search-children:after {
bottom: 35px;
}
.search_selected_accommodation .mphb_sc_booking_form-wrapper .mphb-adults-wrapper:after,
.search_selected_accommodation .mphb_sc_booking_form-wrapper .mphb-children-wrapper:after {
bottom: 10px;
}
.mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after {
left: 8%;
bottom: 30px;
}
body.page-template-page-l .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after,
body.page-template-page-r .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after {
left: 7%;
}
.mphb-reserve-rooms-details .mphb-children-chooser {
margin-left: 3%;
}  .food-menu-grid-wrapper {
margin-bottom: 20px;
}
.food-menu-highlight {
border: 1px solid #000;
}
.food-menu-content-highlight-holder {
padding: 5px 20px 5px 20px;
background: #000;
}
.food-menu-content-highlight-holder h4 {
color: #fff;
font-size: 20px;
letter-spacing: 1px;
}
.food-menu-grid-wrapper:before {
content: " ";
display: table;
}
.food-menu-content.no-food-img {
width: 100%;
padding-left: 10px;
}
.food-menu-content-title-holder {
display: table-cell;
width: 1%;
white-space: nowrap;
padding-right: 5px;
}
.food-menu-content-title-holder h3 {
font-size: 26px;
}
.food-menu-img {
float: left;
width: 100px;
margin-left: 20px;
}
.food-menu-highlight .food-menu-img {
margin-top: 10px;
}
.food-menu-img img {
max-width: 80px !important;
height: auto;
border-radius: 100%;
vertical-align: middle;
}
.food-menu-content  {
margin-top: -5px;
box-sizing: border-box;
padding: 10px 20px 10px 100px;
}
.food-menu-content.menu-highlight {
margin-top: 0;
}
.food-menu-content:after {
content: "";
clear: both;
display: block;
}
.food-menu-content.no-food-img {
margin-top: 0;
}
.food-menu-content.no-food-img.menu-highlight {
padding-left: 20px;
}
.food-menu-content-title-line {
height: 3px;
border-bottom: 2px dotted #000;
display: table-cell;
width: 98%;
z-index: 1;
position: relative;
bottom: 13px;
border-width: .2em;
}
.food-menu-content-price-holder {
display: table-cell;
width: 1%;
padding-left: 7px;
white-space: nowrap;
}
.food-menu-content-price-holder {
font-size: 20px;
font-weight: 600;
}
.food-menu-content-price-holder .food-menu-content-price-sale {
color: #989898;
text-decoration: line-through;
}
.food-menu-content-price-holder .food-menu-content-price-normal {
padding-left: 5px;
}
.food-menu-desc {
margin-top: -5px;
}  .accommodation-carousel-wrapper .accommodation-carousel-content-wrapper {
width: 100%;
float: left;
margin: 20px 0 20px 0;
}
.accommodation-carousel-wrapper .accommodation-carousel-title {
float: left;
width: 70%
}
.accommodation-carousel-wrapper .accommodation-carousel-title h3 {
font-size: 40px;
}
.accommodation-carousel-wrapper .accommodation-carousel-price {
float: right;
width: 30%;
text-align: right;
margin-top: 0px;
}
.accommodation-carousel-wrapper .accommodation-carousel-price .mphb-price {
display: block;
font-size: 50px;
line-height: 1;
}
.accommodation-carousel-wrapper .accommodation-carousel-price .mphb-price-period {
display: none;
}
.accommodation-carousel-wrapper .owl-carousel .owl-dots .owl-dot.active span {
background: #3190E7;
-webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.accommodation-carousel-wrapper .owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
.accommodation-carousel-wrapper .owl-carousel .owl-dots .owl-dot{
display: inline-block;
border: 0;
padding: 0;
line-height: 1;
background: transparent;
}
.accommodation-carousel-wrapper .owl-carousel .owl-dots .owl-dot span {
background: #3190E7;
display: inline-block;
height: 20px;
border-radius: 250px;
margin: 0 2px 5px;
-webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
transform: translate3d(0px, -50%, 0px) scale(0.3);
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
-webkit-transition: all 250ms ease-out 0s;
transition: all 250ms ease-out 0s;
width: 20px;
}
.accommodation-carousel-wrapper .owl-carousel .owl-dots {
margin-top: 40px;
}
.accommodation-carousel-excerpt-wrapper {
margin-top: 10px;
}  .service-carousel-wrapper a {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 3;
}
.service-carousel-wrapper .owl-carousel .owl-dots .owl-dot.active span {
background: #3190E7;
-webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.service-carousel-wrapper .owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
margin-top: 40px;
}
.service-carousel-wrapper .owl-carousel .owl-dots .owl-dot{
display: inline-block;
border: 0;
padding: 0;
line-height: 1;
background: transparent;
}
.service-carousel-wrapper .owl-carousel .owl-dots .owl-dot span {
background: #3190E7;
display: inline-block;
height: 20px;
border-radius: 250px;
margin: 0 2px 5px;
-webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
transform: translate3d(0px, -50%, 0px) scale(0.3);
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
-webkit-transition: all 250ms ease-out 0s;
transition: all 250ms ease-out 0s;
width: 20px;
}
.service-carousel-wrapper .service-carousel-title {
font-size: 22px;
margin-bottom: 10px;
}
.service-carousel-wrapper .service-carousel-content {
margin-top: 30px;
}
.service-carousel-wrapper .service-carousel-image {
position: relative;
}
.service-carousel-wrapper .service-carousel-image .service-carousel-image-overflow {
overflow: hidden;
}
.service-carousel-wrapper .service-carousel-image .service-carousel-image-overflow img {
transition: transform 2.4s cubic-bezier(.075,.82,.165,1);
}
.service-carousel-wrapper .item:hover .service-carousel-image .service-carousel-image-overflow img {
transform: scale(1.05);
}
.service-carousel-wrapper .item .service-carousel-image .service-carousel-image-overflow:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #111111;
opacity: 0;
transition: opacity 2.4s cubic-bezier(.075,.82,.165,1);
}
.service-carousel-wrapper .item:hover .service-carousel-image .service-carousel-image-overflow:after {
opacity: 0.3;
}
.service-carousel-wrapper .service-carousel-link-button {
display: inline-block;
position: absolute;
bottom: -18px;
right: 18px;
background: #fff;
color: #222;
font-size: 12px;
font-weight: 600;
padding: 10px 17px 10px 17px;
}
.service-carousel-wrapper .service-carousel-link-button:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transform: scaleX(0);
transition: transform .6s cubic-bezier(.075,.82,.165,1);
transform-origin: center right;
background: #1C58F6;
}
.service-carousel-wrapper .item:hover .service-carousel-link-button:before {
transform: scaleX(1);
transform-origin: center left;
}
.service-carousel-wrapper .item:hover .service-carousel-link-button .service-carousel-link-label {
color: #fff;
position: relative;
}  body.fullmenu-active {
width: 100%;
height: 100%;
overflow: hidden;
}
.fullmenu-button {
cursor: pointer;
}
.fullmenu-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -9;
opacity: 0;
overflow-x: hidden;
overflow-y: scroll;
background: #000;
transform: scale(0.8);
transition: all .25s cubic-bezier(.5,.5,.4,.9);
}
.fullmenu-wrapper-active {
z-index: 11;
opacity: 1;
}
body.fullmenu-active .fullmenu-wrapper-active {
transform: scale(1);
}
body.fullmenu-effect-scale-down .fullmenu-wrapper {
transform: scale(1.2);
}
body.fullmenu-effect-scale-down.fullmenu-active .fullmenu-wrapper-active {
transform: scale(1);
}
body.fullmenu-effect-move-down .fullmenu-wrapper {
opacity: 1;
transition: all 0.6s ease-in;
transform: translate(0,-150%);
}
body.fullmenu-effect-move-down.fullmenu-active .fullmenu-wrapper-active {
transform: translate(0px, 0px);
}
body.fullmenu-effect-move-up .fullmenu-wrapper {
opacity: 1;
transition: all 0.6s ease-in;
transform: translate(0,150%);
}
body.fullmenu-effect-move-up.fullmenu-active .fullmenu-wrapper-active {
transform: translate(0px, 0px);
}
body.fullmenu-effect-fade .fullmenu-wrapper {
opacity: 0;
z-index: -1;
transform: scale(1);
transition: all 0.2s ease-in;
}
body.fullmenu-effect-fade.fullmenu-active .fullmenu-wrapper-active {
opacity: 1;
z-index: 11;
}  @-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
.testimonials-slider-wrapper .testimonial-carousel {
position: relative;
}
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block {
position: relative;
padding: 50px;
}
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .inner-box {
padding: 80px;
background-color: #ffffff;
box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
}
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .text {
position: relative;
display: block;
margin-bottom: 20px;
text-align: left;
}
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .info-box {
position: relative;
padding-top: 10px;
}
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .info-box .thumb {
position: absolute;
left: 0;
top: 0;
height: 82px;
width: 82px;
}
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .info-box .thumb img {
border-radius: 50%;
overflow: hidden;
display: block;
width: 100%;
}
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .info-box .name {
position: relative;
display: block;
text-align: left;
font-size: 22px;
left: 100px;
}
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .info-box .designation {
position: relative;
display: block;
text-align: left;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
left: 100px;
}
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block.no-thumbnail .info-box .name,
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block.no-thumbnail .info-box .designation {
left: 0;
}
.testimonial-carousel .owl-nav {
position: absolute;
right: 75px;
bottom: 130px;
}
.testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
position: relative;
display: inline-block;
height: 55px;
width: 55px;
line-height: 55px;
text-align: center;
border-radius: 50%;
background-color: #ffffff;
transition: all 300ms ease;
margin: 0 5px 0 5px;
}
.testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
background-color: #000000;
}
.testimonial-carousel .arrow-right, .testimonial-carousel .arrow-left {
position: relative;
display: inline-block;
height: 9px;
width: 43px;
}
.testimonial-carousel .arrow-right:after {
font-family: 'themify';
content: "\e628";
}
.testimonial-carousel .arrow-left:after {
font-family: 'themify';
content: "\e629";
}
@media only screen and (max-width: 767px) {
.testimonials-slider-wrapper .sec-title {
margin-bottom: 50px;
}
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block {
padding: 0;
}
.testimonials-slider-wrapper .testimonial-carousel .testimonial-block .inner-box {
box-shadow: none;
}
.testimonial-carousel .owl-nav {
position: relative;
left: 0;
bottom: 0;
margin-top: 20px;
text-align: center;
}
}
@media only screen and (max-width: 1366px) {
.large-container {
padding-left: 20px;
padding-right: 20px;
}
}
.testimonial-carousel .testimonial-client-position {
margin-right: 5px;
}  .cd-horizontal-timeline {
opacity: 0;
margin: 2em auto;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.cd-horizontal-timeline::before { content: 'mobile';
display: none;
}
.cd-horizontal-timeline.loaded { opacity: 1;
}
.cd-horizontal-timeline .timeline {
position: relative;
height: 100px;
margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
position: relative;
height: 100%;
margin: 0 40px;
overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper ol,
.cd-horizontal-timeline .events-content ol {
margin-left: 0 !important;
list-style: none;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before { content: '';
position: absolute;
z-index: 2;
top: 0;
height: 100%;
width: 20px;
}
.cd-horizontal-timeline .events { position: absolute;
z-index: 1;
left: 0;
top: 49px;
height: 1px; background: #dfdfdf;
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line { position: absolute;
z-index: 1;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #7b9d6f;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
position: absolute;
bottom: 0;
z-index: 2;
text-align: center;
font-size: 13px;
padding-bottom: 15px;
color: #383838; -webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after { content: '';
position: absolute;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -5px;
height: 12px;
width: 12px;
border-radius: 50%;
border: 1px solid #dfdfdf;
background-color: #f8f8f8;
-webkit-transition: background-color 0.3s, border-color 0.3s;
-moz-transition: background-color 0.3s, border-color 0.3s;
transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
background-color: #7b9d6f;
border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
background-color: #7b9d6f;
border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
.cd-horizontal-timeline {
margin: auto;
}
.cd-horizontal-timeline::before { content: 'desktop';
}
}
ul.cd-timeline-navigation {
margin-left: 0 !important;
list-style: none;
}
.cd-timeline-navigation a { position: absolute;
z-index: 1;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 34px;
width: 34px;
border-radius: 50%;
border: 1px solid #e7e7e7; overflow: hidden;
color: transparent;
white-space: nowrap;
-webkit-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.cd-timeline-navigation a::after { content: '';
position: absolute;
height: 16px;
width: 16px;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
font-size: 13px;
line-height: 16px;
margin-left: 2px;
}
.cd-timeline-navigation a.prev {
left: 0;
-webkit-transform: translateY(-50%) rotate(180deg);
-moz-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
-o-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.prev:after {
font-family: 'themify';
content: "\e649";
color: #e7e7e7;
}
.cd-timeline-navigation a.next:after {
font-family: 'themify';
content: "\e649";
color: #e7e7e7;
}
.cd-timeline-navigation a.next {
right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
position: relative;
width: 100%;
margin: auto;
margin-top: 10px;
overflow: hidden;
-webkit-transition: height 0.4s;
-moz-transition: height 0.4s;
transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
position: absolute;
z-index: 1;
width: 100%;
left: 0;
top: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
padding: 0 5%;
opacity: 0;
-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected { position: relative;
z-index: 2;
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
-webkit-animation-name: cd-enter-right;
-moz-animation-name: cd-enter-right;
animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-name: cd-enter-left;
-moz-animation-name: cd-enter-left;
animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
font-size: 24px;
}
.cd-horizontal-timeline .events-content em {
display: block;
font-style: normal;
margin: auto;
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;
}
.cd-horizontal-timeline .events-content li .events-content-desc {
margin-top: 10px;
}
@-webkit-keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-right {
0% {
opacity: 0;
-moz-transform: translateX(100%);
}
100% {
opacity: 1;
-moz-transform: translateX(0%);
}
}
@keyframes cd-enter-right {
0% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
}
@-webkit-keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-left {
0% {
opacity: 0;
-moz-transform: translateX(-100%);
}
100% {
opacity: 1;
-moz-transform: translateX(0%);
}
}
@keyframes cd-enter-left {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
}  .tg_portfolio_timeline_wrapper .portfolio_timeline_content_wrapper
{
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
}
.tg_portfolio_timeline_wrapper .portfolio_timeline_img
{
float: right;
width: 60%;
}
.tg_portfolio_timeline_wrapper .portfolio_timeline_content
{
float: left;
width: calc(40% - 80px);
margin-right: 80px;
}
.tg_portfolio_timeline_wrapper .portfolio_timeline_content .portfolio_timeline_link
{
margin-top: 20px;
display: block;
}  body.elementor-search-activate .parallax-mirror
{
z-index: 0 !important;
}
.hoteller-search-icon a
{
display: block;
}
.hoteller-search-icon a img 
{
height: auto;
}
.hoteller-search-wrapper
{
background: rgba(0,0,0,0.9);
opacity: 0;
position: fixed;
width: 100vw;
height: 100vh;
visibility: hidden;
display: table;
top: 0;
left: 0;
transform: scale(0.9);
z-index: -1;
-webkit-transition: all 250ms ease;
transition: all 250ms ease;
}
.hoteller-search-wrapper.active
{
transform: scale(1);
z-index: 9;
opacity: 1;
visibility: visible;
}
.hoteller-search-inner
{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.hoteller-search-inner.touch
{
padding-top: 80px;
vertical-align: top;
}
.hoteller-search-wrapper .input-group
{
position: relative;
display: inline-block;
padding-bottom: 5px;
border-bottom: 1px solid rgba(256,256,256,0.1);
}
.hoteller-search-wrapper .input-group input
{
-webkit-appearance: none;
display: inline-block;
padding: 15px 20px 15px 0;
box-shadow: none;
outline: none;
border: 0;
background: transparent;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
position: relative;
top: 1px;
color: #fff;
font-size: 36px;
}
.hoteller-search-wrapper .input-group input::placeholder
{
color: #fff;
}
.hoteller-search-wrapper .input-group .input-group-button
{
position: relative;
white-space: nowrap;
}
.hoteller-search-wrapper .input-group .input-group-button button
{
position: relative;
white-space: nowrap;
margin-left: -1px;
z-index: 2;
display: inline-block;
text-align: center;
vertical-align: middle;
-webkit-appearance: button;
border: 0;
background: transparent;
cursor: pointer;
outline: none;
border-radius: 0;
padding: 10px 0 0 20px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.hoteller-search-wrapper .input-group .input-group-button button i
{
font-size: 26px;
line-height: 0;
}
.hoteller-search-wrapper .input-group .input-group-button button img
{
margin-top: -10px;
}
.autocomplete
{
display: none;
z-index:1001;
text-align: left;
overflow: hidden;
}
.autocomplete.visible:empty
{
display: none;
}
.autocomplete.visible
{
display: inline-block;
}
@-moz-document url-prefix() { 
.autocomplete {
margin-top: 20px;
}
}
.autocomplete ul 
{
margin: 0;
padding: 20px 0 20px 0;
border: 0;
float: left;
list-style: none;
width: 100%;
box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
.autocomplete li
{
display:block;
clear:both;
float: left;
width: 100%;
box-sizing: border-box;
}
.autocomplete li:hover a
{
background: #f0f0f0;
}
.autocomplete li:first-child a
{
margin-top: 5px;
}
.autocomplete li:last-child a
{
margin-top: 5px;
}
.autocomplete li a
{
display: block;
float: left;
width: 100%;
padding: 10px 20px 10px 20px;
box-sizing: border-box;
}  .themegoods-background-menu {
list-style: none;
}
.themegoods-background-menu.display-inline .themegoods-background-menu__item {
display: inline-block;
}
.themegoods-background-menu .themegoods-background-menu__item a {
position: relative;
z-index: 2;
}
.themegoods-background-menu__item-image {
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100vw;
z-index: 0;
}
.themegoods-background-menu-default {
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100vw;
z-index: 0;
}
.themegoods-background-menu__item {
display: block;
}
.themegoods-background-menu__item a {
display: block;
width: 100%;
}
.themegoods-background-menu__item.mouseover .themegoods-background-menu__item-image {
z-index: 0;
}
.themegoods-background-menu__item-image:after {
background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));
bottom: 0;
content: "";
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
opacity: 0;
transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.themegoods-background-menu__item.mouseover .themegoods-background-menu__item-image:after {
opacity: 1;
transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.themegoods-background-menu__item-image img {
transform: scale(1.1);
height: 100%;
object-fit: cover;
width: 100%;
opacity: 0;
transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.themegoods-background-menu__item.mouseover .themegoods-background-menu__item-image img {
transform: scale(1);
opacity: 1;
transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.themegoods-background-menu__item.mouseleave .themegoods-background-menu__item-image img {
transform: scale(1.1);
opacity: 0;
transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}  .hoteller-contact-form-content-wrapper.two_cols form > p {
width: 48.5%;
margin-right: 1%;
box-sizing: border-box;
display: inline-block;
}
.hoteller-contact-form-content-wrapper.three_cols form > p {
width: 32%;
margin-right: 1%;
box-sizing: border-box;
display: inline-block;
}
.elementor-widget-eb-google-map-extended > .elementor-widget-container {
overflow: hidden;
}  .tg_image_carousel_slider_wrapper.carousel {
width: 100%;
overflow: hidden;
position: relative;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item {
visibility:visible;
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: flex-end;
-webkit-align-items: center;
-webkit-justify-content: flex-end;
position: relative;
background-color: #fff;
flex-shrink: 0;
-webkit-flex-shrink: 0;
position: absolute;
z-index: 0;
transition: 0.6s all linear;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__info {
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
display: -webkit-flex;
-webkit-justify-content: center;
-webkit-flex-direction: column;
order: 1;
left: 0;
margin: auto;
padding: 0 40px;
width: 40%;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__image {
width: 60%;
height: 100%;
order: 2;
align-self: flex-end;
flex-basis: 60%;
-webkit-order: 2;
-webkit-align-self: flex-end;
-webkit-flex-basis: 60%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position:relative;
transform: translateX(100%);
transition: 0.6s all ease-in-out;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__subtitle {
letter-spacing: 3px;
font-size: 12px;
text-transform: uppercase;
margin: 0;
color: #7E7E7E;    
font-weight: 700;
transform: translateY(25%);
opacity: 0;
visibility: hidden;
transition: 0.4s all ease-in-out;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__title {
margin: 15px 0 0 0;
font-size: 44px;
font-weight: 400;
letter-spacing: 0px;
color: #2C2C2C;
line-height: 1.2;
transform: translateY(25%);
opacity: 0;
visibility: hidden;
transition: 0.6s all ease-in-out;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__description {
transform: translateY(25%);
opacity: 0;
visibility: hidden;
transition: 0.6s all ease-in-out;
margin-top: 35px;
font-size: 16px;
letter-spacing: 0;
text-transform: none;
color: #7e7e7e;
margin-bottom: 35px;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__btn {
width: 35%;
color: #2C2C2C;
letter-spacing: 0px;
font-size: 16px;
text-transform: none;
margin: 0;
width: 35%;
font-weight: 600;
text-decoration: none;
transform: translateY(25%);
opacity: 0;
visibility: hidden;
transition: 0.6s all ease-in-out;
}
.tg_image_carousel_slider_wrapper.carousel .carousel__nav {
position: absolute;
right: 0;
z-index: 2;
background-color: #fff;
bottom: 0;
}
.tg_image_carousel_slider_wrapper.carousel .carousel__nav .carousel__icon {
display: inline-block;
vertical-align: middle;
width: 16px;
fill: #5d5d5d;
}
.tg_image_carousel_slider_wrapper.carousel .carousel__nav .carousel__arrow {
cursor: pointer;
display: inline-block;
padding: 11px 15px;
position: relative;
}
.tg_image_carousel_slider_wrapper.carousel .carousel__nav .carousel__arrow:nth-child(1):after {
content:'';
right: -3px;
position: absolute;
width: 1px;
background-color: #b0b0b0;
height: 14px;
top: 50%;
margin-top: -7px;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item.active{
z-index: 1;
display: flex;
visibility:visible;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item.active .carousel-item__subtitle, 
.tg_image_carousel_slider_wrapper.carousel .carousel-item.active .carousel-item__title, 
.tg_image_carousel_slider_wrapper.carousel .carousel-item.active .carousel-item__description,
.tg_image_carousel_slider_wrapper.carousel .carousel-item.active .carousel-item__btn{
transform: translateY(0);
opacity: 1;
transition: 0.6s all ease-in-out;
visibility: visible;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item.active .carousel-item__image{ 
transition: 0.6s all ease-in-out;
transform: translateX(0);
} .elementor-shortcode .mc4wp-form-fields input[type=email] {
width: 100%;
}
.elementor-shortcode .mc4wp-form-fields {
text-align: center;
}@media only screen and (min-width: 960px) and (max-width: 1099px)
{
.elementor-section.elementor-section-height-full
{
height: auto !important;
min-height: 100vh;
padding: 100px 0 100px 0;
}
.elementor-section.elementor-section-height-full > .elementor-container
{
height: 100vh;
}
.blog-posts-grid .post_img_hover
{
min-height: 130px;
}
.blog-posts-classic .post_img_hover
{
min-height: 315px;
}
.blog-posts-list .post_img_hover
{
min-height: 250px;
}
.blog-posts-list_circle .post_img_hover
{
min-height: 190px;
}
.type-post.blog-posts-grid_no_space .post_wrapper .post_content_wrapper .post_header,
.type-post.blog-posts-metro_no_space .post_wrapper .post_content_wrapper .post_header
{
transform: none;
}
.slider_parallax_wrapper .slide .image
{
max-width: none !important;
width: auto !important;
min-width: 100%; 
}
.slider_parallax_wrapper
{
height: 100vh !important;
overflow: hidden;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header
{
left: 40px;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list
{
top: 0;
overflow: scroll;
max-height: 100%;
}
.elementor-section-stretched.elementor-section-boxed
{
padding-left: 30px !important;
padding-right: 30px !important;
}
.tg_image_carousel_slider_wrapper.carousel
{
max-height: 100vh;
}
} @media only screen and (min-width: 768px) and (max-width: 960px) {
h1.elementor-heading-title
{
font-size: 44px;
}
h2.elementor-heading-title
{
font-size: 32px;
}
h3.elementor-heading-title
{
font-size: 26px;
}
.gallery_grid_content_wrapper.album_grid .tg_five_cols h3.tilter__title
{
font-size: 18px;
}
.gallery_grid_content_wrapper.album_grid .tg_five_cols .tilter__caption
{
padding: 1em;
}
.gallery_grid_content_wrapper.album_grid .tg_five_cols .tilter__description
{
display: none;
}
.gallery_grid_content_wrapper.album_grid .tg_three_cols .tilter__caption
{
padding: 1.8em;
}
.gallery_grid_content_wrapper.album_grid .tg_four_cols .tilter__caption
{
padding: 1.5em;
}
.gallery_grid_content_wrapper.album_grid .tg_four_cols h3.tilter__title
{
font-size: 18px !important;
}
.gallery_grid_content_wrapper.album_grid .tilter--6 .tilter__deco--lines
{
top: -10px;
left: -10px;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper
{
width: 70%;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper .sidebar_content
{
padding: 40px;
}
.elementor-section.elementor-section-height-full
{
height: auto !important;
min-height: 100vh;
padding: 100px 0 100px 0;
}
.type-post.blog-posts-grid_no_space, .type-post.blog-posts-metro_no_space
{
width: 50%;
}
.blog-posts-grid .post_img_hover
{
min-height: 120px;
}
.post_img_hover .post_type_icon
{
bottom: -20px;
right: 0px;
}
.type-post.blog-posts-metro_no_space.large_grid
{
width: 100%;
}
.type-post.blog-posts-grid_no_space, .type-post.blog-posts-metro_no_space
{
width: 50%;
}
.post_metro_right_wrapper .blog-posts-metro
{
width: 100%;
}
.post_metro_left_wrapper .post_header h5
{
font-size: 28px;
}
.blog-posts-classic .post_img_hover
{
min-height: 280px;
}
.blog-posts-list .post_img_hover
{
min-height: 180px;
}
.blog-posts-list_circle .post_img_hover
{
min-height: 140px;
}
.tg_horizontal_slider_content
{
padding: 0 !important;
}
.tg_horizontal_slider_wrapper .flickity-prev-next-button.previous
{
left: -40px;
}
.tg_horizontal_slider_bg_two_cols
{
width: calc(50% - 10px);
}
.tg_horizontal_slider_bg_two_rows
{
margin-bottom: 20px;
height: calc(50% - 10px);
}
.swiper-container:hover .swiper-button-next.hover
{
right: 20px;
}
.swiper-container:hover .swiper-button-prev.hover
{
left: 20px;
}
.slider_zoom_wrapper
{
max-height: 700px;
}
.distortion_grid_wrapper 
{
grid-template-columns: repeat(1,80vmax);
}
.distortion_grid_item 
{
height: 80vmax;
width: 100%;
}
.tg_horizontal_slider_wrapper .tg_horizontal_slider_content .tg_horizontal_slider_content_wrap .tg_horizontal_slider_content_cell
{
padding-left: 30px;
}
.elementor-section.elementor-section-height-full > .elementor-container
{
height: 100vh;
}
.slider_parallax_wrapper .slide .image
{
height: 100% !important;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header
{
left: 30px;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list
{
top: 0;
overflow: scroll;
max-height: 100%;
}
.tg_flip_box_wrapper.square-flip .square-container2
{
padding: 20px;
}
.elementor-section-stretched.elementor-section-boxed
{
padding-left: 30px !important;
padding-right: 30px !important;
} .accommodation-carousel-wrapper .accommodation-carousel-title h3 {
font-size: 26px;
}
.accommodation-carousel-wrapper .accommodation-carousel-price {
float: right;
width: 30%;
text-align: right;
margin-top: 0px;
}
.accommodation-carousel-wrapper .accommodation-carousel-price .mphb-price {
display: block;
font-size: 30px;
line-height: 1;
}
.accommodation-carousel-wrapper .accommodation-carousel-price .mphb-price-period {
display: none;
}
.accommodation-carousel-wrapper .owl-carousel .owl-dots {
margin-top: 0;
} .booking_history_content
{
width: calc(100% - 200px);
margin-left: 20px;
}
.service-grid-wrapper .overflow-inner
{
padding: 10px 0 10px 0;
}
.service-grid-wrapper .inner-wrap
{
padding: 20px 0 20px 0;
}
.elementor-widget-shortcode .mphb_sc_search-check-in-date,
.elementor-widget-shortcode .mphb_sc_search-check-out-date,
.elementor-widget-hoteller-availability-search .mphb_sc_search-check-in-date,
.elementor-widget-hoteller-availability-search .mphb_sc_search-check-out-date,
.elementor-widget-hoteller-availability-search .mphb-check-in-date-wrapper,
.elementor-widget-hoteller-availability-search .mphb-check-out-date-wrapper,
.elementor-widget-shortcode .mphb_sc_search-adults,
.elementor-widget-shortcode .mphb_sc_search-children,
.elementor-widget-hoteller-availability-search .mphb_sc_search-adults,
.elementor-widget-hoteller-availability-search .mphb_sc_search-children,
.elementor-widget-hoteller-availability-search .mphb-adults-wrapper,
.elementor-widget-hoteller-availability-search .mphb-children-wrapper
{
width: calc(50% - 3px);
box-sizing: border-box;
padding-right: 10px;
padding-top: 0 !important;
padding-bottom: 10px !important;
display: inline-block;
}
.elementor-widget-shortcode .mphb_sc_search-check-out-date,
.elementor-widget-hoteller-availability-search .mphb_sc_search-check-out-date,
.elementor-widget-hoteller-availability-search .mphb-check-out-date-wrapper,
.elementor-widget-shortcode .mphb_sc_search-children,
.elementor-widget-hoteller-availability-search .mphb_sc_search-children,
.elementor-widget-hoteller-availability-search .mphb-children-wrapper
{
padding-right: 0;
}
.elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper,
.elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper input:not(.button),
.elementor-widget-hoteller-availability-search .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search .mphb_sc_search-submit-button-wrapper input:not(.button),
.elementor-widget-hoteller-availability-search .mphb-reserve-btn-wrapper,
.elementor-widget-hoteller-availability-search .mphb-reserve-btn-wrapper input:not(.button)
{
width: 100%;
padding-right: 0px;
margin-top: 10px;
}
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-adults:after, .availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-children:after, .mphb_sc_booking_form-wrapper .mphb-adults-wrapper:after, .mphb_sc_booking_form-wrapper .mphb-children-wrapper:after, .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after, .mphb-reserve-rooms-details .mphb-adults-chooser:after, .mphb-reserve-rooms-details .mphb-children-chooser:after, .mphb-customer-country:after, .widget_mphb_search_availability_widget .mphb_widget_search-adults:after, .widget_mphb_search_availability_widget .mphb_widget_search-children:after
{
bottom: 20px;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure .widget-image-caption {
font-size: 14px;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links .ms-slide
{
justify-content: left;
padding-left: 0px;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide
{
justify-content: center;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .tg_synchronized_carousel_pagination, 
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide
{
padding-left: 0px;
}
.hoteller-contact-form-content-wrapper.two_cols form > p,
.hoteller-contact-form-content-wrapper.three_cols form > p {
width: 100%;
margin-right: 0;
box-sizing: border-box;
display: inline-block;
}
.mphb-rooms-quantity {
min-width: 80px;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__image,
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__info
{
width: 50%;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__info
{
padding: 0 60px;
}
.tg_fadeup_slider_wrapper li.current .content h2
{
font-size: 30px;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__title
{
font-size: 32px;
}
.mphb-reserve-rooms-details .mphb-children-chooser {
margin-left: 2%;
}
} @media only screen and (max-width: 767px) {
.header_client_wrapper
{
display: none;
}
#logo_right_wrapper
{
margin-top: 7px;
}
.swiper-container:hover .swiper-button-next.hover
{
right: 20px;
}
.swiper-container:hover .swiper-button-prev.hover
{
left: 20px;
}
.tg_parallax_slide_content_title h2
{
font-size: 40px;
}
.tg_parallax_slide_content_subtitle
{
font-size: 16px;
}
.tg_horizontal_slider_content
{
padding: 0 !important;
}
.tg_horizontal_slider_wrapper .flickity-prev-next-button.previous
{
left: -40px;
}
.tg_horizontal_slider_bg_two_cols
{
width: calc(50% - 10px);
}
.tg_horizontal_slider_bg_two_rows
{
margin-bottom: 20px;
height: calc(50% - 10px);
}
.tg_horizontal_slider_bg_two_cols
{
width: 100% !important;
}
.flickity-prev-next-button
{
display: block;
}
#footer_menu
{
text-align: center;
}
#footer_menu li
{
float: none;
display: inline-block;
}
#copyright
{
text-align: center;
}
.gallery_grid_content_wrapper .tg_two_cols,
.gallery_grid_content_wrapper .tg_two_cols.last,
.gallery_grid_content_wrapper .tg_three_cols,
.gallery_grid_content_wrapper .tg_three_cols.last,
.gallery_grid_content_wrapper .tg_four_cols,
.gallery_grid_content_wrapper .tg_four_cols.last,
.gallery_grid_content_wrapper .tg_five_cols,
.gallery_grid_content_wrapper .tg_five_cols.last,
.gallery_grid_content_wrapper.has_no_space .tg_two_cols,
.gallery_grid_content_wrapper.has_no_space .tg_three_cols,
.gallery_grid_content_wrapper.has_no_space .tg_four_cols,
.gallery_grid_content_wrapper.has_no_space .tg_five_cols,
.service-grid-content-wrapper .tg_two_cols,
.service-grid-content-wrapper .tg_two_cols.last,
.service-grid-content-wrapper .tg_three_cols,
.service-grid-content-wrapper .tg_three_cols.last,
.service-grid-content-wrapper .tg_four_cols,
.service-grid-content-wrapper .tg_four_cols.last,
.service-grid-content-wrapper .tg_five_cols,
.service-grid-content-wrapper .tg_five_cols.last
{
width: 100%;
margin-right: 0;
}
.service-grid-content-wrapper .tg_two_cols,
.service-grid-content-wrapper .tg_two_cols.last,
.service-grid-content-wrapper .tg_three_cols,
.service-grid-content-wrapper .tg_three_cols.last,
.service-grid-content-wrapper .tg_four_cols,
.service-grid-content-wrapper .tg_four_cols.last,
.service-grid-content-wrapper .tg_five_cols,
.service-grid-content-wrapper .tg_five_cols.last 
{
margin-bottom: 40px;
}
#page_content_wrapper .inner .sidebar_content.full_width .tg_horizontal_gallery_cell img
{
max-height: 300px !important;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper .sidebar_content
{
padding: 30px;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper
{
width: 85%;
max-width: 320px;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel], input.wpcf7-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text
{
max-width: 100%;
}
body.tg_password_protected #wrapper
{
width: 100%;
}
body.elementor-fullscreen .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated
{
padding: 0 !important;
}
.elementor-section.elementor-section-height-full
{
height: auto !important;
min-height: 100vh;
padding: 100px 0 100px 0;
}
.width_one_third
{
width: 100%;
}
.type-post.blog-posts-grid_no_space,
.type-post.blog-posts-metro_no_space
{
width: 100%;
}
.type-post.blog-posts-grid
{
width: 100%;
}
.type-post.blog-posts-masonry
{
width: 100%;
}
.type-post.blog-posts-metro_no_space.large_grid
{
width: 100%;
}
.type-post.blog-posts-metro_no_space.large_grid .post_header h5
{
font-size: 20px;
}
.post_metro_left_wrapper, .post_metro_right_wrapper,
.post_metro_right_wrapper .blog-posts-metro
{
width: 100%;
}
.post_metro_left_wrapper .post_header h5
{
font-size: 20px;
}
.post_content_wrapper
{
padding-bottom: 30px;
}
.blog-posts-list .post_img_hover
{
min-height: 150px;
}
.blog-posts-list_circle .post_img_hover
{
min-height: 100px;
}
.distortion_grid_wrapper 
{
grid-template-columns: repeat(1,80vmax);
}
.distortion_grid_item 
{
height: 80vmax;
width: 100vw;
}
.timeline_wrapper .timeline_entry
{
width: calc(50% - 10px);
}
.timeline_wrapper .timeline_entry .timeline_title:before,
.timeline_wrapper .timeline_entry:nth-child(2n) .timeline_title:before
{
right: -36px;
}
.tg_slider_property_clip_wrapper.intro .content
{
padding: 3rem 3rem 3rem 3rem;
}
#page_content_wrapper .inner .sidebar_content.full_width .slider_parallax_wrapper .slide .image
{
height: 100% !important;
width: auto !important;
max-width: none !important;
}
.elementor-widget-shortcode .mphb_sc_search-check-in-date,
.elementor-widget-shortcode .mphb_sc_search-check-out-date,
.elementor-widget-shortcode .mphb_sc_search-adults,
.elementor-widget-shortcode .mphb_sc_search-children,
.elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper
{
width: 100%;
padding-right: 0;
margin: 10px 0 10px 0;
}
.elementor-section.elementor-section-height-full > .elementor-container
{
height: 100vh;
}
.elementor-widget-shortcode .mphb_sc_search-check-in-date,
.elementor-widget-shortcode .mphb_sc_search-check-out-date,
.elementor-widget-shortcode .mphb_sc_search-adults,
.elementor-widget-shortcode .mphb_sc_search-children,
.elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search .mphb_sc_search-check-in-date,
.elementor-widget-hoteller-availability-search .mphb_sc_search-check-out-date,
.elementor-widget-hoteller-availability-search .mphb_sc_search-adults,
.elementor-widget-hoteller-availability-search .mphb_sc_search-children,
.elementor-widget-hoteller-availability-search .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search .mphb-check-in-date-wrapper,
.elementor-widget-hoteller-availability-search .mphb-check-out-date-wrapper,
.elementor-widget-hoteller-availability-search .mphb-adults-wrapper,
.elementor-widget-hoteller-availability-search .mphb-children-wrapper,
.elementor-widget-hoteller-availability-search .mphb-reserve-btn-wrapper
{
width: calc(50% - 3px);
box-sizing: border-box;
padding-right: 10px;
padding-top: 0 !important;
padding-bottom: 10px !important;
display: inline-block;
}
.elementor-widget-hoteller-availability-search .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search .mphb-reserve-btn-wrapper
{
margin-top: 10px;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header
{
display: none;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list-item a
{
padding-left: 20px;
padding-right: 20px;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .carousel__header
{
left: 20px;
}
.tg_mouse_driven_vertical_carousel_wrapper .u-media-wrapper .c-mouse-vertical-carousel__list
{
top: 0;
overflow: scroll;
max-height: 100%;
}
.tg_flip_box_wrapper.square-flip .square-container2
{
padding: 20px;
}
.tg_fadeup_slider_wrapper li .content
{
height: auto;
}
.elementor-widget-shortcode .mphb_sc_search-check-in-date, .elementor-widget-shortcode .mphb_sc_search-check-out-date, .elementor-widget-shortcode .mphb_sc_search-adults, .elementor-widget-shortcode .mphb_sc_search-children, .elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper
{
width: 100% !important;
}
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-adults:after, .availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-children:after
{
bottom: 20px;
} .accommodation-carousel-wrapper .accommodation-carousel-title h3 {
font-size: 24px;
}
.accommodation-carousel-wrapper .accommodation-carousel-price {
float: right;
width: 30%;
text-align: right;
margin-top: 0px;
}
.accommodation-carousel-wrapper .accommodation-carousel-price .mphb-price {
display: block;
font-size: 26px;
line-height: 1;
}
.accommodation-carousel-wrapper .accommodation-carousel-price .mphb-price-period {
display: none;
}
.accommodation-carousel-wrapper .owl-carousel .owl-dots {
margin-top: 0;
} .mobile-static,
.mobile-static .elementor-widget-container {
position: relative !important;
top: 0 !important;
left: 0 !important;
transform: translate(0px, 0px) !important;
}
.mphb-reserve-rooms-details .mphb-children-chooser {
margin-left: 0;
}
.elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search  .mphb_sc_search-submit-button-wrapper
{
width: 100%;
}
.booking_history_img, .booking_history_content 
{
width: 100%;
float: none;
}
.booking_history_img
{
margin-bottom: 20px;
}
.service-grid-wrapper:hover .overflow-inner .hover-content
{
display: none;
}
.elementor-widget-shortcode .mphb_sc_search-check-in-date, .elementor-widget-shortcode .mphb_sc_search-check-out-date, .elementor-widget-shortcode .mphb_sc_search-adults, .elementor-widget-shortcode .mphb_sc_search-children, .elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper, .elementor-widget-hoteller-availability-search .mphb_sc_search-check-in-date, .elementor-widget-hoteller-availability-search .mphb_sc_search-check-out-date, .elementor-widget-hoteller-availability-search .mphb_sc_search-submit-button-wrapper, .elementor-widget-hoteller-availability-search .mphb-check-in-date-wrapper, .elementor-widget-hoteller-availability-search .mphb-check-out-date-wrapper, .elementor-widget-hoteller-availability-search .mphb-reserve-btn-wrapper
{
width: 100%;
padding: 0 0 10px 0;
}
.elementor-widget-hoteller-availability-search .mphb_sc_search-children, .elementor-widget-hoteller-availability-search .mphb-children-wrapper
{
padding-right: 0;
}
.elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper,
.elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper input:not(.button),
.elementor-widget-hoteller-availability-search .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search .mphb_sc_search-submit-button-wrapper input:not(.button),
.elementor-widget-hoteller-availability-search .mphb-reserve-btn-wrapper,
.elementor-widget-hoteller-availability-search .mphb-reserve-btn-wrapper input:not(.button)
{
width: 100%;
padding-right: 0px;
margin-top: 10px;
}
.elementor-widget-shortcode .mphb_sc_search-check-in-date,
.elementor-widget-shortcode .mphb_sc_search-check-out-date,
.elementor-widget-shortcode .mphb_sc_search-adults,
.elementor-widget-shortcode .mphb_sc_search-children,
.elementor-widget-shortcode .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search .mphb_sc_search-check-in-date,
.elementor-widget-hoteller-availability-search .mphb_sc_search-check-out-date,
.elementor-widget-hoteller-availability-search .mphb_sc_search-adults,
.elementor-widget-hoteller-availability-search .mphb_sc_search-children,
.elementor-widget-hoteller-availability-search .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search .mphb-check-in-date-wrapper,
.elementor-widget-hoteller-availability-search .mphb-check-out-date-wrapper,
.elementor-widget-hoteller-availability-search .mphb-adults-wrapper,
.elementor-widget-hoteller-availability-search .mphb-children-wrapper,
.elementor-widget-hoteller-availability-search .mphb-reserve-btn-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb_sc_search-check-in-date,
.elementor-widget-hoteller-availability-search .has_attributes .mphb_sc_search-check-out-date,
.elementor-widget-hoteller-availability-search .has_attributes .mphb_sc_search-adults,
.elementor-widget-hoteller-availability-search .has_attributes .mphb_sc_search-children,
.elementor-widget-hoteller-availability-search .has_attributes .mphb_sc_search-submit-button-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb-check-in-date-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb-check-out-date-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb-adults-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb-children-wrapper,
.elementor-widget-hoteller-availability-search .has_attributes .mphb-reserve-btn-wrapper
{
width: 100%;
padding-right: 0px;
margin-top: 10px;
}
.tg_portfolio_timeline_wrapper .portfolio_timeline_content_wrapper
{
display: block;
}
.tg_portfolio_timeline_wrapper .portfolio_timeline_content
{
width: 100%;
margin: 0 0 40px 0;
}
.tg_portfolio_timeline_wrapper .portfolio_timeline_img
{
width: 100%;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--links .ms-slide
{
justify-content: left;
padding-left: 0px;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide
{
justify-content: center;
}
.tg_synchronized_carousel_slider_wrapper.sliders-container .tg_synchronized_carousel_pagination, 
.tg_synchronized_carousel_slider_wrapper.sliders-container .ms--titles .ms-slide
{
padding-left: 0px;
}
.hoteller-contact-form-content-wrapper.two_cols form > p,
.hoteller-contact-form-content-wrapper.three_cols form > p {
width: 100%;
margin-right: 0;
box-sizing: border-box;
display: inline-block;
}
.tg_horizontal_slider_bg
{
padding: 0 !important;
width: 100% !important;
float: right;
height: 50%;
}
.tg_horizontal_slider_content
{
width: 90% !important;
padding-left: 5% !important;
padding-right: 5% !important;
line-height:130%;
height:50% !important;
}
.tg_horizontal_slider_bg_two_cols
{
width: 100% !important;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__image
{
width: 40%;
}
.tg_image_carousel_slider_wrapper.carousel .carousel-item .carousel-item__info
{
width: 60%;
padding: 15px;
}
.tg_image_carousel_slider_wrapper.carousel
{
max-height: 90vh;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(.9)}html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
body 
{
line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
content:"";
}
blockquote, q 
{
quotes:"" "";
}
a img 
{
border:none;
}.entry-content img {
margin: 0 0 1.5em 0;
}
.gallery-caption, .bypostauthor {
font-weight: normal;
}
div.alignleft, img.alignleft {
display: inline-block;
float: left;
margin-right: 1em;
margin-bottom: 1em;
}
div.alignright, img.alignright {
display: inline-block;
float: right;
margin-left: 1em;
margin-top: 1em;
}
div.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
div.wp-caption {
text-align: center;
margin-top: 2em;
margin-bottom: 2em;
font-size: 12px;
}
.wp-caption img {
border: 0 none;
margin: 0;
padding: 0;
border-radius: 3px;
}
.wp-caption p.wp-caption-text {
margin: 0;
text-align: center;
padding-bottom: 0 !important;
font-size: 12px;
color: #777;
}
.wp-smiley { 
max-height: 1em;
margin:0 !important;
}
.gallery dl {
margin: 0;
border: 0;
padding: 0;
}
.wp-caption img, .alignnone img, .alignleft img, .alignright img {
border: 0 none;
margin: 0;
padding: 0;
}
blockquote.left {
float: left;
margin-left: 0;
margin-right: 20px;
text-align: right;
width: 33%;
}
blockquote.right {
float: right;
margin-left: 20px;
margin-right: 0;
text-align: left;
width: 33%;
}
html
{
height: 100%;
}
blockquote:before, blockquote:after, q:before, q:after 
{
content:"";
}
blockquote, q 
{
quotes:"" "";
}
a img 
{
border:none;
}
p,
#page_content_wrapper .wpcf7 p,
.page_content_wrapper .wpcf7 p
{
padding-top: 1em;
padding-bottom: 1em;
}
p:empty
{
padding: 0 !important;
}
em
{
font-style: italic;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.center
{
text-align: center;
}
#page_content_wrapper p, .page_content_wrapper p 
{
padding-top: 1em;
padding-bottom: 1em;
}
#page_content_wrapper p.woocommerce-info,
#page_content_wrapper p.woocommerce-message,
#page_content_wrapper p.woocommerce-error
{
padding-top: 1em;
}
#page_content_wrapper p:empty, .page_content_wrapper p:empty
{
padding: 0 !important;
margin: 0 !important;
}
#footer p {
padding-top:0.5em;
padding-bottom:0.5em;
}
html, body {
min-height: 100%;
}
img, a img {
image-rendering: optimizeQuality;
}
em { font-style: italic; }
::selection {
background: #efc337;
color: #fff;
}
table
{
border-spacing: 0;
}
.sticky .post_wrapper
{
background: #FFFAE4;
border-color: #FFFAE4 !important;
}
.marginright
{
margin-right: 7px;
}
img.alignright 
{
float:right; margin:0 0 1em 2em;
}
img.alignleft2
{
float:left; margin:0 2em 1em 0;
}
img.aligncenter 
{
display: block; margin-left: auto; margin-right: auto
}
a img.alignright 
{
float:right; margin:0 0 1em 2em;
}
a img.alignleft 
{
float:left; margin:0 2em 1em 0;
}
a img.aligncenter 
{
display: block; margin-left: auto; margin-right: auto
}
dl
{
margin: 20px 0 40px 0;
}
.screen-reader-text 
{
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus 
{
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
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; }
body.page-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul:not(.woocommerce-error),
body.page-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol,
body.page-template-page-l #page_content_wrapper .inner .sidebar_content ul,
body.page-template-page-l #page_content_wrapper .inner .sidebar_content ol,
body.page-template-page-r #page_content_wrapper .inner .sidebar_content ul,
body.page-template-page-r #page_content_wrapper .inner .sidebar_content ol,
body.post-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul,
body.post-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol
{
margin: 20px 0 30px 20px;
}
body.page-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content .mphb-account-menu ul {
margin: 0;
}
body.page-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content .mphb-account-menu ul li {
margin-bottom: 10px;
}
body.post-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul li ul,
body.post-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ol li ol,
body.post-template-page-l #page_content_wrapper .inner .sidebar_content ul li ul,
body.post-template-page-l #page_content_wrapper .inner .sidebar_content ol li ol,
body.post-template-page-r #page_content_wrapper .inner .sidebar_content ul li ul,
body.post-template-page-r #page_content_wrapper .inner .sidebar_content ol li ol
{
margin: 5px 0 5px 20px;
}
body.archive #page_content_wrapper,
body.home.blog #page_content_wrapper
{
padding-bottom: 60px;
}
body.error404 #page_content_wrapper
{
padding-bottom: 20px;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated
{
padding: 0 !important;
}
.elementor-editor-active .elementor-inner
{
margin-top: 0 !important;
}.slideUp2{
animation-name: slideUp2;
-webkit-animation-name: slideUp2;	
animation-duration: 0.2s;	
-webkit-animation-duration: 0.2s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
-ms-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
@keyframes slideUp2 {
0% {
opacity: 0;
transform: translateY(5%);
}
100% {
opacity: 1;
transform: translateY(0%);
}	
}
@-webkit-keyframes slideUp2 {
0% {
opacity: 0;
transform: translateY(5%);
}
100% {
opacity: 1;
transform: translateY(0%);
}	
}
@keyframes subNavIn{
from{
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes subNavIn{
from{
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@keyframes subNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
}
@-webkit-keyframes subNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
}
@keyframes mainNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
}
@-webkit-keyframes mainNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
}
@keyframes mainNavIn{
from{
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes mainNavIn{
from{
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
input, textarea { -webkit-user-select:text;}
body
{
background: #ffffff;
font-family: 'Libre Baskerville', 'Helvetica Neue', Arial,Verdana,sans-serif;
padding: 0;
margin: 0;
color: #444;
font-weight: 400;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 1.7;
word-wrap: break-word;
-webkit-overflow-scrolling: touch;
}
.mphb-errors-wrapper {
color: #dc3232;
font-size: 13px;
display: inline;
}
body.js_nav
{
width: 100%;
height: 100%;
}
.width_half
{
width: 50%;
margin: auto;
}
.width_one_third
{
width: 33%;
margin: auto;
}
#perspective
{
width: 100%;
min-height: 100%;
position: relative;
overflow: auto;
}
body.js_nav #perspective
{
overflow: hidden;
}
@-moz-document url-prefix() {
#perspective {
overflow-x: hidden;
}
}
body.modalview #perspective
{
position: fixed;
perspective: 1500px;
}
body.modalview #footer_wrapper
{
display: none;
}
#wrapper
{
float: left;
width: 100%;
background: #fff;
transform-origin: 50% 50% 50%;
transition: background-color 0.4s, transform 0.4s;
transition-timing-function: ease;
position: relative;
left: 0;
min-height: 100%;
}
body.right_clicked #wrapper
{
filter: blur(7px);
}
body.leftmenu #wrapper
{
padding-top: 0 !important;
width: calc(100% - 350px);
left: 350px;
}
body.leftmenu #wrapper #page_content_wrapper
{
padding: 0 40px 0 40px;	
}
body.leftmenu #wrapper #page_content_wrapper.blog_wrapper
{
padding-top: 50px;
}
body.leftmenu .elementor-section.elementor-section-stretched
{
max-width: 100% !important;
left: 0 !important;
}
body.leftmenu .mobile_menu_wrapper
{
left: 0;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
width: 350px;
padding: 50px;
}
body.modalview #wrapper
{
position: absolute;
overflow: hidden;
cursor: pointer;
height: 100%;
width: 100%;
backface-visibility: hidden;
}
body.js_nav #wrapper
{
transform: translateZ(0px) translateX(10%) rotateY(-50deg);
}
@-moz-document url-prefix() {
body.js_nav #wrapper
{
transform: translateZ(0px) translateX(400px);
}
}
body.hammenufull.js_nav #wrapper
{
transform: none;
transform: scale(1);
opacity: 0;
}
body.tg_password_protected
{
height: 100%;
}
body.tg_password_protected #page_caption, 
body.tg_password_protected #footer_wrapper
{
display: none;
}
body.tg_password_protected #perspective
{
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
body.tg_password_protected #wrapper
{
background: transparent;
height: 100%;
}
body.tg_password_protected #page_content_wrapper
{
display: table;
width: 100%;
height: 100vh;
}
body.tg_password_protected.leftmenu #page_content_wrapper
{
width: calc(100% - 350px);
}
body.tg_password_protected #page_content_wrapper .inner
{
display: table-cell;
vertical-align: middle;
float: none;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper
{
float: none;
text-align: center;
width: 50%;
margin: auto;
}
body.tg_password_protected.leftmenu #page_content_wrapper .inner .inner_wrapper
{
width: 70%;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper .sidebar_content
{
padding: 70px 60px 60px 60px;
box-sizing: border-box;
opacity: 0;
animation-name: slideUp2;
-webkit-animation-name: slideUp2;
animation-duration: 0.5s;
-webkit-animation-duration: 0.5s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper .sidebar_content .protected-post-header
{
margin-bottom: 30px;
}
body.tg_password_protected #page_content_wrapper .inner .inner_wrapper .sidebar_content input[type=password]
{
text-align: center;
}
#wrapper.hasbg.transparent
{
padding-top: 0 !important;
}
hr
{
height: 1px;
border: 0;
border-top: 2px solid #ebebeb;
background: transparent;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
width: 100%;
clear: both;
}
.themeborder
{
border-color: #dce0e0;
}
.theme_radius
{
border-radius: 3px;
}
a
{
color: #222;
text-decoration: none;
-webkit-transition: color .2s linear, background .1s linear;
-moz-transition: color .2s linear, background .1s linear;
-ms-transition: color .2s linear, background .1s linear;
-o-transition: color .2s linear, background .1s linear;
transition: color .2s linear, background .1s linear;
}
a:hover
{
color: #222;
text-decoration: none;
}
a:active
{
color: #222;
text-decoration: none;
}
h1
{
font-size: 34px;
}
h2
{
font-size: 30px;
}
h2.number
{
font-size: 50px;
line-height: 50px;
}
h3
{
font-size: 26px;
}
h3#reply-title,
h3.comment_title,
h3.sub_title
{
text-align: center;
}
h4
{
font-size: 22px;
}
h5
{
font-size: 18px;
}
h5.related_post, .fullwidth_comment_wrapper h5.comment_header
{
text-align: center;
}
h6
{
font-size: 16px;
}
h5.widgettitle
{
font-size: 11px;
display: inline-block;
text-align: left;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
color: #222;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
position: relative;
border-bottom: 1px solid #222;
}
h7
{
font-size: 18px;
}
h1, h2, h3, h4, h5, h6, h7
{
color: #222;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
font-weight: 400;
line-height: 1.5em;
}
pre, code, tt 
{
font: 12px 'andale mono', 'lucida console', monospace;
line-height:1.5;
padding: 15px;
display: block; 
overflow: auto; 
margin-top: 20px;
margin: 20px 0 20px 0;
width: 100%;
border: 0;
color: #000;
border: 1px solid #e1e1e1;
border-radius: 3px;
background: #f9f9f9;
box-sizing: border-box;
}
.clear
{
clear: both;
}
img.mid_align
{ 
vertical-align: middle;
margin-right: 5px;
border: 0;
}
.fullwidth_comment_wrapper
{
width: 100%;
float: left;
margin-top: 60px;
}
.fullwidth_comment_wrapper:empty
{
display: none;
}
#commentform
{
margin-top: 0;
}
#commentform label
{
margin-bottom: 0;
font-weight: 600;
}
.logged-in-as
{
text-align: center;
padding-top: 0 !important;
margin-bottom: 10px;
}
#commentform > p,
body.single-product .comment-form-rating
{
box-sizing: border-box;
}
#commentform > p.input_wrapper
{
margin: 24px 24px 24px 0;
}
#commentform > p.input_wrapper.comment-form-url,
#commentform > p.input_wrapper.comment-form-comment
{
margin-right: 0;
}
#commentform > p.input_wrapper.comment-form-comment
{
margin-top: 10px;
padding: 0;
line-height: 0;
}
#commentform > p.input_wrapper.comment-form-comment textarea
{
padding: 0;
margin-top: 20px;
}
#commentform > p.comment-form-rating
{
width: 50%;
float: left;
display: block;
clear: none;
padding-top: 10px;
padding-bottom: 10px;
}
#commentform > p.comment-form-rating label
{
width: 50%;
float: left;
font-size: 13px;
font-weight: 500;
}
#commentform > p.comment-form-rating  .br-widget
{
width: 50%;
float: left;
}
#commentform > p.comment-form-comment
{
padding-bottom: 0;
clear: both;
}
#commentform > p.comment-notes
{
text-align: center;
padding: 0 !important;
}
#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url
{
float: left;
width: calc(33.33% - 16px);
}
#page_content_wrapper .inner .sidebar_content #commentform p.comment-form-author, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-email, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-url
{
width: calc(33.33% - 16px);
}
body.single-product #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-author, body.single-product #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-email
{
width: 50%;
}
#contact_form input[type="text"], #contact_form textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea 
{
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#commentform > p.form-submit
{
padding-top: 15px;
clear: both;
}
blockquote
{
font-size: 24px;
font-weight: 300;
color: #222;
margin: auto;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 0;
text-align: center;
position: relative;
line-height: 1.5em;
letter-spacing: 0;
clear: both;
}
.textwidget blockquote
{
margin: 0;
}
blockquote p
{
padding: 0 !important;
}
blockquote h2
{
font-weight: normal;
font-size: 22px;
}
blockquote h3
{
font-weight: normal;
font-size: 20px;
}
#respond
{
width: 100%;
float: left;
}
#respond.comment-respond
{
padding-top: 30px;
} #logo_wrapper
{
text-align: center;
padding: 30px 0 30px 0;
}
.logo_wrapper img.custom_logo_no_info
{
width: 50%;
height: auto;
}
.top_bar.scroll #logo_wrapper
{
display: none;
}
body.centeralign2 .top_bar.scroll #logo_wrapper,
body.centeralign3 .top_bar.scroll #logo_wrapper
{
display: block;
}
body.centeralign2 .top_bar.scroll #logo_wrapper .logo_container,
body.centeralign3 .top_bar.scroll #logo_wrapper .logo_container
{
display: none;
}
body.centeralign2 .top_bar.scroll #menu_wrapper,
body.centeralign2 .top_bar.scroll #logo_right_button,
body.centeralign3 .top_bar.scroll #menu_wrapper,
body.centeralign3 .top_bar.scroll #logo_right_button
{
top: 17px;
}
body.admin-bar.centeralign2 .top_bar.scroll #menu_wrapper,
body.admin-bar.centeralign2 .top_bar.scroll #logo_right_button,
body.admin-bar.centeralign3 .top_bar.scroll #menu_wrapper,
body.admin-bar.centeralign3 .top_bar.scroll #logo_right_button
{
top: 49px;
}
.top_bar.hasbg
{
border-bottom: 0;
}
.top_bar.hasbg #nav_wrapper
{
border-color: rgba(256, 256, 256, .3);
}
body.centeralign .top_bar
{
border-bottom: 0;
}
.logo_container
{
display: table;
width: 100%;
height: 100%;
}
.logo_align
{
display: table-cell;
vertical-align: middle;
line-height: 0;
}
body.leftmenu .logo_container
{
display: block;
width: 100%;
height: auto;
}
body.leftmenu.admin-bar .logo_container
{
margin-top: 40px;
}
.logo_wrapper
{
margin: 0;
display: inline-block;
line-height: 0;
}
.logo_wrapper.hidden
{
display: none;
}
.logo_wrapper img.zoom
{
transform: scale(0.8) !important;
}
.above_top_bar
{
height: 40px;
background: #222;
position: relative;
z-index: 3;
}
.header_style_wrapper
{
width: 100%;
float: left;
position: fixed;
top: 0;
left: 0;
z-index: 9;
display: block;
}
#elementor_header.header_style_wrapper
{
opacity: 0;
}
#elementor_header.header_style_wrapper.visible
{
opacity: 1;
}
#elementor_header.header_style_wrapper.visible section.elementor-invisible
{
visibility: visible;
}
#elementor_sticky_header.header_style_wrapper
{
opacity: 0;
z-index: -1;
-webkit-transform: translate(0px,-140px);
-moz-transform: translate(0px,-140px);
transform: translate(0px,-140px);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#elementor_sticky_header.header_style_wrapper.visible
{
opacity: 1;
z-index: 9;
-webkit-transform: translate(0px,);
-moz-transform: translate(0px,0px);
transform: translate(0px,0px);
}
body.admin-bar .header_style_wrapper
{
padding-top: 32px;
}
body.leftmenu .header_style_wrapper
{
display: none;
}
.header_style_wrapper.nofixed
{
display: none;
}
.top_bar
{
padding: 0;
box-sizing: border-box;
width: 100%;
background: #fff;
background: rgb(256,256,256,0.95);
background: rgba(256,256,256,0.95);
border-bottom: 1px solid #dce0e0;
float: left;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.top_bar.scroll
{
box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.1);
}
.top_bar.hasbg
{
background: transparent;
-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
border: 0;
}
html[data-menu=centeralign] body .top_bar.scroll #nav_wrapper
{
border: 0;
}
.top_bar.noopacity
{
background: #fff !important;
}
#mobile_menu
{
display: none;
cursor: pointer;
}
#menu_wrapper
{
margin:auto;
width: 960px;
height: 100%;
}
body.centeralign #menu_wrapper
{
margin-top: 20px;
}
body.centeralign .top_bar.scroll #menu_wrapper
{
margin-top: 0;
}
body.centeralign2 #menu_wrapper,
body.centeralign3 #menu_address_wrapper
{
width: auto;
display: inline-block;
position: absolute;
left: 30px;
}
body.centeralign2 .header_style_wrapper.scroll #menu_wrapper,
body.centeralign3 .header_style_wrapper.scroll #menu_address_wrapper
{
top: 15px;
}
body.admin-bar.centeralign2 .header_style_wrapper.scroll #menu_wrapper,
body.admin-bar.centeralign3 .header_style_wrapper.scroll #menu_address_wrapper
{
top: 47px;
}
body.centeralign3 #menu_wrapper
{
display: inline-block;
width: auto !important;
padding: 0;
}
body.centeralign2 #menu_wrapper #nav_wrapper,
body.centeralign3 #menu_wrapper #nav_wrapper
{
border: 0;
height: auto;
}
#nav_wrapper
{
float: left;
display: table;
width: 100%;
height: 100%;
text-align: center;
border-top: 1px solid #ccc;
}
body.centeralign #nav_wrapper
{
float: none;
width: auto;
margin: auto;
}
.nav_wrapper_inner
{
display: table-cell;
vertical-align: middle;
}
body.centeralign3 #nav_wrapper
{
float: none;
display: inline-block;
}
body.centeralign3 .nav_wrapper_inner
{
display: inline-block;
}
#menu_border_wrapper > div
{
width: 100%;
float: left;
}
body.centeralign2 #menu_border_wrapper > div,
body.centeralign3 #menu_border_wrapper > div
{
width: auto;
float: none;
display: inline-block;
}
#mobile_nav_icon
{
position: relative;
box-sizing: border-box;
top: 2px;
}
body.leftalign #mobile_nav_icon
{
margin-left: 10px;
}
body.tg_sidemenu_desktop #mobile_nav_icon
{
display: none;
}
#logo_right_button
{
position: absolute;
text-align: right;
right: 30px;
}
.top_bar.hasbg #mobile_nav_icon
{
border-color: #fff;
color: #fff;
}
.header_client_wrapper
{
display: inline-block;
margin-left: 10px;
position: relative;
}
.header_client_wrapper
{
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
}
body.centeralign3 .header_client_wrapper,
body.centeralign3 .header_cart_wrapper
{
top: 2px;
}
body.leftmenu .mobile_menu_wrapper .header_client_wrapper
{
position: absolute;
bottom: 50px;
margin: 0;
}
.header_client_wrapper span,
.header_call_wrapper span
{
font-size: 16px;
font-weight: 500;
margin-right: 7px;
vertical-align: baseline;
}
.header_client_wrapper .client_logout_link
{
margin-left: 1px;
margin-right: 1px;
}
.header_cart_wrapper, 
.header_call_wrapper
{
display: inline-block;
margin-left: 15px;
position: relative;
}
.header_cart_wrapper .cart_count
{
position: absolute;
top: -10px;
right: -10px;
font-size: 10px;
border-radius: 50px;
background: #1C58F6;
color: #fff;
z-index: 2;
width: 16px;
height: 16px;
line-height: 18px;
text-align: center;
}
.header_cart_wrapper span
{
font-size: 16px;
font-weight: 500;
}
body.centeralign3 .menu_address_content,
body.centeralign3 .menu_tel_content
{
display: inline-block;
line-height: 130%;
vertical-align:top;
text-align: left;
margin-left: 20px;
font-size: 13px;
}
body.centeralign3 .menu_address_label,
body.centeralign3 .menu_tel_label
{
font-weight: 600;
}
body.admin-bar .mobile_menu_wrapper #mobile_menu_close.button
{
top: 62px;
}
body.mobile_menu_wrapper #mobile_menu_close.button
{
z-index: 99;
}
.mobile_menu_wrapper #mobile_menu_close.button
{
position: fixed;
top: 30px;
right: 30px;
border-radius: 250px;
width: 40px;
height: 40px;
padding: 0;
line-height: 42px !important;
font-size: 16px;
-ms-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
transition: all 0.1s ease;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
}
body.js_nav .mobile_menu_wrapper #mobile_menu_close.button
{
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
body.js_nav .mobile_menu_wrapper #mobile_menu_close.button
{
z-index: 999;
}
.mobile_menu_wrapper #mobile_menu_close.button:hover
{
margin-top: -4px;
}
.mobile_menu_wrapper
{
left: -10px;
-webkit-transition: -webkit-transform 400ms ease;
-moz-transition: transform 400ms ease;
-o-transition: -o-transform 400ms ease;
transition: transform 400ms ease;
-webkit-transform: translate(-400px, 0px);
-moz-transform: translate(-400px, 0px);
transform: translate(-400px, 0px);
-webkit-backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-overflow-scrolling: touch;
width: 400px;
padding: 90px;
box-sizing: border-box;
background: #111111; 
position: fixed;
top: 0px;
height: 100%;
color: #999;
}
body.leftmenu .mobile_menu_wrapper
{
z-index: 1;
}
.mobile_menu_content
{
display: table;
width: 100%;
height: 100%;
}
.mobile_menu_content .sidebar_widget
{
width: 100%;
clear: both;
}
.mobile_menu_content .sidebar_widget li.widget_mphb_search_availability_widget
{
box-shadow: none !important;
}
.mobile_menu_wrapper .mobile_menu_content > div
{
width: 100%;
max-height: 100%;
overflow: auto;
display: table-cell;
vertical-align: middle;
}
body.leftmenu .mobile_menu_wrapper .mobile_menu_content > div
{
display: block;
position: absolute;
bottom: 100px;
width: calc(100% - 100px);
box-sizing: border-box;
}
.mobile_menu_wrapper .mobile_menu_content .social_wrapper
{
margin-top: 20px;
}
.mobile_menu_wrapper .mobile_menu_content .social_wrapper ul li a i
{
font-size: 24px;
line-height: 24px;
}
body.admin-bar .mobile_menu_wrapper
{
padding-top: 32px;
}
body.admin-bar #close_mobile_menu
{
top: 32px;
}
body.js_nav .mobile_menu_wrapper, html[data-menu=leftmenu] body.js_nav .mobile_menu_wrapper
{
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
left: 0;
z-index: 99;
}
#close_mobile_menu
{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
#close_mobile_menu.open,
body.js_nav #close_mobile_menu
{
z-index: 99;
}
.mobile_main_nav, #sub_menu
{
margin-top: 40px;
margin-bottom: 40px;
list-style: none;
overflow: hidden;
width: 100%;
}
body.leftmenu .mobile_main_nav #sub_menu
{
margin-top: 250px;
}
#sub_menu .sub-menu
{
margin-left: 15px;
margin-top: 5px;
margin-bottom: 5px;
list-style: none;
}
#sub_menu li
{
width: 100%;
}
.mobile_main_nav li a, #sub_menu li a
{
color: #777;
width: 100%;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 2em;
text-transform: uppercase;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
}
.mobile_main_nav li a:hover, .mobile_main_nav li a:active, #sub_menu li a:active
{
color: #fff;
}
.mobile_main_nav li ul.sub-menu
{
display: none;
}
.mobile_main_nav.mainnav_in
{
-webkit-animation: mainNavIn 0.4s;
animation: mainNavIn 0.4s;
}
.mobile_main_nav.mainnav_out
{
-webkit-animation: mainNavOut 0.4s;
animation: mainNavOut 0.4s;
}
#sub_menu.subnav_out
{
-webkit-animation: subNavOut 0.4s;
animation: subNavOut 0.4s;
}
#sub_menu.subnav_in
{
-webkit-animation: subNavIn 0.4s;
animation: subNavIn 0.4s;
}
#sub_menu li ul a:after
{
display: none;
}
#menu_back
{
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-size: 14px !important;
margin-bottom: 5px;
font-weight: 600 !important;
}
#menu_back:before
{
font-size: 12px;
margin-right: 0.7em;
position: relative;
display: inline;
font-family: 'Font Awesome 5 Free';
content: "\f104";
font-weight: 900;
}
.overlay_background
{
opacity: 0;
visibility: hidden;
background-color: rgba(256, 256, 256, 1);
position: fixed;
z-index: -2;
top: 0;
left:0;
width: 100%;
height: 100%;
-ms-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-webkit-transform: scale(0.9);
transform: scale(0.9);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#page_caption_overlay,
.content_overlay
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 1;
}
.ppb_wrapper .withbg .overlay_background
{
z-index: 1;
visibility: visible;
opacity: 1;
position: absolute;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
#side_menu_wrapper.overlay_background.share_open
{
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
z-index: 9;
overflow: auto;
}
.overlay_background.share_open,
#side_menu_wrapper.overlay_background.share_open
{
background-color: rgba(0, 0, 0, 0.9);
}
.overlay_background.visible
{
opacity: 1;
visibility: visible;
}
body #side_menu_wrapper 
{
background: transparent;
}
body.js_nav #side_menu_wrapper 
{
display: none;
}
#close_share, .mobile_menu_wrapper #close_mobile_menu
{
position: absolute;
top: 42px;
right: 40px;
left: auto;
z-index: -1;
width: 20px;
height: 40px;
line-height: 42px;
border-radius: 25px;
background: #eee;
color: #fff;
text-align: center;
padding: 0 10px 0 10px;
cursor: pointer;
z-index: 10;
display: block;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
#close_share:hover, .mobile_menu_wrapper #close_mobile_menu:hover
{
-webkit-transform: translate(0px,-5px);
-moz-transform: translate(0px,-5px);
transform: translate(0px,-5px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
}
#close_share.open, .mobile_menu_wrapper #close_mobile_menu.open
{
z-index: 99;
}
.nav, .subnav, .nav_page_number
{
list-style: none;
padding: 10px 0 10px 0;
}
.subnav
{
background: none;
}
.nav > li, .nav_page_number > li
{
display: inline-block;
}
.nav_page_number
{
margin-top: 2px;
}
#menu_wrapper .nav ul, #menu_wrapper div .nav
{
list-style: none;
display: block;
padding: 0;
margin: 0;
margin-bottom: 0;
}
#menu_wrapper .nav ul li, #menu_wrapper div .nav li
{
display: inline-block;
margin: 0;
padding: 10px 8px 10px 8px;
}
body.centeralign #menu_wrapper div .nav > li
{
padding: 10px 15px 10px 15px;
}
body.centeralign2 #menu_wrapper div .nav > li,
body.centeralign3 #menu_wrapper div .nav > li
{
padding: 2px 8px 2px 8px;
}
#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li
{
clear: both;
width: 100%;
margin: 0;
text-align: left !important;
padding: 5px 20px 5px 20px;
box-sizing: border-box;
}
#menu_wrapper .nav ul li:last-child, #menu_wrapper div .nav li:last-child
{
margin-right: 0;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a
{
display: inline-block;
padding: 0;
margin: 0;
color: #666;
font-size: 12px;
padding: 0;
font-weight: 400;
margin-right: 10px;
font-family: "Renner", 'Helvetica Neue', Arial,Verdana,sans-serif;
text-transform: uppercase;
position: relative;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
}
#menu_wrapper .nav ul li a:before, #menu_wrapper div .nav li > a:before,
.post_attribute a:before, #page_content_wrapper .inner .sidebar_wrapper a:not(.button):before
{
content: '';
display: block;
position: absolute;
bottom: 2px;
left: 0;
height: 1px;
width: 100%;
background-color: #666;
transform-origin: right top;
transform: scale(0, 1);
transition: color 0.1s,transform 0.2s ease-out;
}
#page_content_wrapper .inner .sidebar_wrapper a.no_effect:before
{
display: none !important;
}
#menu_wrapper .nav ul li a:active:before, #menu_wrapper div .nav li > a:active:before
{
background-color: #666;
}
#page_content_wrapper .inner .sidebar_wrapper a:not(.button)
{
position: relative;
}
#menu_wrapper .nav ul li a:hover:before, #menu_wrapper div .nav li > a:hover:before,
.post_attribute a:hover:before, #page_content_wrapper .inner .sidebar_wrapper a:not(.button):hover:before,
#menu_wrapper .nav li.current-menu-item a:before
{
transform-origin: left top;
transform: scale(1, 1);
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a:first-child
{
padding-left: 0;
}
#wrapper.transparent .top_bar:not(.scroll) #menu_wrapper div .nav > li > a, 
#wrapper.transparent .top_bar:not(.scroll) #logo_right_button a#mobile_nav_icon, 
#wrapper.transparent #logo_wrapper .social_wrapper ul li a, #wrapper.transparent .top_bar:not(.scroll) .header_cart_wrapper a,
#wrapper.transparent .top_bar:not(.scroll) .header_client_wrapper a,
#wrapper.transparent .top_bar:not(.scroll) .header_client_wrapper,
#wrapper.transparent .top_bar:not(.scroll) .header_call_wrapper a,
#wrapper.transparent .top_bar:not(.scroll) .header_call_wrapper,
#wrapper.transparent .top_bar:not(.scroll) #menu_address_wrapper,
#wrapper.transparent .top_bar:not(.scroll) #menu_address_wrapper a
{
color: #fff !important;
}
#wrapper.transparent #menu_wrapper .nav ul li a:before, 
#wrapper.transparent #menu_wrapper div .nav li > a:before
{
background: #fff !important;
}
#menu_wrapper .nav li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
font-family: 'themify';
content: "\e64b";
float: right;
margin-left: 8px;
line-height: 3em;
}
#menu_wrapper .nav ul li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
font-size: 7px;
}
#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover
{
color: #444;
z-index: 2;
position: relative;
}
#menu_wrapper div .nav > li.current-menu-item > a, #menu_wrapper div .nav > li.current-menu-parent > a, #menu_wrapper div .nav > li.current-menu-ancestor > a
{
color: #444;
z-index: 2;
position: relative;
}
#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul
{
list-style: none;
background: transparent;
position: absolute;
width: 200px;
height: 0;
padding: 0;
z-index: -1; 
margin: 0;
margin-left: 0;
margin-top: 2px;
border: 0;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
opacity: 0;
overflow: hidden;
-webkit-transform: translate(0px,-15px);
-moz-transform: translate(0px,-15px);
transform: translate(0px,-15px);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul li ul
{
position: absolute;
left: 201px;
margin-top: -42px;
margin-left: 0;
opacity: 0;
}
#menu_wrapper .nav ul li ul li ul:before, #menu_wrapper div .nav li ul li ul:before
{
display: none;
}
#menu_wrapper .nav > li:hover > ul,
#menu_wrapper .nav > li > ul > li:hover > ul
{
z-index: 9;
opacity: 1;
height: auto;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
transform: translate(0px,0px);
overflow: visible;
}
#menu_wrapper div .nav li ul li a, #1menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a
{
display: block;
background: transparent;
height: auto;
}
#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a
{
border-top: 0;
margin: 0;
font-size: 11px;
padding: 0;
letter-spacing: 0;
font-weight: 400;
text-transform: none;
box-sizing: border-box;
-webkit-transition: color .2s linear, background .2s linear;
-moz-transition: color .2s linear, background .2s linear;
-ms-transition: color .2s linear, background .2s linear;
-o-transition: color .2s linear, background .2s linear;
transition: color .2s linear, background .2s linear;
}
#menu_wrapper .nav ul li:first-child > a, 
#menu_wrapper .nav ul li ul li:first-child > a,
#menu_wrapper div .nav li.current-menu-parent ul li:first-child > a
{
margin-top: 10px;
}
#menu_wrapper .nav ul li:last-child > a, 
#menu_wrapper .nav ul li ul li:last-child > a,
#menu_wrapper div .nav li.current-menu-parent ul li:last-child > a
{
margin-bottom: 10px;
}
#menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul
{
position: absolute;
width: 960px;
left: 0;
right: 0;
margin-left:auto;
margin-right:auto;
padding: 0;
box-sizing: border-box;
}
#menu_wrapper .nav ul li:not(.megamenu) > ul.sub-menu > li.arrow > a:after, #menu_wrapper div .nav li:not(.megamenu) > ul.sub-menu > li.arrow > a:after
{
font-size: 7px;
margin-left: 8px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
font-family: 'themify';
content: "\e649";
float: right;
margin-right: 0px;
line-height: 3em;
}
#menu_wrapper div .nav li.megamenu ul li
{
display: block;
box-sizing: border-box;
clear: none;
float: left;
border-left: 1px solid #eeeeee;
}
#menu_wrapper div .nav li.megamenu ul li > a
{
display: none;
}
#menu_wrapper div .nav li.megamenu ul li:first-child
{
border: 0;
}
#menu_wrapper div .nav li.megamenu.col2 ul > li.menu-item-has-children
{
width: 50%;
padding: 5px 15px 0 0;
}
#menu_wrapper div .nav li.megamenu.col3 ul > li.menu-item-has-children
{
width: 33.3%;
padding: 5px 15px 0 0;
}
#menu_wrapper div .nav li.megamenu.col4 ul > li.menu-item-has-children
{
width: 25%;
padding: 5px 15px 0 0;
}
#menu_wrapper .nav ul li.megamenu ul li ul, #menu_wrapper div .nav li.megamenu ul li ul
{
position: relative;
width: 100%;
margin: 0;
border: 0;
box-shadow: 0 0 0;
display: block !important;
opacity: 1 !important;
left: 0;
height: auto;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
overflow: visible;
}
#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li
{
width: 100% !important;
border: 0 !important;
}
#menu_wrapper div .nav li.megamenu ul li > a, #menu_wrapper div .nav li.megamenu ul li > a:hover, #menu_wrapper div .nav li.megamenu ul li  > a:active
{
color: #444;
box-sizing: border-box;
background: transparent;
}
#menu_wrapper .nav ul li.megamenu ul li ul li a, #menu_wrapper div .nav li.megamenu ul li ul li a
{
color: #888;
border-bottom: 0;
}
#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li a
{
width: auto;
display: inline-block;
margin-left: 5px;
padding: 0;
}
@media only screen and (min-width: 1200px) {
#menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul
{
max-width: 1425px;
width: 100%;
width: calc(100% - 180px);
box-sizing: border-box;
}
}
.top_contact_info_container
{
display: table;
float: right;
height: 100%;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
}
.top_contact_info
{
font-size: 12px;
color: #222;
float: right;
line-height: 40px;
}
.top_contact_info i
{
margin-right: 10px;
color: #222;
font-size: 12px;
vertical-align: middle;
}
.top_contact_info span
{
display: inline-block;
margin-left: 10px;
}
.top_contact_info a
{
color: #444;
}
#top_menu
{
float: left;
display: block;
list-style: none;
}
#top_menu li
{
float: left;
margin-right: 20px;
}
#top_menu li a
{
font-size: 13px;
font-weight: 400;
color: #222;
line-height: 40px;
}
#footer_menu li ul
{
display: none;
} .footer_photostream_wrapper
{
margin-top: 20px;
text-align: center;
}
.footer_photostream
{
margin-top: 20px;
}
.footer_bar
{
clear: both;
width: 100%;
margin: auto;
padding: 0 0 10px 0;
float: left;
-webkit-transition: -webkit-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: -webkit-transform 500ms ease;
}
#footer_wrapper
{
width: 100%;
float: left;
}
body.leftmenu #footer_wrapper
{
width: calc(100% - 350px);
margin-left: 350px;
}
#footer 
{
width: 100%;
margin: auto;
word-wrap: break-word;
margin-bottom: 0;
float: left;
clear: both;
}
#footer.empty
{
padding: 0;
}
#footer.ppb_wrapper
{
margin-top: 0;
}
#footer a
{
color: #000;
}
#footer a:hover, #footer a:active
{
color: #000;
}
#footer .sidebar_widget li h2.widgettitle
{
margin-top: 10px;
margin-bottom: 10px;
}
#footer ul.sidebar_widget
{
width: 960px;
list-style: none;
margin: 0;
margin: auto;
padding-top: 50px;
padding-bottom: 50px;
}
#footer ul.sidebar_widget:after
{
content: '';
display: block;
clear: both;
}
#footer ul.sidebar_widget li ul
{
list-style: none;
margin-left: 0;
}
#footer ul.sidebar_widget li ul li ul.children
{
margin-left: 10px;
margin-bottom: 0;
}
#footer ul.sidebar_widget li ul li ul.children li:last-child
{
border: 0;
margin-bottom: 0;
}
#footer .sidebar_widget.four > li
{
width: 20%;
float: left;
margin-right: 5%;
}
#footer .sidebar_widget.four > li:nth-child(4)
{
margin-right: 0;
width: 25%;
}
#footer .sidebar_widget.three > li
{
width: 31.33%;
margin-right: 3%;
float: left;
}
#footer .sidebar_widget.three > li:nth-child(3)
{
margin-right: 0;
}
#footer .sidebar_widget.two > li
{
width: 48%;
float: left;
margin-right: 2%;
}
#footer .sidebar_widget.two > li:nth-child(2)
{
margin-right: 0;
width: 50%;
}
#footer .sidebar_widget.one
{
float: none;
}
#footer .sidebar_widget.one > li
{
width: 100%;
clear: both;
float: left;
margin-bottom: 30px;
text-align: center;
}
#footer .sidebar_widget.one > li .social_wrapper.shortcode ul
{
text-align: center;
}
#footer .sidebar_widget.one > li:last-child
{
margin-bottom: 0;
}
#footer ul.sidebar_widget li ul.posts.blog li img
{
width: 60px;
float: left;
margin: 0 15px 15px 0;
}
#footer ul.sidebar_widget li ul.posts.blog li
{
clear: both !important;
float: left;
border: 0;
width: 100%;
}
#footer ul.sidebar_widget li ul li
{
margin: 0 0 10px 0;
}
#footer ul.sidebar_widget li ul li ul.sub-menu
{
margin-left: 15px;
}
#footer ul.sidebar_widget li ul.flickr li
{
margin: 0 2% 0 0;
border-bottom: 0;
width: 31%
}
#footer ul.sidebar_widget.one li ul.flickr li
{
width: 8%;
margin: 0 2% 1.2% 0;
}
#footer ul.sidebar_widget.two li ul.flickr li
{
width: 15%;
margin: 0 2% 1% 0;
}
#footer ul.sidebar_widget.three li ul.flickr li
{
width: 20%;
margin: 0 2% 0 0;
}
#footer ul.sidebar_widget li ul.flickr li img
{
width: 100%;
height: auto;
}
#copyright
{
float: left;
width: 50%;
font-weight: normal;
text-align: left;
}
.footer_bar.fullscreen #copyright
{
color: #fff;
}
.footer_bar.fullscreen .footer_bar_wrapper, .footer_bar.wall .footer_bar_wrapper, .footer_bar.static .footer_bar_wrapper
{
margin: auto;
float: none;
}
.footer_bar_wrapper
{
width: 960px;
margin: auto;
-webkit-transition: -webkit-transform 500ms ease;
transition: -webkit-transform 500ms ease;
-webkit-font-smoothing: antialiased;
clear: both;
color: #fff;
border-top: 1px solid #444;
padding-top: 20px;
}
#footer .logo_container
{
text-align: center;
margin-top: 50px;
float: none;
width: 100%;
}
#footer .logo_container .logo_align
{
display: block;
}
#toTop 
{
width:45px;
height: 45px;
box-sizing: border-box;
opacity: 0;
text-align:center;
padding:10px 10px 10px 10px;
position:fixed; bottom: 20px;
right: 10px;
cursor:pointer;
transition: color 300ms, background-color 300ms, opacity 300ms;
-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
-o-transition: color 300ms, background-color 300ms, opacity 300ms;
-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
z-index: 9;
background: rgba(0,0,0,0.1);
color: #fff;
display: block;
}
#toTop i
{
font-size: 1.5em;
line-height: 24px;
} #content_wrapper
{
width: 72%;
float: left;
margin: 0;
}
#page_content_wrapper:not(.wide), .page_content_wrapper:not(.wide)
{
width: 960px;
margin: auto;
padding-bottom: 0;
margin-top: 0;
}
body.search #page_content_wrapper .inner
{
padding-bottom: 50px;
}
body.page-template-default .inner
{
padding-bottom: 70px;
}
body.elementor-page .inner
{
padding-bottom: 0 !important;
}
body.home.blog #page_content_wrapper
{
margin-top: 40px;
}
#page_content_wrapper.wide.nomargin, .page_content_wrapper.wide.nomargin
{
margin-top: 0;
}
.page_content_wrapper,
.page_content_wrapper .inner,
.page_content_wrapper .inner .inner_wrapper
{
width: 100%;
float: left;
}
body:not(.elementor-page) #page_content_wrapper img
{
max-width: 100%;
height: auto;
}
.standard_wrapper
{
width: 960px;
margin: auto;
position: relative;
float: none;
}
.standard_wrapper.withpadding
{
padding-top: 30px;
padding-bottom: 30px;
}
.page_content_wrapper.fullwidth, #page_content_wrapper.fullwidth
{
width: 100%;
padding: 0;
}
#page_content_wrapper .inner
{
width: 100%;
margin: auto;
float: left;
}
#page_content_wrapper .inner .inner_wrapper
{
padding-top: 0;
width: 100%;
float: left;
}
.type-post.classic.classic:first-child
{
margin-top: 0;
}
.type-post.type-post.classic
{
margin-bottom: 20px;
margin-top: 20px;
}
.type-post.classic
{
float: left;
}
.post.type-post.sticky .post_wrapper,
body:not(.single) .post:first-child.type-post.sticky .post_wrapper
{
padding: 20px 30px 30px 30px;
box-sizing: border-box;
}
body.page-template-blog-fg .post.type-post
{
margin-bottom: 4%;
}
body.page-template-blog-fg .post.type-post .post_wrapper
{
border: 0;
padding: 0;
}
body.search-results .hentry
{
float: left;
width: 100%;
margin-bottom: 35px;
border: 0;
}
#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content
{
margin-right: 0;
padding-right: 0;
box-sizing: border-box;
margin-bottom: 0;
}
#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content.left_sidebar
{
padding-right: 0;
}
#blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post, .post.type-post.grid_layout
{
width: 48%;
margin-top: 0;
margin-bottom: 5%;
float: left;
border: 0;
}
#blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post:nth-child(even), .post.type-post.grid_layout.last
{
float: right;
}
body.single .post.type-post
{
border: 0;
margin-bottom: 0;
}
.post.type-post.last-child
{
border: 0;
margin: 0;
padding: 0;
}
#blog_grid_wrapper
{
padding-top: 30px;
}
#blog_grid_wrapper.ppb_blog_posts, .blog_grid_wrapper.ppb_blog_posts
{
padding-top: 0;
}
#blog_grid_wrapper .post.type-post, .blog_grid_wrapper .post.type-post
{
margin-bottom: 20px;
box-sizing: border-box;
padding: 0;
padding: 0;
box-sizing: border-box;
border: 0;
}
body.page-template-blog-g-php #blog_grid_wrapper .post.type-post, 
body.error404 #blog_grid_wrapper .post.type-post, 
.ppb_blog_posts .post.type-post, 
body.archive #blog_grid_wrapper .post.type-post
{
float: left;
width: 31.66%;
float: left;
margin-right: 2.5%;
margin-bottom: 3.5%;
margin-top: 0;
}
body.page-template-blog-g-php #blog_grid_wrapper .post.type-post:nth-child(3n),
body.error404 #blog_grid_wrapper .post.type-post:nth-child(3n), 
.ppb_blog_posts .post.type-post:nth-child(3n), 
body.archive #blog_grid_wrapper .post.type-post:nth-child(3n)
{
margin-right: 0;
}
body.page-template-blog-g-php #blog_grid_wrapper .post.type-post:nth-child(3n+1),
body.error404 #blog_grid_wrapper .post.type-post:nth-child(3n+1), 
.ppb_blog_posts .post.type-post:nth-child(3n+1), 
body.archive #blog_grid_wrapper .post.type-post:nth-child(3n+1)
{
clear: both;
}
body.page-template-blog-g-php #blog_grid_wrapper .post.type-post.last,
.ppb_blog_posts .post.type-post.last
{
margin-right: 0;
float: right;
}
.post.type-post:last-child
{
margin-bottom: 0;
}
.post_wrapper.grid_layout
{
float: left;
}
body.single .post_wrapper
{
padding-bottom: 0;
word-break: break-word;
}
body.single .post_related .post_wrapper
{
text-align: center;
width: 100%;
}
.post_related .post_header_wrapper
{
clear: both;
float: left;
width: 100%;
box-sizing: border-box;
}
body:not(.single) .post:first-child .post_wrapper,
body.page-template-blog-gs-php .post:first-child .post_wrapper,
body.page-template-blog-gs-php .post:nth-child(2) .post_wrapper,
body.page-template-blog-gls-php .post:first-child .post_wrapper,
body.page-template-blog-gls-php .post:nth-child(2) .post_wrapper,
body.page-template-blog-g-php .post:first-child .post_wrapper,
body.page-template-blog-g-php .post:nth-child(2) .post_wrapper,
body.page-template-blog-g-php .post:nth-child(3) .post_wrapper,
body.error404 .post:first-child .post_wrapper,
body.error404 .post:nth-child(2) .post_wrapper,
body.error404 .post:nth-child(3) .post_wrapper,
.ppb_blog_grid .post:first-child .post_wrapper,
.ppb_blog_grid .post:nth-child(2) .post_wrapper,
.ppb_blog_grid .post:nth-child(3) .post_wrapper
{
border-top: 0;
padding-top: 0;
}
body.search .post_wrapper:first-child
{
padding: 20px 0 25px 0;
border: 0;
}
.post_wrapper.single
{
width: 100%;
margin: 0;
}
body.single .post-views
{
display: none;
}
.post_header
{
width: 100%;
float: left;
margin-bottom: 10px;
position: relative;
z-index: 1;
}
.post_header p 
{
text-align: left;
}
.post_header.search
{
width: calc(100% - 50px);
margin-bottom: 0;
margin-left: 10px;
text-align: left;
}
body.search-results .post_header.search
{
width: calc(100% - 90px);
}
.post_header.quote
{
margin-bottom: 0;
}
.readmore
{
font-size: 12px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
display: inline-block;
border-bottom: 1px solid #222;
}
.readmore span
{
display: none;
}
.readmore:hover
{
opacity: 1;
}
.post_header.grid
{
margin-bottom: 15px;
width: 100%;
box-sizing: border-box;
}
.post_header.grid.related
{
margin-bottom: 0;
}
.post_header.full
{
width: 100%;
}
body.page-template-blog-f-php .post_excerpt_full
{
margin-bottom: 0;
}
.post_header.grid h6
{
font-size: 18px;
}
.post_header h3 a, .post_header.grid h6 a
{
color: #222222;
}
.post_header h5
{
font-size: 28px;
margin: 10px 0 10px 0;
}
.post_header h6
{
font-size: 20px;
}
.post_header h5 a, .post_header h6 a
{
color: #222222;
}
.post_attribute a
{
position: relative;
padding: 3px 0 3px 0;
}
.post_attribute a:before
{
opacity: 0.5;
}
.post_excerpt
{
width: 100%;
margin: auto;
}
.post_excerpt br:first:child
{
display: none;
}
.post_excerpt.post_tag
{
width: auto;
float: left;
margin: initial;
text-align: left;
margin-top: 20px;
}
.post_excerpt.post_tag a
{
color: #888;
display: inline-block;
border: 0;
background: #f0f0f0;
padding: 3px 15px 3px 25px;
margin-right: 10px;
margin-bottom: 10px;
position: relative;
font-size: 15px;
}
.post_excerpt.post_tag a:before
{
background: #fff;
border-radius: 10px;
content: '';
height: 6px;
left: 10px;
position: absolute;
width: 6px;
top: 14px;
}
.post_excerpt.post_tag a:after
{
background: #fff;
border-bottom: 17px solid transparent;
border-left: 10px solid #f0f0f0;
border-top: 17px solid transparent;
content: '';
position: absolute;
right: 0;
top: 0;
}
.post_share_text
{
float: right;
margin-top: 35px;
cursor: pointer;
font-size: 14px;
color: #fff;
background: #EFA697;
border-radius: 250px;
border: 2px solid #EFA697;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
-webkit-transition: color .2s linear, background .1s linear;
-moz-transition: color .2s linear, background .1s linear;
-ms-transition: color .2s linear, background .1s linear;
-o-transition: color .2s linear, background .1s linear;
transition: color .2s linear, background .1s linear;
}
.post_share_text:hover
{
background: #000;
border-color: #000;
}
.post_share_text i
{
font-size: 14px;
}
#about_the_author
{
margin: 60px 0 0 0;
border-top: 2px solid #dce0e0;
border-bottom: 2px solid #dce0e0;
padding: 40px 0 40px 0;
box-sizing: border-box;
}
#about_the_author:after
{
content: " ";
display: block; 
height: 0;
clear: both;
}
#about_the_author .gravatar
{
float: left;
margin-right: 20px;
width: 100px;
}
#about_the_author .author_detail
{
float: left;
width: calc(100% - 120px);
}
.post_related
{
margin-top: 40px;
}
.post_related h5
{
margin-bottom: 30px;
}
.post_content_wrapper
{
margin: 0;
clear: both;
width: 100%;
box-sizing: border-box;
}
.post_content_wrapper.fullwidth
{
width: 100%;
}
.recent_post_detail, .post_detail, .thumb_content span .portfolio_excerpt, .testimonial_customer_position, .testimonial_customer_company
{
width: 100%;
padding: 0;
float: left;
margin: 5px 0 15px 0;
font-weight: 500;
}
.search_form_wrapper
{
margin-bottom: 30px;
}
body.search .search_form_wrapper
{
margin-top: 0;
}
.search_form_wrapper .content
{
font-size: 16px;
text-align: center;
width: 60%;
margin: auto;
margin-bottom: 40px;
}
.post_header .post_detail.grid
{
margin-top: 5px;
}
.post_header .post_detail.full
{
width: 100%;
margin-top: 7px;
margin-bottom: 7px;
}
.post_header .post_detail.grid
{
margin-bottom: 0;
}
.post_attribute, .comment_date, .post-date
{
padding: 0;
margin-top: 0;
}
body.single-mphb_room_type .page_title_content .post_attribute,
body.single-mphb_room_type .singleroom_other_header .post_attribute
{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
}
.mphb_widget_search-form label
{
font-weight: 700;
}
.mphb-price-period
{
border: 0 !important;
}
.post_button_wrapper .post_attribute,
.posts.blog li .post_attribute
{
opacity: 0.5;
}
.post_info_cat
{
font-size: 12px;
margin-top: 20px;
margin-bottom: 5px;
font-weight: 300;
}
#page_caption.hasbg .post_info_cat
{
color: #fff !important;
}
.post_detail.single_post a,
.post_detail.single_post a:hover,
.post_detail.single_post a:active
{
text-transform: uppercase;
}
.post_detail.single_post
{
text-transform: uppercase;
margin-bottom: 10px;
font-size: 12px;
letter-spacing: 2px;
}
body.single .post_detail.single_post.related
{
margin-bottom: 5px;
}
.search_thumb
{
float: left;
border-radius: 200px;
width: 60px;
height: 60px;
overflow: hidden;
position: relative;
margin-top: 5px;
}
body.search-results .search_thumb
{
margin-right: 15px;
}
.search_thumb img
{
width: 60px;
height: 60px;
}
.rev_slider_wrapper
{
z-index: 1;
}
#page_caption.hasbg .post_detail, #page_caption.hasbg .post_detail a, #page_caption.hasbg .post_detail a:hover, #page_caption.hasbg .post_detail a:active, .page_tagline
{
padding: 0;
color: #fff;
margin-top: 10px;
}
#page_caption.hasbg .post_attribute
{
color: #fff;
margin-top: 20px;
}
#page_caption .post_detail
{
float: none;
}
.post_detail_wrapper
{
float: left;
width: 96%;
margin: 0 0 10px 0;
}
.gravatar,
.comment-list .avatar
{
position: relative;
z-index: 2;
overflow: hidden;
float: left;
width: 100px;
height: 100px;
border-radius: 200px;
}
.comment .gravatar,
.comment-list .avatar
{
width: 60px;
height: 60px;
}
.comment-list .avatar
{
margin-right: 20px;
}
.gravatar img
{
max-width: 100% !important;
}
#about_the_author .header span
{
display: block;
padding: 10px 0 10px 20px;
font-size: 14px;
}
#about_the_author .thumb
{
width: 80px;
float: left;
margin: 20px 0 0 20px;
}
#about_the_author .thumb img
{
padding: 3px;
width: 50px;
}
#about_the_author .description
{
width: 550px;
float: left;
padding: 0 0 0 20px;	
}
.comment .left img.avatar
{
width: 50px;
height: 50px;
}
.comment
{
width: 100%;
padding: 30px 0 25px 0;
float: left;
border-bottom: 1px solid #dce0e0;
}
.fullwidth_comment_wrapper .comment
{
width: 100%;
}
.comment .left
{
float: left;
margin-right: 15px;
}
.comment .right
{
width: calc(100% - 85px);
float: left;
margin-left: 25px;
padding: 0;
}
.fullwidth_comment_wrapper .comment .right
{
width: calc(100% - 85px);
}
.fullwidth_comment_wrapper.sidebar .comment .right
{
width: calc(100% - 85px);
}
.fullwidth_comment_wrapper.sidebar .comment .right.fullwidth
{
width: 100%;
margin-left: 0;
}
.comment .right p
{
margin: 0;
padding: 0;
}
.comment .right strong
{
font-weight: #fff;
}
#page_content_wrapper .inner .sidebar_content ul.children
{
width: 100%;
float: left;
margin-left: 0;
padding-left: 30px;
box-sizing: border-box;
}
.comment_date
{
margin: 0px;
opacity: 0.5;
}
.comment-body > p {
padding-left: 80px;
box-sizing: border-box;
}
ul.children .comment
{
width: 100%;
margin: 0;
padding: 30px 0 25px 0;
float: left;
}
ul.children .comment:first-child
{
margin-top: 0px;
}
.social_wrapper
{
width: 100%;
margin: 20px 0 5px 0;
}
#logo_wrapper .social_wrapper
{
width: auto;
margin: 0;
left: 30px;
text-align: left;
position: absolute;
}
.footer_bar_wrapper .social_wrapper
{
width: 50%;
float: right;
text-align: right;
margin: 0;
margin-top: -2px;
}
.above_top_bar .social_wrapper
{
margin: 6px 15px 0 0;
float: right;
width: auto;
}
.social_wrapper.shortcode, .social_wrapper.shortcode ul
{
margin: 0;
}
#page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode, .page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode, #page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode ul, .page_content_wrapper .sidebar .content .textwidget .social_wrapper.shortcode ul
{
text-align: center;
}
.social_wrapper ul
{
list-style: none;
margin-left: 0 !important;
}
.above_top_bar .social_wrapper ul
{
text-align: right;
}
.footer_bar_wrapper .social_wrapper ul
{
text-align: right;
}
#page_content_wrapper .social_wrapper ul
{
list-style: none;
margin-top: 12px;
}
#page_content_wrapper .social_wrapper.shortcode ul
{
margin-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li .social_wrapper.shortcode ul, .page_content_wrapper .sidebar .content .sidebar_widget li .social_wrapper.shortcode ul
{
margin-bottom: 0;
}
.social_wrapper ul li, .social_wrapper.small ul li
{
display: inline-block;
margin-right: 15px;
}
#logo_wrapper .social_wrapper ul li
{
margin-right: 10px;
}
.social_wrapper.shortcode ul li, .social_wrapper.small.shortcode ul li
{
margin: 0 5px 10px 5px !important;
}
.footer_bar_wrapper .social_wrapper ul li
{
background: transparent !important;
border: 0 !important;
width: 16px;
height: 16px;
margin-left: 20px;
margin-right: 0;
float: right;
}
.social_wrapper.light ul li
{
border: 0 !important;
}
.social_wrapper.large ul li
{
width: 50px;
height: 50px;
}
.above_top_bar .social_wrapper ul li
{
background: transparent;
border: 0;
width: auto;
height: auto;
margin-right: 0px;
}
.above_top_bar .social_wrapper ul li
{
background: transparent;
border: 0;
width: auto;
height: auto;
margin-right: 0px;
}
.social_wrapper.shortcode ul li
{
clear: none !important;
float: none !important;
width: auto !important;
display: inline-block !important;
}
.social_wrapper.shortcode ul li a
{
display: block;
width: 40px;
height: 40px;
color: #fff !important;
background: #000;
border-radius: 250px;
line-height: 42px;
text-align: center;
}
.social_wrapper.shortcode ul li a i
{
position: relative;
top: 1px;
}
.social_wrapper.shortcode ul li.facebook a
{
background: #2D5F9A;
}
.social_wrapper.shortcode ul li.twitter a
{
background: #00C3F3;
}
.social_wrapper.shortcode ul li.pinterest a
{
background: #bd081c;
}
.social_wrapper.shortcode ul li.google a
{
background: #db4437;
}
.social_wrapper.shortcode ul li.youtube a
{
background: #cc181e;
}
.social_wrapper.shortcode ul li.flickr a
{
background: #FF0084;
}
.social_wrapper.shortcode ul li.vimeo a
{
background: #00ADEF;
}
.social_wrapper.shortcode ul li.tumblr a
{
background: #36465d;
}
.social_wrapper.shortcode ul li.dribbble a
{
background: #EA4C89;
}
.social_wrapper.shortcode ul li.linkedin a
{
background: #0077B5;
}
.social_wrapper.shortcode ul li.instagram a
{
background: #405de6;
}
.social_wrapper.shortcode ul li.behance a
{
background: #1769ff;
}
.sidebar_content ul li .social_wrapper.shortcode, .sidebar_content ul li .social_wrapper.shortcode ul
{
text-align: center !important;
}
.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle:before
{
border: 0;
}
.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle span
{
background: transparent;
padding-left: 0;
padding-right: 0;
}
.above_top_bar .social_wrapper ul li:last-child a
{
margin-right: 0;
}
.above_top_bar .social_wrapper ul li a
{
display: inline-block;
color: #fff;
padding: 0;
margin-left: 5px;
margin-right: 5px;
line-height: 30px;
}
.above_top_bar .page_content_wrapper
{
margin: auto;
width: 960px;
float: none;
}
.footer_bar_wrapper .social_wrapper ul li a
{
color: #fff;
}
.social_wrapper ul li a i, .social_wrapper.small ul li a i
{
line-height: 18px;
font-size: 18px;
}
.above_top_bar .social_wrapper ul li a i
{
font-size: 14px;
line-height: 18px;
}
.footer_bar_wrapper .social_wrapper ul li a i
{
line-height: 20px;
font-size: 18px;
}
.social_wrapper.large ul li a i
{
line-height: 32px;
font-size: 24px;
}
.above_top_bar .social_wrapper ul li:hover
{
background: transparent !important;
opacity: 1;
}
#page_caption
{
padding: 25px 0 30px 0;
width: 100%;
margin-bottom: 65px;
background: #ffffff;
}
body.ppb_enable #page_caption
{
margin-bottom: 0;
}
#page_caption.single_gallery
{
margin-bottom: 0;
border: 0;
}
#page_caption.hasbg
{
height: 60%;
max-height: 750px;
position: relative;
top: 0;
right: 0;
width: 100%;
border: 0;
padding: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.post_caption
{
text-align: center;
margin: 50px 0 30px 0;
}
#page_content_wrapper.hasbg .post_caption
{
margin-top: 30px;
}
.post_caption .post_detail
{
font-size: 14px;
display: inline-block;
width: auto;
float: none;
}
.parallax_overlay_header
{
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
#page_caption.nomargin
{
margin-bottom: 0;
}
#page_caption .page_title_wrapper
{
width: 100%;
text-align: center;
}
body.single-post #page_caption .page_title_wrapper
{
width: 100%;
}
body.single-post #page_caption .post_detail
{
margin-top: 10px;
}
#page_caption.hasbg
{
width: 100%;
height: 600px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}
#page_caption.hasbg .page_title_wrapper
{
margin: auto;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
#page_caption.hasbg .page_title_wrapper .standard_wrapper
{
display: table;
width: 100%;
height: 100%;
}
#page_caption.hasbg .page_title_wrapper .page_title_inner
{
position: relative;
display: table-cell;
vertical-align: middle;
}
#page_caption.hasbg h1,
#page_caption.hasbg .page_tagline
{
color: #fff;
}
.page_tagline
{
width: auto;
margin: auto;
float: none;
margin-top: 10px;
}
.overlay_gallery_content .page_tagline
{
margin-bottom: 20px;
max-width: 90%;
}
#page_caption.hasbg .page_tagline
{
border: 0;
}
.one_half
{
float: left;
width: 48%;
margin-right: 3.5%;
box-sizing: border-box;
}
.one_half.last
{
float: right;
width: 48%;
margin-right: 0;
clear: right;
}
.one_third
{
width: 30.66%;
float: left;
margin-right: 4%;
margin-bottom: 2%;
position: relative;
box-sizing: border-box;
}
.one_third.last
{
margin-right: 0 !important;
float: right;
}
.video_wrapper {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.video_wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.post_navigation
{
position: fixed;
top: calc(50% + 60px);
z-index: 1;
}
.post_navigation.previous
{
left: 0;
}
.post_navigation.next
{
right: 0;
}
.post_navigation.previous .navigation_anchor,
.post_navigation.next .navigation_anchor
{
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
margin-left: -40px;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
}
.post_navigation.next .navigation_anchor
{
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
margin-left: 0;
margin-right: -20px;
}
.post_navigation .navigation_post_content
{
position: absolute;
background: #fff;
width: 350px;
box-sizing: border-box;
-webkit-transition: ease -webkit-transform 500ms, opacity ease 500ms;
transition: ease transform 500ms, opacity ease 500ms;
opacity: 0;
top: -170px;
padding: 30px 30px 30px 100px;
-webkit-transform: translateX(-350px);
-ms-transform: translateX(-350px);
transform: translateX(-350px);
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.post_navigation.next .navigation_post_content
{
padding: 30px 100px 30px 30px;
-webkit-transform: translateX(350px);
-ms-transform: translateX(350px);
transform: translateX(350px);
}
.post_navigation.next:hover .navigation_post_content
{
-webkit-transform: translateX(-250px);
-ms-transform: translateX(-250px);
transform: translateX(-250px);
opacity: 1;
}
.post_navigation.previous:hover .navigation_post_content
{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.post_navigation .navigation_post_content .post_img
{
margin: 0;
margin-bottom: 15px;
width: 220px;
float: none;
}
.post_navigation .navigation_post_content .post_img img
{
width: auto;
max-height: 220px;
}
#right_click_content
{
position: fixed;
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.5);
color: #fff;
font-size: 22px;
text-align: center;
transition: all 0.5s linear;
}
#right_click_content.visible
{
opacity: 1;
z-index: 999;
visibility: visible;
transition: all 0.5s linear;
}
#right_click_content .right_click_content_table
{
display: table;
width: 100%;
height: 100%;
}
#right_click_content .right_click_content_table .right_click_content_cell
{
display: table-cell;
vertical-align: middle;
}
#right_click_content .right_click_content_table .right_click_content_cell > div
{
width: 40%;
margin: auto;
}
.ba-slider .handle:after
{
box-shadow: none !important;
background: transparent !important;
border: 2px solid #fff !important;
font-family: 'themify' !important;
font-size: 24px !important;
line-height: 61px !important;
content: '\e658' !important;
}
.ba-slider .handle.draggable:after
{
font-size: 18px !important;
line-height: 45px !important;
}
.ba-slider .handle
{
width: 1px !important;
font-family: 'themify' !important;
background: rgba(256,256,256,0.2) !important;
} body.home.blog .type-post,
body.archive.tag .type-post,
body.archive.category .type-post
{
margin-bottom: 30px;
}
.post_img
{
position: relative;
height: auto;
line-height: 0;
width: 100%;
margin-bottom: 20px;
}
.post_img img
{
max-width: 100%;
height: auto !important;
}
.post_img.team
{
width: 100%;
margin: auto;
float: none;
margin-bottom: 0;
overflow: hidden;
}
.post_img.team img
{
max-width: 100%;
}
.post_ft_img
{
opacity: 0;
}
.post_img.small.square_thumb 
{
width: auto;
}
body.single-post .post_img.post_ft img
{
width: auto;
margin-bottom: 30px;
}
#content_slider_wrapper
{
width: 100%;
height: 20px;
background: transparent;
position: fixed;
bottom: 200px;
}
#social_share_wrapper, .social_share_wrapper
{
margin-left: 0 !important;
margin-top: 20px;
padding-top: 20px;
margin-bottom: 20px;
text-align: center;
clear: both;
}
#social_share_wrapper a i, .social_share_wrapper.shortcode a i
{
font-size: 20px;
}
.social_share_wrapper.shortcode
{
margin: 0;
}
#social_share_wrapper h5,  .social_share_wrapper.shortcode h5
{
display: inline-block;
margin-bottom: 5px;
}
#social_share_wrapper ul, .social_share_wrapper.shortcode ul, .social_share_bubble ul
{
display: block;
clear: both;
list-style: none;
margin: 0;
margin-left: 0 !important;
}
#social_share_wrapper ul li, .social_share_wrapper.shortcode ul li, .social_share_bubble ul li
{
display: block;
margin: 0 0 5px 0;
}
.social_share_wrapper.shortcode ul li
{
display: inline-block;
margin: 0 10px 0 10px;
border-left: 0 !important;
}
#overlay_background
{
display: none;
}
.multi_share
{
position: absolute;
z-index: 999;
right: 30px;
top: -55px;
}
.multi_share_button {
display: inline-flex;
font-family: 'Roboto', sans-serif;
text-decoration: none;
justify-content: center;
align-items: center;
text-align: center;
cursor: pointer;
white-space: nowrap;
padding: 8px 20px;
font-size: 14px;
background-color: #E91E63;
border-radius: 2px;
color: white;
text-transform: uppercase;
border: none;
transition: all 0.2s ease-in;
background-position: 50%;
outline: none !important;
}
.multi_share_button.multi_share_button_circle {
height: 50px;
width: 50px;
border-radius: 50%;
padding: 0 !important;
font-size: 18px;
}
.multi_share input {
display: none;
}
.multi_share input:not(:checked) ~ label {
transform: rotate(0);
}
.multi_share input:not(:checked) ~ label .multi_share_button {
border-radius: 0;
height: 30px;
width: 30px;
box-shadow: none;
}
.multi_share input:not(:checked) ~ label .multi_share_button:first-child {
border-top-left-radius: 100%;
transform: translate(25px, 25px);
}
.multi_share input:not(:checked) ~ label .multi_share_button:nth-child(2) {
border-top-right-radius: 100%;
transform: translate(55px, 25px);
}
.multi_share input:not(:checked) ~ label .multi_share_button:nth-child(3) {
border-bottom-left-radius: 100%;
transform: translate(25px, 55px);
}
.multi_share input:not(:checked) ~ label .multi_share_button:nth-child(4) {
border-bottom-right-radius: 100%;
transform: translate(55px, 55px);
}
.multi_share input:not(:checked) ~ label .multi_share_button .icon {
opacity: 0;
}
.multi_share input:not(:checked) ~ label > .icon {
opacity: 1;
cursor: pointer;
}
.multi_share label {
position: relative;
height: 80px;
width: 80px;
display: block;
transform: rotate(45deg);
transition: all 0.2s ease-in;
cursor: default;
}
.multi_share label .multi_share_button {
position: absolute;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.multi_share label .multi_share_button:nth-child(2) {
transform: translate(60px, 0);
}
.multi_share label .multi_share_button:nth-child(3) {
transform: translate(0, 60px);
}
.multi_share label .multi_share_button:nth-child(4) {
transform: translate(60px, 60px);
}
.multi_share label .multi_share_button .icon {
opacity: 1;
transition: all 0.15s ease-in-out;
transform: rotate(-45deg);
}
.multi_share label > .icon {
color: white;
position: absolute;
border-radius: 50%;
display: flex;
font-size: 24px;
align-items: center;
justify-content: center;
height: 50px;
width: 50px;
top: 30px;
left: 30px;
opacity: 0;
transition: all 0.25s ease-in-out;
}
.multi_share label .icon {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
} #page_content_wrapper .inner .sidebar_content, .page_content_wrapper .inner .sidebar_content
{
width: 68%;
padding: 0;
float: left;
padding-right: 0px;
padding-top: 0;
margin-right: 10px;
}
body.elementor-page #page_content_wrapper.noheader .inner .sidebar_content,
body.elementor-page #page_content_wrapper.noheader .inner .sidebar_content.full_width
{
margin-top: 0px;
}
#page_content_wrapper.noheader .inner .sidebar_content
{
margin-top: 40px;
}
#page_content_wrapper.noheader .inner .sidebar_content.full_width
{
margin-top: 40px;
}
#page_content_wrapper .inner .sidebar_content.page_content, .page_content_wrapper .inner .sidebar_content.page_content
{
box-sizing: border-box;
}
.page_content_wrapper .inner .sidebar_content.page_content
{
background: transparent;
padding: 0;
}
#page_content_wrapper .inner #portfolio_filter_wrapper.sidebar_content
{
width: 100%;
padding-right: 0;
margin-right: 0;
border: 0;
}
#page_content_wrapper .inner .sidebar_content.nopadding, .page_content_wrapper .inner .sidebar_content.nopadding
{
padding-top: 0 !important;
}
#page_content_wrapper .inner .sidebar_content.left_sidebar, .page_content_wrapper .inner .sidebar_content.left_sidebar
{
border-right: 0;
float: right;
margin-right: 0;
}
#page_content_wrapper .inner .sidebar_content.full_width, .page_content_wrapper .inner .sidebar_content.full_width
{
width: 100%;
margin-top: 0;
margin-right: 0;
border: 0;
}
#page_content_wrapper.hasbg.nomargintop
{
margin-top: 0 !important;
}
#page_content_wrapper .inner .sidebar_content.full_width.nopadding, .page_content_wrapper .inner .sidebar_content.full_width.nopadding
{
padding: 0 !important;
}
body:not(.elementor-page) #page_content_wrapper .inner .sidebar_content img, 
body:not(.elementor-page) .page_content_wrapper .inner .sidebar_content img
{
max-width: 100%;
height: auto;
}
#page_content_wrapper .inner .sidebar_content .map_shortcode_wrapper img, .page_content_wrapper .inner .sidebar_content .map_shortcode_wrapper img
{
max-width: none;
}
#page_content_wrapper .inner .sidebar_content div.wp-caption, .page_content_wrapper .inner .sidebar_content div.wp-caption
{
max-width: 100%;
}
#page_content_wrapper .inner .sidebar_content.full_width#blog_grid_wrapper, .page_content_wrapper .inner .sidebar_content.full_width.blog_grid_wrapper
{
width: 100%;
padding: 0;
}
#page_content_wrapper .inner .sidebar_wrapper, 
.page_content_wrapper .inner .sidebar_wrapper
{
width: 27.99%;
float: right;
margin-top: 0;
margin-left: 0;
padding-top: 0;
}
#page_content_wrapper .inner .sidebar_wrapper.adjust, #page_content_wrapper .inner .sidebar_wrapper.left_sidebar.adjust
{
padding-top: 50px;
}
#page_content_wrapper .inner .sidebar_wrapper.left_sidebar, .page_content_wrapper .inner .sidebar_wrapper.left_sidebar
{
margin-right: 0;
margin-left: 0;
float: left;
}
body.woocommerce #page_content_wrapper .inner .sidebar_wrapper.left_sidebar, body.woocommerce .page_content_wrapper .inner .sidebar_wrapper.left_sidebar
{
margin-top: 15px;
}
#page_content_wrapper .inner .sidebar_wrapper a:not(.button), .page_content_wrapper .inner .sidebar_wrapper a:not(.button)
{
color: #222;
}
#page_content_wrapper .inner .sidebar_wrapper .sidebar, .page_content_wrapper .inner .sidebar_wrapper .sidebar
{
width: 100%;
float: left;
margin-bottom: 40px;
}
#page_content_wrapper .inner .sidebar_wrapper .sidebar .content, .page_content_wrapper .inner .sidebar_wrapper .sidebar .content
{
width: 100%;
margin: 0 0 0 0;
}
.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle
{
color: #fff;
}
.mobile_menu_wrapper .sidebar_wrapper a
{
color: #777;
}
.mobile_menu_wrapper .page_content_wrapper
{
width: 100%;
}
.mobile_menu_wrapper .sidebar_wrapper
{
width: 100%;
float: left;
}
.mobile_menu_wrapper .sidebar_wrapper .sidebar .content .sidebar_widget li
{
margin-bottom: 20px;
} input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel], input.wpcf7-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text
{
padding: 10px 0 10px 0;
font-size: 100%;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
margin: 0;
background: #fff;
border: 0;
border-bottom: 1px solid #222222;
outline: none;
-webkit-transition: border-color linear .3s;
-moz-transition: border-color linear .3s;
-o-transition: border-color linear .3s;
transition: border-color linear .3s;
box-sizing: border-box;
-webkit-appearance: none;
}
input[type=number] {
border-width: 1px;
}
p.input_wrapper
{
position: relative;
padding: 0 !important;
}
body.error404 .searchform input[type=text],
body.search .searchform input[type=text]
{
width: 100%;
}
.input_effect ~ .focus-border
{
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #1C58F6;
transition: 0.4s;
}
.input_effect:focus ~ .focus-border 
{
width: 100%;
transition: 0.4s;
}
select 
{
padding: 10px;
background: #fff;
min-width: 100%;
outline: none;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image:
linear-gradient(45deg, transparent 50%, #000 50%),
linear-gradient(135deg, #000 50%, transparent 50%),
linear-gradient(to right, #000, #000);
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 15px) calc(1em + 2px),
calc(100% - 2.3em) 0.2em;
background-size:
5px 5px,
5px 5px,
1px 2em;
background-repeat: no-repeat;
}
.datepick-month-header select
{
min-width: 0;
background: transparent;
}
.woocommerce select.orderby
{
height: auto;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=date]:focus, input.wpcf7-text:focus, .woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page table.cart td.actions .coupon .input-text:focus, .woocommerce #content table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text:focus
{
outline: 0;
}
.contact_form_wrapper input[type=text], .contact_form_wrapper input[type=email], .contact_form_wrapper input[type=date]
{
width: 46%;
display: inline;
box-sizing: border-box;
margin-right: 3%;
margin-bottom: 3%;
}
.contact_form_wrapper label
{
display: none;
}
.contact_form_response ul
{
margin-left: 0 !important;
margin-bottom: 20px;
list-style: none;
font-size: 12px;
}
.contact_form_response ul li.error, .password_container .error
{
padding: 10px 20px 10px 40px;
position: relative;
color: #b13c3c;
background: #ffe9e9;
margin-bottom: 10px;
display: inline-block;
font-size: 12px;
}
.password_container .error
{
margin-bottom: 20px;
}
.contact_form_response ul li.error:before, .password_container .error:before
{
font-size: 12px;
position: absolute;
font-family: 'Font Awesome 5 Free';
content: "\f06a";
left: 20px;
font-weight: 900;
}
.contact_form_response ul:empty
{
margin: 0;
}
.contact_form_wrapper
{
margin-top: 30px;
}
.page_content_wrapper .contact_form_wrapper
{
margin-top: 0;
}
#contact_form input[type="text"], #contact_form textarea
{
margin-bottom: 15px;
width: 97%;
}
div.wpcf7-response-output
{
padding: 20px;
}
.wpcf7-form input.wpcf7-text, 
.wpcf7-form textarea, 
.wpcf7-form input.wpcf7-date,
.wpcf7-form input.wpcf7-dynamictext,
.wpcf7-form select
{
width: 100%;
box-sizing: border-box;
}
#page_content_wrapper .sidebar .content .sidebar_widget .wpcf7-form textarea {
height: 100px;
}
.fullwidth_comment_wrapper #commentform textarea 
{
width: 100%;
}
.fullwidth_comment_wrapper .post_content_wrapper
{
background: transparent !important;
padding: 30px 0 30px 0 !important;
width: 100% !important;
}
.input_wrapper
{
position: relative;
}
form.post-password-form label
{
width: auto;
float: left;
margin-right: 5px;
}
form.post-password-form input[type=password]
{
margin-left: 5px;
}
form.post-password-form input[type=submit]
{
padding: .5em 1.5em .45em 1.5em;
}
.form-allowed-tags
{
display: none !important;
}
p.comment-notes
{
margin-bottom: 40px;
}
textarea
{
font-size: 100%;
border: 0;
border-bottom: 1px solid #dce0e0;
margin: 0;
overflow: auto;
padding: .6em 0 .6em 0;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
outline: none;
-webkit-transition: border-color linear .2s;
-moz-transition: border-color linear .2s;
-o-transition: border-color linear .2s;
transition: border-color linear .2s;
box-sizing: border-box;
-webkit-appearance: none;
}
input[type=submit], input[type=button], a.button, .button, body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="submit"], body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="submit"]
{
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: .7em 2.5em .7em 2.5em;
color: #fff;
background: #222;
border: 2px solid #222;
font-size: 15px;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
text-shadow: none;
-webkit-appearance: none;
box-shadow: 0 0 0 0;
font-style: normal;
font-weight: normal;
text-transform: none;
-webkit-transition: color .2s linear, background .3s linear, opacity .2s linear;
-moz-transition: color .2s linear, background .3s linear, opacity .2s linear;
-ms-transition: color .2s linear, background .3s linear, opacity .2s linear;
-o-transition: color .2s linear, background .3s linear, opacity .2s linear;
transition: color .2s linear, background .3s linear, opacity .2s linear;
}
body.hoteller-input-classic textarea,
body.hoteller-input-classic input[type=text], 
body.hoteller-input-classic input[type=password], 
body.hoteller-input-classic input[type=email], 
body.hoteller-input-classic input[type=url], 
body.hoteller-input-classic input[type=tel], 
body.hoteller-input-classic .woocommerce .quantity .qty 
{
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
padding: 10px 15px 10px 15px;
}
a.comment-reply-link
{
margin: 0;
float:right;
font-size: 13px;
text-align: center;
border-radius: 25px;
margin-top: -40px;
display: block;
font-weight: 600;
}
.comment:hover a.comment-reply-link
{
display: block;
}
input[type=submit].medium, input[type=button].medium, a.button.medium
{
font-size: 16px;
}
input[type=submit].large, input[type=button].large, a.button.large
{
font-size: 18px;
}
#cancel-comment-reply-link
{
margin: 0 20px 0 10px;
font-size: 13px;
} .pagination {
margin: 40px 0 60px 0;
float: left;
clear: both;
}
.pagination p a:first-child {
float: left;
}
.pagination p a:last-child {
float: right;
}
.pagination a, .pagination span
{
height: 30px;
width: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
color: #777;
background: #f9f9f9;
margin-right: 5px;
overflow: hidden;
font-size: 14px;
}
.pagination span, .pagination a:hover
{
color: #fff;
font-weight: bold;
background: #888;
}
.pagination_detail
{
margin-top: 45px;
float: right;
font-size: 14px;
}
#page_content_wrapper ul
{
margin: 0;
}
#page_content_wrapper ol
{
margin-left: 20px;
}
@-webkit-keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
@-moz-keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
@-o-keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
@keyframes lazy_color_change {
from { background-color: #cccccc; }
to { background-color: #f0f0f0; }
}
.post_img_hover.lazy
{
-webkit-animation: lazy_color_change 1s infinite alternate;
-moz-animation: lazy_color_change 1s infinite alternate;
-ms-animation: lazy_color_change 1s infinite alternate;
-o-animation: lazy_color_change 1s infinite alternate;
animation: lazy_color_change 1s infinite alternate;
}
.post_img_hover
{
position: relative;
display: inline-block; } .post_img_hover:not(.lazy)
{
background: #222222;
background: -moz-linear-gradient(90deg, #222222 0%, #444444 100%, #666666 100%);
background: -webkit-linear-gradient(90deg, #222222 0%, #444444 100%, #666666 100%);
background: linear-gradient(90deg, #222222 0%, #444444 100%, #666666 100%);
}
.post_img_hover.classic
{
min-height: 350px;
}
.post_related .post_img_hover.classic
{
min-height: 150px;
}
.post_img_hover img,
.post_img_hover:before,
.post_img_hover:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.post_img_hover img {
max-width: 100%;
backface-visibility: hidden;
vertical-align: top;
}
.post_img_hover:before,
.post_img_hover:after {
content: '';
background-color: #fff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.post_img_hover:before {
width: 60px;
height: 1px;
left: 100%;
}
.post_img_hover:after {
height: 60px;
width: 1px;
top: 0%;
}
.post_img_hover a 
{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.post_img_hover:hover img,
.post_img_hover.hover img 
{
zoom: 1;
filter: alpha(opacity=30);
-webkit-opacity: 0.3;
opacity: 0.3;
}
.post_img_hover:hover:before,
.post_img_hover.hover:before,
.post_img_hover:hover:after,
.post_img_hover.hover:after 
{
opacity: 1;
top: 50%;
left: 50%;
}
.post_img_hover .post_type_icon
{
position: absolute;
bottom: -30px;
right: 30px;
z-index: 2;
display: inline-block;
border-radius: 50px;
line-height: 62px;
width: 60px;
height: 60px;
background: #1C58F6;
text-align: center;
box-shadow: 0 10px 40px rgba(0,0,0,0.15);
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
.post_related h3
{
text-align: center;
margin-bottom: 20px;
}
.post_related .post_img_hover .post_type_icon
{
width: 50px;
height: 50px;
right: 20px;
bottom: -20px;
line-height: 50px;
}
.post_img_hover:hover .post_type_icon
{
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.post_img_hover .post_type_icon i
{
color: #fff;
font-size: 17px;
}
.post_related .post_img_hover .post_type_icon i
{
font-size: 15px;
} #page_content_wrapper ul.flickr
{
margin: 0 0 10px 0;
}
#page_content_wrapper ul.posts.blog
{
list-style: none;
margin-left: 0 !important;
float: left;
padding: 0;
width: 100%;
box-sizing: border-box;
}
#page_content_wrapper ul.flickr li img
{
width: 65px;
height: auto;
}
#page_content_wrapper .sidebar .content .posts.blog li img, 
.page_content_wrapper .sidebar .content .posts.blog li img, 
#page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li img,
.page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li img,
#footer ul.sidebar_widget li ul.posts.blog li img
{
float: left;
margin: 0 10px 2px 0;
width: 80px;
}
#page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li,
.page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li
{
clear: both;
margin-bottom: 20px;
float: left;
}
#page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li a,
.page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li a
{
font-weight: 900;
letter-spacing: -1px;
}
#page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li .post-excerpt,
.page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li .post-excerpt
{
color: #999;
letter-spacing: 0;
font-size: 11px;
font-weight: 600;
}
#page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li:last-child,
.page_content_wrapper .sidebar .content ul.sidebar_widget li.widget_post_views_counter_list_widget ul li:last-child
{
margin-bottom: 0;
}
.post_circle_thumb 
{
position: relative;
overflow: hidden;
float: left;
width: 95px;
height: 95px;
float: left;
margin-right: 0;
}
.post_circle_thumb img
{
width: 60px;
height: auto;
}
.post_circle_thumb.flickr
{
margin-right: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget, #page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .sidebar_widget, .page_content_wrapper .sidebar .content .posts.blog
{
list-style: none;
margin-left: 0;
margin-top: 0;
padding: 0;
}
#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
padding: 0 0 10px 0;
}
#page_content_wrapper .sidebar .content .posts.blog li:last-child, .page_content_wrapper .sidebar .content .posts.blog li:last-child
{
padding-bottom: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget, 
.page_content_wrapper .sidebar .content .sidebar_widget li.widget
{
margin: 40px 0 0px 0;
padding: 0;
float: left;
clear: both;
width: 100%;
padding: 0;
box-sizing: border-box;
border: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget:first-child
{
margin-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget #useronline-count,
.page_content_wrapper .sidebar .content .sidebar_widget li.widget #useronline-count
{
margin-top: 10px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li select, .textwidget select, .page_content_wrapper .sidebar .content .sidebar_widget li select
{
margin: 10px 0 10px 0;
max-width: 100%;
}
#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
font-size: 11px;
display: inline-block;
text-align: left;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
color: #222;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
position: relative;
border-bottom: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle:after, h2.widgettitle:after
{
position: absolute;
width: 55px;
border-top: 1px solid #e7e7e7;
}
h2.widgettitle.photostream
{
display: inline-block;
margin-top: 30px;
margin-bottom: 30px;
}
#page_content_wrapper.blog_wrapper .sidebar .content .sidebar_widget li:first-child
{
margin-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul, .page_content_wrapper .sidebar .content .sidebar_widget li ul
{
list-style: none;
padding: 20px 0 0 0;
margin: 0 0 15px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children
{
padding-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children
{
margin-left: 10px;
margin-bottom: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child
{
border: 0;
margin-bottom: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children
{
margin-left: 20px;
padding-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li, .page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li
{
padding: 0;
margin-top: 0;
margin-bottom: 5px;
}
#footer .sidebar_widget li.widget_nav_menu ul li, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li
{
border: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_rss ul li
{
margin-bottom: 40px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_rss ul li a.rsswidget
{
font-weight: 600;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_rss ul li .rss-date
{
opacity: 0.5;
clear: both;
display: block;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_rss ul li .rssSummary
{
font-size: 14px;
}
#footer .sidebar_widget li ul li
{
border-color: #000000;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li .textwidget
{
padding-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, #footer ul.sidebar_widget li ul.flickr li:first-child
{
border: 0;
padding-top: 0;
}
#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a, .page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a
{
width: 100%;
box-sizing: border-box;
display: block;
}
#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul li ul.sub-menu,
.page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul li ul.sub-menu
{
padding: 0 0 0 10px;
}
#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul li:last-child,
.page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul li:last-child,
#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul,
.page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul
{
margin-bottom: 0;
}
#wp-calendar tr td, #wp-calendar tr th
{
padding: 5px 0 5px 0;
text-align: center;
background: transparent;
}
#wp-calendar tr td#prev, #wp-calendar tr td#next
{
text-transform: uppercase;
padding-top: 20px;
}
#wp-calendar tr td.pad, #wp-calendar tr td#prev, #wp-calendar tr td#next
{
background: transparent !important;
}
#wp-calendar caption
{
display:none;
}
#wp-calendar
{
margin: 20px 0 0 0;
width: 100%;
}
.mobile_menu_wrapper .widget_calendar table tr th, .mobile_menu_wrapper .widget_calendar table tr td
{
border-color: #555;
}
table
{
margin: 10px 0 30px 0;
}
table tr td
{
border-bottom: 1px solid #dce0e0;
}
table tr th
{
font-weight: bold;
}
table tr th, table tr td
{
padding: 20px;
text-align: left;
border-bottom: 1px solid #dce0e0;
}
#footer table tr th, #footer table tr td
{
border-bottom: 1px solid #000000 !important;
}
#footer .widget_tag_cloud div a
{
border-color: #000000 !important;
}
#footer_menu
{
float: right;
display: block;
list-style: none;
}
#footer_menu li
{
float: left;
margin-left: 20px;
}
#footer_menu li ul
{
display: none;
}
table thead tr th
{
background: transparent;
}
table#wp-calendar thead tr th
{
text-align: center;
}
table tfoot tr, table tfoot tr td
{
background: transparent;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr
{
list-style: none;
margin: 5px 0 30px 0;
float: left;
display: block;
padding: 15px 0 3px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li
{
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 0;
border: 0;
clear: none;
width: calc(33% - 10px);
padding-right: 10px;
box-sizing: border-box;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img
{
width: 100%;
height: auto;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter
{
margin: 0;
margin-top: 20px;
list-style:none;
padding: 0 0 0 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li
{
padding-left:32px;
padding-bottom: 15px;
border: 0;
position: relative;
box-sizing: border-box;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before
{
position: absolute;
left: 0;
top: -5px;
font-family: 'Font Awesome 5 Free';
content: "\f099";
font-size: 22px;
font-weight: 900;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media
{
list-style: none;
margin: 10px 0 15px 0;
float: left;
display: block;
padding: 0 0 3px 0;
margin-left: -5px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li
{
display: block;
float: left;
margin: 0 5px 0 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr
{
list-style: none;
margin: 10px 0 -10px 0;
float: left;
display: block;
clear: both;
width: 104%;
}
ul.flickr li
{
float: left;
margin: 0 5px 0 0;
}
#page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .posts.blog
{
list-style: none;
margin-top: 30px;
}
#page_content_wrapper .sidebar .content .posts.blog.withthumb, .page_content_wrapper .sidebar .content .posts.blog.withthumb
{
margin-top: 30px;
margin-bottom: 0;
}
#footer ul.sidebar_widget li ul.posts.blog.withthumb
{
margin-top: 20px;
}
#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
line-height: 1em;
clear: both;
border:0;
background: none;
width: 100%;
float: left;
margin: 0;
}
#page_content_wrapper .posts.blog li, .page_content_wrapper .posts.blog li
{
float: left;
width: 49.4%;
margin-right: 1.2%;
margin-bottom: 1.2%;
padding: 20px;
box-sizing: border-box;
border: 1px solid #dce0e0;
display: table;
text-align: left;
-webkit-transition: background .2s linear;
-moz-transition: background .2s linear;
-ms-transition: background .2s linear;
-o-transition: background .2s linear;
transition: background .2s linear;
}
#page_content_wrapper .posts.blog li:nth-child(2n), .page_content_wrapper .posts.blog li:nth-child(2n)
{
margin-right: 0;
float: right;
}
#page_content_wrapper .posts.blog li a,
.page_content_wrapper .posts.blog li a,
#footer ul.sidebar_widget li ul.posts.blog li a
{
width: 100%;
line-height: 1.2em;
font-size: 16px;
}
#page_content_wrapper .sidebar .content .posts.blog.withthumb li, #page_content_wrapper .posts.blog.withthumb li, .page_content_wrapper .sidebar .content .posts.blog.withthumb li, .page_content_wrapper .posts.blog.withthumb li
{
line-height: 1.5em;
border: 0;
display: block;
}
#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
padding-top: 10px;
}
#page_content_wrapper .sidebar .content .posts.blog li strong.header, #page_content_wrapper .posts.blog li strong.header, .page_content_wrapper .sidebar .content .posts.blog li strong.header, .page_content_wrapper .posts.blog li strong.header
{
font-weight: normal;
}
#page_content_wrapper .sidebar .content .textwidget, .page_content_wrapper .sidebar .content .textwidget
{
margin-top: 0;
padding: 0;
text-align: left;
}
.textwidget img
{
max-width: 95%;
height: auto;
}
#searchsubmit
{
margin: -8px;
line-height: 18px;
padding: .6em 1.5em 0.5em 1.5em !important;
}
.widget_search input#searchsubmit
{
margin: 10px 0 0 0;
}
.widget_search input.search-submit,
.wp-block-search .wp-block-search__button {
display: none;
}
.widget_search input.search-field,
.wp-block-search .wp-block-search__input {
border: 0 !important;
outline: none;
margin-left: 30px;
width: calc(100% - 30px);
position: relative;
top: 0px;
background: transparent;
}
.widget_search form:before {
font-family: 'themify';
content: "\e610";
display: inline;
position: absolute;
color: #000;
line-height: 30px;
}
.widget_search form {
border: 1px solid #000000;
height: 48px;
display: table-cell;
width: 100%;
vertical-align: middle;
padding: 0 20px 0 20px;
transition: all .6s cubic-bezier(.23, 1, .32, 1);
border-radius: 12px;
min-width: 327.5px;
box-sizing: border-box;
}
.wp-block-search .wp-block-search__label {
display: none;
}
.widget_search form.focus {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}
.widget_tag_cloud div, .tag_cloud
{
margin: 20px 0 0 0;	
}
.widget_tag_cloud div a, .meta-tags a, .tag_cloud a
{
display: inline-block;
-webkit-transition: background .2s linear, border .1s linear;
-moz-transition: background .2s linear, border .1s linear;
-ms-transition: background .2s linear, border .1s linear;
-o-transition: background .2s linear, border .1s linear;
transition: background .2s linear, border .1s linear;
color: #000;
display: inline-block;
border: 2px solid #e0e0e0;
padding: 3px 15px 3px 15px;
margin-right: 8px;
margin-bottom: 12px;
border-radius: 25px;
font-weight: 600;
}
.widget_tag_cloud div a:hover
{
background: #EFA697;
border-color: #EFA697;
color: #fff !important;
}
.widget_mc4wp_widget input
{
text-align: center;
}
.widget_mc4wp_widget input[type=submit]
{
width: 100%;
margin-top: 10px;
}
.mc4wp-form-center {
text-align: center;
}
.mc4wp-form-fullwidth input {
width: 100%;
}
.portfolio_recent_link h6, .blog_recent_link h6
{
display: inline;
font-size: 11px;
}
.widget_mc4wp_form_widget input[type=email]
{
width: 100%;
}
.widget_mc4wp_form_widget input[type=submit]
{
margin-top: 20px;
}
#page_content_wrapper .widget_mc4wp_form_widget p
{
padding-bottom: 0.7em;
}
#page_content_wrapper.blog_wrapper
{
padding: 50px;
box-sizing: border-box;
width: calc(100% - 180px);
box-shadow: 0 20px 30px 0 rgba(1, 1, 1, 0.1);
position: relative;
z-index: 2;
background: #fff;
margin-bottom: 100px;
clear: both;
}
#page_content_wrapper.blog_wrapper .pagination
{
margin-bottom: 20px;
} div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok
{
border: 0;
background: #FFCC00;
font-size: 13px;
}
div.wpcf7-mail-sent-ok
{
background: #4CD964;
color: #fff;
}
.footer_mailing_list_white input[type=email]
{
background: transparent !important;
color: #fff !important;
border-color: rgba(256,256,256,0.7);
width: 60%;
}
.footer_mailing_list_white input[type=email]::placeholder
{
color: rgba(256,256,256,0.7);
}
.footer_mailing_list_white input[type=submit]
{
background: transparent;
color: #fff;
border-color: rgba(256,256,256,0.7);
margin-left: 10px;
}
.footer_mailing_list_white select {
border: 1px solid #ccc;
height: 26px;
line-height: 18px;
margin: 0;
padding: 3px;
background: transparent none no-repeat;
cursor: pointer;
}
@media screen and (min-width:0) { .footer_mailing_list_white select {
border-radius: 4px;
background-position: -50px -50px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { .footer_mailing_list_white select {
-webkit-appearance: none;
background-position: right center;
padding: 3px 32px 3px 5px;
}
}
@-moz-document url-prefix() { .footer_mailing_list_white select {
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: "";
background-position: right center;
padding-right: 16px;
} .footer_mailing_list_white select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.footer_mailing_list_white select option {
color: #000;
}
} h1.page-title
{
display: none;
}
.woocommerce ul.products li.product .ajax_add_to_cart, .woocommerce-page ul.products li.product .ajax_add_to_cart
{
display: none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product
{
width: 31.66%;
margin-right: 2.5%;
margin-bottom: 2.5%;
padding: 0 0 10px 0;
box-sizing: border-box;
clear: none;
border: 0;
text-align: center;
}
.woocommerce ul.products li.product:nth-child(3n+1), 
.woocommerce-page ul.products li.product:nth-child(3n+1), 
.woocommerce ul.products.columns-3 li.product:nth-child(3n+1), 
.woocommerce-page ul.products.columns-3 li.product:nth-child(3n+1)
{
clear: both;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
margin-right: 0;
}
.woocommerce .woocommerce-result-count
{
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
font-size: 14px;
}
.woocommerce ul.products li.product .price
{
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
color: #444;
font-size: 1.1em;
}
.woocommerce ul.products li.product .button
{
background: transparent;
padding: 0;
text-transform: none;
font-size: 12px;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
letter-spacing: 0;
font-weight: 400;
}
.woocommerce div.product form.cart .variations
{
margin: 0;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty
{
outline: 0;
border: 1px solid #dce0e0 !important;
height: 36px;
width: 80px;
border-radius: 0;
}
.woocommerce-page div.product form.cart .button
{
width: auto !important;
margin-left: 5px;
padding: .65em 1.5em .65em 1.5em !important;
border: 0 !important;
border-radius: 0;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
{
box-shadow: 0px 0px 0px black !important;
width: 100% !important;
text-align: center !important;
margin: auto !important;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title, 
.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title
{
margin-top: 30px !important;
font-size: 22px;
padding: 0;
box-sizing: border-box;
}
.woocommerce #page_content_wrapper .inner .sidebar_content.left_sidebar ul.products li.product h2.woocommerce-loop-product__title, 
.woocommerce-page #page_content_wrapper .inner .sidebar_content.left_sidebar ul.products li.product h2.woocommerce-loop-product__title
{
margin-top: 20px !important;
font-size: 20px;
}
.woocommerce #page_content_wrapper .inner .sidebar_content.left_sidebar ul.products li.product .price
{
font-size: 1em;
}
.woocommerce div.product div.images figure, .woocommerce div.product div.summary figure
{
margin: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)
{
padding: 3px;
box-sizing: border-box;
width: 16.66%;
margin-top: 3px;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del
{
font-size: 0.9em !important;
}
.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li ins
{
text-decoration: none;
font-weight: bold;
}
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart
{
display: none !important;
}
.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img
{
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
width: 45px;
height: auto;
}
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img
{
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs
{
margin-left: 0 !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1
{
font-size: 30px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2
{
font-size: 18px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3
{
font-size: 16px !important;
padding-bottom: 0;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4
{
font-size: 14px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5
{
font-size: 13px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6
{
font-size: 12px !important;
}
.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a
{
margin-bottom: 3.8%;
}
.entry-summary div[itemprop="description"]
{
margin: 10px 0 0 0;
padding-left: 0 !important;
font-size: 18px;
}
.review-summary
{
display: none !important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
font-size: 14px !important;
color: #222;
padding-top: 10px !important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range
{
background: #444 !important;
box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
-webkit-box-shadow: inset 0 0 0 0 rgba(204, 204, 204, 0.5) !important;
-moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{
border: 1px solid #444 !important;
background: #fff !important;
box-shadow: inset 0 0 0 4px #fff;
}
.woocommerce #page_content_wrapper a.button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover
{
text-transform: uppercase !important;
border: 0 !important;
padding: 0 !important;
letter-spacing: 2px !important;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif !important;
font-weight: 400 !important;
position: relative !important;
background: transparent !important;
margin-top: 0;
display: block;
margin: auto;
font-weight: 600 !important;
font-size: 13px;
}
.woocommerce #page_content_wrapper a.button:hover, .woocommerce-page #page_content_wrapper a.button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover
{
opacity: 1;
}
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button
{
color: #222 !important;
font-size: 100% !important;
}
.woocommerce #page_content_wrapper a.button.product_type_variable:before, .woocommerce-page #page_content_wrapper a.button.product_type_variable:before
{
content: '\f03a';
}
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button
{
opacity: 1 !important;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a
{
font-weight: normal !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img
{
width: 70px !important;
float: left !important;
margin-right: 15px !important;
margin-left: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist
{
margin-top: 10px;
}
.cart-collaterals .cart_totals table {
width: 100% !important;
}
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
width: 31.66% !important;
border: 0;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove
{
color: #999 !important;
}
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover
{
color: #fff !important;
}
body[data-shop=three_cols].woocommerce ul.products li.product, body[data-shop=three_cols].woocommerce-page ul.products li.product 
{ 
width: 31.2% !important; 
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
margin-right: 0 !important;
}
p.price
{
padding-top: 0 !important;
}
p.price ins span.amount, p.price span.amount, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price
{
font-weight: 500;
}
.woocommerce #page_content_wrapper div.product p.price, .woocommerce-page #page_content_wrapper div.product p.price
{
padding-bottom: 0;
}
p.price del span.amount
{
color: #ccc !important;
font-size: 16px;
}
span.price del span.amount
{
font-size: 13px;
}
#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2
{
display: none;
}
body.woocommerce-checkout .woocommerce .col2-set, body.woocommerce-checkout.woocommerce-page .col2-set
{
float: left;
width: 63%;
}
body.woocommerce-checkout .woocommerce .col2-set .col-1, 
body.woocommerce-checkout.woocommerce-page .col2-set .col-1,
body.woocommerce-checkout .woocommerce .col2-set .col-2, 
body.woocommerce-checkout.woocommerce-page .col2-set .col-2 
{
width: 100%;
}
.checkout h3
{
font-size: 18px;
margin: 15px 0 15px 0;
}
body.woocommerce-checkout .woocommerce #order_review
{
float: right;
width: 32%;
}
body.page-template-default:not(.elementor-page) #page_content_wrapper .inner .sidebar_content dl.variation
{
margin: 0 0 0 0;
font-style: italic;
font-size: smaller;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before
{
display: none;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
background: #d1edf5 !important;
border-radius: 5px;
}
#order_review_heading
{
display: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order
{
width: 100%;
float: none;
margin-top: 20px;
}
.related.products h2, .cart_totals h2, .shipping_calcuLator h2, .upsells.products h2, .cross-sells h2
{
margin-bottom: 20px;
margin-top: 10px;
}
.shipping_calcuLator h2
{
text-align: left;
}
.related.products
{
padding-top: 40px;
clear: both;
float: left;
width: 100%;
border-top: 1px dashed #e1e1e1;
margin-top: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before
{
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before
{
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel
{
border: 0;
padding: 0;
box-sizing: border-box;
}
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li
{
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li
{
background: transparent !important;
box-shadow: none !important;
visibility: visible !important;
border: 0;
border-radius: 0px !important;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child
{
margin-left: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel
{
padding-top: 40px;
}
.woocommerce #page_content_wrapper div.product .woocommerce-tabs .panel p
{
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a
{
padding: 10px 30px 9px 30px !important;
font-weight: normal !important;
text-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active
{
color: #222 !important;
border-radius: 0px !important;
height: auto !important;
padding: 0 !important;
border: 0;
border-bottom: 1px solid #dce0e0;
margin-left: 0 !important;
margin-right: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a
{
color: #222;
font-weight: bold !important;
border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs
{
padding-left: 0 !important;
}
.widget_shopping_cart_content a.button
{
margin-right: 5px !important;
}
.woocommerce-page div.product p.price ins
{
text-decoration: none !important;
}
.woocommerce-page.woocommerce #page_content_wrapper .product_type_variable.add_to_cart_button
{
display: none;
}
.product_meta > span
{
clear: both;
display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after
{
border: 0 !important;
box-shadow: 0 0 0;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info
{
box-shadow: 0 0 0 #222 !important;
}
.woocommerce-message
{
background: #e9f3d2 !important;
border-color: #e9f3d2 !important;
color: #6a863b !important;
text-shadow: none !important;
}
.woocommerce-info
{
background: #d1edf5 !important;
border-color: #d1edf5 !important;
color: #4e7883 !important;
text-shadow: none !important;
}
.woocommerce-error
{
background: #ffe9e9 !important;
border-color: #ffe9e9 !important;
color: #b13c3c !important;
text-shadow: none !important;
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before
{
box-shadow: none !important;
top: 0.8em !important;
}
.woocommerce .woocommerce-message a.button
{
display: none;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, #order_review
{
margin-bottom: 0;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
text-align: left;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
border-bottom: 0;
}
.post_carousel.flexslider .slides > li
{
margin-right: 20px;
}
.woocommerce-page .products .star-rating
{
float: right;
margin-top: 28px;
}
.woocommerce-page #page_content_wrapper .inner .sidebar_content .products .star-rating
{
float: none;
clear: both;
margin-top: 10px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
border: 0;
display: block;
float: none;
clear: both;
margin-bottom: 0;
}
.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination
{
text-align: left;
margin-top: 30px;
margin-bottom: 30px;
color: #FF4A52;
}
.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
border: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
height: 30px;
width: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
color: #888;
background: #fff;
border: 1px solid #dce0e0;
margin-right: 10px;
overflow: hidden;
}
.woocommerce-page nav.woocommerce-pagination ul li a
{
color: #888;
line-height: 1.3em;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:active
{
border-color: #dce0e0;
background: #fcfcfc;
color: #222 !important;
font-weight: bold;
line-height: 1.3em;
}
.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers
{
margin-left: 0 !important;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a
{
text-align: center;
}
.price_slider_wrapper
{
margin-top: 30px;
}
.woocommerce-page ul.product_list_widget li .star-rating
{
display: none;
}
.woocommerce-page ul.product_list_widget li a
{
font-weight: 600 !important;
}
.woocommerce-page ul.product_list_widget li .amount
{
font-weight: 500;
}
.woocommerce-page ul.product_list_widget li del .amount
{
color: #ccc;
}
.woocommerce-page .price_label
{
font-weight: 600;
}
.woocommerce-page ul.product_list_widget li ins
{
background: transparent;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button
{
float: left !important;
}
ul.product_list_widget li
{
padding: 10px 0 10px 0 !important;
}
.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product
{
clear: both;
}
body.single-product #page_content_wrapper
{
margin-top: 40px;
}
.woocommerce .woocommerce-product-rating
{
line-height: 1.7;
}
.woocommerce-review-link
{
color: #222 !important;
}
.woocommerce-page div.product form.cart
{
margin-top: 1em;
margin-bottom: 3em;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary
{
margin-top: 20px;
}
.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before
{
display: block;
clear: none;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img
{
width: 70px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
padding: 12px 12px 10px 12px;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before
{
line-height: 1em;
margin-top: 10px;
}
.woocommerce .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .woocommerce-page .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .wc-forward a:after, .wc-forward:after
{
display: none;	
}
#page_content_wrapper .inner .sidebar_content ul.products
{
margin-left: 0 !important;
padding: 0;
box-sizing: border-box;
}
#page_content_wrapper .inner .sidebar_content.left_sidebar ul.products
{
padding: 0;
}
#page_content_wrapper .inner .sidebar_content .related.products ul.products
{
padding: 0;
margin-top: 20px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td
{
border-top: 0;
padding: 20px 12px;
}
.shipping-calcuLator-button
{
color: #222;
}
.product-subtotal .amount
{
color: #222;
font-weight: 600;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator
{
width: 100%;
float: none;
}
.woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator
{
margin-top: 10px;
}
.woocommerce-page table.cart th, table.shop_table thead tr th
{
border-bottom: 1px solid #dce0e0;
border-top: 1px solid #dce0e0;
color: #fff;
font-weight: 500;
background: #333;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
border-bottom: 1px solid #dce0e0;
}
.woocommerce table.shop_table.cart, 
.woocommerce-page table.shop_table.cart
{
border-top: 0;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions
{
border-bottom: 0 !important;
}
.woocommerce table.cart td.actions .coupon .input-text#coupon_code
{
width: 200px;
border-radius: 0;
box-shadow: 0 0 0 0;
margin-right: 10px;
border-color: #dce0e0;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th
{
border-bottom: 0;
}
.woocommerce-page #payment ul.payment_methods label
{
display: inline-block;
clear: none;
width: auto;
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods
{
border-bottom: 0;
margin-bottom: 0;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row
{
border-top: 0;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before
{
color: #444;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta
{
font-size: 0.8em;
}
strong[itemprop="author"]
{
font-size: 16px;
font-weight: 600;
color: #222;
font-family: 'Renner', 'Helvetica Neue', Arial,Verdana,sans-serif;
letter-spacing: -1px;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after
{
display: none !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text
{
border: 0 !important;
padding: 0;
margin: 0 0 0 80px;
}
.woocommerce #review_form #respond
{
width: 100%;
}
.woocommerce #reviews h3
{
text-align: left;
}
h1.product_title
{
font-weight: 300;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove
{
display: none;
}
.woocommerce-cart .wc-proceed-to-checkout
{
padding: 2em 0;
}
.return-to-shop
{
padding: 0 0 5em 0 !important;
}
.woocommerce-checkout #payment
{
margin-bottom: 100px;
}
.woocommerce-cart .wc-proceed-to-checkout
{
margin-bottom: 80px;
}
.woocommerce-checkout #payment ul
{
margin-left: 0 !important;
padding: 0 !important;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal
{
margin-left: 10px;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before
{
margin-top: 8px;
}
.woocommerce .top_bar.scroll .logo_wrapper img, .woocommerce-page .top_bar.scroll .logo_wrapper img
{
max-width: 100%;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
{
background: #222;
}
.woocommerce .products .onsale, .woocommerce ul.products li.product .onsale, .woocommerce span.onsale
{
width: 45px;
height: 45px;
position: absolute;
left: -10px;
top: -10px;
background: #b13c3c;
border-radius: 250px;
text-align: center;
font-weight: 600;
line-height: 47px;
-webkit-box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
-moz-box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
}
.woocommerce ul.products li.product .price ins
{
text-decoration: none;
}
.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del
{
display: inline-block;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]
{
padding: 1.2em 1.5em;
}
.woocommerce .term-description89
{
display: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table
{
border-top: 0;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button
{
font-size: 15px;
margin-bottom: 0;
display: inline-block;
padding: 1.5em 1.5em 1.5em 1.5em;
float: right;
border-radius: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_products ul li:last-child, 
.page_content_wrapper .sidebar .content .sidebar_widget li.widget_products ul li:last-child, 
#footer ul.sidebar_widget li.widget_products ul li:last-child
{
margin-bottom: 0;
padding-bottom: 0;
}
.sidebar_widget li.widget_products .product-title
{
font-weight: 400;
font-size: 16px;
}
#reviews.woocommerce-Reviews #comments
{
width: 66.66%;
float: left;
}
#reviews.woocommerce-Reviews #review_form_wrapper
{
width: 33.33%;
float: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.description
{
margin: 0;
padding-top: 0;
padding-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta
{
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar
{
border-radius: 250px;
border: 0;
padding:0;
background: transparent;
width: 60px;
}
.woocommerce .star-rating
{
font-size: 12px;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before
{
color: #50E3C2;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container
{
border-bottom: 1px dashed #dce0e0;
margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child .comment_container
{
border: 0;
margin-bottom: 0px;
}
.woocommerce #review_form #respond p
{
padding-bottom: 0;
}
body.woocommerce-order-received .woocommerce h2,
body.woocommerce-order-received .woocommerce h3
{
font-size: 18px;
}
body.woocommerce-order-received .woocommerce
{
margin-bottom: 30px;
}
#page_content_wrapper .inner .sidebar_content ul.woocommerce-thankyou-order-details
{
margin-left: 0;
}
.woocommerce-account #page_content_wrapper .inner .sidebar_content.full_width
{
margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul
{
list-style: none;
margin-left: 0 !important;
}
.woocommerce-MyAccount-navigation ul li
{
margin-bottom: 10px;
padding-left: 10px;
border-left: 5px solid transparent;
}
.woocommerce-MyAccount-navigation ul li.is-active
{
border-left: 5px solid #FF4A52;
color: #FF4A52;
font-weight: 600;
}
.woocommerce .woocommerce-Message a.button
{
background: transparent;
padding: 0;
border-radius: 0;
}
table.woocommerce-cart-form__contents tbody tr td p,
table.shop_table.woocommerce-checkout-review-order-table tbody tr td p
{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
table.woocommerce-cart-form__contents tbody tr td dl.variation dt.variation-Dates,
table.woocommerce-cart-form__contents tbody tr td dl.variation dt.variation-Accommodation,
table.shop_table.woocommerce-checkout-review-order-table tbody tr td dl.variation dt.variation-Dates,
table.shop_table.woocommerce-checkout-review-order-table tbody tr td dl.variation dt.variation-Accommodation
{
font-weight: 600;
}
.woocommerce table.shop_table,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
border-radius: 0 !important;
}
table.woocommerce-checkout-review-order-table tr th, table.woocommerce-checkout-review-order-table tr td
{
border-bottom: 0;
}
table.woocommerce-cart-form__contents tr th, table.woocommerce-cart-form__contents tr td
{
border-style: solid;
}
.woocommerce-checkout-payment
{
background: transparent !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box
{
padding: 1em 1em 0.5em 1em;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row
{
padding: 0;
} .ri-grid{
margin: auto;
position: relative;
max-height: 0;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
overflow: hidden;
}
.ri-grid.visible
{
max-height: 100%;
}
.ri-grid ul {
list-style: none;
display: block;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
} .ri-grid ul:before,
.ri-grid ul:after{
content: '';
display: table;
}
.ri-grid ul:after {
clear: both;
}
.ri-grid ul {
zoom: 1; } 
.ri-grid ul li {
-webkit-perspective: 400px;
-moz-perspective: 400px;
-o-perspective: 400px;
-ms-perspective: 400px;
perspective: 400px;	
margin: 0;
padding: 0;
float: left;
position: relative;
display: block;
overflow: hidden;
width: 0;
height: 0;
}
.ri-grid ul li a{
display: block;
outline: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-color: #333;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
} .ri-grid-size-1{
width: 55%;
}
.ri-grid-size-2{
width: 100%;
}
.ri-grid-size-3{
width: 100%;
margin-top: 0px;
} .ri-shadow:after,
.ri-shadow:before{
content: "";
position: absolute;
z-index: -2;
bottom: 15px;
left: 10px;
width: 50%;
height: 20%;
max-width: 300px;
max-height: 100px;
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.ri-shadow:after{
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}
.ri-grid-loading:after,
.ri-grid-loading:before{
display: none;
}
.ri-loading-image{
display: none;
}
.ri-grid-loading .ri-loading-image{
position: relative;
left: 100%;
margin: auto;
margin-top: 50px;
margin-bottom: 50px;
display: block;
text-align: center;
} body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"]
{
padding: 50px 40px 50px 40px;
background: #f9f9f9;
border-radius: 0;
}
body .ui-widget-overlay
{
background: rgba(0,0,0,0.7) !important;
opacity: 1;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] button.ui-dialog-titlebar-close,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] button.ui-dialog-titlebar-close
{
display: none;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .ui-dialog-titlebar,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .ui-dialog-titlebar
{
background: transparent;
border: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .ui-dialog-titlebar .ui-dialog-title,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .ui-dialog-titlebar .ui-dialog-title
{
font-weight: normal;
font-size: 28px;
text-shadow: none;
width: 100%;
display: block;
margin-bottom: 20px;
text-align: center;
font-weight: 700;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper label,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper label
{
font-weight: normal;
font-size: 16px;
margin-bottom: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"],
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]
{
font-size: 16px;
letter-spacing: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]::-webkit-input-placeholder
,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]::-webkit-input-placeholder
{
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]::-moz-placeholder
{
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]:-ms-input-placeholder
{
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper .zm_alr_form_field_container,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper .zm_alr_form_field_container
{
margin-bottom: 30px;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper .zm_alr_ul_container,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper .zm_alr_ul_container
{
font-size: 16px;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="submit"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="submit"]
{
border-radius: 0;
text-shadow: none;
}
.ui-dialog .zm_alr_login_dialog.ui-dialog-content
{
border: 0;
} .singleroom_two_third
{
width: 66.66%;
float: left;
box-sizing: border-box;
padding-right: 40px;
}
.singleroom_one_third
{
width: 33.33%;
float: left;
box-sizing: border-box;
padding-left: 50px;
border-left: 1px solid #222222;
}
.singleroom_price_wrapper
{
float: left;
width: 100%;
padding: 20px 0 0 0;
box-sizing: border-box;
}
.singleroom_book
{
margin-top: 10px;
width: 90%;
box-sizing: border-box;
}
.singleroom_price_label
{
font-size: 12px;
letter-spacing: 2px;
font-weight: 600;
text-transform: uppercase;
float: left;
}
.singleroom_price_amount .mphb-price-period
{
display: none;
}
.singleroom_price_amount
{
float: left;
font-size: 60px;
text-align: center;
font-weight: 600;
}
.singleroom_attributes_wrapper
{
width: 100%;
padding: 0 0 10px 0;
box-sizing: border-box;
}
.singleroom_attributes_wrapper .sidebar
{
margin-top: 40px;
}
.singleroom_attribute
{
width: 100%;
margin: 30px 0 30px 0;
}
.room_icon img
{
max-width: 45px !important;
height: auto;
vertical-align: middle;
}
.room_icon
{
width: 70px;
display: inline-block;
}
.room_attribute
{
width: calc(100% - 100px);
display: inline-block;
}
.singleroom_amenities
{
background: #0F172B;
color: #fff;
padding: 80px 0 80px 0;
box-sizing: border-box;
width: 100%;
float: left;
}
.singleroom_amenities_wrapper
{
width: 50%;
float: left;
}
.singleroom_amenities_wrapper .page_content_wrapper
{
margin: auto;
float: none;
}
.singleroom_amenities_label
{
float: left;
font-size: 20px;
font-weight: 600;
width: 50%;
}
.singleroom_amenities_label img
{
max-width: 40px;
height: auto;
vertical-align: middle;
margin-right: 15px;
}
.singleroom_amenities_list_wrapper
{
float: right;
width: 50%;
padding-right: 60px;
box-sizing: border-box;
}
.singleroom_amenities_list
{
list-style: none;
}
.singleroom_amenities_list li:before
{
content: '\f054';
font-family: 'Font Awesome 5 Free';
float: left;
margin-left: -2.8em;
line-height: 2.8em;
font-size: 10px;
font-weight: 900;
}
.singleroom_amenities_list li
{
margin: 15px 0 15px 0;
}
.singleroom_amenities_list li:first-child
{
margin-top: 0;
}
.singleroom_amenities_list li:last-child
{
margin-bottom: 0;
}
.mphb_cb_checkout_form>.mphb-checkout-section:not(:first-of-type), .mphb_sc_checkout-form>.mphb-checkout-section:not(:first-of-type)
{
margin-top: 40px;
}
#page_content_wrapper p.mphb-total-price
{
padding-bottom: 0;
}
body.single-mphb_room_type:not(.elementor-page) #page_content_wrapper .inner .sidebar_content.full_width
{
margin-bottom: 40px;
}
body.single-mphb_room_type .fullwidth_comment_wrapper
{
margin: 30px 0 60px 0;
}
body.single-mphb_room_type .singleroom_other_header
{
text-align: center;
}
body.single-mphb_room_type .singleroom_other_header h2
{
font-size: 40px;
}
body.single-mphb_room_type .singleroom_other_wrapper
{
padding: 60px 0 30px 0;
box-sizing: border-box;
width: 100%;
float: left;
}
.singleroom_other_rooms
{
margin-top: 50px;
}
.room_grid_wrapper,
.room_grid_wrapper .room_grid_attr_wrapper .child_one_third
{
float: left;
}
.room_grid_wrapper .post_img_hover
{
margin-bottom: 20px;
}
.room_grid_wrapper h3
{
display: block;
text-align: center;
width: 100%;
padding: 0 0 20px 0;
box-sizing: border-box;
}
.room_grid_wrapper img
{
max-width: 100%;
height: auto;
}
.room_grid_wrapper.one_fourth
{
box-sizing: border-box;
width: calc(25% - 19px);
margin-right: 25px;
margin-bottom: 50px;
}
.room_grid_wrapper.one_third
{
box-sizing: border-box;
width: calc(33.33% - 20px);
margin-right: 30px;
margin-bottom: 60px;
}
.room_grid_wrapper.one_half
{
box-sizing: border-box;
width: calc(50% - 20px);
margin-right: 40px;
margin-bottom: 80px;
}
.room_grid_wrapper .room_grid_attr_wrapper .child_one_third
{
box-sizing: border-box;
width: 33.33%;
padding: 0 5% 0 5%;
}
.child_one_half
{
box-sizing: border-box;
width: 50%;
padding: 0 10% 0 10%;
float: left;
}
.room_grid_wrapper.one_third:nth-child(3n),
.room_grid_wrapper.one_half:nth-child(2n),
.room_grid_wrapper.one_fourth:nth-child(4n),
.room_grid_wrapper .room_grid_attr_wrapper .child_one_third:nth-child(3n)
{
margin-right: 0;
}
.room_grid_wrapper.one_third:nth-child(3n+1) {
​    clear: both;
​}
.room_grid_wrapper .room_grid_attr_wrapper .child_one_third
{
text-align: center;
border-right: 1px solid #222;
}
.room_grid_wrapper .room_grid_attr_wrapper .child_one_third:nth-child(3n)
{
border: 0;
}
.room_grid_wrapper .room_attr_value
{
width: 100%;
text-align: center;
font-size: 35px;
font-weight: 600;
}
.room_grid_wrapper.one_fourth .room_attr_value
{
font-size: 24px;
}
.room_grid_wrapper .room_attr_unit
{
width: 100%;
text-align: center;
font-size: 13px;
text-transform: uppercase;
margin-top: -5px;
line-height: 1.3;
}
.room_grid_link_wrapper
{
width: 100%;
margin-top: 30px;
text-align: center;
}
.room_grid_book .mphb-price-period
{
display: none;
}
.room_grid_book
{
display: inline-block;
border-bottom: 1px solid;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
letter-spacing: 2px;
}
.page_title_nav
{
width: 100%;
text-align: center;
list-style: none;
display: block;
margin-top: 30px;
}
#page_caption.hasbg .page_title_nav
{
position: absolute;
bottom: 120px;
left: 0;
margin-top: 0;
}
.page_title_nav li
{
display: inline-block;
margin: 0 15px 0 15px;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2px;
font-weight: 600;
}
#page_caption.hasbg .page_title_nav li a
{
color: #fff;
}
.singleroom_book_form
{
box-sizing: border-box;
background: #f9f9f9;
width: 90%;
max-height: 0;
padding: 5px 25px 15px 25px;
opacity: 0;
overflow: hidden;
-webkit-transition: max-height 0.8s;
-moz-transition: max-height 0.8s;
transition: max-height 0.8s;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget.widget_mphb_search_availability_widget
{
padding: 30px;
box-sizing: border-box;
background: #f9f9f9;	
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget.widget_mphb_search_availability_widget .mphb-datepick
{
background: transparent !important;
width: 100%;
}
.singleroom_book_form.visible
{
max-height: none;
opacity: 1;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
.singleroom_book_form label
{
font-size: 13px;
font-weight: 700;
}
.singleroom_book_form .mphb-required-fields-tip
{
display: none;
}
.singleroom_book_form .mphb-datepick,
.elementor-widget-shortcode .mphb-datepick
{
background: transparent !important;
width: 100%;
}
.mphb-payment-messages
{
margin-bottom: 40px;
margin-top: 20px;
}
.singleroom_book_form .mphb-adults-wrapper,
.singleroom_book_form .mphb-children-wrapper,
#page_content_wrapper .sidebar .content .sidebar_widget li.widget.widget_mphb_search_availability_widget .mphb_widget_search-adults,
#page_content_wrapper .sidebar .content .sidebar_widget li.widget.widget_mphb_search_availability_widget .mphb_widget_search-children,
.mphb_sc_checkout-form .mphb-adults-chooser,
.mphb_sc_checkout-form .mphb-children-chooser,
.mphb_sc_booking_form-wrapper .mphb-children-wrapper,
.mphb_sc_booking_form-wrapper .mphb-children-wrapper,
.elementor-widget-shortcode .mphb-adults-wrapper,
.elementor-widget-shortcode .mphb-children-wrapper
{
display: inline-block;
width: 48%;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget.widget_mphb_search_availability_widget .mphb_widget_search-children, 
.mphb_sc_booking_form-wrapper .mphb-children-wrapper,
.elementor-widget-shortcode .mphb-children-wrapper
{
margin-left: 2px;	
}
.mphb-reserve-room-section .mphb-button.mphb-book-button
{
margin-top: 1em;
}
.singleroom_book_form .mphb-reserve-btn.button
{
width: 100%;
}
.room_grid_content_wrapper
{
border-top: 1px solid #222;
padding-top: 20px;
margin-top: 0px;
}
.room_grid2_action_wrapper
{
margin-top: 20px;
text-align: center;
}
.room_grid2_action_wrapper .child_one_half
{
border-right: 1px solid #222;
padding: 10px 0 10px 0;
}
.room_grid2_action_wrapper .child_one_half.last
{
border: 0;
}
.room_grid2_price .mphb-price-period
{
display: none;
}
.room_grid2_price .mphb-price
{
font-size: 22px;
font-weight: 600;
line-height: 1;
}
.room_grid2_view
{
font-size: 18px;
font-weight: 600;
border-bottom: 1px solid #222;
line-height: 2.7;
}
.room_grid2_view.noborder {
border-bottom: 0;
}
body.archive .mphb_room_type .post_wrapper
{
margin-bottom: 40px;
}
body .mphb-flexslider.mphb-gallery-thumbnails-slider
{
margin-top: -10px;
}
.mphb_widget_search-submit-button-wrapper input
{
width: 100%;
}
.mphb-recommendation-title
{
display: none;
}
.mphb_sc_search_results-info
{
font-size: 18px;
font-weight: 600;
}
.mphb-recommendation-details-list
{
list-style: none;
margin-left: 0 !important;
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart
{
margin-bottom: 0 !important;
}
.mphb_sc_search_results-wrapper  
{
padding-bottom: 20px;
}
.mphb-room-type-details-title
{
display: none;
}
.mphb-room-type-title
{
margin-top: 10px;
}
.mphb-loop-room-type-attributes
{
margin: 20px 0 20px 20px;
list-style: none;
}
.mphb-loop-room-type-attributes li:before
{
content: '\f054';
font-family: 'Font Awesome 5 Free';
float: left;
margin-left: -2em;
line-height: 2.8em;
font-size: 10px;
font-weight: 900;
}
.mphb-view-details-button-wrapper
{
display: none;
}
.mphb-rooms-quantity
{
min-width: 80px;
width: 10%;
display: inline-block;
}
.mphb-available-rooms-count
{
margin-left: 5px;
display: inline-block;
vertical-align: baseline;
}
.mphb-reserve-room-section
{
border-top: 1px solid #222;
padding-top: 20px;
margin-top: 20px;
}
.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation
{
margin-top: 20px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
}
body.page-template-page-r .mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation, 
body.page-template-page-l .mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation {
float: left;
margin-top: 0;
}
.mphb-rooms-reservation-message-wrapper .mphb-rooms-reservation-message 
{
clear: both;
}
.mphb_sc_rooms-wrapper .mphb-room-type:not(:first-of-type), .mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type), .mphb_sc_services-wrapper .mphb-service:not(:first-of-type)
{
margin-bottom: 4em;
}
.mphb-recommendation
{
margin-bottom: 60px;
}
.mphb-reservation-cart
{
display: none;
}
#mphb-customer-details
{
clear: both;
}
form.mphb_sc_checkout-form h3, form.mphb_sc_checkout-form h4
{
margin-top: 40px;
margin-bottom: 10px;
}
form.mphb_sc_checkout-form h3.mphb-room-number
{
margin-top: 0;
}
table.mphb-price-breakdown
{
width: 100%;
}
form.mphb_sc_checkout-form .mphb-guest-name-wrapper input[type=text]
{
width: 100%;
}
#page_content_wrapper form.mphb_sc_checkout-form .mphb_sc_checkout-services-list
{
margin-top: 20px;
margin-left: 0 !important;
}
#page_content_wrapper form.mphb_sc_checkout-form .mphb_sc_checkout-services-list li
{
margin: 5px 0 5px 0;
}
select.mphb_sc_checkout-service-adults
{
width: 100px;
min-width: 100px;
}
#mphb-customer-details.mphb-checkout-section input[type=text],
#mphb-customer-details.mphb-checkout-section input[type=email],
#mphb-customer-details.mphb-checkout-section input[type=tel],
#mphb-customer-details.mphb-checkout-section textarea,
.mphb_sc_search-form input.mphb-datepick,
.mphb-booking-form input.mphb-datepick,
#mphb-coupon-details #mphb_coupon_code
{
width: 100%; }
#mphbmc-payment-warning 
{
clear: both;
}
#page_content_wrapper p.mphb-check-in-date
{
margin-top: 10px;
}
#page_content_wrapper p.mphb-check-out-date
{
padding-top: 0 !important;
}
form.mphb_sc_checkout-form .mphb-reserve-rooms-details
{
padding: 40px;
box-sizing: border-box;
background: #f9f9f9;
margin-top: 40px;
border: 1px solid #f9f9f9;
}
form.mphb_sc_checkout-form .mphb-reserve-rooms-details .mphb-room-details:first-child
{
border-top: 0;
margin-top: 0;
padding-top: 0;
}
form.mphb_sc_checkout-form .mphb-reserve-rooms-details .mphb-room-details
{
border-top: 2px dashed #222;
margin-top: 40px;
padding-top: 40px;
}
form.mphb_sc_checkout-form .mphb-reserve-rooms-details .mphb-room-details input[type=text]
{
background: transparent;
}
.wpcf7-checkbox span.wpcf7-list-item
{
margin-left: 0;
}
.promotion_wrapper
{
height: 40vh;
position: relative;
}
.promotion_wrapper:after
{
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.69)));
background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.69) 100%);
background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.69) 100%);
}
.flex-direction-nav a:before
{
color: #fff !important;
}
.mphb_sc_checkout-form .mphb-gateways-list
{
margin-left: 0 !important;
}
.mphb-gateways-list li p.mphb-gateway-description
{
padding: 0 !important;
font-size: 12px;	
}
p.mphb-total-price
{
font-size: 20px;
float: left;
}
p.mphb_sc_checkout-submit-wrapper
{
float: right;
}
.mphb_sc_checkout-wrapper 
{
margin-bottom: 40px;
float: left;
width: 100%;
}
.datepick-popup
{
box-sizing: border-box;
}
.mphb-gallery-thumbnail-slider
{
display: none !important;
}
.elementor-section.elementor-section-stretched.elementor-section-height-min-height
{
overflow: hidden;
}
.mphb-checkout-terms-wrapper
{
clear: both;
}
.mphb-terms-and-conditions h3
{
margin-top: 20px;
}
li.widget_mphb_search_availability_widget
{
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
.mphb_cb_checkout_form .mphb-price-breakdown .mphb-price-breakdown-expand>.mphb-inner-icon, .mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-expand>.mphb-inner-icon
{
line-height: 0.9em;
}
.mphb_sc_availability_calendar-wrapper .datepick
{
width: 100% !important;
}
.mphb-reserve-room-section .mphb-rooms-quantity-wrapper
{
display: inline-block;
}
#page_content_wrapper .inner .sidebar_content.left_sidebar .mphb-reserve-room-section .mphb-rooms-quantity-wrapper, 
#page_content_wrapper .inner .sidebar_content .mphb-reserve-room-section .mphb-rooms-quantity-wrapper
{
float: left;
width: 100%;
}
#page_content_wrapper .inner .sidebar_content.left_sidebar .mphb-confirm-reservation {
margin-top: 10px;
}
.mphb-reviews .mphbr-new-review-box {
border: 0;
margin: 0;
}
.mphb-reviews .mphbr-new-review-box {
padding: 0;
}
.mphbr-new-review-box #commentform p.comment-form-author,
.mphbr-new-review-box #commentform p.comment-form-email,
#page_content_wrapper .inner .sidebar_content .mphbr-new-review-box #commentform p.comment-form-author,
#page_content_wrapper .inner .sidebar_content .mphbr-new-review-box #commentform p.comment-form-email {
width: 49%;
}
.mphbr-new-review-box #commentform p.comment-form-email,
#page_content_wrapper .inner .sidebar_content .mphbr-new-review-box #commentform p.comment-form-email {
float: right;
}
.comment-author {
display: inline;
}
.mphbr-new-review-box #commentform p.comment-form-cookies-consent {
clear: both;
width: 100%;
}
.mphb-reviews .mphbr-review-form .mphbr-rating-wrapper,
.mphbr-accommodation-rating-types {
display: flex;
flex-direction: row;
}
.mphb-reviews .mphbr-review-form .mphbr-rating-wrapper .mphbr-rating-parameter-wrapper,
.mphbr-accommodation-rating-types .mphbr-rating-type {
display: inline-block;
width: 50%;
}
.mphbr-accommodation-rating-types .mphbr-rating-type {
width: 50%;
}
.mphbr-accommodation-rating .mphbr-accommodation-rating-wrapper {
margin-bottom: 40px;
}
#page_content_wrapper ol.comment-list {
margin-left: 0;
}
.mphb-reviews .mphbr-review-wrapper {
padding-left: 80px;
box-sizing: border-box;
}
.fullwidth_comment_wrapper .comment:last-child {
border: 0;
padding-bottom: 0;
} body.single-mphb_room_type .tg_horizontal_gallery_wrapper
{
padding: 10px 0 10px 0;
box-sizing: border-box;
}
.tg_horizontal_gallery_cell {
overflow: hidden;
}
body.single-mphb_room_type .tg_horizontal_gallery_wrapper ol.flickity-page-dots
{
margin-left: 0;
}
.tg_horizontal_gallery_cell img {
display: block;
width: auto;
max-width: none !important;
} .tg_horizontal_gallery_wrapper .flickity-page-dots {
bottom: -40px;
} .tg_horizontal_gallery_wrapper .flickity-page-dots .dot {
height: 4px;
width: 40px;
margin: 0;
border-radius: 0;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button svg {
width: 40%;
height: 40%;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button svg {
left: 30%;
top: 30%;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.next,
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.previous {
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s!important;
-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s!important;
opacity: 0.75;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.next {
right: 40px;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.next:hover {
right: 30px;
opacity: 1;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.previous {
left: 40px;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button.previous:hover {
left: 30px;
opacity: 1;
}
.tg_horizontal_gallery_wrapper .flickity-prev-next-button:disabled {
opacity: 0.3;
} .tg_horizontal_gallery_cell_img {
transition: opacity 0.4s;
opacity: 0;
}
.tg_horizontal_gallery_cell_img.flickity-lazyloaded,
.tg_horizontal_gallery_cell_img.flickity-lazyerror {
opacity: 1;
}
.singleroom_two_third .mphb_sc_availability_calendar-wrapper
{
margin: 20px 0 20px 0;
}  .mphb_sc_search-wrapper select option { color: #000 !important; }
.mphb_sc_search-wrapper  select { border-width: 1px; }
.availability_search_wrapper .mphb_sc_search-wrapper select,
.mphb_sc_booking_form-wrapper select,
.mphb-reserve-room-section .mphb-rooms-quantity,
.mphb-reserve-rooms-details .mphb_checkout-guests-chooser,
.mphb-reserve-rooms-details .mphb_checkout-guests-chooser,
.mphb-customer-country #mphb_country,
.widget_mphb_search_availability_widget .mphb_widget_search-adults select,
.widget_mphb_search_availability_widget .mphb_widget_search-children select,
.mphb-adults-wrapper select,
.mphb_sc_search-wrapper select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; 
}
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-adults,
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-children,
.mphb_sc_booking_form-wrapper .mphb-adults-wrapper,
.mphb_sc_booking_form-wrapper .mphb-children-wrapper,
.widget_mphb_search_availability_widget .mphb_widget_search-adults,
.widget_mphb_search_availability_widget .mphb_widget_search-children {
position: relative;
display: inline-block;
}
.mphb-reserve-room-section .mphb-rooms-quantity-wrapper,
.mphb-reserve-rooms-details .mphb-adults-chooser,
.mphb-reserve-rooms-details .mphb-children-chooser,
.mphb-customer-country,
.mphb_sc_search-wrapper .mphb_sc_search-adults,
.mphb_sc_search-wrapper .mphb_sc_search-children {
position: relative;
}
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-adults:after,
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-children:after,
.mphb_sc_booking_form-wrapper .mphb-adults-wrapper:after,
.mphb_sc_booking_form-wrapper .mphb-children-wrapper:after,
.mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after,
.mphb-reserve-rooms-details .mphb-adults-chooser:after,
.mphb-reserve-rooms-details .mphb-children-chooser:after,
.mphb-customer-country:after,
.widget_mphb_search_availability_widget .mphb_widget_search-adults:after,
.widget_mphb_search_availability_widget .mphb_widget_search-children:after,
.mphb_sc_search-wrapper .mphb_sc_search-adults:after,
.mphb_sc_search-wrapper .mphb_sc_search-children:after {
font-family: 'themify';
content: "\e64b";
display: inline;
position: absolute;
bottom: 10px;
right: 20px;
font-size: 13px;
}
.mphb_sc_search-submit-button-wrapper input[type=submit],
.mphb-reserve-btn-wrapper input[type=submit]
{
top: -2px;
position: relative;
width: 100%;
}
.mphb_sc_booking_form-wrapper .mphb-adults-wrapper:after,
.mphb_sc_booking_form-wrapper .mphb-children-wrapper:after,
.mphb-reserve-rooms-details .mphb-adults-chooser:after,
.mphb-reserve-rooms-details .mphb-children-chooser:after,
.mphb-customer-country:after {
bottom: 25px;
}
.widget_mphb_search_availability_widget .mphb_widget_search-adults:after,
.widget_mphb_search_availability_widget .mphb_widget_search-children:after {
bottom: 35px;
}
.search_selected_accommodation .mphb_sc_booking_form-wrapper .mphb-adults-wrapper:after,
.search_selected_accommodation .mphb_sc_booking_form-wrapper .mphb-children-wrapper:after {
bottom: 12px;
}
.mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after {
left: 8%;
bottom: 27px;
}
body.page-template-page-l .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after,
body.page-template-page-r .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after {
left: 7%;
}
.mphb-reserve-rooms-details .mphb-children-chooser {
margin-left: 3%;
}
.mphb_cb_checkout_form .mphb-gateways-list>li, 
.mphb_sc_checkout-form .mphb-gateways-list>li {
padding: 20px;
box-sizing: border-box;
border: 1px solid #000;
cursor: pointer;
}
.mphb_cb_checkout_form .mphb-gateways-list>li.active, 
.mphb_sc_checkout-form .mphb-gateways-list>li.active {
}
.mphb_cb_checkout_form .mphb_checkout-service-quantity, .mphb_sc_checkout-form .mphb_checkout-service-quantity {
width: 50px;
height: 30px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container .select2-selection--single {
line-height: 40px;
height: 40px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 38px;
}
.availability_search_wrapper .mphb_sc_search-wrapper select,
.mphb_sc_booking_form-wrapper select,
.mphb-reserve-room-section .mphb-rooms-quantity,
.mphb-reserve-rooms-details .mphb_checkout-guests-chooser,
.mphb-reserve-rooms-details .mphb_checkout-guests-chooser,
.mphb-customer-country #mphb_country,
.widget_mphb_search_availability_widget .mphb_widget_search-adults select,
.widget_mphb_search_availability_widget .mphb_widget_search-children select,
.mphb-adults-wrapper select,
.widget_mphbmc_select_currency select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
max-width: 100%;
}
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-adults,
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-children,
.mphb_sc_booking_form-wrapper .mphb-adults-wrapper,
.mphb_sc_booking_form-wrapper .mphb-children-wrapper,
.widget_mphb_search_availability_widget .mphb_widget_search-adults,
.widget_mphb_search_availability_widget .mphb_widget_search-children {
position: relative;
display: inline-block;
}
.mphb-reserve-room-section .mphb-rooms-quantity-wrapper,
.mphb-reserve-rooms-details .mphb-adults-chooser,
.mphb-reserve-rooms-details .mphb-children-chooser,
.mphb-customer-country,
.widget_mphbmc_select_currency {
position: relative;
}
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-adults:after,
.availability_search_wrapper .mphb_sc_search-wrapper .mphb_sc_search-children:after,
.mphb_sc_booking_form-wrapper .mphb-adults-wrapper:after,
.mphb_sc_booking_form-wrapper .mphb-children-wrapper:after,
.mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after,
.mphb-reserve-rooms-details .mphb-adults-chooser:after,
.mphb-reserve-rooms-details .mphb-children-chooser:after,
.mphb-customer-country:after,
.widget_mphb_search_availability_widget .mphb_widget_search-adults:after,
.widget_mphb_search_availability_widget .mphb_widget_search-children:after,
.widget_mphbmc_select_currency:after {
font-family: 'themify';
content: "\e64b";
display: inline;
position: absolute;
bottom: 10px;
right: 20px;
font-size: 13px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_mphbmc_select_currency select {
margin: 0;
}
.mphb_sc_booking_form-wrapper .mphb-adults-wrapper:after,
.mphb_sc_booking_form-wrapper .mphb-children-wrapper:after,
.mphb-reserve-rooms-details .mphb-adults-chooser:after,
.mphb-reserve-rooms-details .mphb-children-chooser:after,
.mphb-customer-country:after {
bottom: 25px;
}
.widget_mphbmc_select_currency:after {
bottom: 10px;
}
.widget_mphb_search_availability_widget .mphb_widget_search-adults:after,
.widget_mphb_search_availability_widget .mphb_widget_search-children:after {
bottom: 35px;
}
.search_selected_accommodation .mphb_sc_booking_form-wrapper .mphb-adults-wrapper:after,
.search_selected_accommodation .mphb_sc_booking_form-wrapper .mphb-children-wrapper:after {
bottom: 10px;
}
.mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after {
left: 8%;
bottom: 27px;
}
body.page-template-page-l .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after,
body.page-template-page-r .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after {
left: 7%;
}
.mphb-attribute-value {
pointer-events: none;
cursor: default;
text-decoration: none;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
background: transparent;
}
.mphb_sc_checkout-wrapper .mphb-login-form-wrap {
margin-bottom: 0;
}
.mphb-login-form form label,
.mphb-account-content form label {
width: 35%;
display: inline-block;
}
.mphb-login-form form input[type=text], 
.mphb-login-form form input[type=password],
.mphb-account-content form input[type=text],
.mphb-account-content form input[type=password],
.mphb-account-content form input[type=email], 
.mphb-account-content form select {
width: 64%;
display: inline-block;
-webkit-appearance: none;
}
.mphb-account-content form .mphb-customer-country select {
min-width: 0;
}
.mphb-account-content form .mphb-customer-country:after {
bottom: 13px;
}
.mphb-account-content form .mphb-customer-email {
position: relative;
}
.mphb-account-content form .mphb-customer-email abbr {
display: inline;
position: absolute;
left: 50px;
text-decoration: none;
}
#page_content_wrapper .mphb-login-form form p,
#page_content_wrapper .mphb-account-content form p {
padding-bottom: 0;
}
#page_content_wrapper .mphb-login-form form .login-submit {
margin-top: 20px;
margin-bottom: 60px;
}
#page_content_wrapper .mphb-account-content form input[type=submit],
.mphb-account-change-password {
margin-top: 40px;
}
#page_content_wrapper .mphb-login-form form .login-username {
padding-top: 0;
}
.mphb_sc_account .mphb-account-menu ul {
list-style: none;
}
.mphb_sc_account .mphb-account-bookings {
width: 100%;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-progress-bar {
display: flex;
margin-top: 40px;
padding-bottom: 50px;
justify-content: space-between;
overflow: hidden;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step {
box-sizing: border-box;
position: relative;
z-index: 1;
display: block;
width: 25px;
height: 25px;
margin-bottom: 30px;
border: 4px solid #fff;
border-radius: 50%;
background-color: #efefef;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step:after {
position: absolute;
z-index: -1;
top: 5px;
left: 22px;
width: calc(33vw - 90px);
height: 6px;
content: '';
background-color: #efefef;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step:before {
color: #2e2e2e;
position: absolute;
top: 40px;
text-align: left;
font-size: 14px;
line-height: 1.6;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step:last-child:after {
content: none;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step.active {
background-color: #f62f5e;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step.active:after {
background-color: #f62f5e;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step.active:before {
color: #f62f5e;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step.active + .step {
background-color: #f62f5e;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step.active + .step:before {
color: #f62f5e;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step:nth-child(1):before {
content: 'Select Date';
left: -2px;
text-align: left;
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step:nth-child(2):before {
right: -40px;
content: 'Search Results';
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step:nth-child(3):before {
right: -30px;
content: 'Booking Details';
}
#page_caption .page_title_wrapper .page_title_inner .themegoods-step:nth-child(4):before {
right: 0;
content: 'Booking Confirmed';
text-align: right;
}  body.search-layout-list-compact .mphb_sc_search_results-wrapper .hoteller-room-type-info-wrapper > p {
display: none;
}
body.search-layout-list-compact .mphb_sc_search_results-wrapper .hoteller-room-type-info-wrapper > p.mphb-regular-price, 
body.search-layout-list-compact .mphb_sc_search_results-wrapper .hoteller-room-type-info-wrapper > p.mphb-regular-price {
display: block;
}
@media(min-width:1024px){
body.search-layout-list .mphb_sc_search_results-wrapper .mphb-room-type, 
body.search-layout-list-compact .mphb_sc_search_results-wrapper .mphb-room-type {
display:flex;
flex-direction:row;
}
body.search-layout-list .mphb_sc_search_results-wrapper .mphb-room-type > div, 
body.search-layout-list-compact .mphb_sc_search_results-wrapper .mphb-room-type > div {
width: 50%;
box-sizing: border-box;
padding-right: 40px;
}
body.search-layout-list .mphb_sc_search_results-wrapper .mphb-room-type > div.hoteller-room-type-info-wrapper, 
body.search-layout-list-compact .mphb_sc_search_results-wrapper .mphb-room-type > div.hoteller-room-type-info-wrapper { 
padding-right: 0;
}
body.search-layout-list .mphb_sc_search_results-wrapper .mphb-room-type img, 
body.search-layout-list-compact .mphb_sc_search_results-wrapper .mphb-room-type img {
max-width: 100%;
height: auto;
}
body.search-layout-list .mphb_sc_search_results-wrapper .mphb-room-type .theme-room-type-images-wrapper, 
body.search-layout-list-compact .mphb_sc_search_results-wrapper .mphb-room-type .theme-room-type-images-wrapper {
padding-right:1.5rem;
}
.hoteller-room-type-info-wrapper .mphb-reserve-room-section .mphb-rooms-quantity {
width: 15%;
min-width: 80px;
}
.sidebar_content.page_content .hoteller-room-type-info-wrapper .mphb-reserve-room-section .mphb-rooms-quantity {
width: 20%;
transform: translateY(-12px);
}
.hoteller-room-type-info-wrapper .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after {
bottom: 30px;
}
.sidebar_content.page_content .hoteller-room-type-info-wrapper .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after {
left: 11%;
bottom: 42px;
}
body.search-layout-grid .mphb_sc_search_results-wrapper .mphb-room-type {
width: 48%;
float: left;
margin-top: 0;
}
body.search-layout-grid .mphb_sc_search_results-wrapper .mphb-room-type:nth-child(2n) {
width: 48%;
float: right;
}
body.search-layout-grid .mphb_sc_search_results-wrapper .mphb-room-type:nth-child(2n+1) {
clear: both;
}
body.search-layout-grid .mphb_sc_search_results-wrapper .mphb-rooms-quantity {
width: 15%;
min-width: 80px;
}
body.page-template-page-r.search-layout-grid .mphb_sc_search_results-wrapper .mphb-rooms-quantity, 
body.page-template-page-l.search-layout-grid .mphb_sc_search_results-wrapper .mphb-rooms-quantity {
width: 20%;
min-width: 20%;
}
body.page-template-page-l.search-layout-grid .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after, 
body.page-template-page-r.search-layout-grid .mphb-reserve-room-section .mphb-rooms-quantity-wrapper:after {
left: 13%;
}
body.page-template-page-l.search-layout-grid .mphb-available-rooms-count,
body.page-template-page-r.search-layout-grid .mphb-available-rooms-count {
min-width: 77%;
width: 77%;
}
body.page-template-page-l.search-layout-grid .mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation, 
body.page-template-page-r.search-layout-grid .mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation {
float: left;
margin-top: 0 !important;
margin-bottom: 20px;
}
body.page-template-page-r #page_content_wrapper .inner .sidebar_content.page_content .mphb-confirm-reservation, 
body.page-template-page-l #page_content_wrapper .inner .sidebar_content.page_content .mphb-confirm-reservation {
margin-top: 10px;
}
}