/*
 Theme Name:     TRoo Hotel & Resort Divi Theme
 Theme URI:      https://www.troohoteldivi.troothemes.com/
 Description:    TRoo Hotel & Resort is a luxurious divi child theme designed for luxury hotels, hostel, resort, restaurant, pub, spa wellness websites etc.
 Author:         TRooThemes
 Author URI:     https://troothemes.com/
 Template:       Divi
 Version:        1.1
*/

/* Theme customization starts here */

/* ------ Root Color ------ */

:root {
  --color1: #18B36A;
  --color2: #002959;
}


/*General CSS*/

.hotel_form .et_pb_contact_submit:after,
.hotel_btn.bg:after,
.hotel_comment_btn .form-submit .submit:after,
.hotel_inquiry .et_contact_bottom_container .et_pb_contact_submit:after,
.btn_404 .et_pb_button_wrapper .et_pb_promo_button:after,
.hotel_pricing .et_pb_pricing_table .et_pb_button_wrapper .et_pb_pricing_table_button:after {
  background: var(--color2) !important;
}


.hotel_btn,
.hotel_cta .et_pb_button_wrapper .et_pb_promo_button,
.hotel_comment_btn .form-submit .submit,
.btn_404 .et_pb_button_wrapper .et_pb_promo_button,
.hotel_pricing .et_pb_pricing_table .et_pb_button_wrapper .et_pb_pricing_table_button,
.hotel_inquiry .et_contact_bottom_container .et_pb_contact_submit,
.ft_newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button,
.hotel_form .et_pb_contact_submit {
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}

.hotel_btn:after,
.hotel_cta .et_pb_button_wrapper .et_pb_promo_button:after,
.hotel_comment_btn .form-submit .submit:after,
.btn_404 .et_pb_button_wrapper .et_pb_promo_button:after,
.ft_newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button:after,
.hotel_form .et_pb_contact_submit:after,
.hotel_pricing .et_pb_pricing_table .et_pb_button_wrapper .et_pb_pricing_table_button:after,
.hotel_inquiry .et_contact_bottom_container .et_pb_contact_submit:after {
  content: "" !important;
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.hotel_btn:hover:after,
.hotel_cta .et_pb_button_wrapper .et_pb_promo_button:hover:after,
.hotel_comment_btn .form-submit .submit:hover:after,
.btn_404 .et_pb_button_wrapper .et_pb_promo_button:hover:after,
.ft_newsletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button:hover:after,
.hotel_form .et_pb_contact_submit:hover:after,
.hotel_pricing .et_pb_pricing_table .et_pb_button_wrapper .et_pb_pricing_table_button:hover:after,
.hotel_inquiry .et_contact_bottom_container .et_pb_contact_submit:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}


/*Header*/



/*MENU 1*/

.hotel_menu ul.et-menu > li,
.hotel_menu.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li {
  padding: 0 23px;
}

.hotel_menu ul.et-menu > li > a,
.hotel_menu.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
  color: #fff;
}

.hotel_menu .menu-item-has-children > a:first-child::after {
  content: '\4c';
}

.hotel_menu .et_pb_menu__icon.et_pb_menu__search-button {
  transform: rotate(-90deg);
  color: #fff !important;
}



/*Sub Menu*/

.hotel_menu ul li.menu-item-has-children ul.sub-menu,
.hotel_menu ul li.menu-item-has-children ul.sub-menu li,
.et-db #et-boc .et-l .hotel_menu ul li.menu-item-has-children ul.sub-menu li {
  display: block;
  float: none;
}

.hotel_menu ul li.menu-item-has-children ul.sub-menu li a,
.et-db #et-boc .et-l .hotel_menu ul li.menu-item-has-children ul.sub-menu li a {
  color: var(--color2);
  transition: all .500s ease-in-out;
  position: relative;
  width: 100%;
  line-height: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  border-top: 0 none;
  padding: 13px 15px !important;
  display: block;
  font-size: 15px;
  background: #fff;
  text-align: left;
}

