/*
*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-sec: #879c29;
    --c-text: #235226;
    --c-cont: #878786;
}

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

#wpfm-floating-menu-nav ul.wpfm-nav
{
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--c-sec);
    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: .5rem 0;
}

#wpfm-floating-menu-nav ul.wpfm-nav li a span
{
    color: inherit;
    vertical-align: unset !important;
}

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