 /*
Theme Name: Royella 
Theme URI: http://wp.dreamitsolution.net/royella/
Description: Royella - Resort and Hotel Boking WordPress Theme 
Author: Dreamit-Solution
Author URI: https://themeforest.net/user/dreamit-solution
Version: 1.0.0
Tags: custom-menu, editor-style, featured-images
Text Domain: royella
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*---------------------------------------- Don't change any css from here. If you need to change, Please use child theme. ------------------------------------------*/
 html, body {
}
 img {
     max-width: 100%;
     height: auto;
}
 .box.wrapper {
     max-width: 1200px;
     margin: auto;
     background: #fff;
     -webkit-box-shadow: 0px 0px 5px #ddd;
     box-shadow: 0px 0px 5px #ddd;
}
 .template-home-wrapper {
     overflow: hidden;
}
 .fix {
     overflow: hidden;
}
 .clear_both {
     clear: both;
}
 fff .lead{
     font-weight:400;
}
 .form-group {
     margin-bottom: 20px;
}
/*===================== royella HEADING TOP AREA CSS =========================*/
/* LEFT RIGHT CSS */
 .em40_header_area_main.hdisplay_none {
     display: none;
}
.royella-header-top {
    background: #141323;
    padding: 18px 0 18px;
}
 .top-address p {
     margin-bottom: 0;
     font-size: 12px;
     display:inline-block;
}
 .top-address p span, .top-address p a {
     margin-right: 20px;
}
 .top-address p span i, .top-address p a i {
     font-size: 15px;
     color: #fff;
     margin-right: 10px;
}
 .top-address p a {
     display: inline-block;
     text-decoration: none;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */
.top-address span {
    color: #fff;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 1;
}
.top-address img {
    position: relative;
    top: 5px;
}
.top-right-menu {
    float: right;
}
.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.top-right-menu span {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
}
.top-right-menu span:before {
    position: absolute;
    content: "";
    left: -45px;
    top: 13px;
    height: 2px;
    width: 35px;
    background: #c19d68;
}
 .top-right-menu ul.social-icons li {
     display: inline-block;
     margin-left: 5px;
     position: relative;
}
.top-right-menu ul.social-icons li a {
    font-size: 15px;
    color: #1773ea;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 29px;
    border-radius: 50%;
    background: #ffff;
    text-align: center;
}
.top-right-menu ul.social-icons li:nth-child(2) a{
    color:#03A4EC;
}
.top-right-menu ul.social-icons li:nth-child(3) a{
    color:#F75E3E;
}
.top-right-menu ul.social-icons li:nth-child(4) a{
    color:#DD4E85;
}
.top-right-menu ul.social-icons li a:last-child{
    margin-right:0;
}
.top-address p a, .top-address p span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.top-right-menu .social-icons li a:hover, .top-right-menu .social-icons li a i:hover {
    color: #c19d68;
}
 .top-both-p0 .top-address p a, .top-both-p0 .top-address p span {
     margin-right: 0px;
     margin-left: 12px;
}
 .right_menu_button {
     text-align: right;
}
 .login_button {
     font-size: 12px;
     text-transform: uppercase;
     color: #fff;
     border: 1px solid #fff;
     display: inline-block;
     padding: 0px 17px;
     margin-left: 10px;
     font-weight: 500;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     line-height: 24px;
}
 .login_button.active, .login_button:hover {
     background: #333;
     border-color: #333;
     color: #fff;
}
 .header-support {
     margin-top: 11px;
     margin-left: 14px;
     display:inline-block;
}
 .header-support a {
     color: #fff;
     font-weight: 500;
     background: #c19d68;
     padding: 8px 21px;
     border-radius: 30px;
     display: inline-block;
     position: relative;
     z-index: 1;
}
 .header-support a:before{
     position:absolute;
     left:0;
     top:0;
     height:100%;
     width:0%;
     content:"";
     background:#161a33;
     border-radius:30px;
     z-index:-1;
     -webkit-transition:.3s;
     -o-transition:.3s;
     transition:.3s;
}
 .header-support a:hover::before{
     width:100%;
}
 .header-support b {
     font-weight: 400;
     font-size: 17px;
     color: #565872;
}
 .header-support i {
     margin-right: 12px;
     display: inline-block;
}
/* sub menu css */
 .top-right-menu ul .sub-menu {
     position: absolute;
     left: 0px;
     top: 100%;
     visibility: hidden;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     border-top: 1px solid #f00;
     width: 150px;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     text-align: left;
     background: #fff;
     z-index: 1;
}
 .top-right-menu ul.social-icons li:hover .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
}
 .top-right-menu ul .sub-menu li {
     padding: 5px 0px 0px 5px;
}
 .top-right-menu ul .sub-menu li a {
     font-size: 12px;
}
 .top-right-menu ul .sub-menu ul {
     display: none;
}
 .top-welcome p {
     padding: 0px;
     margin: 0px;
}
 .top-address a {
     margin-right: 5px;
     color: #43342c;
}
 .top-address.em-login a+a {
     margin-right: 0;
}
 .top-address.em-login p a i, .top-address.em-login p a i {
     margin-right: 5px;
}
 .top-address.em-login a+a:before {
     content: "|";
     margin-right: 12px;
}
/* .txtc {
     text-align: center;
}
 .text-center {
     text-align: center;
}*/
.text-center {
    text-align: center!important;
}
 .text-left {
     text-align: center;
}
 .text-right {
     text-align: right;
}
 .top-address a:hover{
     color:#fff;
}
/* top opening */
 .top-address.menu_18 span {
     background: #fff;
     padding: 8px 15px 9px;
     display: inline-block;
     color: #333;
}
 .top-right-menu ul.social-icons.menu_18, .top-right-menu ul.social-icons.menu_19 {
     padding: 7px 0;
}
 .em-login.menu_18, .em-quearys-top.menu_19 {
     padding: 7px 0;
}
/* top quearys */
 .em-top-quearys-area {
     position: relative;
     display: inline-block;
}
 .em-header-quearys {
     list-style: none;
}
 .em-quearys-menu i {
     border-radius: 3px;
     display: inline-block;
     height: 30px;
     text-align: center;
     width: 30px;
     line-height: 30px;
     font-size: 13px;
     cursor: pointer;
     color: #fff;
     margin-top: 0px;
     background: #c19d68;
}
 .heading_style_3 .hbg2 .em-quearys-menu i {
     color: #333;
}
 .em-quearys-inner {
     position: absolute;
     right: 15px;
     top: 36px;
     z-index: 999;
     display: none;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
}

 .em-quearys-form {
     background-color: #f5f5f5;
     width: 363px;
     float: right;
     border-radius: 30px;
}
 .top-form-control {
     position: relative;
}
 .em-quearys-inner::before {
     position: absolute;
     right: 1px;
     top: -11px;
     width: 47px;
     height: 47px;
     text-align: center;
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 8px solid #c19d68;
     content: " ";
}
 .top-form-control input {
     background: #f4f6f9;
     color: #555555;
     font-size: 13px;
     font-weight: 300;
     height: 55px;
     padding: 0 40px 0 25px;
     width: 100%;
     border: none;
     -webkit-transition: 1s;
     -o-transition: 1s;
     transition: 1s;
     border-radius: 30px;
}
 .top-form-control button.top-quearys-style {
     position: absolute;
     right: 0;
     top: 50%;
     background: 0 0;
     font-size: 16px;
     border: none;
     color: #c19d68;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     height: 100%;
     background: #c19d68;
     width: 58px;
     border-radius: 0 30px 30px 0;
     text-align: center;
}
 .top-quearys-style i {
     font-size: 18px;
     color: #fff;
}
 .em-s-hidden {
     display: none !important;
}
/* address left right icon */
 .top-right-menu.litop {
     float: left;
}
/* mobile logo */
 .mobile_menu_logo.text-center {
     padding: 20px 0;
}
 .tr_search .em-quearys-menu i {
     color: #fff;
}
/* Style 7 Top Bar */
 .top-right-address p {
     margin-bottom: 0;
     font-size: 12px;
     display: inline-block;
}
 .top-right-address .social-icons {
     display: inline-block;
     margin: 0;
     padding: 0;
     list-style: none;
     position: relative;
}
 .top-right-address .social-icons li {
     display: inline-block;
     margin-left: 17px;
     color: #fff;
     font-size: 14px;
}
/*======================= CONSEN HEADING NAV AREA CSS ========================*/
.royella-main-menu {
    position: relative;
}
 .mean-container{
     overflow:hidden;
}
 .mean-container .mean-bar {
     padding: 0;
}
.mean-container .mean-nav {
    background: #C19E68 none repeat scroll 0 0;
    float: none;
}
 .mean-container .mean-nav>ul>li:first-child {
     border-top: 0px solid #fff;
}
 .main_menu_div {
     position: relative;
}
 .royella_nav_area {
     background: #fff none repeat scroll 0 0;
}
.scroll-to-fixed-fixed .royella_nav_area {
    box-shadow: 0 0 3px rgba(0,0,0,0.10);
}
 .royella_menu {
     text-align: right;
}
.royella-main-menu.main.menu .royella_menu {
    text-align: right;
}
 .container-fluid .royella_menu {
     text-align: center;
}
/* LOGO CSS */
 .logo a {
     font-size: 23px;
     font-weight: 600;
     display: inline-block;
}
 .logo a.retina-logo {
     display: none;
}
/* MAIN MENU CSS */
 .royella_menu ul {
     list-style: none;
     text-align:right;
     display:inline-block;
}
 .transprent-menu .royella_menu ul {
     list-style: none;
     text-align: center;
}
 .royella_menu > ul > li {
     display: inline-block;
     position: relative;
}
.royella_menu > ul > li > a {
    display: block;
    margin: 35px 13px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #232323;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}
 .royella_menu > ul > li > a:hover {
    color: #C19E68;
}

 .royella_menu ul li:last-child a {
     margin-right: 0px;
}
 .royella_menu > ul > li.current > a, .royella_menu > ul > li:hover > a {
     color: #C19E68;
}
.transprent-menu .royella_menu > ul > li > a {
    color: #fff;
}
.transprent-menu .royella_menu > ul > li > a:hover {
    color: #C19E68;
}
.prefix .royella_menu > ul > li > a{
    color:#fff;
}
/*style two transparent menu*/
.royella-main-menu.transprent-menu.style-two .row.header-bg {
    background: #fff;
    border-radius: 5px;
    height: 110px;
    padding: 0 18px;
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    z-index: 1;
}

.royella-main-menu.transprent-menu.style-two .royella_menu>ul>li>a {
    color: #232323;
}

.transprent-menu.style-two .hbg2{
    background: transparent;
    box-shadow: none;
}

/* transparent 2 */
.trp_nav_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0 90px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.royella-header-top .custom_container {
    margin: auto;
    padding: 0 90px;
}
.royella-main-menu.transprent-menu.woocoer.style_two .trp_nav_area {
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: #1E1E1E;
    padding: 0 90px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

 .hbg2 {
     background: rgba(0, 0, 0, .7);
     padding: 0px 50px;
}
 .trp_nav_area.full-width {
     padding: 37px 100px 37px 100px;
}
 .trp_nav_area.full-width.hbg2 {
     padding: 7px 20px 10px;
}
/* Sticky MENU CSS */
 #sticky-header {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     z-index: 999;
     transition: .5s;
     padding: 18px 0 9px;
}
/* Skyty Menu */
 .sticky-nav {
     left: 0;
     margin: auto;
     position: fixed !important;
     top: 0;
     width: 100%;
     box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
     z-index: 9999;
     -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
     -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
     transition: .5s !important;
}
/* stycky nav js */
 .transprent-menu.menu4 {
     position: relative;
}
 .transprent-menu .royella_nav_area {
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
     position: absolute;
}
 .royella_nav_area.postfix {
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .royella_nav_area.prefix, .hbg2 {
     -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
     box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
 .heading_style_3.tr_btn .prefix .royella_menu > ul > li > a:hover, .heading_style_3.tr_btn .hbg2 .royella_menu > ul > li.current a {
     color: #C19E68;
}
 .heading_style_3 .prefix .royella_menu > ul > li > a:hover, .heading_style_3 .hbg2 .royella_menu > ul > li.current a {
     color: #C19E68;
}
 .heading_style_3 .royella_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
     color: #fff;
}
 .tr_white_btn .hbg2 {
     background:#C19E68 !important;
}
 .tr_white_btn .hbg2 .royella_menu > ul > li > a {
     color: #fff !important;
}
/* LOGO LEFT RIGHT CSS */
 .logo-left {
}
 .logo-right .logo {
     text-align: right;
}
 .logo-right .royella_menu > ul {
     text-align: left;
}
 .logo-right .royella_menu > ul > li:first-child a {
     padding-left: 0px;
}
 .logo-right .royella_menu > ul > li:last-child a {
     padding-right: auto;
}
 .search_button {
     text-align: right;
}
/* logo top */
 .logo-top .logo {
     text-align: center;
}
 .logo-top .royella_menu > ul {
     text-align: center;
}
 .logo-top >.royella_menu > ul>li:last-child a {
     padding-right: auto;
}
/* sub menu style */
.royella_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 230px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #C19E68;
    opacity: 0;
}
 .royella_menu ul li:hover >.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}
 .royella_menu ul .sub-menu li {
     position: relative;
}
.royella_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
}
 .royella_menu ul .sub-menu li:hover>a, .royella_menu ul .sub-menu .sub-menu li:hover>a, .royella_menu ul .sub-menu .sub-menu .sub-menu li:hover >a, .royella_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
     color:#C19E68;
}
 .royella_menu ul .sub-menu li {
     position: relative;
     -webkit-transition:.3s;
     -o-transition:.3s;
     transition:.3s;
}
.royella_menu ul .sub-menu li:hover>a,
.royella_menu ul .sub-menu .sub-menu li:hover>a, 
.royella_menu ul .sub-menu .sub-menu .sub-menu li:hover>a, 
.royella_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #C19E68;
    color: #fff !important;
}
/* sub menu 2 */
 .royella_menu ul .sub-menu .sub-menu {
     left:100%;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .royella_menu ul .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 3 */
 .royella_menu ul .sub-menu .sub-menu li {
     position: relative;
}
 .royella_menu ul .sub-menu .sub-menu .sub-menu {
     right: 100%;
     left: auto;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .royella_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 4 */
 .royella_menu ul .sub-menu .sub-menu .sub-menu li {
     position: relative;
}
 .royella_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
 .royella_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* user login */
 .logged-in .transprent-menu .royella_nav_area.prefix {
     top: 32px;
}
 .logged-in .trp_nav_area.hbg2 {
     top: 32px;
}
/* maing menu search */
 .top-address.em-quearys-top.text-right {
     float: right;
}
 nav.royella_menu.main-search-menu {
     float: right;
}
 .royella_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
     display: inline-block;
}
 .em-quearys-top.msin-menu-search .em-quearys-menu i {
     margin-left: 20px;
     margin-top: 6px;
}
 .em-quearys-top.msin-menu-search .em-quearys-inner {
     top: 61px;
     background: #fff;
     padding: 20px;
     border-top: 3px solid #C19E68;
}
 nav.royella_menu.main-search-menu {
    /* float: right;
     */
     text-align: center;
}
/* has menu icon */
 .royella-main-menu .menu-item-has-children>a:after {
     margin-left: 5px;
     content: "\f107";
     font-family: FontAwesome;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     font-size: 13px;
     opacity: .5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
 .royella-main-menu .menu-item-has-children .menu-item-has-children>a:after {
     margin-left: 8px;
     content: "\f105";
}
/* HEADER BUTTON */
.donate-btn-header {
    display: inline-block;
    margin-left: 30px;
}
a.dtbtn {
    padding: 12px 29px;
    color: #C19E68;
    background: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #C19E68;
    text-transform: uppercase;
    font-size: 15px; 
}
a.dtbtn:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #C19E68;
    transform: scale(0);
    transition: .5s;
}
 a.dtbtn:hover:before {
     transform: scale(1);
}
a.dtbtn:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 1px;
    left: 0;
    bottom: -7px;
    background: #C19E68;
    margin: auto;
    transition: 0.5s;
}
a.dtbtn:hover{
    color:#fff;
}