.hotel_menu ul li.menu-item-has-children ul.sub-menu li a:after {
  display: none;
}

.hotel_menu ul li.menu-item-has-children ul.sub-menu li a:before,
.et-db #et-boc .et-l .hotel_menu ul li.menu-item-has-children ul.sub-menu li a:before {
  position: absolute;
  content: '';
  left: 18px;
  top: 50%;
  width: 0;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all .500s ease-in-out;
  transition: all .500s ease-in-out;
}

.hotel_menu ul li.menu-item-has-children ul.sub-menu li a:hover,
.et-db #et-boc .et-l .hotel_menu ul li.menu-item-has-children ul.sub-menu li a:hover {
  opacity: 1;
  padding-left: 40px !important;
  background-color: rgba(36, 37, 57, 1);
  color: #fff !important;
}

.hotel_menu ul li.menu-item-has-children ul.sub-menu li a:hover:before,
.et-db #et-boc .et-l .hotel_menu ul li.menu-item-has-children ul.sub-menu li a:hover:before {
  background-color: var(--color1);
  width: 10px;
}

.et-db #et-boc .et-l .hotel_menu .nav li li {
  padding: 0px;
}

.nav li li ul {
  top: -3px;
}

.hotel_menu ul.et-menu > li.menu-item-has-children ul.sub-menu {
  padding: 0;
  border-top: none;
}

/*Mobile Menu*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: "\4d";
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
  width: 44px;
  height: 100%;
  padding: 0px !important;
  max-height: 44px;
  border: none;
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 999;
  background-color: transparent;
}


ul.et_mobile_menu > li.menu-item-has-children,
ul.et_mobile_menu > li.page_item_has_children,
ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
  position: relative;
}


.et_mobile_menu .menu-item-has-children > a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
}


ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
  display: none !important;
  visibility: hidden !important;
}


ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
  display: block !important;
  visibility: visible !important;
}


ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
  text-align: center;
  opacity: 1;
}


ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
  top: 10px;
  position: relative;
  font-family: "ETModules";
  content: "\33";
  color: #fff;
  background: var(--color1);
  border-radius: 50%;
  padding: 6px;
}


ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after {
  content: "\32";
}


.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
  position: absolute;
  right: 5%;
  margin-left: -20px;
  top: -14px;
  width: 0;
  height: 0;
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
}

.et_mobile_menu {
  margin-top: 15px;
  border: none;
  padding: 0 !important;
}

.et_mobile_menu li a {
  padding: 15px 20px 15px 25px;
}



/*Form*/

.hotel_form .et_pb_contact_form {
  display: flex;
  flex-wrap: wrap;
}

.hotel_form p.et_pb_contact_field,
.hotel_form .et_contact_bottom_container {
  width: 33.33%;
}

.hotel_form .et_contact_bottom_container {
  padding: 0 0 0 3%;
  display: block;
  float: none;
  text-align: center;
  margin: 36px 0 0 0;
}


.hotel_form .et_pb_contact_submit {}

.hotel_form .et_pb_contact_form_label {
  display: block;
  margin-bottom: 10px;
}

.hotel_form .et_pb_contact_field[data-type="select"]::after {
  top: 70%;
}

/*Advantages*/

.hotel_advan .et_pb_blurb_content {
  display: flex;
  flex-direction: column-reverse;
  padding: 31px 20px 48px 20px;
  align-items: center;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 5px;
}

.hotel_advan .et_pb_blurb_content:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--color1);
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 0;
  border-radius: 5px 5px 0 0;
}

.hotel_advan:hover .et_pb_blurb_content:before,
.hotel_advan.active .et_pb_blurb_content:before {
  width: 100%;
}

