/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 3.14
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

-------------------------------------------------------------- */
/* Мобільне меню – тільки на мобільних */
@media (max-width: 768px) {
  .mobile-menu {
    background: #fff;
    border-top: 1px solid rgba(235, 235, 235, 1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  .mobile-menu-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-list li {
    text-align: center;
    flex: 1;
    position: relative;
  }

  .mobile-menu-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
    text-decoration: none;
    color: rgba(9, 9, 9, 1);
    font-size: 11px;
  }
  .mobile-menu-list a.active {
    color: rgba(153, 153, 153, 1);
  }
  
  .mobile-menu-list a.active .icon svg {
    opacity: 0.5;
  }

  .mobile-menu-list .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 0px;
    margin-right: 0px !important;
  }

  .mobile-menu-list .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }

  .menu-account .submenu {
    display: none;
    position: absolute;
    bottom: 71px;
    background: #fff;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);*/
    border-radius: 0px;
    width: 100%;
    min-width: 380px;
    left: 0%;
    transform: translateX(-80%);
    padding: 4px 0;
  }

  .menu-account .submenu a {
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 12px 16px;
    text-align: left;
  }

  .menu-account.show-submenu .submenu {
    display: block;
  }
  .master_header {
    display: inline-block !important;
  }
}

/* Сховати меню на десктопах */
@media (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
  .mob-prop-title {
    display: none !important;
  }
  .is_dashboard .first-step {
    width: 100%;
    margin-left: auto;
    max-width: 552px;
    margin-right: auto;
}
.content_wrapper_dashboard {
    width: 100%;
    max-width: 700px;
  }
.is_dashboard_page .header_wrapper_inside, .dashboard_edit_listing_new .header_wrapper .header_wrapper_inside {
    width: 100% !important;
    max-width: 1120px !important;
}
.first-step .user_dashboard_panel {
    max-width: 552px !important;
    min-width: 100% !important;
  }
  .listing_type_5 .listing_main_image_price {
    width: 250px !important;
    display: flex;
    flex-direction: row;
    gap: 18px;
    margin-right: -10px;
  }
  #similar-carousel-desktop .property_unit_v4 .listing-unit-img-wrapper {
    background: transparent;
    width: auto !important;
    height: auto !important;
  }
  #similar-carousel-desktop .property_unit_v4 .property_listing img {
    border-radius: 16px 16px 16px 16px;
    width: auto !important;
    height: 202px !important;
  }
  .property_unit_v4 .listing-unit-img-wrapper {
    background: transparent;
    width: 302px !important;
    height: 237px !important;
  }
  .property_unit_v4 .property_listing img {
    border-radius: 16px 16px 16px 16px;
    width: 302px !important;
    height: 237px !important;
  }
}



@media screen and (max-width: 767px) {
  .add-listing-button {
    display: inline-block;
    float: right;
    margin-right: 0px;
    margin-top: 23px;
    color: rgb(9, 9, 9);
    padding: 12px;
    cursor: pointer;
    position: absolute;
    right: 16px !important;
    top: auto;
    bottom: 12px;
  }
  .listing_type_5 .entry-prop {
    width: 100% !important;
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .mobile_header_wrap_sticky_yes .container {
    margin-top: 15px !important;
  }
  .is_dashboard .edit-title {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  .carouselvertical .carousel-inner .item img {
    width: 390px !important;
    height: 320px !important;
    object-fit: cover; 
    object-position: center; 
    display: block;
    margin: 0 auto; 
  }
  .carouselvertical .carousel-inner .item {
    max-width: 100%;
    overflow: hidden;
  }
  .carouselvertical .carousel-inner .item img {
    max-width: 100%;
    height: auto;
    min-height: 320px !important;
    object-fit: cover;
  }
  .vc_button.wpb_btn-info {
    background-color: rgba(44, 44, 44, 1) !important;
    padding: 5px 20px !important;
    border: 1px solid rgba(44, 44, 44, 1) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    float: right;
    margin-bottom: 0px !important;
  }
  #sortDropdown #currentSortLabel {
    display: none;
  }
  .dropdown-menu {
    left: -255px !important;
  }
  .next_submit_page {
  color: rgb(48, 48, 48) !important;
  font-size: 14px !important;
  }
  .prev_submit_page {
    color: rgb(48, 48, 48) !important;
    font-size: 14px !important;
  }
  #new_post2 .submit_instruction {
    width: 100% !important;
  }
  .btn-hide-text {
    display: none;
  }
  .property_listing .carousel-control {
    display: none !important;
  }
  #ajax_login_div {
    padding: 45px 24px !important;  
  }
  #ajax_register_div, #ajax_login_div #login-div {
    border: none;
    padding: 45px 24px !important;
  }
  .login-links {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 15px;
  }
  #user_sub_menu {
    position: absolute;
    margin-right: -275px !important;
    margin-top: -35px !important;
  }
  #sub_menu_open {
    width: 80% !important;
  }
  .content_wrapper_dashboard .entry-title {
  font-size: 28px !important;
  }
  .dashboard_property_list .container.my‐listings {
    padding: 0px !important;
  }
  .dashboard_property_list .my‐listings .row .col-md-4 {
    padding: 0px !important;
  }
  .dasboard-prop-listing {
    min-height: 380px !important;
  }
  .estate_property-template-default .mobile_header {
    display: none !important;
  }
  .favorite_dashboard_property_list .col-md-4.favourite_prop {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .favorite_dashboard_property_list .col-md-4.favourite_prop .property_flex.col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .my‐listings .justify-content-end {
    margin-bottom: 30px !important;
  }
  .profile_upload_image_wrapper {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .user_profile_div .user_dashboard_panel .col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .user_profile_div .user_dashboard_panel {
    width: 100% !important;
    margin: 30px auto !important;
  }
  .profile_upload_image.user_dashboard_panel {
    width: 100% !important;
  }
  .user_dashboard_panel .row {
    min-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  #new_post2 {
    float: left;
    width: 90% !important;
    margin: 0px 0px 0px 25px !important;
  }
  #new_post {
    width: 100% !important;
    margin: 0 auto;
  }
  .next_submit_page_first_step {
    margin: 0px auto;
    padding: 0px 30px 30px 0px !important;
  }
  .property-views, .property-addr {
    width: 100% !important;
  }
  .custom-button, #add_favorites {
    display: block !important;
    padding: 12px !important;
    width: 40px;
    height: 40px;
  }
  .favorites-button {
    width: 40px !important;
    height: 40px !important;
  }
  .listing_type_5 .listing_main_image_price {
    width: 100px !important;
    flex-direction: row;
    display: flex;
    gap: 18px;
  }
  .mob-prop-title {
    display: block !important;
    color: rgb(9, 9, 9) !important;
  }
  .desktop-prop-title {
    display: none !important;
  }
  .desktop-media-section {
    display: none !important;
  }
  .mobile-media-section {
    display: block !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .carousel-control.right, .carousel-control.left {
    background: rgba(255, 255, 255, 0.9) !important;
    line-height: 30px !important;
  }
  .carousel-control.left.vertical {
    left: 24px !important;
    margin-top: -20px !important;
    top: 50%;
  }
  .carousel-control.right.vertical {
    right: 24px !important;
    margin-top: -20px !important;
    top: 50%;
  }
  .carousel-control {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50px;
    font-size: 9px !important;
    color: rgb(34, 34, 34) !important;
  }
  .carouselvertical .carousel-inner {
    min-height: 330px;
  }
  .wpestate_display_item_list_top_bar_wrapper {
    overflow: hidden;
    padding-bottom: 5px;
  }
  .wpestate_top_bar_control_widget {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; 
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 31px;
  }
  .nav-tabs > li.wpestate_categories_as_tabs_item {
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .nav-tabs > li.wpestate_categories_as_tabs_item > a {
    padding: 10px;
    display: flex;
    flex-direction: column !important;
    text-decoration: none;
    color: #000;
  }
  .nav-tabs > li.wpestate_categories_as_tabs_item svg {
    margin: 0px 0px 8px 0px !important;
  }
  .nav-tabs > li.wpestate_categories_as_tabs_item.active a {
    border-bottom: 2px solid #000;
    font-weight: bold;
  }
  .nav-tabs > li.wpestate_categories_as_tabs_item.active > a {
    padding-bottom: 10px !important;
  }
  .nav-tabs > li.wpestate_categories_as_tabs_item:first-child {
    margin-left: 0px !important;
  }
  .panel-wrapper .listing_detail {
    width: 50% !important;
  }
  .item_head {
    color: rgb(117, 117, 117);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #listing_description .panel-body {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 125% */
    letter-spacing: -0.45px;
  }
  .panel-wrapper .listing_detail .listing_detail {
    width: 100% !important;
  }
  .listing_detail i {
    margin-right: 16px !important;
    font-size: 24px !important;
  }
  .list_detail_prop_address {
    width: 100% !important;
  }
  .mobile_booking_wrapper {
    display: flex !important;
    align-items: end;
    justify-content: space-between;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .mobile_booking_wrapper .property_ratings {
    color: #222;
  }
  .booking-section {
    margin-top: 16px !important;
    margin-bottom: 16px;
    width: 50% !important;
    display: flex;
    gap: 8px;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 20px;
  }
  .booking-section .btn {
    height: 48px !important;
  }
  .mobile_booking_wrapper_flex {
    height: 88px !important; 
  }
  .listing-card {
    display: none !important;
  }
  .price-value {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .host-name {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #000;
    text-decoration: underline;
  }
  .single-estate_property .wp-bottom-menu {
    display: none !important;
  }
  #add_favorites {
    margin-bottom: 0px !important;
  }
  .content-fixed-listing.listing_type_5 {
    padding-top: 0px !important;
  }
  .content-fixed-listing {
    margin-top: 0px !important;
  }
  .listing_type_5 .listing_type_title_wrapper {
    margin-bottom: 12px !important;
  }
  .property-top-details {
    flex-direction: column !important;
    padding-top: 0px !important;
  }
  .category_wrapper {
    padding: 0px 0px !important;
  }
  .listing_detail .item_head svg, .item_head img {
    margin-bottom: 8px !important;
  }
  .item_head img {
    width: 32px !important;
  }
  .panel-wrapper {
    font-size: 16px !important;
    color: rgb(34, 34, 34);
  }
  .panel-wrapper .list_detail_prop_address {
    width: 100% !important;
  }
  .user_dashboard_panel.dashboard_property_list {
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
    margin: 0 0 !important;
  }
  .dashboard_property_list .container {
    padding: 0px 16px !important;
    width: 100% !important;
    position: relative;
  }
  .entry-title-profile {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .footer {
    padding: 16px 16px !important; 
  }
  .is_dashboard_page .content_wrapper_dashboard {
    width: 100%;
    max-width: 400px !important;
    padding: 0 15px;
  }
  .is_dashboard .first-step {
    width: 100%;
    max-width: 400px;
  }
  .first-step .user_dashboard_panel {
    max-width: 400px !important;
    min-width: 100% !important;
  }
  .user_dashboard_panel .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 400px !important;
    width: 100%;
  }
  .new-listing-alert {
    width: 100% !important;
    max-width: 350px !important;
    position: relative !important;
    margin-left: 25px !important;
  }
  .page-template-user_dashboard_edit_listing .mobile-menu {
    display: none !important;
  }
  #google_capture {
    font-size: 15px !important;
  }
  .user_dashboard_panel .dashboard_amenities {
    min-height: 1400px;
  }
  .is_dashboard_page .content_wrapper_dashboard #new_post2 {
    width: 100% !important;
    margin: 0px !important;
  }
  #imagelist {
    float: left;
    width: 100% !important;
    max-width: 400px !important;
    margin: 30px 0px 30px 0px !important;
  }
  #drag-and-drop {
    margin: 52px 0px 52px 0px !important;
    padding: 60px 60px !important;
    max-width: 400px !important;
  }
  #imagelist .uploaded_images img {
    cursor: pointer;
    max-width: 138px !important;
    max-height: 138px !important;
  }
  #imagelist .uploaded_images {
    margin: 0px 15px 24px 0px !important;
    max-width: 138px !important;
  }
  .amenities-container label {
    padding: 12px !important;
  }
  .wprentals_dashboard_page label {
    font-size: 14px !important;
  }
  .final-step-container p {
    font-size: 16px !important;
  }
  .property-views {
    display: flex !important;
    text-align: left !important;
    flex-direction: column;
    gap: 10px;
  }
  .property-stat {
    display: flex;
    gap: 5px;
  }
  .mob-button {
    display: none;
  }
  .agent_listings_title_similar {
    width: 100% !important;
    text-align: left !important;
  }

}