.transprent-menu a.dtbtn{
    border-color:#fff;
    color:#fff; 
}
.transprent-menu a.dtbtn:after{
    background: #fff;
}
.transprent-menu a.dtbtn:hover{
    border-color:#C19E68;
}

.royella-main-menu.transprent-menu.style-two a.dtbtn {
    border-color: #C19E68;
    color: #C19E68;
}
.royella-main-menu.transprent-menu a.dtbtn:hover {
    border-color: #C19E68;
    color: #ffff;
}


/*========== royella BLOG AREA CSS =========*/
.royella-blog-area, .royella-blog-index {
    background: #fff;
    padding: 100px 0 150px;
    overflow: visible;
}
.royella-blog-area .single-blog-details{
    padding: 120px 0 150px;
}
.royella-blog-area.royella-blog-archive.ptb-100 {
     padding: 120px 0 150px;
}
.royella-blog-index.blog-area.royella-blog-area.blog-grid-item {
    padding: 120px 0 150px;
}
.blog-left-side {
    position: sticky;
    top: 100px;
}
.royella-single-blog {
    margin-bottom: 30px;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-align: left;
    border: 1px solid #e6e9f0;
    /* border-radius: 6px; */
}
 .royella-single-blog {
     text-align: left;
}
.royella-blog-thumb {
    position: relative;
}
.royella-blog-thumb img {
    vertical-align: middle;
}
.single-blog-content {
    overflow: hidden;
}
.royella-blog-content-area {
    padding: 27px 31px 36px;
    position: relative;
}
 .blog-page-title h2 {
     font-size: 1.5625rem;
}
.blog-page-title h2, .blog-page-title h2 a {
    font-size: 30px;
    font-weight: 700;
    color: initial;
    text-decoration: none;
    margin: 12px 0 19px;
    transition: .5s;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.royella-lt .blog-page-title h2, .royella-lt .blog-page-title h2 a {
    font-size: 40px;
}
 .blog-page-title h2:hover, .blog-page-title h2 a:hover{
     color:#c19d68;
}
.royella-blog-thumb_adn a img {
    height: 398px;
    width: 100%;
    object-fit: cover;
}
 .royella-blog-meta-top {
     padding-top: 5px;
     position: absolute;
     left: 20px;
     top: 20px;
}
 .royella-blog-meta-top li {
     display: inline-block;
     margin-right: 10px;
}
.royella-blog-meta-left a, .royella-blog-meta-left time, .royella-blog-meta-left span {
    transition: .3s;
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #686868;
    font-weight: 400;
    margin-right: 28px;
    position: relative;
}
.blog_style_two .royella-blog-meta-left span:before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: -13px;
    top: 10px;
    background: #D1D1D1;
}
.royella-blog-meta-left a:hover, 
.royella-blog-meta-left time:hover, 
.royella-blog-meta-left span:hover {
    color: #c19d68;
}
.royella-blog-meta-top li a {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding-top: 2px;
    background: #c19d68;
    padding: 6px 25px;
}
 .blog-content-bottom-meta img {
     width: 30px;
     border-radius: 100%;
}
.blog-readmore a {
    background: #c19d68;
    color: #fff;
    display: inline-block;
    padding: 13px 35px;
    font-weight: 500;
    margin-top: 12px;
    z-index: 1;
    position: relative;
}
.blog-readmore a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #10102E;
    transform: scale(0);
    transition: .5s;
}
 .blog-readmore a:hover:before {
     transform: scale(1);
}
.blog-author {
    border-top: 1px solid #e6e9f0;
    padding: 18px 31px 18px;
}
.blog-author a {
    margin-right: 18px;
    color: #232323;
}
.blog-author i {
    display: inline-block;
    color: #c19d68;
    font-size: 14px;
    margin-right: 6px;
}