.hotel_advan:hover .et_pb_blurb_content,
.hotel_advan.active .et_pb_blurb_content {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.hotel_advan .et_pb_blurb_content .et_pb_main_blurb_image {
  position: relative;
  margin: 37px 0 0 0;
}

.hotel_advan .et_pb_image_wrap {
  display: flex;
  padding: 3px;
}

.hotel_advan .et_pb_blurb_content .et_pb_main_blurb_image:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  left: -12px;
  top: -11px;
  background: var(--color1);
  opacity: 0.1;
  border-radius: 50%;
}


.hotel_advan .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  padding-bottom: 15px;
}

/*Footer*/

.ft_newsletter .et_pb_newsletter_fields {
  justify-content: center;
}

.ft_newsletter.gecko .et_pb_newsletter .et_pb_newsletter_field {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.ft_newsletter .et_pb_newsletter_field,
.ft_newsletter .et_pb_newsletter_button_wrap {
  flex-basis: auto;
}

.ft_newsletter .et_pb_newsletter_field {
  background: transparent;
  border: 1px solid rgba(255, 222, 221, 0.2);
  border-radius: 5px;
  margin: 0 14px;
  padding: 3px 0px !important;
}

.hotel_ft_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  margin: 10px 15px 9px 0;
}

.hotel_ft_blurb .et_pb_blurb_content {
  align-items: center;
  flex-wrap: wrap;
}

.hotel_ft_blurb .et_pb_blurb_content .et_pb_blurb_container {
  flex: 1;
}

/*Faqs*/

.hotel-faq .et_pb_accordion_item {
  background: #FFFFFF;
  border: 1px solid rgba(0, 41, 89, 0.2);
  box-shadow: 0px 2px 7px rgba(100, 100, 111, 0.05);
  border-radius: 5px;
  padding: 0;
}

.hotel-faq .et_pb_accordion_item.et_pb_toggle_open {
  border: 1px solid var(--color1);
  box-shadow: 0px 2px 7px rgba(100, 100, 111, 0.05);
  border-radius: 5px;
}

.hotel-faq .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title {
  background: var(--color1);
  color: #fff !important;
  border-radius: 5px 5px 0px 0px;
}

.hotel-faq .et_pb_accordion_item .et_pb_toggle_title {
  color: #212121 !important;
  border-radius: 5px;
  padding: 20px 43px 20px 20px !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}

.hotel-faq .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title::before {
  right: 20px;
  color: #fff;
  content: '\32';
}

.hotel-faq .et_pb_accordion_item .et_pb_toggle_title::before {
  color: #212121;
  right: 20px;
  content: '\33';
  font-size: 30px;
  display: block;
}

.hotel-faq .et_pb_accordion_item .et_pb_toggle_content {
  padding: 20px;
  font-weight: 400;
  color: #212121;
}

.hotel_faq_blurb .et_pb_blurb_content {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.hotel_faq_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  background: rgba(24, 179, 106, 0.2);
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  margin: 0 16px 0 0;
}

.hotel_faq_blurb .et_pb_blurb_content .et_pb_blurb_container {
  flex: 1;
}

/*Contact Us*/

.hotel_cnt_blurb .et_pb_blurb_content {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
}

.hotel_cnt_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  margin: 0 20px 10px 0;
  width: 50px;
  height: 50px;
  line-height: 60px;
  background: rgba(24, 179, 106, 0.12);
  border-radius: 50%;
}

.hotel_cnt_blurb .et_pb_blurb_content .et_pb_blurb_container {
  flex: 1;
}



/*Pricing*/

.hotel_pricing {
  position: relative;
}

.hotel_pricing:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--color1);
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 0;
  left: 0px;
  border-radius: 5px 5px 0 0;
}

.hotel_pricing:hover:before,
.hotel_pricing.active:before {
  width: 100%;
}

.hotel_pricing .price2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing li {
  position: relative;
  padding: 10px 10px 10px 10px;
  font-weight: 400;
}


.hotel_pricing .price1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_dollar_sign {
  position: relative;
  margin: 0;
}

.hotel_pricing .price1 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_frequency_slash {
  margin-right: 3px;
}