@media screen and (max-width: 767.98px) {
  .carousel-desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .carousel-mobile {
    display: none;
  }
}

.single-content p {
  margin-bottom: 15px;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400;
}
#loginmodal .modal-header {
  background: none;
  border-bottom: 2px solid rgba(27, 31, 38, 0.72) !important;
  margin-bottom: 24px;
  min-height: auto !important;
}
#loginmodal h2.modal-title_big {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 24px !important;
  color: #000 !important;
}
#search_wrapper.type2 {
  display: none !important;
}
.property_unit_v4 .property_listing {
  min-height: 430px;
}
.property_unit_v4 .listing-unit-img-wrapper .price_unit:last-child {
  display: none;
}
#googlelogin {
  margin-top: 18px;
}
#loginmodal label {
  margin-bottom: 8px;
  color: rgb(30, 30, 30);
  font-size: 16px;
}
#loginmodal .form-control {
  border-radius: 8px !important;
  border: 1px solid rgba(217, 217, 217, 1) !important;
  margin-bottom: 24px !important;
}
#forgot_password_mod {
  text-decoration: underline;
  margin-top: -16px;
  margin-bottom: 12px;
  font-size: 16px;
}
.navigation_links a {
  font-size: 16px !important;
  font-weight: 400 !important;
}
#loginmodal button.close {
  color: #000 !important;
  background-color: transparent !important;
}
.or-dotted {
  border-top: 1px dotted rgba(9, 9, 9, 1);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
}
.login-links span {
  background-color: #fff;
  padding: 5px 24px;
  margin-top: -16px;
  font-size: 16px;
  color: #000;
}
#googlelogin_mb, #googlelogin_wd_reg, #googlelogin_reg, #googlelogin_sh_reg, #googlelogin_wd, #googlelogin_sh, #googlelogin_mb, #googlelogin {
  border: 1px solid rgb(118, 118, 118) !important;
  border-radius: 8px !important;
  color: rgb(30, 30, 30) !important;
  line-height: 48px;
  font-size: 16px !important;
  display: inline-block;
  text-align: center;
  font-weight: 400 !important;
}
#googlelogin i {
  filter: grayscale(1);
}
.similar_listings_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
}
.carousel_control_header {
  display: flex;
  gap: 10px;
}
.carousel_control_header .carousel-control-next, .carousel_control_header .carousel-control-prev {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  align-items: center;
  padding: 9px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}
.carousel-desktop .carousel-inner .property_flex.col-md-3, .carousel-desktop .carousel-inner .listing_wrapper.col-md-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.fullp-button {
  display: none !important;
}
.similar_listings .carousel-item .col-md-3 {
  padding: 10px;
}
.similar_listings .carousel-inner {
  width: 100%;
}
.desktop-prop-title {
  display: block;
}
.desktop-media-section {
  display: block;
}
.mobile-media-section {
  display: none;
}
.wprentals_status_publish .wprentals_status_circle {
  width: 8px !important;
  height: 8px !important;
  position: relative;
  opacity: 1;
  background-color: #34C759;
  border-radius: 50%;
}
.wprentals_status_publish .wprentals_status_circle::after {
  content: "";
  position: absolute;
  top: -3.5px;
  left: -3.5px;
  width: 15px;
  height: 15px;
  border: 2px solid #34C759;
  border-radius: 50%;
}
.wprentals_status_draft .wprentals_status_circle {
  width: 8px !important;
  height: 8px !important;
  position: relative;
  opacity: 1;
  background-color: #FF383C;
  border-radius: 50%;
}
.wprentals_status_draft .wprentals_status_circle::after {
  content: "";
  position: absolute;
  top: -3.5px;
  left: -3.5px;
  width: 15px;
  height: 15px;
  border: 2px solid #FF383C;
  border-radius: 50%;
}
.wprentals_status_pending .wprentals_status_circle {
  width: 8px !important;
  height: 8px !important;
  position: relative;
  opacity: 1;
  background-color: #65558F;
  border-radius: 50%;
}
.wprentals_status_pending .wprentals_status_circle::after {
  content: "";
  position: absolute;
  top: -3.5px;
  left: -3.5px;
  width: 15px;
  height: 15px;
  border: 2px solid #65558F;
  border-radius: 50%;
}
.carousel-indicators {
  display: block !important;
}
.carousel-indicators .active {
  width: 6px !important;
  height: 6px !important;
  margin: 0px 3px 0 3px;
  background-color: #fff;
  opacity: 1;
}
.carousel-indicators li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0px 3px 0 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  border: 1px solid #fff;
  border-radius: 10px;
  opacity: 0.6;
}
.header_wrapper_inside {
    width: 1280px;
}
.header_wrapper.header_type1.header_align_center.customnav .logo img {
    padding-left: 0px !important;
  }
.property_unit_v4 .property_unit_action {
    margin-bottom: -50px !important;
}
.header_wrapper.header_type1.header_align_center .logo {
    padding-left: 0px !important;
}
.header_wrapper.header_type1.header_align_center .user_menu {
    padding-right: 0px !important;
}
.logo img, .mobile-logo img {
    max-height: 29px !important;
  }
  .mobile-logo img {
    margin: 0px 16px !important;
    width: auto;
    max-width: 129px;
    top: 50%;
  }
#access .current-menu-item > a, #access .current-menu-parent > a, #access .current-menu-ancestor > a {
    font-weight: 700 !important;
}


.first-step  .dashboard-header {
    display: none !important;
}
.wprentals_dashboard_page .content_wrapper_dashboard {
    background-color: #fff !important;
}
.main_wrapper {
    background-color: #fff !important;
}
.first-step .user_dashboard_panel, .user_tab_menu {
    box-shadow: none !important;
  }
  .first-step .dashboard_chapter_label {
    display: none;
  }
  .with_search_oldtype  {
    display: none;
  }
  #user_menu_open a{
    width: 100% !important;
    height: 46px !important;
    float: left !important;
    background-color: #fff !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    text-align: left !important;
    color: rgba(30, 30, 30, 1) !important;
  }
  #user_menu_open a:hover {
    background-color: rgba(44, 44, 44, 1) !important;
    color: rgba(245, 245, 245, 1) !important;
    border-radius: 8px !important;
  }
  .header_wrapper.header_type1.header_align_left #user_menu_open, 
  .header_wrapper.header_type1.header_align_center #user_menu_open {
    background-color: #fff !important;
    right: 0px !important;
    border: 1px solid rgba(217, 217, 217, 1);
    padding: 8px;
    box-shadow: 0 4px 4px rgba(12, 12, 13, 0.05), 0 16px 32px rgba(12, 12, 13, 0.1);
    border-radius: 8px;
  }
  #topbarlogin::before, #topbarregister::before {
    display: none !important;
  }
  .user_menu_hr {
    border-top:1px solid rgb(217, 217, 217);
    width: 88%;
    padding: 0px 0px 8px 0px;
    display: flex;
    margin: 8px 15px 0px;
  }
  body.hide-menu .main-menu {
    display: none;
    }
  .user_dashboard_panel {
    padding: 10px 0 180px 0 !important;
  }
  .user_profile_div .col-md-12 {
    max-width: 800px !important;
  }
  .user_dashboard_panel_title {
    font-family: "Inter" sans-serif !important;
    font-size: 24px;
    letter-spacing: -2%;
    line-height: 1.2em;
    font-weight: 600;
    overflow: visible !important;
  }
  .submit_instruction {
    display: flex;
    font-family: "Inter" sans-serif !important;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    padding: 12px 16px;
    background-color: rgba(245, 245, 245, 1);
    border-radius: 16px;
    margin-bottom: 22px;
  }
  #new_post2 .submit_instruction {
    width: 95%;
  }
  .wprentals_dashboard_page label {
    color: rgb(30, 30, 30) !important;
    font-size: 16px !important;
    font-family: "Inter";
    line-height: 140%;
  }
  .user_dashboard_panel input[type="checkbox"] {
    margin-bottom: 0px !important;
    padding: 0px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(117, 117, 117, 1) !important;
    background-color:rgb(255, 255, 255) !important;
    overflow: hidden;
  }
  .user_dashboard_panel input[type="checkbox"]:checked::before {
    color: rgb(245, 245, 245) !important;
    background-color: rgb(44, 44, 44) !important;
    font-size: 12px !important;
    left: -1px !important;
    top: 0px !important;
    width: 16px;
    height: 16px;
  }
  .user_dashboard_panel input, .user_dashboard_panel select, .user_dashboard_panel textarea{
    margin-bottom: 28px !important;
    padding: 16px !important;
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(217, 217, 217) !important;
    color: rgba(27, 31, 38, 0.72) !important;
    border-radius: 8px !important;
    transition: all 0.1s linear;
  }
  .user_dashboard_panel .dashboard_label {
    color: rgb(30, 30, 30) !important;
    font-size: 16px !important;
    font-family: "Inter";
    line-height: 140%;
    margin-bottom: 5px;
    font-weight: normal;
  }
  /*
  .user_dashboard_panel .my‐listings .row {
    margin: 0px -15px !important;
  }*/
  .is_dashboard_page .add-listing-button {
    bottom:15px !important;
  }
  .header_wrapper.header_type1 .user_menu.user_loged {
    margin-top: -23px !important;
  }
  .dashboard_property_list {
    padding: 0px 0px 0px 0px !important;
  }
  .header_wrapper.header_type1.header_align_center #und_menu_open {
    top: 80px;
    background-color: #fff !important;
    right: 0px !important;
    border: 1px solid rgba(217, 217, 217, 1);
    padding: 8px;
    box-shadow: 0 4px 4px rgba(12, 12, 13, 0.05), 0 16px 32px rgba(12, 12, 13, 0.1);
    border-radius: 8px;
    position: absolute;
    width: 304px;
    box-sizing: border-box;
    right: 27px;
    left: auto;
    z-index: 999999;
  }
  
  .col-md-12 .col-md-12 {
    padding: 0px !important;
  }
  .user_dashboard_panel_guide {
    display: none !important;
  }
  #drag-and-drop {
    background-color: #fff;
    border: 1px dashed rgba(27, 31, 38, 0.72);
    position: relative;
    min-height: 444px;
    float: left;
    width: 1120px;
    margin: 52px 0px 52px -256px;
    text-align: center;
    padding: 96px 64px;
    border-radius: 8px;
    max-width: 1128px;
  }
  .drag-drop-msg {
    position: relative;
    text-align: center;
    width: 100%;
    top: 10px;
    font-size: 20px;
  }
  #imagelist {
    float: left;
    width: 1120px;
    margin: 50px 0px -28px -256px;
    padding: 24px 24px 0px 24px;
    border-radius: 8px;
    border: 1px solid rgba(27, 31, 38, 0.72);
  }
  #imagelist .uploaded_images img {
    cursor: pointer;
    max-width: 258px;
    max-height: 258px;
  }
  #imagelist .uploaded_images {
    float: left;
    margin: 0px 24px 24px 0px;
    position: relative;
    max-width: 258px;
    overflow: hidden;
    border-radius: 8px;
  }
  .modal_login_image_wrapper {
    display: none;
  }
  #ajax_login_div {
    width: 100%;
  }
  #loginmodal .modal-dialog {
    width: 552px;
    margin-left: -300px;
  }
  .listing_detail {
    display: grid !important;
  }
  .amenities-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  /* Style for each label (checkbox container) */
  .amenities-container label {
    background-color: #fff;
    border: 1px solid rgba(128, 128, 128, 0.55);
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
  }
  .amenities-container input[type="checkbox"]:checked + label::before {
    border: 1px solid rgba(27, 31, 38, 0.72);
    background-color: rgba(245, 245, 245, 1);
  }
  .page-template-user_dashboard_edit_listing .dashboard_amenities label {
    width: auto !important;
    cursor: pointer;
  }
  /* By default, hide all checkboxes from the 7th onward */
  .amenities-container:not(.expanded) label:nth-child(n+20) {
    display: none;
  }
  
  /* Styling for the toggle button */
  .toggle-btn {
    margin-top: 24px;
    margin-bottom: 32px;
    color: rgba(9, 9, 9, 1);
    border: none;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    background: none;
    width: auto;
    display: flex;
  }
  
  .toggle-btn:hover {
    text-decoration: none;
  }
  .feature_chapter_name {
    color: rgba(9, 9, 9, 1) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
  }
  .user_dashboard_panel_title {
    font-family: 'Inter' sans-serif;
    font-size: 24px !important;
    font-weight: 600 !important;
    letter-spacing: -2%;
    line-height: 120%;
    color: rgba(9, 9, 9, 1) !important;
    margin-left: -15px !important;
    margin-bottom: 28px !important;
  }
  #the-count {
    float: left;
    color: rgba(117, 117, 117, 1);
    padding: 0px 0 0 0;
    font-size: 16px;
    margin-top: -20px;
  }
  .carousel-indicators li:nth-child(n+7) {
    display: none;
  }
  .vc_button.wpb_btn-info {
    background-color: rgba(44, 44, 44, 1) !important;
    padding: 16px 24px;
    border: 1px solid rgba(44, 44, 44, 1) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400 !important;
    float: right;
    margin-bottom: 0px !important;
  }