/* Blog Grid Style */
.blog-grid .royella-blog-content-area {
    padding: 34px 25px 40px;
}
.container{
    max-width: 1320px;
    margin: auto;
    padding: 0 15px;
}
 .blog-grid .royella-blog-meta-left a, .blog-grid.royella-blog-meta-left time, .blog-grid .royella-blog-meta-left span {
     margin-right: 15px;
}
.royella-blog-index.blog-area.royella-blog-area .blog-grid .royella-blog-meta-left i {
    margin-right: 6px;
}
 .blog-grid .blog-readmore a {
     padding: 10px 25px;
}
/* Blog Details Css */
.royella-single-blog-details-inner {
    background: #fff;
    padding: 39px 50px 49px;
    border: 1px solid #ddd;
    overflow: hidden;
}
 .single-blog-title {
     font-size: 1.5625rem;
     font-family: montserrat;
     color: initial;
     text-decoration: none;
     color: #333;
     margin: 0px 0 11px;
}
 .royella-single-blog-details-inner .royella-blog-meta-left {
     margin-bottom: 18px;
     border: 0;
     padding: 0;
}
 .royella-single-blog-details-inner .royella-blog-meta-left a {
    color: inherit;
}
 .royella-blog-social {
     padding-top: 40px;
     text-align: left;
     border-top: 1px solid #e6e6e6;
     margin-top: 40px;
}
 .royella-single-icon-inner {
     text-align: left;
}
 .royella-single-icon-inner a i {
     border: 1px solid #e6e6e6;
     color: #565872;
     display: inline-block;
     font-size: 15px;
     height: 40px;
     line-height: 41px;
     margin: 0 9px 0 0;
     text-align: center;
     width: 40px;
     border-radius: 5px;
}
 .royella-single-icon-inner a i:hover {
     background: #c19d68;
     border-color: #c19d68;
     color: #fff;
}
 a.detail-link i {
     margin-left: 0px;
}
.royella-single-blog--thumb img {
    vertical-align: middle;
    width: 100%;
}
 .royella-blog-meta-left i {
     color: #c19d68;
     margin-right: 8px;
     font-size: 15px;
}
.royella-single-blog-details ul {
    padding-left: 18px;
}
.royella-single-blog-details ol {
    padding-left: 20px;
}
.post-details-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 0;
}
.post-details-category a {
    font-size: 15px !important;
    color: var(--conliz-black);
    color: #6d6d6d;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #dad7d7;
    display: inline-block;
    padding: 0 8px 0 8px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: capitalize;
}
.post-details-category a:hover{
	color:#c19d68;
	border-color:#c19d68;
}
.post-tags .tags a:hover{
	color:#c19d68;
}
.post-tags .tags,
.post-details-category .post-categories {
    list-style: none;
    display: inline-block;
}
.post-tags h4, .post-details-category h4 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-right: 0;
}
.post-details-category .post-categories li{
    display:inline-block;
}
/* Next And Prev CSS */
 .next-prev-post {
     overflow: hidden;
     padding: 45px;
     border: 1px solid #ddd;
     border-radius: 10px;
     margin: 30px 0;
}
 .nav-previous {
     display: inline-block;
     float: left;
}
 .nav-next {
     float: right;
}
 .nav-previous a, .nav-next a {
     display: inline-block;
     border: 1px solid #ddd;
     padding: 12px 30px;
     border-radius: 6px;
     color: #666;
     font-weight: 400;
     transition:.5s;
}
 .nav-previous a:hover, .nav-next a:hover {
     color: #fff;
     background:#c19d68;
     border-color:#c19d68;
}
 .nav-previous a i{
     margin-right:5px;
}
 .nav-next a i{
     margin-left:5px;
}
/* Post Author */
.author-bio {
    padding: 28px 45px 21px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 50px;
}
.author-img {
    overflow: hidden;
    margin-right: 25px;
}
 .author-img img {
     border-radius:100%;
}
 .author-text h3 {
     font-size: 20px;
     color: #232323;
     font-weight: 600;
     text-transform: capitalize;
     margin-bottom: 10px;
}
 .author-text h3 a{
     color:inherit;
}
/*======================== royella COMMENT AREA CSS =========================*/
/* POST REPLY CSS */
 .comments {
     padding-bottom: 25px;
}
 .post_comment {
     margin: 20px 0 10px 0;
     padding: 0 10px;
}
.commment_title h3 {
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
    font-size: 1.25em;
    font-size: 30px;
    font-weight: 700;
}
 .commment_title small{
     font-size: 60%;
}
 .post_replay_inner {
     word-wrap: break-word;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-bottom: 20px;
}
 .mgl-30 {
     margin-left: 30px;
}
 .post_reply_thumb {
}
 .post_reply_thumb img {
     border-radius: 50%;
}
 .post_replay {
     margin-top: 30px;
}
 .post_reply {
     padding-left: 15px;
     width: 100%;
     position: relative;
}
 .post_reply div.st {
     font-size: 18px;
     font-weight: 400;
}
.post_reply div.st a {
    color: #232323;
    font-size: 21px;
    display: inline-block;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}
 .reply_date {
     overflow: hidden;
     margin-bottom: 15px;
}
.reply_date span.span_left {
    font-size: 14px;
    color: #686868;
    display: block;
}
.reply_date span.span_right {
    float: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #c19d68;
    padding: 5px 13px;
    transition: .3s;
}
 .reply_date span.span_right:hover{
     background:#c19d68;
}
 .post_reply p {
}
 .comments-area {
     background: #fff;
     margin: 30px 0;
     padding: 50px 45px 55px;
     border: 1px solid #ddd;
}
.royella-blog-area.single-blog-details .comments-area {
    margin-bottom: 100px;
}
 .comment-list .comment .comment{
     margin-left: 85px;
}
 .comment-list .comment .comment .post_comment{
     border-bottom:transparent;
}
 .comments-area .children {
     margin-left: 90px;
}
 .post_comment .post_comment {
     margin-left: 15px;
}
/* COMMENT FORM CSS */
 .comment-form-cookies-royellat input[type="checkbox"], .comment-form-cookies-royellat input[type="radio"] {
     margin: 4px 0 0;
     margin-top: 1px;
     line-height: normal;
     margin-right: 10px;
}
 .em-theme-main-page .commment_title h3 {
     margin-top: 0px;
}
 .logged-in-as {
     margin-bottom: 10px;
     margin-top: 25px;
}
 .logged-in-as a {
     color: #333;
}