.hotel_pricing .price2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing li.et_pb_not_available,
.hotel_pricing .price2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing li.et_pb_not_available:before {
  color: rgba(255, 255, 255, 0.5) !important;
}


.hotel_pricing .price2 .et_pb_pricing_table_wrap .et_pb_pricing_table .et_pb_pricing_content ul.et_pb_pricing li:before {
  font-family: ETmodules !important;
  content: '\e052';
  margin-right: 9px;
  color: var(--color1);

}

/*Facilities*/

.hotel_faciliti .et_pb_blurb_content {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  border-radius: 5px;
  flex-direction: column-reverse;
  transition: all 0.3s ease-in-out 0s;
}

.hotel_faciliti .et_pb_blurb_content .et_pb_main_blurb_image {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0px;
}

.hotel_faciliti .et_pb_blurb_content .et_pb_main_blurb_image:before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: var(--color2);
  text-align: center;
  opacity: 0.9;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hotel_faciliti:hover .et_pb_blurb_content .et_pb_main_blurb_image:before,
.hotel_faciliti.active .et_pb_blurb_content .et_pb_main_blurb_image:before {
  transform: scale(1);
}


.hotel_faciliti .et_pb_blurb_content .et_pb_main_blurb_image:after {
  font-family: ETmodules !important;
  content: '\26';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color1);
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%) scale(0);
  font-size: 20px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  line-height: 47px;
}

.hotel_faciliti:hover .et_pb_blurb_content .et_pb_main_blurb_image:after,
.hotel_faciliti.active .et_pb_blurb_content .et_pb_main_blurb_image:after {
  transform: translate(-50%, -50%) scale(1);
}

.hotel_faciliti .et_pb_blurb_content .et_pb_main_blurb_image img {
  width: 100%;
}


.hotel_faciliti .et_pb_blurb_content .et_pb_blurb_container {
  display: flex;
  flex-direction: column-reverse;
}

.hotel_faciliti .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  padding-bottom: 30px;
}

.hotel_faciliti .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  padding-bottom: 5px;
}

.hotel_faciliti .et_pb_blurb_content:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  background: var(--color1);
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 0;
  border-radius: 5px 5px 0 0;
}

.hotel_faciliti:hover .et_pb_blurb_content:before,
.hotel_faciliti.active .et_pb_blurb_content:before {
  width: 100%;
}

/*Rooms*/


/*Facilities*/

.hotel_rooms {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border-radius: 5px;
  padding: 30px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
}


.hotel_rooms:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  background: var(--color1);
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 0;
  border-radius: 5px 5px 0 0;
}

.hotel_rooms:hover:before,
.hotel_rooms.active:before {
  width: 100%;
}


.hotel_rooms .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 0px;
}

.hotel_rooms .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: var(--color2);
  text-align: center;
  opacity: 0.9;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hotel_rooms:hover .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before,
.hotel_rooms.active .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before {
  transform: scale(1);
}


.hotel_rooms .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  position: absolute;
  border-radius: 5px;
  background: var(--color1);
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease-in-out 0s;
  left: 50%;
  top: 50%;
  padding: 17px 15px;
}

.hotel_rooms:hover .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header,
.hotel_rooms.active .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  transform: translate(-50%, -50%) scale(1);
}

.hotel_rooms .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img {
  width: 100%;
}



.hotel_rooms .et_pb_promo .et_pb_promo_description .et_pb_module_header {
  position: relative;
  padding: 0 115px 20px 0;
}

.hotel_rooms .et_pb_promo .et_pb_promo_description .et_pb_module_header:after {
  font-family: ETmodules !important;
  content: '\e033\e033\e033\e033\e033';
  visibility: visible;
  font-size: 16px;
  position: absolute;
  top: 0;
  color: var(--color1);
  right: 0;
}




/*Testimonials*/