.vc_button.wpb_btn-info:hover {
    background-color: rgba(30, 30, 30, 1) !important;
}
  rgba(30, 30, 30, 1)
  #aaiu-uploader:hover, #send_sms_pin:hover, #validate_phone:hover, #edit_prop_image:hover, #edit_prop_ammenities:hover, #edit_calendar:hover, #edit_prop_locations:hover, #google_capture:hover, #edit_prop_details:hover, #edit_prop_image:hover, #edit_prop_price:hover, #edit_prop_1:hover, #wp-submit-register:hover, #wp-forgot-but:hover, #wp-login-but:hover, .comment-form #submit:hover, #wp-forgot-but_shortcode:hover, #wp-login-but-wd:hover, #wp-submit-register_wd:hover, #advanced_submit_shorcode:hover, #submit_mess_front:hover, .modal-content #wp-forgot-but_mod:hover {
    background-color: rgba(44, 44, 44, 1) !important;
    color: rgba(245, 245, 245, 1) !important;
  }
  #edit_prop_ammenities, #edit_prop_locations, #edit_prop_details, #edit_prop_image, #edit_prop_price, #edit_prop_1, #edit_calendar, #form_submit_1 {
    max-width: 83px !important;
  }
  .next_submit_page {
    color: rgb(48, 48, 48) !important;
    font-size: 16px !important;
    text-decoration:underline;
    clear: both;
    display: block;
    margin-top: 0px;
  }
  .prev_submit_page {
    color: rgb(48, 48, 48) !important;
    font-size: 16px;
    text-decoration:underline;
    clear: both;
    display: block;
    margin-top: 0px;
  }
  .final-step-container h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter' sans-serif;
    line-height: 120%;
    letter-spacing: -2%;
    color: rgba(9, 9, 9, 1);
    text-align: left;
  }
  .final-step-container p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter' sans-serif;
    line-height: 120%;
    color: rgba(9, 9, 9, 1);
    text-align: left;
  }

  .final-step-container .vc_button.wpb_btn-info {
    background-color: #fff !important;
    padding: 16px 24px !important;
    border: 1px solid rgba(48, 48, 48, 1) !important;
    border-radius: 999px !important;
    color: rgba(30, 30, 30, 1) !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    float: left;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .continue-button {
    background-color: #fff !important;
    padding: 16px 24px !important;
    border: 1px solid rgba(48, 48, 48, 1) !important;
    border-radius: 999px !important;
    color: rgba(30, 30, 30, 1) !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    float: left;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .adding-zip, .adding-state {
    display: none !important;
  }
  .wprentals_dashboard_container {
    max-width: 1124px !important;
    width: 100%;
  }
  .profile_upload_image_wrapper {
    margin-left: 0px !important;
    width: 28%;
    float: left;
  }
  .profile_upload_image {
    padding: 0px !important;
  }
  .page-template-user_dashboard_profile .content_wrapper_dashboard {
    width: 100%;
    max-width: 1124px !important;
  }
  .user_dashboard_panel {
    padding: 24px;
    display: inline-block;
    margin: 0px 0px 0px 30px !important;
    margin-bottom: 0px;
    max-width: 778px !important;
    background: transparent !important;
    border: none;
    border-radius:0px !important;
    margin-bottom: 30px;
    float: right !important;
    min-width: 66% !important;
  }
  .is_dashboard .edit-title {
    font-size: 36px;
    line-height: 44px;
    color: rgba(9, 9, 9, 1) !important;
    text-align: left;
    font-weight: 400;
    display: flex;
    gap:16px;
    align-items: center;
  }
  .profile_upload_image_wrapper {
    border: 2px solid rgba(27, 31, 38, 0.72);
    border-radius:16px !important;
    background: transparent !important;
  }
  #aaiu-upload-container .vc_button.wpb_btn-info {
    position: initial !important;
  }
  .listing_type_5 .listing_type_title_wrapper .property_ratings {
    display: none;
  }
  .user_dashboard_panel, .user_tab_menu {
    box-shadow: none !important;
  }
  .profile-image-container {
    width: 128px;
    height: 128px;
    overflow: hidden;
  }
  #profile-div img {
    border-radius: 999px !important;
    margin-bottom: 15px;
    max-width: 100%;
    width: auto;
    height: 128px;
  }
  #profile-div {
    margin:  0px auto;
    padding:  15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .profile_button {
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    padding: 12px !important;
    border: 1px solid rgba(118, 118, 118, 1) !important;
    border-radius: 8px !important;
    position: initial !important;
    background-color: #fff !important;
    color: rgba(30, 30, 30, 1) !important;
  }
  .profile_button:hover {
    background-color:  rgba(44, 44, 44, 1) !important;
    color: #fff !important;
  }
 .user_dashboard_panel .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 552px;
    width: 100%;
 }
 .user_dashboard_panel .col-md-12 .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
 }
 .user_dashboard_panel .col-md-12
 .user_dashboard_panel .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 1120px;
 }
 .user_profile_div .user-name {
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: rgba(9, 9, 9, 1);
 }
 .user_profile_div .upload_explain {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(9, 9, 9, 1);
  margin-top: -10px;
 }
 #oldpass, #newpass, #renewpass {
  margin-bottom: 18px !important;
}
 #user_sub_menu {
  position: absolute;
  margin-right: -250px;
  margin-top: -10px;
 }
 #sub_menu_open {
  position: absolute;
  background: white;
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 8px 8px 0px 8px;
  border-radius: 8px;
  z-index: 1000;
  flex-direction: column;
  box-shadow: 4px 4px -4px rgba(12, 12, 13, 0.05);
}
#sub_menu_open a {
  padding: 12px 16px;
}
#sub_menu_open .profile_button {
  border: none !important;
  text-align: left !important;
}
#sub_menu_open .delete_profile {
  border: none !important;
  text-align: left !important;
  color: rgba(255, 45, 85, 1) !important;
  margin-left: -4px !important;
  padding-bottom: 0px !important;
}