.logged-in-as a:hover{
	color:#c19d68;
}
 a.comment-edit-link {
     margin-bottom: 12px;
     display: inline-block;
}
 .em-theme-main-page .comments-area {
     margin-top: 40px;
     clear: both;
}
.comments-area button {
    background: #c19d68;
    color: #fff;
    padding: 13px 30px;
    border-radius: 7px;
    transition: .5s;
    border-radius: 30px;
    margin-top: 20px;
}
.comments-area button i {
    margin-left: 5px;
    font-size: 11px;
}
 .comments-area button:hover {
     background: #10102E !important;
     color: #fff;
}
/*======================== royella PAGINATION SECTION =========================*/
.paginations {
    /* text-align: center; */
    margin-top: 20px;
}
 .page-numbers li {
     display: inline-block;
     text-align: center;
}
.paginations a, .page-numbers span.current {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #6d6d6d;
    background: #fff;
    text-decoration: none;
    border: 1px solid #ddd;
}
 .page-numbers li {
     display: inline-block;
}
 .paginations a:hover, .paginations a.current, .page-numbers span.current {
     background: #c19d68;
     border-color: #c19d68;
     color: #fff;
}
/*======================== royella BREADCRUMB AREA CSS =========================*/
.breadcumb-area {
    padding: 223px 0 150px;
    background: linear-gradient(rgba(19, 19, 35, 0.4), rgba(0, 0, 0, 0.5)), url(https://wp.ditsolution.net/royella/wp-content/uploads/2023/12/hero-bg.jpg) no-repeat center/cover;
    position: relative;
}
 .breadcrumb_tran_header .breadcumb-area {
     padding: 191px 0 110px;
}
 .breadcumb-inner h2 {
     font-size: 60px;
     color: #fff;
}
.breadcumb-inner ul {
    text-align: left;
    display: inline-block;
    position: relative;
    left: 0;
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 6px;
    color: #c19d68;
    text-transform: uppercase;
    font-size: 15px;
}
 .breadcumb-inner li:nth-last-child(-n+1) {
     color: #fff;
}
.breadcumb-inner li a {
    color: #c19d68;
    text-transform: uppercase;
}
.brpt {
    text-align: center;
}
.brpt h2 {
    margin-top: 0;
    font-size: 65px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 11px;
}
 .lcase {
     text-transform: lowercase;
}
 .ucase {
     text-transform: uppercase;
}
 .ccase {
     text-transform: capitalize;
}
 .pimgs img {
     width: 100%;
}
/*======================== royella 404 AREA CSS =========================*/
 .not-found-area {
     background-color: #f9f9f9;
     background-position: center top;
     background-repeat: repeat;
     background-size: cover;
     padding: 0 0 16px;
}
 .not-found {
     display: table;
     width: 100%;
     text-align: center;
     background: #fff;
     margin: 70px 0;
     padding: 120px 0;
     box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
 .not-found-inner {
     display: table-cell;
     vertical-align: middle;
}
 .not-found-inner {
     font-size: 30px;
}
 .not-found-inner h2 {
     color: #c19d68;
     display: inline-block;
     font-size: 160px;
     font-weight: 700;
     line-height: 1.2;
     padding: 15px 0;
}
 .not-found-inner p {
     font-size: 30px;
}
 .not-found-inner a {
     color: #fff;
     font-size: 24px;
     margin-top: 40px;
     display: inline-block;
     background: #c19d68;
     box-shadow: 0 0 4px rgba(0,0,0,.15);
     padding: 10px 40px;
}
 .not-found-inner a:hover{
     background:#c19d68;
     color:#fff;
}
/* search error */
 .royella-search-page {
     padding-bottom: 100px;
}
 .search-error .search input {
     padding: 20px 0;
}
 .search-error .search input[type="text"] {
     padding-left: 10px;
}
 .search-error .search button {
     top: 48%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .search-error > p {
     font-size: 18px;
     margin: 14px 0 20px;
}
 .search-error > h3 {
     display: block;
     font-size: 60px;
     color: #c19d68;
}
 .search-error .search input {
     height: 54px;
     border: 1px solid #ddd;
}
 .mobile_menu_logo a {
     font-size: 23px;
     font-weight: 600;
     text-transform: uppercase;
}
/*======================== royella FOOTER WIDGET SECTION =========================*/
 .footer-middle {
     padding: 148px 0 5px;
     position: relative;
     background: #c19d68;
}
 .footer-middle:before {
     left: 0;
     width: 100%;
     position: absolute;
     height: 90px;
     top: 0px;
     background: url(assets/images/footer-top-shape.svg);
     content: "";
     background-repeat: no-repeat;
     background-size: cover;
}
/* Address Widgets */
 .footer-logo img {
     margin-bottom: 1rem;
     width: 120px;
}
 .footer-logo p {
     margin: 0;
}
 .footer-sociala-icon {
     display: inline-block;
     float: left;
     font-size: 14px;
     color: #fff;
     margin-right: 10px;
     overflow: hidden;
}
 .footer-sociala-info p {
     margin: 0 0 11px;
     font-size: 14px;
     opacity: 0.8;
}
/* Custom Menu Widgets */
 .footer-middle .widget ul li {
     display: block;
     margin-bottom: 10px;
     color: #fff;
}
 .footer-middle .widget ul li a {
     font-size: 14px;
     line-height: 19px;
     color: #fff;
     opacity: 0.8;
     text-decoration: none;
}
 .footer-middle .widget ul li a:before {
     position: absolute;
     left: 0;
     top: 0;
     font-size: 15px;
     color: #686868;
     content: "\e65d";
     font-family: themify;
     display:none;
}
 .footer-middle #menu-footer-menu li {
     display:inline-block;
}
 .footer-middle #menu-footer-menu li a {
     margin-right: 10px;
}
 .menu-social-menu-container ul li {
     display: inline-block !important;
}
 .menu-social-menu-container ul li a {
     font-size: 15px;
     color: #fff;
     margin-right: 16px;
}
 .footer-middle .widget-title {
     color: #fff;
}
 .footer-middle .widget.about_us {
     margin-bottom: 15px;
}
/*======================== royella FOOTER COPPYRIGHT SECTION =========================*/
 .footer-bottom {
     background: #F4F7FA;
     padding: 23px 0 22px;
     border-top: 1px solid #ddd;
    /* border-top: 1px solid rgba(255,255,255,.23);
     */
}
 .copy-right-text p {
     margin: 0;
     padding: 0;
     margin-top: 0;
     font-size: 14px;
}
 .footer-menu ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 .footer-menu ul li {
     display: inline-block;
}
 .footer-menu ul .menu-item {
     margin-left: 10px;
}
 .footer-menu ul .menu-item a {
     color: #686868;
     padding: 0;
     display: block;
     text-transform: capitalize;
     margin-left: 10px;
     transition: .3s;
     font-size: 14px;
}
 .footer-menu ul .menu-item a:hover{
     color:#c19d68;
}
 .footer-menu .social-icon {
     display: block;
     margin-left: 26px;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     text-align: center;
     color: #c19d68;
     opacity: 0.8;
     font-size: 18px;
}
 .footer-menu .social-icon:hover {
     opacity: 1;
}
 .footer-menu ul li:last-child a {
     padding-right: 0px;
}
 .footer_style_3 .footer-menu ul li:first-child a {
     padding-left: 0px;
}
 .footer-menu ul ul {
     display: none;
}
 .copy-right-text a {
     color: #c19d68;
}
 .copyright-social ul li {
     font-size: 16px;
     display: inline;
}
 .copyright-social ul li a {
     color: #f8f9fe;
     font-size: 14px;
}
 .copyright-social ul .policy:after {
     content: "/";
     color: #f8f9fe;
     padding-left: 10px;
     padding-right: 10px;
}
 .menu-footer-menu-container {
     display: none;
}
/*======================== royella SCROLL TOP CSS =========================*/
 #scrollUp {
     bottom: 30px;
     color: #fff;
     font-size: 34px;
     height: 60px;
     line-height: 55px;
     right: 30px;
     text-align: center;
     width: 60px;
     border-radius: 100%;
     background: #c19d68;
     transition: .3s;
}
 #scrollUp:hover{
     background:#c19d68;
}
 #scrollUp i {
     color: #fff;
}
 .mc4wp-alert.mc4wp-success {
    color: #fff;
}

/* Side bar */
.sidebar {
    display: inline-block;
    position: relative;
    left: 20px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 53px;
    border-radius: 50%;
}
 .sidebar {
    left: 20px;
}
.nav-btn.navSidebar-button {
    left: 0;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    position: relative;
    top: -2px;
    left: -15px;
}
.nav-btn.navSidebar-button i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}
.nav-btn.navSidebar-button i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #c19d68;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}
.nav-btn.navSidebar-button:hover i:after{
   transform: scale(1); 
}
.nav-btn.navSidebar-button:hover i{
    color:#fff;
}
 .nav-btn.navSidebar-button {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    top: 6px;
  }
  span.icon.flaticon-menu-2 i {
    font-size: 20px;
    color: #000000;
  }