.hotel_testi {
  display: flex;
  flex-direction: row-reverse;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.hotel_testi:hover,
.hotel_testi.active {
  border-top: 2px solid var(--color1);
}

.hotel_testi:after {
  font-family: ETmodules !important;
  content: '\e033\e033\e033\e033\e033';
  visibility: visible;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  color: var(--color1);
  height: auto;
}

.hotel_testi:before {
  left: 30px;
  margin: 0;
  color: #212121;
  top: 30px;
}

.hotel_testi .et_pb_testimonial_portrait {
  margin: 0 0 0 25px;
  width: 110px !important;
  height: 110px !important;
}

.hotel_testi .et_pb_testimonial_portrait::before {
  height: 100%;
  box-shadow: 0 6px 0px var(--color2);
}

.hotel_testi .et_pb_testimonial_description {
  margin-left: 0 !important;
  flex: 1;
}

.hotel_testi .et_pb_testimonial_author {
  margin-top: 10px;
}



/*Blogs*/


.hotel_blog .et_pb_post {
  position: relative;
  border-radius: 5px;
}

.hotel_blog .et_pb_post .entry-featured-image-url {
  margin: 0;
  padding-top: 100%;
  display: block;
  background: var(--color2);
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}


.hotel_blog .et_pb_post .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  transition: all 0.5s;
}

.hotel_blog .et_pb_post:hover .entry-featured-image-url img,
.hotel_blog .et_pb_post:first-child .entry-featured-image-url img {
  opacity: 0.5;
  transform: scale(1.1);
}

.hotel_blog .et_pb_post:hover .post-meta,
.hotel_blog .et_pb_post:first-child .post-meta {
  background: var(--color1);
}

.hotel_blog .et_pb_post .post-meta {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 51px;
  background: var(--color2);
  text-align: center;
  color: #fff;
  border-radius: 5px;
  height: 67px;
  padding: 6px;
  line-height: 18px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.hotel_blog .et_pb_post .info {
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  width: 80%;
  display: flex;
  flex-direction: column;
  padding: 30px 34px;
  background: #FFF;
  transition: all 0.3s ease-in-out 0s;
  margin-top: -100px;
  z-index: 1;
  position: relative;
}

.hotel_blog .et_pb_post .info:before {
  content: "";
  display: block;
  width: 0;
  left: 0;
  height: 3px;
  background: var(--color1);
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 0;
  border-radius: 5px 5px 0 0;
}

.hotel_blog .et_pb_post:hover .info:before,
.hotel_blog .et_pb_post:first-child .info:before {
  width: 100%;
}

.hotel_blog .et_pb_post .entry-title {
  color: #212121;
  transition: all 0.3s ease-in-out 0s;
}

.hotel_blog .et_pb_post:hover .entry-title,
.hotel_blog .et_pb_post:first-child .entry-title {
  color: var(--color1);
}



/*Blog 2 Column*/

.hotel_blog.col2.et_pb_posts div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .hotel_blog.col2.et_pb_posts > div {
  display: grid;
  column-gap: 2%;
  grid-template-columns: repeat(2, 49%);
}

.hotel_blog.col2 .pagination.clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .hotel_blog.col2.et_pb_posts div.et_pb_ajax_pagination_container {
    display: block;
  }

  .hotel_blog .et_pb_post {
    margin-bottom: 50px;
  }

  .hotel_blog .et_pb_post .info {
    padding: 20px;
    width: 95%;
    margin-top: -60px;
  }
}

/*Blog 3 Column*/

.hotel_blog.et_pb_posts div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .hotel_blog > div {
  display: grid;
  column-gap: 2%;
  grid-template-columns: repeat(3, 32.0%);
}

.hotel_blog .pagination.clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 766px) {
  .hotel_blog.et_pb_posts div.et_pb_ajax_pagination_container {
    display: block;
  }
}

@media (min-width: 767px) and (max-width: 1190px) {

  .hotel_blog.et_pb_posts div.et_pb_ajax_pagination_container,
  .et-db #et-boc .et-l #et-fb-app .hotel_blog > div {
    grid-template-columns: repeat(2, 49%);
  }

  .hotel_blog .et_pb_post {
    margin-bottom: 50px;
  }
}