#sub_menu_open .aaiu-uploader {
background-color: #fff !important;
  border: none !important;
  color: rgba(30, 30, 30, 1) !important;
  border-radius: 0px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
 .next_submit_page_first_step {
    color: rgba(27, 31, 38, 0.72);
    font-size: 14px;
    margin-left: 0px;
    position: relative;
 }
 @media screen and (min-width:769px) {
    .user_dashboard_panel .col-md-12 .col-md-6 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 48%;
     }
     .user_dashboard_panel .col-md-12 .col-md-6:last-child {
      width: 49% !important;
     }
     .user_dashboard_panel .col-md-12 .col-md-6:first-child {
        margin-right: 22px;
     }
 }
 .new-listing-alert {
    color: rgb(30, 30, 30);
    font-size: 16px;
    line-height: 140%;
    background-color: #fff;
    padding: 16px 16px !important;
    margin-top: -70px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    width: 420px !important;
    border: 1px solid rgb(117, 117, 117);
    border-radius:8px !important;
  }
 .user_profile_div .user_dashboard_panel_title {
    margin-left: -18px !important;
    margin-top: -10px !important;
    padding-top: 0px !important;
 }
 .profile_password .user_dashboard_panel_title {
    margin-left: -18px !important;
    margin-top: 30px !important;
    padding-top: 0px !important;
 }
 #update_profile, #delete_profile, #change_pass {
    margin-left: 0px !important;
    color: #fff;
    max-width: 300px !important;
    width: auto;
  }
  .latitude {
    display: none;
  }
  @media screen and (min-width:1024px) {
    .user_dashboard_panel.dashboard_property_list {
      width: 1120px !important;
      display: block !important;
      max-width: 1120px !important;
      margin: 0 -27% !important;
    }
    .user_dashboard_panel.favorite_dashboard_property_list {
      width: 1132px !important;
      display: block !important;
      max-width: 1132px !important;
      margin: 0px auto !important;
      padding: 30px 0px !important;
    }
    .favourite_prop .col-md-6 {
      width: 100% !important;
      padding: 0px !important;
    }
    .user_dashboard_panel.favorite_dashboard_property_list .col-md-4 {
      padding-right: 12px;
      padding-left: 12px;
      min-height: 380px;
    }
    
  }
  .dropdown-menu {
    font-size: 16px !important;
    min-width: 300px;
    font-weight: 400;
    line-height: 140%;
    color: rgb(30, 30, 30);
    padding: 24px;
    border-radius: 8px;
  }
  .dropdown-menu a {
    padding: 12px 0 12px 0;
    display: flex;
    justify-content: space-between;
  }
  .dashboard_property_list .container {
    padding:0px;
    width: 1120px;
    position: relative;
  }
  .blog_listing_image {
    float: left;
    display: block !important;
    position: relative;
  }
  .dashboad-prop-img {
    border-radius:16px !important;
    box-shadow: none !important;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .dashboard_imagine {
    max-height: 280px;
    overflow:hidden;
    width: 100%;
    border-radius: 16px; 
    position: relative;
    aspect-ratio: 16 / 13;
  }
  .listing_detail .item_head svg {
    width: 32px !important;
    height: 32px !important;
  }
  .status_verified {
    opacity: 0;
  }
  .item_head {
    color: rgb(117, 117, 117);
    font-size: 16px;
    font-weight: 400;
  }
  #new_post2 .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .hide-field {
    display: none;
  }
  #googleMapsubmit {
    border-radius: 8px;
  }
  .property-top-details {
    width: 100%;
    display: flex;
    flex-direction: row;
    row-gap: 10px;
    padding-top: 24px;
  }
  .property-addr {
    font-family: "Inter";
    width: 45%;
    font-size: 16px;
    color: #000;
    font-weight: 400;
  }
  .property-views {
    width: 55%;
    display: block ruby;
    text-align: right;
    font-family: "Inter";
    font-size: 14px;
    color: rgba(27, 31, 38, 0.72);
    font-weight: 400;
  }
  .property-views a {
    text-decoration: underline;
  }
  .post-views.entry-meta > span.post-views-icon.dashicons {
    display: none !important;
  }
  .content_wrapper_dashboard .entry-title {
    width: 73% !important;
    }
  .panel-title, #listing_description .panel-title-description {
    margin-bottom: 10px;
    font-size: 28px;
    padding: 3px 0px 0px 0px;
    font-weight: 400;
    float: left;
    position: relative;
    cursor: pointer;
    width: 100%;
    color: rgb(34, 34, 34) !important;
    line-height: 36px;
  }
  .panel-title-arrow {
    display: none;
  }
  #listing_description .panel-body {
    width: 100%;
    max-height: 145px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 125% */
    letter-spacing: -0.45px;
    margin-top: 40px;
  }
  .panel-wrapper {
    box-shadow: none !important;
    box-shadow: none !important;
    padding:50px 0 0 0 !important;
    border-top:1px solid rgb(221, 221, 221);
    border-radius:0px;
  }
  .panel-wrapper .listing_detail {
    display: block !important;
    padding: 20px 10px 4px 0px !important;
  }
  .item_head img {
    width: 30px !important;
  }
  .listing_description_wrapper {
    border-top: none !important;
    padding-top: 0px !important;
  }
  .category_wrapper {
    border-bottom: none;
    padding:  0px 0px;
}
  .property_dashboard_location_wrapper {
    float: left;
    padding-left: 0px;
  }
  .property_dashboard_location_wrapper .listing_title {
    margin-top: 10px;
    font-size: 16px;
    padding-left: 0px !important;
  }
  .property_dashboard_location_wrapper .user_dashboard_listed {
    font-size: 14px;
    padding-left: 0px !important;
  }
  .property_dashboard_status {
    flex-direction: column;
    justify-content: center;
    font-weight: 500 !important;
    position: absolute;
    z-index: 991;
    background:rgba(255, 255, 255, 0.9);
    width: auto !important;
    height: 32px !important;
    margin-top: 16px !important;
    margin-left: 16px;
    padding-top:6px !important;
    padding-bottom:6px !important;
    padding-left:8px !important;
    padding-right:8px !important;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 24px;
  }
  .wprentals_status {
    margin-bottom: 0px !important;
    width: 100%;
    padding:0px 8px;
  }
  .wprentals_status_pending .wprentals_status_circle {
    width: 15px;
    height: 15px;
    background-color: rgba(101, 85, 143, 1) !important;
    border-radius: 50%;
    position: relative;
    display: inline-block;
  }
  .wprentals_status_pending .wprentals_status_circle .inner-circle {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .justify-content-end {
    display: flex;
    align-items: end;
    margin-bottom: 12px;
  }
  .property_dashboard_location_wrapper {
    float: left;
    padding-left: 0px !important;
  }
  .custom-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background-color: rgba(245, 245, 245, 1); /* light grey background */
    border: none;
    border-radius: 999px; /* pill shape */
    font-size: 14px;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .custom-button:hover {
    background-color: #e0e0e0;
  }
  .custom-button.orange {
      margin-right: 16px;
  }
  .icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-right: 8px;
  }
  .orange .icon {
    background-color: rgba(255, 149, 0, 1); 
    color: white;
  }
  
  .black .icon {
    border: 2px solid rgba(30, 30, 30, 1);
    color: rgba(30, 30, 30, 1);
    background-color: transparent;
  }
  .star {
    font-size: 20px;
    line-height: 1;
    margin-top: -4px;
  } 
  .plus {
    font-size: 13px;
    line-height: 1;
  }
  .entry-title-profile {
    font-size: 36px !important;
    line-height: 44px !important;
    font-weight: 400;
    color: rgba(9, 9, 9, 1) !important;
  }
  .add-listing-button {
    display: inline-block;
    float: right;
    margin-right: 0px;
    margin-top: 23px;
    color: rgb(9, 9, 9);
    padding:12px;
    cursor: pointer;
    position: absolute;
    right: 172px;
    top: auto;
    bottom: 15px;
  }
  .add-listing-button a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(9, 9, 9, 1);
  }
  .add-listing-button a:hover {
    text-decoration: underline;
  }
  .dasboard-prop-listing {
    min-height: 415px;
  }
  #new_post {
    width: 510px;
    margin:0 auto;
  }
  .user_dashboard_listed a {
    color: rgba(27, 31, 38, 0.72) !important;
  }
  .wprentals_status_publish {
    color: rgb(9, 9, 9) !important;
  }
  .wprentals_status_pending {
    color: rgb(9, 9, 9) !important;
  }
  .header_wrapper.header_type1.header_align_center .user_menu {
    display: flex;
    float: right;
    margin-right: 0px;
    margin-top: 16px;
    color: #8a8f9a;
    padding:8px 9px 8px 16px !important;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: auto;
    bottom: 16px;
    align-items: center;
    align-self: baseline;
    border: 1px solid rgba(9, 9, 9, 1);
    border-radius: 30px;
    height: 48px !important;
  }
  .property_menu_wrapper_hidden.prop_menu_search_stick_yes {
    display: none !important;
  }
  .user_loged .menu_user_tools {
    margin-top: 6px !important;
    color: #fefefe;
    line-height: 14px;
    padding: 0px 12px;
  }
  .py-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
  }
  .amenities-container input {
    margin-bottom: 0px !important;
  }
  #whole_beds_wrapper {
    margin-bottom: 0px !important;
  }
  #add-phone-link {
    margin-top: -20px;
    display: block;
    margin-bottom: 32px;
    text-decoration:underline;
    font-size: 16px;
    color: rgb(9, 9, 9);
    margin-left: 14px;
  }
  .counter-block {
    display: flex !important;
    align-items: baseline;
    padding: 24px 0px 24px 0px !important;
    border-bottom: 1px solid rgba(27, 31, 38, 0.72);
  }
  .counter-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
  }
  .counter-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #222;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }
  .counter-value {
    font-size: 18px;
    min-width: 24px;
    text-align: center;
  }
  .user_dashboard_panel #whole_beds_wrapper {
    margin-left: 1px !important;
  }
  .price-block {
    margin-top: 60px !important;
  }
  #ajax_register_div {
    width: 100% !important;
  }
  #ajax_login_div .vc_button.wpb_btn-info, .modal-content #wp-submit-register {
    position: initial !important;
    background-color: rgb(44, 44, 44) !important;
    color: rgb(245, 245, 245) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius:8px !important;
    margin: 10px 0;
  }
  .navigation_links {
    margin-top: 15px;
  }
  #aaiu-uploader:hover, #send_sms_pin:hover, #validate_phone:hover, #edit_prop_image:hover, #edit_prop_ammenities:hover, #edit_calendar:hover, #edit_prop_locations:hover, #google_capture:hover, #edit_prop_details:hover, #edit_prop_image:hover, #edit_prop_price:hover, #edit_prop_1:hover, #wp-submit-register:hover, #wp-forgot-but:hover, #wp-login-but:hover, .comment-form #submit:hover, #wp-forgot-but_shortcode:hover, #wp-login-but-wd:hover, #wp-submit-register_wd:hover, #advanced_submit_shorcode:hover, #submit_mess_front:hover, .modal-content #wp-forgot-but_mod:hover {
    background-color: rgba(230, 230, 230, 1) !important;
    color: rgba(30, 30, 30, 1) !important;
  }
  #validate_phone, #send_sms_pin, .mess_send_reply_review_button, #view_profile, .mess_send_reply_button, #change_pass, #update_profile, #book_dates, #aaiu-uploader, #set_price_dates, #book_dates, #google_capture, #submit_mess_front, #submit_message_to_client_dashboard, #delete_profile, #user-id-uploader {
    background-color: #fff !important;
    border: 1px solid rgba(118, 118, 118, 1) !important;
    color: rgba(30, 30, 30, 1) !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  #aaiu-uploader:hover, #send_sms_pin:hover, #validate_phone:hover, #edit_prop_image:hover, #edit_prop_ammenities:hover, #edit_calendar:hover, #edit_prop_locations:hover, #google_capture:hover, #edit_prop_details:hover, #edit_prop_image:hover, #edit_prop_price:hover, #edit_prop_1:hover, #wp-submit-register:hover, #wp-forgot-but:hover, #wp-login-but:hover, .comment-form #submit:hover, #wp-forgot-but_shortcode:hover, #wp-login-but-wd:hover, #wp-submit-register_wd:hover, #advanced_submit_shorcode:hover, #submit_mess_front:hover, .modal-content #wp-forgot-but_mod:hover {
    background-color: rgba(230, 230, 230, 1) !important;
    color: rgba(30, 30, 30, 1) !important;
    border: 1px solid rgba(48, 48, 48, 1) !important;
  }
  .listing-card {
    border:2px solid rgba(27, 31, 38, 0.72);
    border-radius: 16px;
    padding: 24px;
    width: 100%;
  }
  
  .host-info {
    display: flex;
    align-items: center;
    gap: 19px;
  }
  .listing-card hr {
    border-top: 1px solid rgba(27, 31, 38, 0.72);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .host-logo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
  }
  
  .host-label {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
  }
  
  .host-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  .host-verify {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1B1F26B8;
    text-decoration: underline;
  }
  .price {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .price-label {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000;
  }
  
  .price-value {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap:5px;
    color: #000;
  }
  
  .currency {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
  }
  
  .per-night {
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  
  .booking-section {
    margin-top: 30px;
  }
  
  .booking-label {
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
  
  .booking-section .btn {
    width: 100% !important;
    padding: 16px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-transform: none;
    box-shadow: none !important;
  }
  
  .instagram-btn {
    background-color: rgba(44, 44, 44, 1);
    color: #fff;
    margin-bottom: 16px;
    border: 1px solid rgba(44, 44, 44, 1) !important;
  }
  .instagram-btn:hover {
    background-color: rgba(30, 30, 30, 1);
    color: #fff;
    border: 1px solid rgba(44, 44, 44, 1);
  }
  .instagram-btn svg {
    width: 16px;
  }
  .phone-btn {
    background-color: #fff;
    color: rgba(30, 30, 30, 1);
    border: 1px solid rgba(118, 118, 118, 1) !important;
  }
  .phone-btn:hover {
    background-color: rgba(230, 230, 230, 1);
    color: rgba(30, 30, 30, 1);
    border: 1px solid rgba(48, 48, 48, 1) !important;
  }
  .hide-phone-booking {
    width: 54px;
    overflow: hidden;
  }
  .icon-instagram::before {
    content: '📷';
  }
  
  .icon-phone::before {
    content: '📞';
  }
  .favorites-button {
    width: auto;
    float: right;
  }
  #add_favorites {
    display: block ruby;
    padding:12px !important;
    background-color: rgba(245, 245, 245, 1) !important;
    border:none !important;
    border-radius:999px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #222 !important;
    cursor: pointer;
    transition:background-color 0.3s;
  }
  .listing_type_5 .listing_type_title_wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    gap:12px;
    align-items: end;
  }
  .listing_type_5 .entry-prop {
    font-size: 36px;
    line-height: 44px;
    color: rgba(9, 9, 9, 1);
    font-weight: 400;
    margin-top: -8px !important;
  }
  .property-info-items {
    margin-top: 24px;
  }
  .property_page_container {
    background-color: #fff;
    width: 100%;
    border-radius:0px !important;
    padding:0px !important;
    float: left;
    margin-bottom: 30px;
    box-shadow: none !important;
  }
  #on_the_map {
    display: none;
  }
  .property_unit_v4 .icon-fav-on svg {
    fill: #FF383C !important;
  }
  .img_listings_mes {
    position: absolute;
    top: 50%;
    margin-top: 70px;
    color: rgb(30, 30, 30);
    z-index: 10;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    pointer-events: none;
    right: 50%;
    width: 200px;
    text-align: center;
    margin-right: -100px;
    -webkit-transition:all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition:  all 0.3s ease;
    background:  rgb(255, 255, 255);
    padding:  8px;
    border-radius:  100px;
  }
  .listing_description_wrapper #view_more_desc {
    margin-bottom: 0px;
    padding:16px 12px;
    border: 1px solid rgb(118, 118, 118);
    width: 156px;
    border-radius: 8px;
    color: rgb(30, 30, 30) !important;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
  }
  .list_detail_prop_address {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding:10px 0 0 0 !important;
  }
  .similar_listings {
    padding-top: 40px;
    border-top: 1px solid rgb(221, 221, 221);
  }
  .agent_listings_title_similar {
    color: rgb(34, 34, 34) !important;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
  }
  .property_unit_v4 .property-rating {
    display: none !important;
  }
  .property_unit_v4 .listing_title_unit {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Roboto";
    color: rgba(9, 9, 9, 1) !important;
  }
  .opys-proyizdu-list {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1) !important;
    margin-bottom: 0px !important;
  }

  @media screen and (min-width:992px) {
    .content-fixed-listing, .similar_listings {
        width: 1120px !important;
      }
  }
  .featured_div {
    color: rgb(9, 9, 9) !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    position: absolute;
    top: 16px !important;
    left: 16px !important;
    z-index: 11;
    padding:6px 8px !important;
    z-index: 99;
    font-size: 14px !important;
    font-weight: 500;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform:rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius:24px;
  }
  .property_unit_carousel .carousel-control i {
    font-size: 12px;
    line-height: 30px;
  }
  [class^="icon-"]::before, [class*=" icon-"]::before {
    font-weight: 900 !important;
  }
  .property_listing .carousel-control.right, .property_listing .carousel-control.left {
    color: rgb(34, 34, 34);
    border-radius:50px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .property_listing .carousel-control.right {
    right: 16px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    opacity: 0.1;
    transition: opacity ease-in-out .15s;
  }
  .property_listing .carousel-control.left {
    left: 16px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    opacity: 0.1;
    transition: opacity ease-in-out .15s;
  }
  .property_listing:hover .carousel-control.right, .property_listing:hover .carousel-control.left {
    opacity: 1;
    transition: opacity ease-in-out .15s;
  }
  .property_unit_carousel .carousel-control.right, .property_unit_carousel .carousel-control.left {
    line-height:27px !important;
  }
  .property_listing {
    padding-bottom: 40px;
  }
  .breadcrumb_container {
    min-height: 54px;
    padding: 0 !important;
  }
  #post .col-md-12 {
    padding: 0 !important;
  }
  .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    border-top: 1px solid rgba(27, 31, 38, 0.72);
    padding: 24px 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
    left: 0;
  }
  
  .footer-container {
    max-width: 1120px;
    width: 100%;
    padding: 0 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .continue-button {
    float: right;
    border: 1px solid #000;
    border-radius: 100px;
    }
    .continue-button a {
    padding: 16px 0px;
    }
    .submit_error {
        background: #fff !important;
        border: 1px solid rgb(217, 217, 217);
        padding: 8px 16px;
        border-radius: 16px !important;
        max-width: 510px !important;
        margin: 20px auto !important;
        color: #FF383C !important;
        font-size: 16px !important;
        line-height: 140%;
      }
      .login-alert {
        background: #fff !important;
        border: 1px solid rgb(217, 217, 217);
        padding: 8px 16px;
        border-radius: 16px !important;
        max-width: 510px !important;
        margin: 0 0 20px 0 !important;
        color: #1B1F26B8 !important;
        font-size: 16px !important;
        line-height: 140%;
      }
      .main_wrapper {
        box-shadow: none !important;
      }
      .show_hide_password {
        position: absolute;
        top: 42px;
      }


  body, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,.info_details,.wpestate_tabs .ui-widget-content,.ui-widget,.wpestate_accordion_tab .ui-widget-content,.price_unit{
    font-family:"Roboto";
}
#search_wrapper {
    bottom:19%;

}
#search_wrapper.search_wr_oldtype {
    height: 71px;
}
.logo img, .mobile-logo img{
    max-height: 44px;
}
.property_unit_v4 .owner_thumb {
  display: none;
}
.new-listing-alert {
  display: none;
}