.sidebar-title h2 {
    font-size: 26px;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 21px;
}
.sidebar-contact-info h2 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 600;
}
.sidebar-content-inner {
	margin-top: 40px;
}
.sidebar-contact-info ul li {
	list-style: none;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
}
.sidebar-contact-info ul li i {
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #c19d68;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.sidebar-social-icon {
	margin-top: 38px;
}
.sidebar-social-icon ul li {
	list-style: none;
	display: inline;
}
.sidebar-social-icon ul li a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #0a0a0a;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    position: relative;
    z-index: 1;
}
.sidebar-social-icon ul li a:hover {
    background: #c19d68;
    color: #fff;
}
ul.tags {
    padding: 0;
}
/*
<!-- =================== -->
<!--Booking Area-->
<!-- ===================-->*/
.main-contact {
    position: relative;
}
.booking-input-box {
    position: relative;
    width: 22%;
    display: inline-block;
}
.booking-input-box:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 73%;
    right: 20px;
    top: 0px;
    background: #66666673;
}
.booking-input-box.upper:before{
    background:none;
}
.booking-input-box:nth-last-child(2):before {
    display: none;
}
.booking-input-box h4 {
    font-size: 16px;
    line-height: 14px;
    color: #acacac;
    font-weight: 400;
    font-family: "Lora";
    margin-left: 3px;
}
.booking-input-box input {
    width: 78% !important;
    height: 50px;
    outline: 0 !important;
    background: transparent;
    border: transparent !important;
    color: #fff;
    padding: 0 6px 0 0 !important;
    text-transform: uppercase;
    font-size: 14px;
}
.booking-input-box input::placeholder{
    color:#fff;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(24.3) invert(15);
}
.booking-input-box select {
    width: 78%;
    height: 50px;
    outline: 0;
    background: transparent;
    border: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.booking-input-box option {
    color: #222;
    font-family: "Lora";
    font-size: 16px !important;
    display: inline-block;
}
.booking-button {
    position: absolute;
    right: -61px;
    top: 23px;
    display: inline-block;
    z-index: 22;
}
.booking-button input.wpcf7-submit{
    background: #C19E68;
    padding: 12px 31px;
    border: transparent;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.booking-button input.wpcf7-submit:hover{
    color:#C19E68;
    background: #fff;
}
/*contact-two*/
.form-area.contact-two .form-control {
    border-radius: 0;
    transition: 0.5s;
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #ffff;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 20px;
    padding: 0 21px;
}
.form-area.contact-two input.wpcf7-form-control.wpcf7-email.form-control {
    margin-bottom: 14px;
}
.form-area.contact-two select.form-select {
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #acacac;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    padding: 0 19px;
    margin-top: 5px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.form-area.contact-two textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    color: #232323;
    transition: .5s;
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #acacac;
    outline: 0;
    width: 100%;
    height: 120px;
    position: relative;
    padding: 9px 19px;
    border-radius: 0;
}
.form-area.contact-two .form-group p {
    margin: 0;
}
.form-area.contact-two .buttons input {
    display: block;
    border-radius: 0;
    text-align: center;
    transition: .5s;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    width: 100%;
    border: transparent;
    padding: 16px 0;
    margin-top: 13px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: #C29D68;
}

.contact-two .booking-input-box h4 {
    color: #fff;
    font-size: 20px;
    font-family: "Cormorant Garamond";
    font-weight: 500;
    line-height: 28px;
}
.wpcf7 form .wpcf7-response-output {
    color: rgba(255,255,255,0.50);
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #c19d68;
}

.booking-form-02 {
    background: rgba(0,0,0,0.40);
    overflow: hidden;
    padding: 30px 44px 20px;
}
/*contact three*/
.main-contact.style_three .booking-input-box {
    position: relative;
    display: inline-block;
    background-color: #272727;
    padding: 22px 19px 10px;
    width: 20%;
    margin-right: 7px;
}
.main-contact.style_three .booking-input-box p {
    margin: 0;
}
.main-contact.style_three .booking-input-box h4 {
    line-height: 14px;
    margin-left: 0;
    opacity: 0.302;
    font-size: 15px;
    color: #fefefe;
    font-weight: 700;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    margin-bottom: 2px;
    margin: 0 0 5px;
}
.main-contact.style_three .booking-input-box:before {
    display:none;
}
.main-contact.style_three .booking-input-box input::placeholder {
    color: #fff!important;
    font-size: 22px;
    font-weight: 700;
    font-family: "Cormorant Garamond";
    text-transform: capitalize;
}
.main-contact.style_three .booking-content {
    text-align: center;
}
.main-contact.style_three .booking-content p {
    text-align: center;
    font-size: 24px;
    color: #acacac;
    font-weight: 500;
    font-style: italic;
    font-family: "Cormorant Garamond";
    margin: 0;
    padding: 54px 0 0;
}
.main-contact.style_three .booking-button input.wpcf7-submit {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background-color: #c19d68;
    border: transparent;
    padding: 37px 51px;
    font-size: 17px;
    color: #fefefe;
    font-weight: 700;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
}
.resort-contact .booking-button input.wpcf7-submit:hover{
    background-color: #fff; 
    color:#C19E68;
}
.main-contact.style_three .booking-button {
    position: absolute;
    right: -66px;
    top: 0;
    display: inline-block;
    z-index: 22;
}
/*style five*/

.main-contact.style_five {
    background: #F7F6F2;
    padding: 35px 46px 12px;
}
.main-contact.style_five .booking-input-box:before {
    opacity: 0.3;
}
.main-contact.style_five .booking-input-box h4 {
    color: #616161;
}
.main-contact.style_five .booking-input-box input {
    color: #1e1e1e;
}
.main-contact.style_five .booking-input-box select {
    color: #1e1e1e;
}
.main-contact.style_five .booking-button {
    right: -28px;
    top: 46px;
}
.main-contact.style_five input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(1.3) invert(15);
}

/*resort contact*/

.resort-contact .booking-input-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    border: 1px solid#494949;
    border-radius: 30px;
    padding: 0 6px 0 21px;
    margin-bottom: 20px;
}
.booking-input-box:before {
   display:none;
}

.booking-input-box.two {
    width: 47%;
    margin-right: 10px;
}
.booking-input-box.two.three {
    width: 50%;
    margin-right: 0px;
}

.resort-contact .booking-input-box input {
    padding: 0 0px 0 0 !important;
}
.resort-contact .booking-input-box p {
    margin: 0;
}
.resort-contact .booking-input-box.two p {
    margin: 0;
}
.resort-contact .booking-input-box h4 {
    font-size: 16px;
    line-height: 0;
    color: #acacac;
    font-weight: 400;
    font-family: "Lora";
    margin-left: 3px;
    margin: 0;
}
.resort-contact .booking-button {
    position: inherit;
    right: -61px;
    top: 23px;
    display: block;
    z-index: 22;
    width: 100%;
}
.resort-contact .booking-button input.wpcf7-submit {
    background: #C19E68;
    padding: 15px 31px;
    border: transparent;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-radius: 30px;
    display: block;
    width: 100%;
    margin-top: 10px;
}


/*main subscribe*/


.main_subscribe form#mc4wp-form-1 {
    position: relative;
}
.main_subscribe .mc4wp-form-fields {
    position: relative;
}
.main_subscribe input[type="email"] {
    width: 100%;
    padding: 12px 20px;
    margin: 0 0 79px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: 0;
    background: #fff;
    height: 60px;
}
.main_subscribe p.mailchimp-form button {
    background: #c19d68;
    color: #fff;
    padding: 0 19px;
    position: absolute;
    right: inherit;
    top: 77px;
    z-index: 1;
    height: 60px;
    left: 0;
    width: 100%;
}

/*start Subscribe section*/

input[type="email"] {
    margin-bottom: 0;
    border-radius: 0;
    outline: 0;
    position: relative;
    height: 54px;
    width: 100%;
    border: 1px solid rgba(19,17,37,0.1);
    padding: 0 130px 0 10px;
}
.mc4wp-form-fields p {
    margin: 0;
    position: relative;
}
input[type="email"]::placeholder {
    font-size: 16px;
    color: #232323!important;
}
p.mailchimp-form button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 0;
    background: #c19d68;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 0 19px;
    position: absolute;
    right: 4px;
    top: 4px;
    display: inline-block;
    z-index: 1;
    height: 86%;
}
p.mailchimp-form button:hover {
    background: #c19d68;
    color: #fff;
}
.mc4wp-alert.mc4wp-notice {
    color: #fff;
}
/*form_two*/
.form_two input[type="email"]{
   background: rgba(255,255,255,0.10196078431372549);
    color: #fff;
    border-radius: 5px; 
}
.form_two p.mailchimp-form button {
    border-radius: 0 5px 5px 0;
}
.form_two input[type="email"]::placeholder {
    color: #a8a8b3!important;
}
  /*start sidebar section*/
.navSidebar-button span {
    display: block;
    border-top: 2px solid #0a0a0a;
    margin: 4px 3px;
    width: 22px;
}
  .navSidebar-button span.line3 {
    width: 10px;
    transition: .5s;
  }
  .sidebar:hover .navSidebar-button span.line3{
      width:22px;
  }
  .xs-sidebar-group .dt-overlay {
	/* left: 100%; */
	top: 0;
	position: fixed;
	z-index: 9999;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in 0.8s;
	-o-transition: all 0.4s ease-in 0.8s;
	transition: all 0.4s ease-in 0.8s;
	right: 0;
	left: 0;
}
  .sidebar-logo .main_sticky_l {
    display: none;
  }