/*Blog 4 Column*/

.hotel_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .hotel_blog.col4 > div {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(4, 24.1%);
}

.hotel_blog.col4 .pagination.clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 766px) {
  .hotel_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container {
    display: block;
  }
}

@media (min-width: 767px) and (max-width: 1499px) {

  .hotel_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container,
  .et-db #et-boc .et-l #et-fb-app .hotel_blog.col4 > div {
    grid-template-columns: repeat(2, 49%);
  }
}

@media (min-width: 1191px) and (max-width: 1400px) {

  .hotel_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container,
  .et-db #et-boc .et-l #et-fb-app .hotel_blog.col4 > div {
    grid-template-columns: repeat(3, 32.1%);
  }
}

/*Single Blog*/

.blog_blurb_icon .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
  color: var(--color1);
}

.blog_blurb_icon .et_pb_blurb_content .et_pb_blurb_container {
  padding: 0;
}

/*Video Popup*/

.slr_video {
  margin: auto;
  color: #fff !important;
  font-size: 26px !important;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  background-color: var(--color1) !important;
  border-radius: 90%;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 35px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 35px rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
      0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
      0 0 0 45px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 35px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 35px rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
      0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
      0 0 0 45px rgba(255, 255, 255, 0);
  }
}

body:not(.et-fb) .dl-popup-wrapper {
  position: fixed;
  z-index: 990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39);
  opacity: 0;
  visibility: hidden;
}

body:not(.et-fb) .dl-popup-wrapper.popup-is-visible {
  opacity: 1;
  visibility: visible;
}

.dl-popup-inside {
  height: 100%;
}

body.dl-noscroll {
  overflow: hidden;
}

.troo-popup-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.troo-popup-section .et_pb_row {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 782px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top: 46px;
  }
}

@media (min-width: 783px) {
  body:not(.et-fb).admin-bar .dl-popup-wrapper {
    top: 32px;
  }
}

.et_builder_inner_content.popup-is-visible {
  z-index: 99999;
}

.popup-close {
  cursor: pointer;
}

.dl-popup-wrapper.popup-is-visible .et_pb_row:not(.popup-close) {
  animation: scale-in 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39) both;
  animation-delay: 0.5s;
}

@keyframes scale-in {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-close .et_pb_icon_wrap .et-pb-icon {
  background: var(--color1);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .popup-close .et_pb_icon_wrap .et-pb-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}



/*Single Suits & Room Detail Page*/

.room_blurb .et_pb_blurb_content {
  display: flex;
}

.room_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-right: 7px;
}

.room_blurb .et_pb_blurb_content .et_pb_blurb_container {
  flex: 1;
}

.room_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  font-size: 16px;
  line-height: 20px;
  margin-top: -3px;
}

.room_gly {
  position: relative;
  overflow: hidden;
}

.room_gly .et_pb_blurb_content {}

.room_gly .et_pb_blurb_content .et_pb_main_blurb_image {
  display: block;
  margin: 0;
}

.room_gly .et_pb_blurb_content .et_pb_main_blurb_image img {
  width: 100%;
}

.room_gly .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {}

.room_gly .et_pb_blurb_content .et_pb_blurb_container {
  opacity: 0;
  position: absolute;
  bottom: -50%;
  left: -50%;
  z-index: 2;
  transition: all 0.6s ease-out;
}

.room_gly:hover .et_pb_blurb_content .et_pb_blurb_container,
.room_gly.active .et_pb_blurb_content .et_pb_blurb_container {
  opacity: 1;
  bottom: 20px;
  left: 20px;
}


.room_gly .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
  background-color: #fff;
  padding: 20px;
}

/*Team*/

.hotel_team {
  background: #FFFFFF;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.hotel_team .et_pb_team_member {
  position: relative;
  overflow: hidden;
}

