/*
Theme Name: Aqualine Child Theme
Theme URI: http://aqualine.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Aqualine
Template: aqualine
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: aqualine

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.header-banner-text-wp000 {
    font-size: 17px;
}

@media (max-width: 1198px) {
    .hide-on-mobile-screen {
        display: none !important;
    }
    .show-on-mobile-screen {
        display: block !important;
    }
    .hide-on-desktop {
        display: block;
    }
    .header-banner-text-wp000 {
        font-size: 11px;
    }
}

@media (min-width: 1198px) {
    .hide-on-mobile-screen {
        display: block !important;
    }
    .show-on-mobile-screen {
        display: none !important;
    }
    .hide-on-desktop {
        display: none !important;
    }
}

/* Custom Ventura Car Wash Header CSS */
.header-banner-text-wp000 {
    display: flex;
    flex-direction: column;
    line-height: 15px;
    margin-left: 22px;
    font-weight: 600;
    font-style: italic;
    flex-wrap: nowrap;
}

.cc-topr-content {
    display: flex;
    flex-direction: column;
    line-height: 15px;
    margin-left: 5px;
    font-weight: 600;
    font-style: italic;
    font-size: 8px;
}

.cc-topr-contentm {
    position: absolute;
    top: 9px;
    right: 23px;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #ffffff !important;
    z-index: 99;
}

.cc-top-left-addr {
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
}

nav.navbar .navbar-logo .logo img {
    max-height: 65px !important;
    width: auto !important;
}

/* Social icons inside navbar menu */
#navbar .ltx-navbar-social {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 15px;
    z-index: 10;
    pointer-events: auto !important;
}

#navbar .ltx-navbar-social .header {
    display: none !important;
}

#navbar .ltx-navbar-social ul {
    margin: 0;
    padding: 0;
    display: inline-flex !important;
    gap: 15px;
    list-style: none;
}

#navbar .ltx-navbar-social ul li a {
    color: #CCB686 !important;
    font-size: 15px;
    pointer-events: auto !important;
}