.sidebar-info-contents {
	margin-top: 40px;
}
.rpwwt-widget ul li {
    margin: 0 0 0px !important;
}
.xs-sidebar-group .widget-top {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    background: #c19d68;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.widget-top:hover .bar-close {
	transform: rotate(180deg);
    color: #181818;
}
.xs-sidebar-group .widget-top .bar-close {
    display: inline-block;
    transition: .5s;
    color: #fff;
}
  .dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
  }
  .xs-sidebar-group.isActive .dt-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
  }
  .xs-sidebar-group.isActive .dt-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    background: #fff;
  }
  .sidebar-textwidget {
    padding: 40px;
  }
  .close-side-widget {
    color: #edc701;
    font-size: rem(15px);
    display: block;
  }
  .sidebar-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
  .xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
  }
  
  
  
  #mega-menu-wrap-menu-1 {
    display: inline-block !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 772px;
}
ul.mega-sub-menu {
    box-shadow: 0 0 4px rgb(0 0 0 / 10%) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
    padding: 30px 15px 30px 15px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 678px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    left: 9px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 100px;
    height: 100px;
}
.elementor-position-left .elementor-icon-box-icon {
    margin-top: 15px !important;
}
.transprent-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}
.transprent-menu .hbg2 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
}
.transprent-menu .hbg2 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #232323;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px 15px 10px 15px;
}  
#mega-menu-wrap-menu-1 {
    background: rgba(255, 255, 255, 0.0) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(255, 255, 255, 0.0) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: rgba(255, 255, 255, 0.0) !important;
}
.royella-main-menu.transprent-menu.style-two .row.header-bg #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #1e1e1e;
}
.transprent-menu .row.header-bg #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #1e1e1e !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 10px 0px 10px;
}
/* .bt-black {
    background: rgb(0,0,0,0.5)!important;
} */
.close {

}
/* Sidebar End */
/*     body.dark {
    background-color: #000!important;
     color: #fff; 
    position: relative;
    z-index: 99;
}*/
.mc4wp-alert.mc4wp-error p a {
    color: #fff;
}
.mc4wp-alert.mc4wp-error p {
    color: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    right: 100% !important;
    left: inherit !important;
}

/* Pravý sloupec: foto nahoře, podpis dole */
.right-col-signature{
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* fotka nahoru, podpis dolů */
}

/* Podpis uprostřed na šířku */
.right-col-signature .elementor-widget-image:last-child{
  align-self: center;
}

/* Responzivně: na užších šířkách je OK mít podpis pod fotkou s mezerou */
@media (max-width: 1024px){
  .right-col-signature{ justify-content: flex-start; }
  .right-col-signature .elementor-widget-image:last-child{ margin-top: 16px; }
}

/* pokud něco přepisuje tvoje pravidla, přidej !important nebo vyšší specificitu */
.ramecek-snidane .elementor-image img {
  border-radius: 20px !important;
}




::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

::-webkit-scrollbar-track {
  background: #f1f1f1
}

