/*
Theme Name: Healfio Child Theme
Theme URI: https://healfio.peerduck.com
Author: PeerduckThemes
Author URI: https://peerduck.com
Description: Blank Child Theme for Healfio
Template: healfio
Version: 1.26
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: healfio
*/

header#main-header {
	background-size:cover !important;
    background: url(https://myprojectspace.live/lanache/wp-content/uploads/2022/05/website.png);
}
svg#bg-header{
	display:none;
}

.primary-sub-menu.navbar-light .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link, .primary-menu .dropdown-item{
	font-size:20px !important;
}
input.form-control, input.form-control:focus {
    color: #000;
}
.wcpa_form_outer {
    opacity: .5;
    pointer-events: none;
}
nav#pr-nav{
	background-color: #ffffffde;
	padding-top: 15px;
    padding-bottom: 15px;
}
img.custom-logo.style-svg {
     position: absolute;
    transform: rotate(-25deg);
    width: 100%;
    max-width: 100px;
    height: auto !important;
    max-height: initial;
    top: 5px;
}
div#navbarColor01 {
    justify-content: center !important;
	background: white !important
}
.header-icons {
    position: absolute;
    right: 0;
}
div#tab-description h5{
    font-size:0;
}
div#tab-description h5:after {
    content: 'Allergens';
    font-size: 25px;
}
@media (min-width: 1200px){
	
#pr-nav{
	height:120px !important;
}
.custom-logo {
    max-height: 100px;
}
}