.wpestate_elementor_tabs li:hover svg path,
.property_features_svg_icon{
fill: #090909;
}

.similar_listings_wrapper{
background:transparent;
}

.listing_type_3 .listing_main_image_price, .listing_type_1 .listing_main_image_price,
.owner_area_wrapper_sidebar,
.listing_type_1 .listing_main_image_price,
.owner-page-wrapper{
background-image:none;
}


form.woocommerce-checkout,
.woocommerce-error, .woocommerce-info, .woocommerce-message{
border-top-color:  #090909;
}

#form_submit_1,
#booking_form_mobile_close,
.vc_button.wpb_btn-info,
.contact_owner_reservation,
.full_invoice_reminder,
.search_dashborad_header .wpb_btn-info.wpb_btn-small.wpestate_vc_button.vc_button,
.search_dashborad_header .wpestate_vc_button,
#submit_mess_front,
.modal-content #wp-forgot-but_mod,
#imagelist .uploaded_images i,
#aaiu-uploader,
#send_sms_pin,
#validate_phone,
.user_dashboard_panel_guide .active:after,
.user_dashboard_panel_guide .guide_past:before,
.user_dashboard_panel_guide .guide_past:after,
.mess_send_reply_button,
#change_pass,
#update_profile,
#book_dates,
#edit_prop_ammenities,
#edit_calendar,
#edit_prop_locations,
#google_capture,
#edit_prop_details,
#edit_prop_image,
#edit_prop_price,
#edit_prop_1,
#set_price_dates,
#agent_submit_contact,
.listing_type_3 .listing_main_image_price, .listing_type_1 .listing_main_image_price,
.property_unit_v3 .price_unit,
.property_unit_v2 .icon-fav.icon-fav-on:after,
.status_verified,
.property_status,
.user_mobile_menu_list li:hover, .mobilex-menu li:hover,
.double-bounce1, .double-bounce2,
.unread_mess_wrap_menu,
#view_profile,
.wprentals_status_pending .wprentals_status_circle,
.listing-hover,
.menu_label,
.wpestream_cart_counter_header_mobile,
.wpestate_bell_note_unread,
.wpestate-price-component-popoup-done, 
.wpestate-price-component-popoup-reset, 
.wpestate-beds-baths-popoup-done, 
.wpestate-beds-baths-popoup-reset,
.wp_estate_baths_component_item:hover, 
.wp_estate_beds_component_item:hover, 
.wp_estate_component_item_selected{
background-color: #090909;
}

.widget-container .wp-block-search__button,
.advanced_search_submit_button,
.check_avalability,
.return_woo_button,
.wpestate_header_view_checkout,
.wpestate_header_view_cart,
#submit_booking_front_instant,
#submit_booking_front,
#submit_booking_front_link,
#advanced_submit_widget,
#advanced_submit_2_mobile,
#advanced_submit_2,
#advanced_submit_3,
#submit_action {
background: linear-gradient(90deg, #090909 50%, #090909 100%);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wpestream_cart_counter_header,
.user_loged .wpestream_cart_counter_header,
.img_listings_overlay:hover,
.panel-title-arrow,
.owner_area_wrapper_sidebar,
.listing_type_1 .listing_main_image_price,
.property_listing .tooltip-inner,
.pack-info .tooltip-inner,
.pack-unit .tooltip-inner,
.adv-2-header,
.check_avalability:hover,
.owner-page-wrapper,
.wpestate_tour .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover,
.price-day,
#slider_price_mobile .ui-widget-header,
#slider_price_sh .ui-widget-header,
#slider_price .ui-widget-header,
#slider_price_widget .ui-widget-header,
.slider_control_left,
.slider_control_right,
.wpestate_accordion_tab .ui-state-active,
.wpestate_accordion_tab .ui-state-active ,
.wpestate_accordion_tab .ui-state-active,
.wpestate_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_blue .vc_bar,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter li,
.wpestate_posts_grid.wpb_categories_filter li,
.featured_second_line,
.presenttw,
#colophon .social_sidebar_internal a:hover,
#primary .social_sidebar_internal a:hover ,
.comment-form #submit,
.property_menu_item i:hover,
.ball-pulse > div ,
.icon-fav-on-remove,
.share_unit,
#adv-search-header-mobile,
.red,
.pack-info .tooltip-inner,
.pack-unit .tooltip-inner,
.user_mobile_menu_list li:hover,
#wpestate_slider_radius .ui-widget-header,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
#wp-submit-register,
#wp-forgot-but,
#wp-login-but,
.comment-form #submit,
#wp-forgot-but_shortcode,
#wp-login-but-wd,
#wp-submit-register_wd,
#advanced_submit_shorcode,
.action1_booking,
.generate_invoice,
#add_inv_expenses,
#add_inv_discount,
#wp-submit-register_wd_mobile,
#wp-forgot-but_mobile,
#wp-login-but-wd-mobile,
#book_dates,
#allinone_set_custom,
#submit_mess_front,
.modal-content #wp-login-but,
#wp-login-but_sh,
#wp-submit-register_sh,
#user-id-uploader,
#per_hour_ok,
.openstreet_price_marker_on_click_parent .wpestate_marker,
.wpestate_marker.openstreet_price_marker_on_click,
.hover_z_pin{
background-color: #090909!important;
}

.openstreet_price_marker_on_click_parent .wpestate_marker:before, 
.wpestate_marker.openstreet_price_marker_on_click:before,
.hover_z_pin:before{
border-top: 6px solid #090909!important;
}

.showcoupon,
.search_wr_type3 .col-md-6.property_price label,
.pack-name,.user_dashboard_links a:hover i,
.property_ratings_agent i,
.prop_pricex,
.wpestate_recent_tweets .item:after,
.panel-title:hover,
.blog_featured.type_1_class:hover .blog-title-link, .places_wrapper.type_1_class:hover .featured_listing_title, .featured_property .property_listing:hover .featured_listing_title,
.signuplink:hover,.category_details_wrapper a:hover ,
.agent-flex:hover .agent-title-link,
.property_flex:hover .listing_title_unit,
#amount_wd,
#amount,
#amount_sh,
.more_list:hover,
.single-content p a:hover,
#contact_me_long_owner:hover, #contact_me_long:hover,
#view_more_desc,
input[type="checkbox"]:checked:before,
.user_dashboard_panel_guide .active,
.hover_type_4 .signuplink:hover,
.hover_type_3 .signuplink:hover,
#amount_mobile,
#colophon .subfooter_menu a:hover,
.wpestate_properties_slider_v1_title a:hover,
.featured_property.type_1_class .property_listing:hover .featured_listing_title,
.featured_property.featured_agent_type2:hover .featured_listing_title{
color: #090909!important;
}

#submit_action:hover,
.property_ratings_agent .owner_total_reviews,
.property_ratings_agent i,.property_menu_item_title,
.owner_contact_details .property_menu_item,
.owner_contact_details .property_menu_item a,
.featured_property .property_listing:hover .featured_listing_title{
color: #fff!important;
}

.wprentals_status_pending,
.user_dashboard_links a:hover,
.user_dashboard_links .user_tab_active,
.property_unit_v1 .price_unit,
.mobile-trigger-user:hover i, .mobile-trigger:hover i,
.carousel-control-theme-prev:hover, .carousel-control-theme-next:hover,
.hover_price,
#user_terms_register_topbar_link:hover,
#amount_mobile,
#amount_sh,
#amount_wd,
#amount,
.front_plan_row:hover,
.delete_search:hover,
.wpestate_posts_grid .vc_read_more,
.featured_article:hover h2 a,
.featured_article:hover .featured_article_right,
.user_dashboard_listed a,
.pack-listing-title,
.user_dashboard_links .user_tab_active i,
.idx-price,
#infobox_title:hover,
.info_details a:hover,
.contact_info_details h2,
#colophon .widget-container li:hover:before,
#colophon .widget-container li:hover,
#colophon .widget-container li:hover a,
.compare_item_head .property_price,
.adv_extended_options_text:hover,
#adv_extended_options_show_filters,
.show_filters,
.adv_extended_options_text,
#showinpage,
#contactinfobox,
.company_headline a:hover i,
#primary .contact_sidebar_wrap p:hover a,
#colophon .contact_sidebar_wrap p:hover a,
.twitter_wrapper a,
.twitter_time,
.wpestate_recent_tweets .item:after,
.widget_nav_menu .sub-menu li:hover a,
.widget_nav_menu  .sub-menu li:hover,
.top_bar .social_sidebar_internal a:hover,
.agent_unit_social_single a:hover,
.price_area,
i.checkon,
.listing_main_image_price ,
.meta-info a:hover,
.blog_unit_back:hover .blog-title-link,
#colophon .category_name a:hover,
.share_unit a:hover,
.share_list,
.listing_unit_price_wrapper,
.property_listing:hover .listing_title_unit,
.icon_selected,
#grid_view:hover,
#list_view:hover,
#user_menu_open  > a:hover i,
#user_menu_open  > a:focus i,
.menu_user_tools,
.user_menu,
.breadcrumb a:hover,
.breadcrumb .active,
.slider-content .read_more,
.slider-title h2 a:hover,
a:hover, a:focus,
.custom_icon_class_icon,
.property_unit_v3 .property-rating,
.no_link_details i,
#infoguest.custom_infobox_icon i,
#inforoom.custom_infobox_icon i,
.guest_no_drop:after,
#start_hour_no_wrapper:after,
#end_hour_no_wrapper:after,
.guest_icon .wpestate_guest_no_control_wraper:after,
.blog_featured.type_1_class .blog-title .featued_article_categories_list a:hover,
i.checkon,
.no_link_details i,
.icon-fav-on,
.filter_menu li:hover,
.listing_type_5 .listing_main_image_price,
.property_unit_v4 .price_unit,
.bootstrap-select.show-tick .dropdown-menu .selected .glyphicon-ok:before,
.signuplink:hover,
.signuplink:hover:before,
#topbarregister:before,
#topbarlogin:before,
.rooms_icon:after,
.map_icon:after,
.calendar_icon:after,
#guest_no_drop:after,
#guest_no_shortcode:after,
#guest_no_mobile:after,
#booking_guest_no_wrapper:after,
#guest_no_widget:after,
#guest_no:after,
.types_icon:after,
.actions_icon:after,
.bedrooms_icon:after,
.baths_icon:after,
i.fas.fa-chevron-up,
.wpestate-price-component-popoup-done:hover, 
.wpestate-price-component-popoup-reset:hover, 
.wpestate-beds-baths-popoup-done:hover, 
.wpestate-beds-baths-popoup-reset:hover{
color: #090909;
}

.fc-v-event,
.check_avalability{
border: 1px solid #090909!important;
}

.wp_estate_baths_component_item:hover, 
.wp_estate_beds_component_item:hover, 
.wp_estate_component_item_selected,
.wpestate-price-component-popoup-done:hover, 
.wpestate-price-component-popoup-reset:hover, 
.wpestate-beds-baths-popoup-done:hover, 
.wpestate-beds-baths-popoup-reset:hover,
.wpestate-price-component-popoup-done, 
.wpestate-price-component-popoup-reset, 
.wpestate-beds-baths-popoup-done, 
.wpestate-beds-baths-popoup-reset,
.property_flex:hover .blog_unit_back,
.property_flex:hover .property_listing,
.listing_type_1 .check_avalability,
.menu_user_picture,
.scrollon,
#submit_action{
border-color: #090909 ;
}

