/*
Theme Name:   Safar Child
Theme URI:    https://safardemo.devsvibe.co/
Author:       DevsVibe
Author URI:   https://themeforest.net/user/devsvibe/portfolio
Description:  Safar Child Theme For For Hotel & Resort Booking Purpose.
Version:      1.0.0
Template:     safar
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  safar-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/

html
{
    font-size:18px !important;    
}

body .safar__btn::before
{
    background: var(--safar-secondary-color);
}

body .site-header .safar-header-area ul.safar-navbar-nav li a
{
    opacity: 1 !important;
}

body .site-header .safar-header-area ul.safar-navbar-nav li a:hover
{
    color: var(--safar-secondary-color) !important;
}

@media (max-width: 1199px) 
{
    body .theme-header-13 .site-logo-info 
    {
        left: 50%;
        transform: translateX(-50%);
    }
    
    body .safar-header-navbar .logo-wrapper a
    {
        width: auto;
    }
}