/*
Theme Name: Hotel Xenia Child
Theme URI: http://plethorathemes.com/avoir/
Description: Child theme for Avor (Plethora Themes)
Author: Plethora Themes
Author URI: http://plethorathemes.com
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options, translation-ready
Template: hotel-xenia
*/
/* DO YOUR STUFF AFTER THIS !!  */

.header nav.primary_nav ul li a {
    font-family: 'Belleza', sans-serif;
}
.head_panel .hgroup h1.title {
    font-weight: 500;
}
.hoverbox .hoverbox_title h2 {
    font-weight: 500;
}
.rooms_slider_classic_wrapper .rooms_list_item .rooms_list_item_content {
    padding: 45px 25px;
}
.horizontal-separator {
    width: 135px;
    margin: 50px auto;
    border-bottom: 1px solid #ADACAB;
}

.svg_divider img {
    display: none;
}

.wpb_button, .vc_icon_element, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 50px;
}

.call_to_booking_sc input[type="text"] {
    background: rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.5);

	

.owl-theme .owl-dots .owl-dot span{background:red;}

.room_single_amenities_wrapper .room_single_amenities img {
	padding: 10px;

}
}

@media (max-width: 768px) {
    .hover_new {
        height: 10%; /* Make it taller on smaller devices */
    }
}

@media (min-width: 1900px) {
    .hover_new {
        height: 30%; /* Slightly shorter on large screens */
    }
}

.hover_new {
  display: flex;
  justify-content: center; /* Centers the text horizontally */
  align-items: center;     /* Centers the text vertically */
  height: 100px;           /* Set the height of the box */
  width: 200px;            /* Set the width of the box */

.footer {
  display: none;
}
	
	@media only screen and (max-width: 768px) {
  .logo_row {
    display: none !important;
  }
}