.hotel_team .et_pb_team_member .et_pb_team_member_image {
  position: relative;
  overflow: hidden;
  margin: 0;
  max-width: 100%;
  width: 100%;
}


.hotel_team .et_pb_team_member .et_pb_team_member_image img {
  width: 100%;
}

.hotel_team .et_pb_team_member .et_pb_team_member_image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color2);
  opacity: 0.8;
  border-radius: 0px 0px 5px 5px;
  padding: 0 20px;
  transform: translate3d(0px, 100%, 0px);
  transition: all 0.5s ease-in-out 0s;
}

.hotel_team:hover .et_pb_team_member .et_pb_team_member_image:before,
.hotel_team.active .et_pb_team_member .et_pb_team_member_image:before {
  transform: translate3d(0px, 0px, 0px);
}

.hotel_team .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links {
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.hotel_team:hover .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links,
.hotel_team.active .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links {
  bottom: 25px;
}

.hotel_team .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li {
  margin: 0 5px;
}

.hotel_team .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li a {
  width: 30px;
  height: 30px;

  border-radius: 50%;
  line-height: 33px;
  color: #fff;
  font-size: 13px;
}

.hotel_team .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li a:hover,
.hotel_team.active .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li:first-child a {
  background: var(--color1);
}

.hotel_team .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li a.et_pb_google_icon:before {
  content: '\e09a';
}

/*Bar Counter*/
.hotel_bar li {
  margin-bottom: 30px;
}

.hotel_bar .et_pb_counter_container {
  background-color: rgba(24, 179, 106, 0.05);
  overflow: visible;
}

.hotel_bar .et_pb_counter_amount {
  background-color: var(--color1) !important;
  float: none;
  height: 10px;
}

.hotel_bar .et_pb_counter_amount_number {
  color: #002959;
  position: absolute;
  top: -30px;
}

.hotel_bar .et_pb_counter_title {
  padding-bottom: 14px;
}

/*Coming Soon Page*/

.hotel_email .et_pb_newsletter_button_wrap {
  position: absolute;
  right: 0;
}

.hotel_email .et_pb_newsletter_field {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/*Work Process*/
.hotel_process {
  display: flex;
  flex-direction: column-reverse;
}

.hotel_process .et_pb_promo_description {}

.hotel_process .et_pb_promo_description .et_pb_module_header {}

.hotel_process .et_pb_promo_description div {}

.hotel_process .et_pb_button_wrapper {
  width: 100px;
  height: 100px;
  background: rgba(0, 41, 89, 0.1);
  border-radius: 100%;
  position: relative;
  margin: 0 auto 30px;
}

.hotel_process .et_pb_button_wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color2);
  text-align: center;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  border-radius: 50%;
  z-index: -1;
}

.hotel_process:hover .et_pb_button_wrapper:before,
.hotel_process.active .et_pb_button_wrapper:before,
.hotel_process:hover .et_pb_button_wrapper:after,
.hotel_process.active .et_pb_button_wrapper:after {
  transform: scale(1);
}



.hotel_process .et_pb_button_wrapper:after {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  border: 1px dashed var(--color2);
  width: 115px;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  height: 115px;
  border-radius: 50%;
}

.hotel_process .et_pb_button_wrapper .et_pb_promo_button {
  padding: 0 !important;
  line-height: 100px !important;
  background: transparent !important;
  border: none !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color2);
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color2);
}

.hotel_process:hover .et_pb_button_wrapper .et_pb_promo_button,
.hotel_process.active .et_pb_button_wrapper .et_pb_promo_button {
  -webkit-text-stroke-color: var(--color1);
}




/*Responsive*/



