/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

 /** Add your styles below **/

body
{
    --c-prim: #9c7020;
    --c-bg: #F3F4F0;
}

body p
{
    margin-bottom: 15px;
}

.cs4-room-btn
{
    margin-top: 1rem;
}

#wpfm-floating-menu-nav ul.wpfm-nav
{
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--c-prim);
    color: #fff;
    border: 0;
    border-radius: 0;
    transform: none;
    padding: 0;
    font-size: 0; /*remove whitespaces*/
    box-shadow: 0 -2px 10px #0009;
}

#wpfm-floating-menu-nav ul.wpfm-nav li
{
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    width: 33.3333%;
    border-left: 2px solid #fff;
}

#wpfm-floating-menu-nav ul.wpfm-nav li a
{
    display: block;
    width: 100%;
    text-align: center;
    padding: .2rem 0 .8rem 0;
}

#wpfm-floating-menu-nav ul.wpfm-nav li a span
{
    color: inherit;
}

#wpfm-floating-menu-nav ul.wpfm-nav li:hover
{
    background-color: #ddd;
}

.elementor-widget-cs_rooms .cs-room-item .read-more-btn
{
    font-size: 1.5rem;
}

body .EBPRC-wrapper *
{
    border-color: var(--c-bg) !important;
}

body .dropdown-toggle
{
    background-color: #fffc;
    color: #333;
}

body .primary-menu .sub-menu:not(.cozystay-dropdown-menu) a
{
    text-transform: none;
}

.btn-w100 a
{
    width: 100%;
}

body[data-elementor-device-mode="mobile"] .country-selector.weglot-default
{
    bottom: 54px;
    right: 0;
}