::-webkit-scrollbar-thumb {
  -webkit-transition: .5s;
  transition: .5s;
  background-image: -webkit-linear-gradient(0deg, #dcc397,#dcc397)
}

::-webkit-scrollbar-thumb:hover {
  background-image: -webkit-linear-gradient(0deg, #dcc397,##dcc397)
}

::-moz-selection {
  color: #fff;
  background: #dcc397
}

::selection {
  color: #fff;
  background: #dcc397
} 
.datepick {
    border: 0;
    background: 0 0;
    border-radius: 0
}

@media (max-width: 767px) {
    .datepick {
        width:auto !important
    }
}

.datepick .datepick-nav {
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: .625rem
}

.datepick .datepick-nav a {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    color: #17181a
}

.datepick .datepick-nav a:hover:not(.datepick-disabled) {
    color: #dcc397
}

.datepick .datepick-nav a:hover,.datepick .datepick-nav a:focus,.datepick .datepick-nav a:active {
    text-decoration: none;
    background: 0 0
}

.datepick .datepick-nav .datepick-cmd-today {
    color: #dcc397;
    font-weight: 600;
    width: 40%
}

.datepick .datepick-nav .datepick-cmd-today:hover {
    color: #17181a
}

.datepick .datepick-nav .datepick-cmd-prev {
    overflow: hidden
}

.datepick .datepick-nav .datepick-cmd-prev:before {
    height: 100%;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    width: 100%
}

.datepick .datepick-nav .datepick-cmd-next {
    overflow: hidden
}

.datepick .datepick-nav .datepick-cmd-next:before {
    height: 100%;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    width: 100%
}

.datepick .datepick-month-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem;
    background: 0 0;
    color: #17181a;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem
}

.datepick .datepick-month-header select {
    height: 100%;
    background-color: transparent;
    color: inherit;
    background-size: .75rem;
    background-position: top .875rem right .875rem;
    padding-right: 1.875rem;
    font-weight: inherit
}

.datepick .datepick-month-header select:last-child {
    max-width: 83px
}

@media all {
    .datepick .datepick-month-header select {
        width: auto
    }
}

.datepick .datepick-month-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .datepick .datepick-month-row {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.datepick .datepick-month {
    width: auto;
    clear: both;
    margin: 0 auto;
    border: 0;
    font-size: 12px;
    font-size: .75rem
}

@media (min-width: 768px) {
    .datepick .datepick-month {
        width:255px
    }
}

@media (min-width: 768px) {
    .datepick .datepick-month+.datepick-month {
        margin-left:20px
    }
}

.datepick .datepick-month table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;
    margin: 0;
    height: auto
}

.datepick .datepick-month thead th {
    background: 0 0;
    color: #17181a
}

.datepick .datepick-month th,.datepick .datepick-month td {
    border: 0;
    background: 0 0
}

.datepick .datepick-ctrl {
    margin-top: .625rem;
    background: 0 0;
    font-weight: 600
}

.datepick .datepick-ctrl a {
    color: #17181a;
    font-size: 14px;
    font-size: .875rem
}

.datepick .datepick-ctrl a:hover {
    background: 0 0;
    text-decoration: none;
    color: #dcc397
}

.mphb-calendar .datepick-month td>span,.mphb-calendar .datepick-month td a {
    min-height: 30px;
    padding-top: 4px
}

.mphb-calendar .datepick-month td a {
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.mphb-calendar .datepick-month td span {
    color: #ebebec;
    position: relative;
    background: 0 0;
    overflow: hidden
}

.mphb-calendar .datepick-month td .mphb-available-date {
    background: #ffffff;
    font-weight: 600;
}

.mphb-calendar .datepick-month td .mphb-past-date,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable,.mphb-calendar .datepick-month td .mphb-out-of-season-date,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-mark-as-unavailable--check-in {
    font-weight: 400;
    color: #ebebec;
    opacity: 1;
    border: 1px solid #fafafa;
    background: -webkit-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: -o-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: repeating-linear-gradient(to bottom right,transparent,transparent 4px,#fafafa 5px,#fafafa 6px)
}

.mphb-calendar .datepick-month td .mphb-past-date:before,.mphb-calendar .datepick-month td .mphb-past-date:after,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable:before,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable:after,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date:before,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date:after,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-mark-as-unavailable--check-in:before,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out.mphb-mark-as-unavailable--check-in:after {
    display: none
}

.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-in,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out {
    border: 0;
    background: 0 0;
    position: relative;
    z-index: 1;
    color: #dcc397;
    font-weight: 600
}

.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out:before,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-in:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in:before,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #fafafa;
    background: -webkit-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: -o-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: repeating-linear-gradient(to bottom right,transparent,transparent 4px,#fafafa 5px,#fafafa 6px)
}

.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out:after,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-in:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-in:after,.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out:after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear,right bottom,left top,color-stop(50%,rgba(255,255,255,0)),color-stop(50%,var(#ffffff)));
    background: -webkit-linear-gradient(bottom right,rgba(255,255,255,0) 50%,var(#ffffff) 50%);
    background: -o-linear-gradient(bottom right,rgba(255,255,255,0) 50%,var(#ffffff) 50%);
    background: linear-gradient(to top left,rgba(255,255,255,0) 50%,var(#ffffff) 50%)
}

.mphb-calendar .datepick-month td .mphb-out-of-season-date--check-out:after,.mphb-calendar .datepick-month td .mphb-mark-as-unavailable--check-out:after {
    background: -webkit-gradient(linear,left top,right bottom,color-stop(50%,rgba(255,255,255,0)),color-stop(50%,var(#ffffff)));
    background: -webkit-linear-gradient(top left,rgba(255,255,255,0) 50%,var(#ffffff) 50%);
    background: -o-linear-gradient(top left,rgba(255,255,255,0) 50%,var(#ffffff) 50%);
    background: linear-gradient(to bottom right,rgba(255,255,255,0) 50%,var(#ffffff) 50%)
}

.mphb-calendar .datepick-month td .mphb-check-in-date {
    color: #17181a;
    background: #dcc397;
    border-color: #dcc397;
    font-weight: 600;
    opacity: 1
}

.mphb-calendar .datepick-month td .mphb-unselectable-date--check-in,.mphb-calendar .datepick-month td .mphb-unselectable-date--check-out {
    color: #ebebec
}

.mphb-calendar .datepick-month td .datepick-highlight,.mphb-calendar .datepick-month td .mphb-selected-date,.mphb-calendar .datepick-month td .datepick-selected {
    color: black;
    background: #dcc397;
    border-color: black;
    font-weight: 600;
    text-decoration: none
}

.mphb-calendar .datepick-month td .datepick-highlight:before,.mphb-calendar .datepick-month td .datepick-highlight:after,.mphb-calendar .datepick-month td .mphb-selected-date:before,.mphb-calendar .datepick-month td .mphb-selected-date:after,.mphb-calendar .datepick-month td .datepick-selected:before,.mphb-calendar .datepick-month td .datepick-selected:after {
    display: none
}

.mphb-calendar[data-is_show_prices="1"] .datepick-month td a,.mphb-calendar[data-is_show_prices="1"] .datepick-month td span {
    height: auto;
    line-height: 1.5
}

.mphb-calendar[data-is_show_prices="1"] .datepick-month td>a,.mphb-calendar[data-is_show_prices="1"] .datepick-month td>span {
    padding: 5px 0 2px
}

.mphb-calendar[data-is_show_prices="1"] .datepick-month td>a.mphb-mark-as-unavailable,.mphb-calendar[data-is_show_prices="1"] .datepick-month td>span.mphb-mark-as-unavailable {
    padding: 4px 0 1px
}

.mphb-calendar .datepick-month td>span .mphb-date-cell__price,.mphb-calendar .datepick-month td>a .mphb-date-cell__price {
    margin-top: 2px;
    line-height: 1;
    font-weight: 400;
    font-size: 9px;
    opacity: .9
}

.mphb-calendar.mphb-loading .datepick:before {
    z-index: 2
}

.mphb-datepick-popup {
    margin-top: -2px;
    margin-bottom: -2px;
    padding: .3125rem 1.25rem .625rem;
    background: #fff;
    border: 2px solid #dcc397;
    border-radius: #dcc397
}

.mphb-datepick-popup .datepick-month td span,.mphb-datepick-popup .datepick-month td a {
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 31px;
    background: 0 0
}

.mphb-datepick-popup .datepick-month td a {
    color: #17181a
}

.mphb-datepick-popup .datepick-month td a.mphb-date-selectable,.mphb-datepick-popup .datepick-month td a.mphb-selectable-date {
    border: 1px solid #ededed;
    background: 0 0;
    font-weight: 500
}

.mphb-datepick-popup .datepick-month td a.datepick-today {
    border: 2px solid #dcc397;
    text-decoration: none;
    color: #17181a;
    font-weight: 600;
    line-height: 30px
}

.mphb-datepick-popup .datepick-month td a.datepick-highlight {
    color: #17181a;
    background: #dcc397;
    border-color: #dcc397;
    text-decoration: none;
    color: #fff
}

.mphb-datepick-popup .datepick-month td a.datepick-selected {
    color: white;
    background: #dcc397;
    border-color: #dcc397;
    font-weight: 600
}

.mphb-datepick-popup .datepick-month td .mphb-unselectable-date:not(.mphb-extra-date) {
    color: #ebebec;
    opacity: 1;
    font-weight: 400;
    border: 1px solid #fafafa;
    background: -webkit-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: -o-repeating-linear-gradient(top left,transparent,transparent 4px,#fafafa 5px,#fafafa 6px);
    background: repeating-linear-gradient(to bottom right,transparent,transparent 4px,#fafafa 5px,#fafafa 6px)
}

.mphb-datepick-popup .datepick-nav a {
    font-size: 14px;
    font-size: .875rem
}

@media (max-width: 768px) {
  .datepick-popup {
    left: 0 !important; /* nebo třeba 50% s transformem */
    right: auto !important;
    transform: none !important; /* nebo translateX(-50%) pokud chceš centrovat */
  }
}




/* ========== MPHB – Royella look (desktop + mobil) ========== */

/* Wrapper */
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form{
  background: rgba(0,0,0,0.40);
  padding: 22px 28px;
  color:#fff;
}

/* --- DESKTOP LAYOUT (>=1025px): 1 řádek: Příjezd | Odjezd | Tlačítko --- */
@media (min-width:1025px){
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form form.mphb-booking-form{
    display:grid!important;
    grid-template-columns: 1fr 1fr auto;
    column-gap:16px;
    align-items:center;
  }
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-btn-wrapper{
    justify-self:end!important;
    margin:0!important;
  }
}

/* Reset marginů a šířek, které si MPHB cpe sám */
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-booking-form>p{
  width:auto!important;
  float:none!important;
  margin:0!important;
}

/* Inputy + selecty (společné) */
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input[type="text"],
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input[type="date"],
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input[type="number"],
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form select{
  height:52px;
  border:1px solid #494949!important;
  border-radius:28px!important;
  background:transparent!important;
  color:#fff!important;
  padding:0 18px;
  width:100%;
  text-transform:uppercase;
  font-size:14px;
  box-shadow:none!important;
  outline:0;
}
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input::placeholder{color:#ddd!important;}
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input[type="date"]::-webkit-calendar-picker-indicator{
  filter:brightness(24.3) invert(15);
}

/* Tlačítko – hlavní CTA (ověřit/rezervovat) */
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-btn.button,
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input.mphb-reserve-btn.button[type="submit"]{
  min-width:220px; height:52px;
  padding:0 28px!important;
  border-radius:28px!important;
  background:#C19E68!important; color:#fff!important;
  font-size:15px!important; font-weight:600; letter-spacing:.2px;
  border:none!important; box-shadow:none!important; cursor:pointer; transition:.3s;
}
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-btn.button:hover,
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input.mphb-reserve-btn.button[type="submit"]:hover{
  background:#fff!important; color:#C19E68!important;
}

/* ========== MOBIL/TABLET ========== */
@media (max-width:1024px){
  /* 2 sloupce na tabletu, tlačítko na nový řádek */
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form form.mphb-booking-form{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:12px;
  }
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-btn-wrapper{
    grid-column:1/-1; justify-self:stretch!important;
  }
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-btn.button{
    width:100%; min-width:0;
  }
}

@media (max-width:640px){
  /* 1 sloupec na mobilu – pole pod sebou, velké touch targety */
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form form.mphb-booking-form{
    grid-template-columns:1fr;
  }
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input[type="text"],
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input[type="date"],
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form select{
    height:56px; font-size:16px;      /* 16px kvůli iOS (nezoomuje) */
  }
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-btn.button{
    height:56px; padding:0 22px!important;
  }
}

/* ========== „Po zadání dat“ – potvrzovací stav ========== */
/* Box se zprávou o dostupnosti */
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-room-section{
  background:rgba(0,0,0,0.55);
  border:1px solid #2c2c2c;
  border-radius:12px;
  padding:16px 18px;
  margin-top:12px;
}
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-room-section p{
  color:#f1f1f1; margin:0 0 10px 0; line-height:1.5;
}

/* Tlačítko „Potvrďte rezervaci“ – sjednotit s CTA */
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-room-section .mphb-button,
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-room-section input.mphb-button,
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input.mphb-button.mphb-confirm-reservation[type="submit"]{
  background:#C19E68!important; color:#fff!important;
  border:none!important; box-shadow:none!important;
  height:52px; padding:0 24px!important;
  border-radius:28px!important; font-weight:600; font-size:15px!important;
  cursor:pointer; transition:.3s;
}
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-room-section .mphb-button:hover,
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input.mphb-button.mphb-confirm-reservation[type="submit"]:hover{
  background:#fff!important; color:#C19E68!important;
}

/* Na mobilu full-width potvrzovací tlačítko */
@media (max-width:640px){
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-reserve-room-section .mphb-button,
  .elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form input.mphb-button.mphb-confirm-reservation[type="submit"]{
    width:100%;
  }
}

/* Chybové hlášky – čitelné na tmavém pozadí */
.elementor .mphb_sc_booking_form-wrapper.is-style-horizontal-form .mphb-errors-wrapper{
  margin-top:10px; color:#ffd9d9;
}

/* ================================
   BoutiqueWine Rezidence – Checkout
   ================================ */
:root{
  --bw-text:#1b1b1b;
  --bw-muted:#6b7280;
  --bw-border:#e6e6e6;
  --bw-card:#ffffff;
  --bw-bg:#faf8f5;
  --bw-primary:#7b2f40;     /* vínová */
  --bw-primary-600:#692637;
  --bw-accent:#c8a96a;      /* jemně zlatá */
  --bw-danger:#b91c1c;
  --bw-success:#2e7d32;
}

.em-theme-main-page .royella-single-blog-title h2{
  letter-spacing:.02em;
  font-weight:600;
}

/* Celá sekce checkoutu = čisté karty + vzduch */
.mphb_sc_checkout-wrapper{
  background:var(--bw-bg);
  padding:24px;
  border-radius:18px;
}
.mphb_sc_checkout-form{
  display:grid;
  gap:22px;
}

/* Jednotlivé bloky = karty */
.mphb-checkout-section{
  background:var(--bw-card);
  border:1px solid var(--bw-border);
  border-radius:16px;
  padding:20px;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}
.mphb-checkout-section h3,
.mphb-checkout-section h4{
  margin:0 0 14px;
  font-weight:600;
  line-height:1.2;
  color:var(--bw-text);
}

/* Nadpisy podtržení decentní linkou */
.mphb-checkout-section > h3,
.mphb-checkout-section > h4{
  padding-bottom:8px;
  border-bottom:1px solid var(--bw-border);
}

/* --- Booking details (data, typ ubytování) --- */
#mphb-booking-details p{
  margin:6px 0;
  color:var(--bw-text);
}
.mphb-room-number{
  font-size:1.05rem;
  margin:10px 0 6px;
}
.mphb-adults-chooser label,
.mphb-guest-name-wrapper label{
  font-weight:500;
}

/* --- Inputs: vzhled & focus --- */
.mphb-checkout-section input[type="text"],
.mphb-checkout-section input[type="email"],
.mphb-checkout-section input[type="tel"],
.mphb-checkout-section select,
.mphb-checkout-section textarea{
  width:100%;
  border:1px solid var(--bw-border);
  border-radius:12px;
  padding:12px 14px;
  font-size:16px;
  line-height:1.35;
  color:var(--bw-text);
  background:#fff;
  transition:border-color .2s, box-shadow .2s, background-color .2s;
}
.mphb-checkout-section textarea{ min-height:110px; resize:vertical; }
.mphb-checkout-section input:focus,
.mphb-checkout-section select:focus,
.mphb-checkout-section textarea:focus{
  outline:0;
  border-color:var(--bw-accent);
  box-shadow:0 0 0 4px rgba(200,169,106,.18);
}

/* --- Vaše informace – dvousloupcový layout na desktopu --- */
.mphb-customer-details{
  display:grid;
  gap:16px;
}
.mphb-customer-details > p{
  margin:0;
}
@media (min-width: 820px){
  .mphb-customer-details{
    grid-template-columns:repeat(2,1fr);
  }
  .mphb-customer-note{ grid-column:1 / -1; }
}

/* Povinná pole – tip */
.mphb-required-fields-tip{
  margin-top:-6px;
  color:var(--bw-muted);
}

/* --- Coupon řádek: input + button in-line --- */
#mphb-coupon-details p{ margin:0 0 10px; }
#mphb-coupon-details .mphb-coupon-code-title{ display:block; font-weight:500; margin-bottom:6px; }
#mphb_coupon_code{
  max-width:360px;
}
.mphb-apply-coupon-code-button{
  display:inline-block;
  margin-left:10px;
  border-radius:9999px;
  background:var(--bw-text);
  color:#fff;
  border:0;
  padding:10px 16px;
  cursor:pointer;
  transition:transform .06s ease, opacity .15s ease;
}
.mphb-apply-coupon-code-button:hover{ opacity:.95; }
.mphb-apply-coupon-code-button:active{ transform:translateY(1px); }

/* --- Tabulka cen --- */
.mphb-room-price-breakdown-wrapper table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border:1px solid var(--bw-border);
  border-radius:14px;
}
.mphb-price-breakdown thead th,
.mphb-price-breakdown tfoot th{
  background:#fbfbfb;
}
.mphb-price-breakdown th,
.mphb-price-breakdown td{
  padding:12px 14px;
  border-bottom:1px solid var(--bw-border);
  vertical-align:middle;
}
.mphb-price-breakdown tr:last-child th,
.mphb-price-breakdown tr:last-child td{ border-bottom:0; }
.mphb-price-breakdown .mphb-price-breakdown-total th,
.mphb-price-breakdown .mphb-price-breakdown-total .mphb-table-price-column{
  background:#fff8ea;
  color:#2b1c12;
  font-weight:700;
  border-bottom:0;
}
.mphb-price{
  white-space:nowrap;
}

/* --- Celková cena pod tabulkou --- */
.mphb-total-price{
  background:#fff8ea;
  border:1px solid #f1e3c7;
  border-radius:12px;
  padding:14px 16px;
  font-size:1.05rem;
  display:flex; align-items:center; gap:10px;
}
.mphb-total-price strong{ color:var(--bw-primary); }

/* --- Chyby / hlášky --- */
.mphb-errors-wrapper, .mphb-coupon-message:not(.mphb-hide){
  background:#fff1f1;
  color:var(--bw-danger);
  border:1px solid #f4cccc;
  border-radius:12px;
  padding:12px 14px;
  font-weight:600;
}
.mphb-preloader{ display:inline-block; }

/* --- Platební metoda placeholder (pokud nejsou metody) --- */
#mphb-billing-details p{
  margin:0;
  color:var(--bw-muted);
}

/* --- Tlačítko Odeslat = sjednocení s .dtbtn --- */
.mphb_sc_checkout-submit-wrapper{
  margin-top:4px;
}
.mphb_sc_checkout-submit-wrapper .button{
  appearance:none;
  border:0;
  border-radius:9999px;
  background:linear-gradient(0deg, var(--bw-primary), var(--bw-primary));
  color:#fff;
  font-weight:600;
  padding:14px 22px;
  font-size:16px;
  letter-spacing:.02em;
  box-shadow:0 10px 18px rgba(123,47,64,.22);
  cursor:pointer;
  transition:transform .06s ease, filter .2s ease, box-shadow .2s ease;
}
.mphb_sc_checkout-submit-wrapper .button:hover{
  filter:brightness(1.02);
  box-shadow:0 12px 22px rgba(123,47,64,.28);
}
.mphb_sc_checkout-submit-wrapper .button:active{
  transform:translateY(1px);
}

/* --- Login hláška nahoře --- */
.mphb-login-form-wrap p{
  background:transparent;
  padding:0;
  color:var(--bw-muted);
}
.mphb-login-form-wrap a{ color:var(--bw-primary); text-decoration:underline; }

/* --- Odkaz v rozpadu cen (#1 ...), aby vypadal jako akordeon --- */
.mphb-price-breakdown-accommodation{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--bw-primary);
  font-weight:600;
}
.mphb-price-breakdown-accommodation .mphb-inner-icon{
  display:inline-block; width:18px; text-align:center; 
  border-radius:6px; border:1px solid var(--bw-border);
  line-height:18px; height:18px; font-size:14px; color:#555;
}

/* --- Menší drobnosti --- */
.mphb-table-price-column{ text-align:right; }
.mphb-guest-name-wrapper input::placeholder{ color:#a8a8a8; }
#mphb-country, #mphb_state{ text-transform:none; }

/* Responsivní doladění */
@media (max-width: 640px){
  .mphb-room-price-breakdown-wrapper table th,
  .mphb-room-price-breakdown-wrapper table td{ padding:10px 12px; }
  .mphb-total-price{ font-size:1rem; }
  #mphb_coupon_code{ max-width:100%; margin-bottom:10px; }
  .mphb-apply-coupon-code-button{ margin-left:0; }
}





/* 0) Schovat duplikované položky z Owl (způsobovalo 3x totéž) */
.service_carousel.style2 .owl-item.cloned {
  display: none !important;
}

/* 1) Z karuselu udělat statickou mřížku */
.service_carousel.style2 .owl-stage-outer { overflow: visible !important; }
.service_carousel.style2 .owl-stage {
  display: flex !important;
  flex-wrap: wrap !important;
  transform: none !important;
  width: 100% !important;
}
.service_carousel.style2 .owl-item {
  width: 33.333% !important;      /* 3 vedle sebe na desktopu */
  flex: 0 0 33.333% !important;
  display: flex;
}

/* 2) Stejné výšky karet */
.service_carousel.style2 .service_item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service_carousel.style2 .service_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 3) Obrázky: stejné poměry a ořez bez deformace */
.service_carousel.style2 .service_img,
.service_carousel.style2 .service_img img {
  width: 100%;
  aspect-ratio: 16/9;             /* stejné výšky náhledů */
  object-fit: cover;
}

/* 4) Responsivita */
@media (max-width: 1024px) {
  .service_carousel.style2 .owl-item { width: 50% !important; flex: 0 0 50% !important; }
}
@media (max-width: 640px) {
  .service_carousel.style2 .owl-item { width: 100% !important; flex: 0 0 100% !important; }
}

/* Doplňkové služby – vše na JEDNOM řádku */
.mphb_sc_checkout-services-list,
.mphb_sc_checkout-services-list li{
  list-style:none;
  margin:0;
  padding:0;
}

.mphb_sc_checkout-services-list li{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:nowrap;               /* držet v jednom řádku */
}

.mphb_sc_checkout-services-list li > label{
  width:auto !important;          /* zruší šířku 100 % */
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  white-space:nowrap;             /* nehybat textem */
  flex:0 0 auto;
}

/* vstupy vedle sebe, rozumné šířky */
.mphb_sc_checkout-services-list li input[type="number"],
.mphb_sc_checkout-services-list li .mphb_checkout-service-quantity{
  width:64px;
  min-width:64px;
}

.mphb_sc_checkout-services-list li select,
.mphb_sc_checkout-services-list li .mphb_sc_checkout-service-adults{
  min-width:84px;
}

/* pro/×/osob se nesmí lámat */
.mphb_sc_checkout-services-list li .mphb-prefix,
.mphb_sc_checkout-services-list li .mphb-suffix{
  white-space:nowrap;
}

/* na úzkých mobilech dovolíme zalomení do dvou řádků */
@media (max-width: 640px){
  .mphb_sc_checkout-services-list li{ flex-wrap:wrap; }
}
/* Skryje "/ Osoba" jen u služby s ID */
/* Jen pro službu "Individuální snídaně pro dva" (ID 11250) */
label[for="mphb_room_details-0-service-11250-id"] em {
  font-size: 0;              /* skryje původní celý obsah */
  white-space: nowrap;
  font-style: italic;        /* aby byl doplněný text kurzívou */
}
label[for="mphb_room_details-0-service-11250-id"] em .mphb-price {
  font-size: 1rem;           /* zobrazí cenu */
  font-style: normal;        /* cena není kurzívou jako jinde */
}

label[for="mphb_room_details-0-service-11246-id"] em {
  font-size: 0;              /* skryje původní celý obsah */
  white-space: nowrap;
  font-style: italic;        /* aby byl doplněný text kurzívou */
}
label[for="mphb_room_details-0-service-11246-id"] em .mphb-price {
  font-size: 1rem;           /* zobrazí cenu */
  font-style: normal;        /* cena není kurzívou jako jinde */
}