.share_unit:after{
border-top: 8px solid  #090909;
}

.agentpict{
border-bottom: 3px solid #090909;
}

#adv_extended_options_show_filters,
.show_filters,
.testimonial-image{
border: 2px solid #090909;
}

.user_dashboard_links a:hover i,
.user_dashboard_links a:hover,
.edit_class, .user_dashboard_links .user_tab_active{
border-left-color: #090909;
}

.user_dashboard_panel .form-control:focus{
border-left:3px solid #090909;
}

blockquote{
border-left:5px solid #090909;
}

.wpestate_tabs .ui-widget-header {
border-bottom: 2px solid #090909;
}

.master_header {
  z-index: 999 !important;
}

.property_unit_v1 .property_unit_action .icon-fav-on svg {
fill: #090909; 
opacity:0.9;
} .master_header,.customnav
  {background-color: #ffffff }

  .header_wrapper.header_type1.header_align_left #user_menu_open, .header_wrapper.header_type1.header_align_center #user_menu_open {
    z-index: 999 !important;
  }




@media (min-width: 992px){
    .entry-prop,
    .property_categs,
    .header_wrapper_inside,
    .top_bar,
    .wpestate_property_disclaimer,
    #footer-widget-area,
    .content-fixed-listing,
    .listing_main_image_location,
    .listing_main_image_price {
        width: 1280px;
    }

    .wpestate_property_disclaimer,
    .sub_footer_content,
    #footer-widget-area{
        max-width: 1280px;
    }

    .owner-page-wrapper-inside,
    #estate-carousel_slick .slider-content-wrapper,
    .similar_listings,
    .carousel_type2_control_wrapper,
    .wide .theme_slider_type2 .slider-content-wrapper,
    .sub_footer_content,
    #gmap-controls-wrapper,
    .content_wrapper,
    #search_wrapper,
    .property_menu_wrapper_hidden .property_menu_wrapper_insider {
        width: 1250px;
    }

    .listing_main_image_price{
        margin-left:-640px;
    }

    #estate-carousel_slick .slider-content-wrapper,
    .entry-prop,
    .listing_main_image_location,
    .carousel_type2_control_wrapper,
    .wide .theme_slider_type2 .slider-content-wrapper,
    #gmap-controls-wrapper{
        margin-left:-620px;
    }

    #footer-widget-area.wide_footer, .sub_footer_content.wide_footer{
        width: 100%;
}
}

    @media only screen and (max-width: 1280pxpx) and (min-width: 992px){
        

        #estate-carousel_slick .slider-content-wrapper,
        .similar_listings,
        .sub_footer_content{
            width: calc(100% - 40px);
            max-width: calc(100% - 40px);
        }

        .wpestate_property_disclaimer,
        #footer-widget-area,
        .entry-prop,
        .property_categs,
        .header_wrapper_inside,
        .top_bar,
        .wpestate_property_disclaimer,
        #footer-widget-area,
        .content-fixed-listing,
        .listing_main_image_location,
        .carousel_type2_control_wrapper,
        .wide .theme_slider_type2 .slider-content-wrapper,
        #gmap-controls-wrapper,
        .content_wrapper,
        .property_menu_wrapper_hidden .property_menu_wrapper_insider {
            width: calc(100% - 20px);
            max-width: calc(100% - 20px);
        }

        .owner-page-wrapper-inside,
        #search_wrapper{
            width: calc(100% - 60px);
            max-width: calc(100% - 60px);
        }

        .property_header_wrapper.col-md-8 {
            width: fit-content;
        }

        .wide .content_wrapper {
            margin: 0px;
            padding:0px 20px;
        }

        #estate-carousel_slick .slider-content-wrapper,
        .entry-prop,
        .listing_main_image_price,
        .listing_main_image_location,
        .carousel_type2_control_wrapper,
        .wide .theme_slider_type2 .slider-content-wrapper,
        #gmap-controls-wrapper{
            margin-left: calc(-50%);
        }

        .theme_slider_type1 .theme-slider-price .price-slider,
        #estate-carousel_slick .slider-content{
            padding-left: 90px;
        }

        .theme_slider_type2 .carousel-control-theme-prev, 
        .theme_slider_type2 .carousel-control-theme-next,
        .theme_slider_type2 .slider-content{
            padding-left: 30px;
        }

    }
   


a,
#user_terms_register_wd_label a,
#user_terms_register_wd_label,
#user_terms_register_topbar_link,
.single-content p a,
.blog_featured.type_1_class .blog-title .featued_article_categories_list a,
.agent_detail.contact_detail i,
.listing_type_5 .listing_main_image_location a{
color: #484848;
}
.more_list{
color: #484848!important;
}

.single-estate_property .owner_read_more{
color: #fff!important;
opacity: 0.7;
}
.owner_read_more:hover,
.property_menu_item a:hover{
    color: #fff!important;
    opacity:1;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a ,
.featured_property h2 a,
.featured_property h2,
.blog_unit h3,
.blog_unit h3 a,
.submit_container_header,
.panel-title,
#other_listings,
.entry-title-agent,
.blog-title-link,
.agent-title-link,
.listing_title a,
.listing_title_book a,
#primary .listing_title_unit,
#tab_prpg.wpestate_elementor_tabs li a,
#listing_reviews, 
.agent_listings_title_similar, 
#listing_calendar, 
#listing_description .panel-title-description,
table th,
.blog_featured.type_1_class .blog-title a,
.testimonial-author,
.wpestate_guest_no_buttons_title_labels,
.user_dashboard_panel_title,
.feature_chapter_name,
.other_rules label, .cancelation_policy label,
.listing_title_unit,
#loginmodal h2.modal-title_big,
.close_guest_control,
.modal-body h3,
.invoice_data_legend,
.wpestate_dashboard_table_list_header,
.listing_type_5 .entry-prop,
.property_unit_v4 .property-rating{
color: #484848;
}

.backtop{
background-color: #484848;
}

.entry-title-agent{
color:#ffffff;
}

#colophon { 
           background-color: #f7f7f7; 
       }#colophon, 
       #colophon a, 
       #colophon li a, 
       .widget-title-footer, 
       #colophon .latest_listings .price_unit { 
           color: #484848; 
       }.sub_footer, 
       .subfooter_menu a, 
       .subfooter_menu li a { 
           color: #484848 !important; 
       }.sub_footer { 
           background-color: #f7f7f7; 
       }.widget-title-sidebar, 
       .agent_listings_title_similar { 
           color: #484848;
       }.menu_username, 
       #access .with-megamenu .sub-menu li:hover > a, 
       .signuplink, 
       #access ul.menu > li > a, 
       #access a, 
       #access ul ul a, 
       #access .menu li:hover > a, 
       #access .menu li:hover > a:active, 
       #access .menu li:hover > a:focus {
           color:#1b1f26;
       }.transparent_header #access .sub-menu .menu li:hover > a:active,
       .transparent_header #access .sub-menu .menu li:hover > a:focus,
       .filter_menu li:hover,
       #access .sub-menu li:hover > a, 
       #access .sub-menu li:hover > a:active, 
       #access .sub-menu li:hover > a:focus,
       #access ul ul li.wpestate_megamenu_col_1 .megamenu-title:hover a, 
       #access ul ul li.wpestate_megamenu_col_2 .megamenu-title:hover a, 
       #access ul ul li.wpestate_megamenu_col_3 .megamenu-title:hover a, 
       #access ul ul li.wpestate_megamenu_col_4 .megamenu-title:hover a, 
       #access ul ul li.wpestate_megamenu_col_5 .megamenu-title:hover a, 
       #access ul ul li.wpestate_megamenu_col_6 .megamenu-title:hover a,
       #access .with-megamenu .sub-menu li:hover > a, 
       #access .with-megamenu .sub-menu li:hover > a:active, 
       #access .with-megamenu .sub-menu li:hover > a:focus {
           color: #ef8557 !important;
       }#access ul ul li.wpestate_megamenu_col_1 a.menu-item-link, 
       #access ul ul li.wpestate_megamenu_col_2 a.menu-item-link, 
       #access ul ul li.wpestate_megamenu_col_3 a.menu-item-link, 
       #access ul ul li.wpestate_megamenu_col_4 a.menu-item-link, 
       #access ul ul li.wpestate_megamenu_col_5 a.menu-item-link, 
       #access ul ul li.wpestate_megamenu_col_6 a.menu-item-link {
           color: #1b1f26 !important;
       }
.social_icons_owner i,
.owner-image-container,
.owner_listing_image {
    border-color: rgba(230, 230, 230, 1);
}
.comment-form #submit:hover,
.vc_button.wpb_btn-info:active,
.vc_button.wpb_btn-info.active,
.vc_button.wpb_btn-info.disabled,
.vc_button.wpb_btn-info[disabled] {
    background-color: rgba(230, 230, 230, 1)!important;
    border: 1px solid rgba(230, 230, 230, 1);
}

