/*!
Theme Name: folia
Theme URI: http://underscores.me/
Author: pro-solutions.net
Author URI: https://pro-solutions.net
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: folia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

folia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
/*

#F9F9F9 => this is the background white to be use in the sidebar
$333333 => this is the text
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 :root {
    --primary: #3a5953;    /* A shade of blue */
    --secondary: #d8b280;  /* A shade of green */
    --third:#e0d1c1;
    --text:#242b2a;
    --gap:20px;
    --bg-color:#f9f9f9;
    --newtext:#333333;
    --main-color: #3a5953;
  	--border-width: .24vw;
  	--gutter: 2vw;
  
}

.nav li ul {
    border-top:3px solid #3a5953!important;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    color:#fff;
}

/* Basic Styling for the Navigation */
.et-menu-nav ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.et-menu-nav ul.nav > li {
    position: relative;
    display: inline-block;
}

.et-menu-nav ul.nav > li > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

/* Submenu Styling */
.et-menu-nav ul.nav ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px;
    list-style: none;
}

.et-menu-nav ul.nav li:hover > ul.sub-menu {
    display: block;
}

/* Styling for third-level dropdowns */
.et-menu-nav ul.nav ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
    display: none;
}

.et-menu-nav ul.nav ul.sub-menu li:hover > ul.sub-menu {
    display: block;
}

/* Additional styling for deeper levels */
.et-menu-nav ul.nav ul.sub-menu li {
    position: relative;
    padding: 5px;
}

/* Basic Styling for the Navigation */
.et-menu-nav ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.et-menu-nav ul.nav > li {
    position: relative;
    display: inline-block;
}

.et-menu-nav ul.nav > li > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

/* Submenu Styling */
.et-menu-nav ul.nav ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px;
    list-style: none;
}

.et-menu-nav ul.nav li:hover > ul.sub-menu {
    display: block;
}

/* Styling for third-level dropdowns */
.et-menu-nav ul.nav ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
    display: none;
}

.et-menu-nav ul.nav ul.sub-menu li:hover > ul.sub-menu {
    display: block;
}

/* Additional styling for deeper levels */
.et-menu-nav ul.nav ul.sub-menu li {
    position: relative;
    padding: 5px;
}

img.wp-image-594 {
    max-width: 50px;
}