@media only screen and (max-width: 480px) {
  .hotel_rooms .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .hotel_form .et_pb_contact_form {
    display: block;
  }

  .hotel_faciliti .et_pb_blurb_content {
    padding: 20px;
  }

  .hotel_form p.et_pb_contact_field,
  .hotel_form .et_contact_bottom_container {
    width: 100%;
    margin-bottom: 20px;
  }

  .ft_newsletter .et_pb_newsletter_button_wrap {
    display: block;
    width: 100%;
    padding: 10px 3%;
  }

  .hotel_ft_blurb .et_pb_blurb_content {
    display: block !important;
  }

  .hotel_testi {
    display: block;
  }

  .hotel_testi .et_pb_testimonial_portrait {
    margin: 0 0 20px 0px;
  }

  .hotel_pricing {
    padding: 20px !important;
  }

  .hotel_pricing .et_pb_pricing_content {
    padding: 10px;
  }

  .hotel_pricing .et_pb_pricing_table {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1199px) {

  .hotel_ft_blurb .et_pb_blurb_content,
  .hotel_cnt_blurb .et_pb_blurb_content {
    display: block !important;
  }

  .hotel_ft_blurb .et_pb_blurb_content .et_pb_blurb_container,
  .hotel_cnt_blurb .et_pb_blurb_content .et_pb_blurb_container {
    text-align: center !important;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1400px) {
  .hdr_element {
    display: none !important;
  }

  .hotel_menu ul.et-menu > li,
  .hotel_menu.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li {
    padding: 0 10px;
  }

  .hotel_menu .et_pb_menu__icon.et_pb_menu__search-button {
    display: none !important;
  }

  .hotel_menu_column {
    display: block !important;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

  .hotel_menu ul.et-menu > li,
  .hotel_menu.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li {
    padding: 0 15px;
  }
}

/*------ Our History ------*/
.hotelhistory_column .hotelhistory_blurb {
  width: 50%;
  padding: 150px 0 0;
  float: left;
  margin-bottom: 0 !important;
}

.hotelhistory_column .hotelhistory_blurb .et_pb_blurb_content {
  text-align: center;
  padding: 0 20px 20px;
  border: 3px dashed var(--color1);
  border-top: none;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  display: block;
  position: relative;
  z-index: 1;
}

.hotelhistory_column .hotelhistory_blurb .et_pb_blurb_content:hover {
  text-decoration: none;
}

.hotelhistory_column .hotelhistory_blurb .et_pb_blurb_content:before {
  content: '';
  background-color: var(--color1);
  height: 110px;
  width: 110px;
  border-radius: 80% 100% 10px;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.4);
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: -150px;
  z-index: -1;
}

.hotelhistory_column .hotelhistory_blurb .et_pb_blurb_content .et_pb_blurb_container {
  text-align: center;
}

.hotelhistory_column .hotelhistory_blurb .et_pb_module_header {
  color: var(--color1);
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  height: 68px;
  width: 68px;
  padding: 15px 10px;
  border-radius: 50%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5), 0 0 0 7px #fff;
  transform: translateX(-50%);
  position: absolute;
  top: -132px;
  left: 50%;
}

.hotelhistory_column .hotelhistory_blurb .et_pb_module_header span {
  display: block;
}

.hotelhistory_column .hotelhistory_blurb .title {
  color: var(--color1);
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}

.hotelhistory_column .hotelhistory_blurb .description {
  color: #555;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}

.hotelhistory_column .hotelhistory_blurb:nth-child(even) {
  float: right;
  margin: 0 0 0 10px;
}

@media screen and (max-width:767px) {

  .hotelhistory_column .hotelhistory_blurb,
  .hotelhistory_column .hotelhistory_blurb:nth-child(even) {
    width: 100%;
    margin: 0 0 30px !important;
  }
}

/* ------ Video Gallery ------ */
.hotelvideo_video .et_pb_video_box .fluid-width-video-wrapper {
  padding-top: 70% !important;
}

.hotelvideo_video .et_pb_video_overlay {
  background-blend-mode: soft-light;
  background-color: rgb(0 0 0 / 50%);
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 35px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
      0 0 0 35px rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
      0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
      0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
      0 0 0 45px rgba(255, 255, 255, 0);
  }
}