#wp-login-but_sh:hover,
#wp-submit-register_sh:hover,
#agent_submit_contact:hover,
.advanced_search_submit_button:hover,
#submit_action:hover,
#advanced_submit_3:hover,
#advanced_submit_4:hover,
.adv_handler:hover,
#submit_booking_front_instant:hover,
#submit_booking_front:hover,
#submit_booking_front_link:hover,
#advanced_submit_widget:hover,
#advanced_submit_2_mobile:hover,
#advanced_submit_2:hover,
.check_avalability:hover {
    background: linear-gradient(90deg, #f09167 50%, #f09167 100%);
}

#form_submit_1:hover,
.contact_owner_reservation:hover,
.full_invoice_reminder:hover,
#change_pass:hover,
#update_profile:hover,
#view_profile:hover,
.mess_send_reply_button:hover,
#set_price_dates:hover,
.search_dashborad_header .wpb_btn-info.wpb_btn-small.wpestate_vc_button.vc_button:hover,
.search_dashborad_header .wpestate_vc_button:hover,
.vc_button.wpb_btn-info:hover,
.slider_control_right:hover, 
.slider_control_left:hover {
    background-color: rgba(230, 230, 230, 1);
}

#aaiu-uploader:hover,
#send_sms_pin:hover,
#validate_phone:hover,
#edit_prop_image:hover,
#edit_prop_ammenities:hover,
#edit_calendar:hover,
#edit_prop_locations:hover,
#google_capture:hover,
#edit_prop_details:hover,
#edit_prop_image:hover,
#edit_prop_price:hover,
#edit_prop_1:hover,
#wp-submit-register:hover,
#wp-forgot-but:hover,
#wp-login-but:hover,
.comment-form #submit:hover,
#wp-forgot-but_shortcode:hover,
#wp-login-but-wd:hover,
#wp-submit-register_wd:hover,
#advanced_submit_shorcode:hover,
#submit_mess_front:hover,
.modal-content #wp-forgot-but_mod:hover {
    background-color: #1E1E1E !important;
    color: #fff !important;
}  #access ul.menu >li>a:hover,
        #access > ul > li:hover > a,
        #access .menu li:hover>a:focus,
        #access .menu li:hover>a,
        .hover_type_4  #access .menu > li:hover>a,
        .hover_type_3  #access .menu > li:hover>a,
        .signuplink:hover,
        .customnav #access .menu li:hover>a:active,
         #access .menu li:hover>a:active,
        .customnav #access ul.menu >li>a,
        .customnav #access > ul > li:hover > a,
        .customnav #access .menu li:hover>a:focus,
        .customnav #access .menu li:hover>a,
        .customnav .hover_type_4  #access .menu > li:hover>a,
        .customnav .hover_type_3  #access .menu > li:hover>a,
        .customnav .signuplink:hover, 
        .customnav .menu_username:hover,
        .customnav #topbarlogin:hover:before, 
        .customnav #topbarregister:hover:before, 
        .customnav .signuplink:hover:before{
            color: #1B1F26B8;
    }
    
    .hover_type_3 #access .menu li:hover>a{
        color: #1B1F26B8 !important;
    }  #access .current-menu-item >a,
    #access .current-menu-parent>a,
    #access .current-menu-ancestor>a,
    #access .current-menu-item{
    color: #090909!important;
}.customnav #access ul.menu >li>a,
       .customnav .signuplink,
       .customnav .menu_username{
        color: #484848;
    }
    #access .menu li ul li a,
    #access ul ul a,
    #access ul ul li.wpestate_megamenu_col_1 a.menu-item-link,
    #access ul ul li.wpestate_megamenu_col_2 a.menu-item-link,
    #access ul ul li.wpestate_megamenu_col_3 a.menu-item-link,
    #access ul ul li.wpestate_megamenu_col_4 a.menu-item-link,
    #access ul ul li.wpestate_megamenu_col_5 a.menu-item-link,
    #access ul ul li.wpestate_megamenu_col_6 a.menu-item-link {
        color: #484848!important;
    }#access ul ul a:hover,
        #access .menu .sub-menu li:hover>a,
        #access .menu .sub-menu li:hover>a:active,
        #access .menu .sub-menu li:hover>a:focus,
        #access .sub-menu .current-menu-item > a,
        #access .with-megamenu .sub-menu .current-menu-item > a{
         color:#1B1F26B8 !important;
    }
    .hover_type_3 #access .menu > li:hover>a,
    .hover_type_4 #access .menu > li:hover>a {
        background: #1B1F26B8 !important;
    }
    .customnav #access ul.menu >li>a:hover,
    #access ul.menu >li>a:hover,
    .hover_type_3 #access .menu > li:hover>a,
    .hover_type_4 #access .menu > li:hover>a,
    .hover_type_6 #access .menu > li:hover>a {
        color: #1B1F26B8;
    }
    .hover_type_5 #access .menu > li:hover>a {
        border-bottom: 3px solid #090909;
    }
    .hover_type_6 #access .menu > li:hover>a {
      border: 2px solid #090909;
    }
    .hover_type_2 #access .menu > li:hover>a:before {
        border-top: 3px solid #090909;
    }  .header_wrapper.header_type2 .header_wrapper_inside,
            .header_wrapper .header_type1 .header_wrapper_inside {
                height:80px;
        }

        .header_type1 .menu > li{
            height:80px;
            line-height:34px;
        }

        .hover_type_3 .header_type1 .menu > li,
        .hover_type_5 .header_type1 .menu > li,
        .hover_type_6 .header_type1 .menu > li{
            height:80px;
            line-height:34px;
        }

        .header_type1 #access ul li:hover > ul,
        .header_wrapper.header_type2 #user_menu_open,
        .social_share_wrapper,
        .hover_type_4 #access ul li:hover > ul,
        #access ul li:hover > ul{
            top:80px;
        }
        .admin-bar  #google_map_prop_list_sidebar,
        .admin-bar  #google_map_prop_list_wrapper,
        .admin-bar  .social_share_wrapper{
            top:112px;
                }
        .admin-bar.top_bar_on  #google_map_prop_list_sidebar,
        .admin-bar.top_bar_on  #google_map_prop_list_wrapper{
            top:152px;
        }
        .top_bar_on  #google_map_prop_list_sidebar,
        .top_bar_on  #google_map_prop_list_wrapper{
            top:120px;
        }
        #google_map_prop_list_sidebar,
        #google_map_prop_list_wrapper{
            top:80px;
        }
        .admin-bar #google_map_prop_list_sidebar.half_header_type2,
        .admin-bar #google_map_prop_list_wrapper.half_header_type2{
            top:112px;
        }
        .admin-bar.top_bar_on  #google_map_prop_list_sidebar.half_header_type2,
        .admin-bar.top_bar_on  #google_map_prop_list_wrapper.half_header_type2{
            top:152px;
        }
        .top_bar_on  #google_map_prop_list_sidebar.half_header_type2,
        .top_bar_on  #google_map_prop_list_wrapper.half_header_type2{
            top:120px;
        }
        #google_map_prop_list_sidebar.half_header_type2,
        #google_map_prop_list_wrapper.half_header_type2,
        #access ul li:hover > ul,
        #access ul ul{
            top:80px;
        }



        #access ul li.with-megamenu>ul.sub-menu,
        #access ul li.with-megamenu:hover>ul.sub-menu,
        .header_wrapper.header_type1.header_align_right #user_menu_open,
        .header_wrapper.header_type2.header_align_right #user_menu_open,
        .header_wrapper.header_type1.header_align_center #user_menu_open,
        .header_wrapper.header_type2.header_align_center #user_menu_open,
        .header_wrapper.header_type1.header_align_left #user_menu_open,
        .header_wrapper.header_type2.header_align_left #user_menu_open{
            top:80px;
        }

        .header_wrapper.customnav,
        .header_wrapper.header_type2.customnav .header_wrapper_inside,
        .header_wrapper.customnav.header_type2 .header_wrapper_inside,
        .header_wrapper.customnav.header_type2 .header_wrapper_inside,
        .header_wrapper.customnav.header_type2,
        .header_wrapper.customnav.header_type1,
        .header_wrapper.customnav.header_type2 .user_loged,
        .header_wrapper.customnav.header_type1 .user_loged{
            height:80px;
            }
        .customnav .menu > li,
        .hover_type_3 .customnav .menu > li,
        .hover_type_5 .customnav .menu > li,
        .hover_type_6 .customnav .menu > li,
        .hover_type_6 .header_type1.customnav .menu > li,
        .hover_type_3 .header_type1.customnav .menu > li,
        .hover_type_5 .header_type1.customnav .menu > li,
        .hover_type_4 .header_type1.customnav .menu > li,
        .hover_type_2 .header_type1.customnav .menu > li,
        .hover_type_1 .header_type1.customnav .menu > li,
        .header_type1.customnav .menu > li{
            height:80px;
            line-height:36px;
        }

        .hover_type_3 .customnav #access .menu > li:hover>a,
        .hover_type_5 .customnav #access .menu > li:hover>a,
        .hover_type_6 .customnav #access .menu > li:hover>a{
            line-height:80px;
        }

        .header_type2.customnav #access ul li.with-megamenu:hover>ul.sub-menu,
        .customnav #access ul li:hover > ul,
        .customnav #access ul ul,
        .hover_type_4 .customnav #access ul li:hover > ul,
        .hover_type_1 .customnav #access ul li:hover> ul,
        .hover_type_4 .customnav #access ul li:hover> ul,
        .hover_type_2 .customnav #access ul li:hover> ul,
        .property_menu_wrapper_hidden{
            top:80px;
        }

        .header_type2.customnav.header_left.customnav #access ul li:hover> ul,
        .header_type2.customnav.header_center.customnav #access ul li:hover> ul,
        .header_type2.customnav.header_right.customnav #access ul li:hover> ul,
        .customnav #access ul li.with-megamenu:hover>ul.sub-menu,
        .full_width_header .header_type1.header_left.customnav #access ul li.with-megamenu>ul.sub-menu,
        .full_width_header .header_type1.header_left.customnav #access ul li.with-megamenu:hover>ul.sub-menu,
        .header_wrapper.customnav.header_type1.header_align_right #user_menu_open,
        .header_wrapper.customnav.header_type2.header_align_right #user_menu_open,
        .header_wrapper.customnav.header_type1.header_align_center #user_menu_open,
        .header_wrapper.customnav.header_type2.header_align_center #user_menu_open,
        .header_wrapper.customnav.header_type1.header_align_left #user_menu_open,
        .header_wrapper.customnav.header_type2.header_align_left #user_menu_open,
        .customnav #user_menu_open,
        .property_menu_wrapper_hidde{
            top:80px;
        }
        .admin-bar .property_menu_wrapper_hidden{
            top:112px;
        }


        .header_type2 .hover_type_6 .customnav #access ul li:hover > ul,
        .header_type2 .hover_type_5 .customnav #access ul li:hover > ul,
        .header_type2 .hover_type_6 .customnav #access ul ul ul,
        .header_type2 .hover_type_5 .customnav #access ul ul ul{
            top:59px;
        }

        .hover_type_3 .customnav #access ul li:hover > ul,
        .hover_type_5 .customnav #access ul li:hover > ul,
        .hover_type_6 .customnav #access ul li:hover > ul{
            top:79px;
        }
        #search_wrapper_color,
            .adv-1-wrapper,
            .adv-2-wrapper,
            .adv-5-wrapper{
           background:#ffffff;
        }.with_search_form_float #search_wrapper_color,
        .with_search_form_float .adv-1-wrapper,
        .with_search_form_float .adv-2-wrapper,
        .with_search_form_float .adv-5-wrapper{
           opacity:0.4;
        }.with_search_form_float.sticky_adv #search_wrapper_color,
        .with_search_form_float.sticky_adv .adv-1-wrapper,
        .with_search_form_float.sticky_adv .adv-2-wrapper{
            opacity: 1;
        }
        .advanced_search_submit_button,
        #advanced_submit_widget,
        #advanced_submit_2_mobile,
        #advanced_submit_2,
        #advanced_submit_3,
        #advanced_submit_shorcode,
        .adv_handler,
        #advanced_submit_4{
           background:#ef8557!important;
        }.advanced_search_submit_button:hover,
        #advanced_submit_widget:hover,
        #advanced_submit_2_mobile:hover,
        #advanced_submit_2:hover,
        #advanced_submit_3:hover,
        #advanced_submit_shorcode:hover,
        .adv_handler:hover,
        #advanced_submit_4:hover{
           background-color:rgba(230, 230, 230, 1)!important;
        }.widget-title-footer,
#colophon .listing_title_unit{
color: #484848;}.mobile_header { 
            background-color: #fff;
        }.mobilemenu-close-user, 
            .mobilemenu-close, 
            .mobile_header i { 
                color: rgba(230, 230, 230, 1);
            }
    .mobilex-menu li a, 
    .user_mobile_menu_list li a, 
    #register-div-title-mobile, 
    #forgot-div-title_mobile, 
    #login-div-title-mobile, 
    .mobilex-menu li a, 
    #widget_login_sw_mobile, 
    #forgot_pass_widget_mobile, 
    #widget_register_mobile, 
    #user_terms_register_wd_label_mobile, 
    #user_terms_register_wd_label_mobile a, 
    #reg_passmail_mobile,
    #register-div-mobile .radiolabel { 
        color: #ffffff ;
    }
    .mobilex-menu li a:hover, 
    .user_mobile_menu_list li a:hover, 
    .mobilex-menu li a:hover { 
        color: rgba(230, 230, 230, 1);
    }
    .mobilex-menu, 
    .snap-drawer, 
    .user_mobile_menu_list { 
        background-color: #484848 ;
    }
    .snap-drawer { 
        border: 1px solid #484848 ;
    }  
.calendar-legend-reserved,
.fc-event,
.fc-event-dot,
.ui-datepicker-calendar .calendar-reserved, 
.user_dashboard_panel .calendar-reserved,
.daterangepicker td.off.end-date,
.daterangepicker td.off.start-date,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.wpestate_booking_class.off.disabled.calendar-reserved,
.calendar-reserved,
.rentals_reservation{
    background-color:  #fbe6dd!important;
}

.calendar_pad .rentals_reservation:before,
.calendar_pad.allinone_internal_booking .rentals_reservation:before{
    border-top: 13px solid #fbe6dd!important;    
}

.daterangepicker td.in-range{
   background-color: #fbe6dd;
}


.calendar-reserved.start_reservation.end_reservation.calendar_pad.allinone_external_booking, 
.calendar-reserved.start_reservation.end_reservation.allinone_internal_booking{
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#ffffff),color-stop(50%,#ffffff),color-stop(51%,#fbe6dd),color-stop(100%,#fbe6dd));
    background: -webkit-linear-gradient(-45deg,#ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%);
    background: -o-linear-gradient(-45deg,#ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%);
    background: -ms-linear-gradient(-45deg,#ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%);
    background: linear-gradient(125deg,#ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%);
    background: linear-gradient(125deg,#fbe6dd 0%,#fbe6dd 48%,#FFFFFF 50%,#FFFFFF 53%,#fbe6dd 53%,#fbe6dd 100%);
}

.calendar-free.calendar_pad.has_future.end_reservation.end_allinone_internal_booking {
    background: -moz-linear-gradient(-45deg, #fbe6dd 0%, #fbe6dd 49%, #ffffff 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fbe6dd), color-stop(49%,#fbe6dd), color-stop(50%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(-45deg, #fbe6dd 0%,#fbe6dd 49%,#ffffff 50%,#ffffff 100%);
    background: -o-linear-gradient(-45deg, #fbe6dd 0%,#fbe6dd 49%,#ffffff 50%,#ffffff 100%);
    background: -ms-linear-gradient(-45deg, #fbe6dd 0%,#fbe6dd 49%,#ffffff 50%,#ffffff 100%);
    background: linear-gradient(125deg, #fbe6dd 0%,#fbe6dd 49%,#ffffff 50%,#ffffff 100%);
}

.calendar-reserved.start_reservation.allinone_internal_booking {
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #fbe6dd 51%, #fbe6dd 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(51%,#fbe6dd), color-stop(100%,#fbe6dd));
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%);
    background: -o-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%);
    background: -ms-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%);
    background: linear-gradient(125deg, #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%);
}

.booking-calendar-wrapper-in .end_reservation,
.ll-skin-melon .ui-datepicker td.freetobook.end_reservation{
    background: -moz-linear-gradient(-45deg,  #fbe6dd 0%, #fbe6dd 49%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fbe6dd), color-stop(49%,#fbe6dd), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 49%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 49%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 49%,#ffffff 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(135deg,  #fbe6dd 0%,#fbe6dd 49%,#ffffff 50%,#ffffff 100%); /* W3C */
 }

.all-front-calendars .end_reservation{
   background: -moz-linear-gradient(-45deg,  #fbe6dd 0%, #fbe6dd 49%, #edf6f6 50%, #edf6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fbe6dd), color-stop(49%,#fbe6dd), color-stop(50%,#edf6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 49%,#edf6f6 50%,#edf6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 49%,#edf6f6 50%,#edf6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 49%,#edf6f6 50%,#edf6f6 100%); /* IE10+ */
    background: linear-gradient(135deg,  #fbe6dd 0%,#fbe6dd 49%,#edf6f6 50%,#edf6f6 100%); /* W3C */
 }


.ll-skin-melon .ui-datepicker .ui-state-disabled.end_reservation{
    background: -moz-linear-gradient(-45deg,  #fbe6dd 0%, #fbe6dd 49%, #F8F8F8 50%, #F8F8F8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fbe6dd), color-stop(49%,#fbe6dd), color-stop(50%,#F8F8F8), color-stop(100%,#F8F8F8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 49%,#F8F8F8 50%,#F8F8F8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 49%,#F8F8F8 50%,#F8F8F8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 49%,#F8F8F8 50%,#F8F8F8 100%); /* IE10+ */
    background: linear-gradient(135deg,  #fbe6dd 0%,#fbe6dd 49%,#F8F8F8 50%,#F8F8F8 100%); /* W3C */
}


.booking-calendar-wrapper-in .calendar-reserved.start_reservation ,
.ll-skin-melon .ui-datepicker td.calendar-reserved.start_reservation{
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #ffffff 50%, #fbe6dd 51%, #fbe6dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(51%,#fbe6dd), color-stop(100%,#fbe6dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%); /* IE10+ */
    background: linear-gradient(135deg,  #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%); /* W3C */
}

.all-front-calendars  .calendar-reserved.start_reservation {
    /*  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%,#fbe6dd), color-stop(50%,#fff))!important;    */
   background: #fff9f9; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjYjg4MWZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I4ODFmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #edf6f6 0%, #edf6f6 50%, #fbe6dd 51%, #fbe6dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#edf6f6), color-stop(50%,#edf6f6), color-stop(51%,#fbe6dd), color-stop(100%,#fbe6dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #edf6f6 0%,#edf6f6 50%,#fbe6dd 51%,#fbe6dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #edf6f6 0%,#edf6f6 50%,#fbe6dd 51%,#fbe6dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #edf6f6 0%,#edf6f6 50%,#fbe6dd 51%,#fbe6dd 100%); /* IE10+ */
    background: linear-gradient(135deg,  #edf6f6 0%,#edf6f6 50%,#fbe6dd 51%,#fbe6dd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#edf6f6, endColorstr=#fbe6dd,GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}


.ll-skin-melon .ui-datepicker .ui-state-disabled.start_reservation{
    /*  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%,#fbe6dd), color-stop(50%,#fff))!important;    */
   background: #fff9f9; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjYjg4MWZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I4ODFmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #fbe6dd 0%, #fbe6dd 50%, #fbe6dd 51%, #fbe6dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fbe6dd), color-stop(50%,#fbe6dd), color-stop(51%,#fbe6dd), color-stop(100%,#fbe6dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 50%,#fbe6dd 51%,#fbe6dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 50%,#fbe6dd 51%,#fbe6dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #fbe6dd 0%,#fbe6dd 50%,#fbe6dd 51%,#fbe6dd 100%); /* IE10+ */
    background: linear-gradient(135deg,  #fbe6dd 0%,#fbe6dd 50%,#fbe6dd 51%,#fbe6dd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#fbe6dd,GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}

.wpestate_calendar.start_reservation, .wpestate_booking_class.start_reservation{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(51%,#fbe6dd), color-stop(100%,#fbe6dd))!important;
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%)!important;
    background: -o-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%)!important;
    background: -ms-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%!important);
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 50%,#fbe6dd 51%,#fbe6dd 100%)!important;
}

.wpestate_calendar.end_reservation, .wpestate_booking_class.end_reservation{
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fbe6dd), color-stop(49%, #fbe6dd), color-stop(50%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(-45deg, #fbe6dd 0%, #fbe6dd 49%,#ffffff 50%,#ffffff 100%);
    background: -o-linear-gradient(-45deg, #fbe6dd 0%, #fbe6dd 49%,#ffffff 50%,#ffffff 100%);
    background: -ms-linear-gradient(-45deg, #fbe6dd 0%, #fbe6dd 49%,#ffffff 50%,#ffffff 100%);
    background: linear-gradient(135deg, #fbe6dd 0%, #fbe6dd 49%,#ffffff 50%,#ffffff 100%);
}        
   
  .rentals_reservation,
  .daterangepicker td.active, 
  .daterangepicker td.active:hover,
  .daterangepicker td.off.end-date, 
  .daterangepicker td.off.start-date,
  .fc-v-event .fc-event-main{
    color: #484848;
  }
  
.calendar-reserved{
    color: #484848!important;
}
      
.calendar-reserved.start_reservation.calendar_pad.allinone_external_booking{
  background: -moz-linear-gradient(-45deg,  #ddf2fb 0%, #ddf2fb 49%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f09167), color-stop(49%,#ddf2fb), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #ddf2fb 0%,#ddf2fb 49%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #ddf2fb 0%,#ddf2fb 49%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #ddf2fb 0%,#ddf2fb 49%,#ffffff 50%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(135deg,  #ddf2fb 0%,#ddf2fb 49%,#ffffff 50%,#ffffff 100%); /* W3C */
}

.calendar-free.calendar_pad.has_future.end_reservation.end_allinone_external_booking{
    background: -moz-linear-gradient(-45deg, #ddf2fb 0%, #ddf2fb 49%, #ffffff 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ddf2fb), color-stop(49%,#ddf2fb), color-stop(50%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(-45deg, #ddf2fb 0%,#ddf2fb 49%,#ffffff 50%,#ffffff 100%);
    background: -o-linear-gradient(-45deg, #ddf2fb 0%,#ddf2fb 49%,#ffffff 50%,#ffffff 100%);
    background: -ms-linear-gradient(-45deg, #ddf2fb 0%,#ddf2fb 49%,#ffffff 50%,#ffffff 100%);
    background: linear-gradient(125deg, #ddf2fb 0%,#ddf2fb 49%,#ffffff 50%,#ffffff 100%);
}

.calendar-reserved.start_reservation.calendar_pad.allinone_external_booking{
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #ddf2fb 51%, #ddf2fb 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(51%,#ddf2fb), color-stop(100%,#f09167));
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#ddf2fb 51%,#ddf2fb 100%);
    background: -o-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#ddf2fb 51%,#ddf2fb 100%);
    background: -ms-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#ddf2fb 51%,#ddf2fb 100%);
    background: linear-gradient(125deg, #ffffff 0%,#ffffff 50%,#ddf2fb 51%,#ddf2fb 100%);
}

.external_reservation,
.calendar-reserved.calendar_pad.has_future.allinone_external_booking{
    background-color: #ddf2fb!important;
}

.rentals_reservation.external_reservation.allinone_reservation:before,
.external_reservation:before{
    border-top: 13px solid #ddf2fb!important;
}