/*!
Theme Name: Avem
Theme URI: http://underscores.me/
Author: WEB ADN
Author URI: https://www.web-adn.com/
Description: Boilerplate to start a new project.
Version: 11.0.0
Tested up to: 5.4
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avem
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
import it to make something cool, have fun, and share what you've learned.

Avem 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
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* @use "~/src/sass/abstracts/variables/structure";

.site {
	display: grid;
	grid-template-columns: auto (structure.$sidebar-width);
	grid-template-areas:
		"header header"
		"main sidebar"
		"footer footer";
}

.site-header {
	grid-area: header;
}

.site-main {
	grid-area: main;
	overflow: hidden; // Resolves issue with <pre> elements forcing full width.
	padding-top: structure.$header-height;
}

.widget-area {
	grid-area: sidebar;
}

.site-footer {
	grid-area: footer;
} */
@media (min-width: 981px) {
  body.et_header_style_left #main-header #et-top-navigation {
    padding-top: 40px;
    z-index: 1;
  }
  body.et_header_style_left #main-header #et-top-navigation #et_top_search {
    top: 38px;
  }
  body.et_header_style_left #main-header .logo_container {
    position: absolute;
    left: 0;
    right: 0;
  }
}
/* @media screen and (min-width: structure.$tablet-landscape) {
	.site-main {
		padding-top: structure.$header-desktop-height;
	}
} */
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8uL3NyYy9zYXNzL3N0eWxlLnNjc3MiLCJ3ZWJwYWNrOi8vLi9zcmMvc2Fzcy9sYXlvdXRzL19jb250ZW50LXNpZGViYXIuc2NzcyIsIndlYnBhY2s6Ly8uL3NyYy9zYXNzL2xheW91dHMvX2hlYWRlci5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBQUE7QUF3QkE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OytEQUFBO0FBK0JBOzsrREFBQTtBQUlBOytDQUFBO0FBSUE7K0NBQUE7QUFJQTs7K0RBQUE7QUFLQTs7K0RBQUE7QUN2RUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQUFBO0FDREE7RUFDQztJQUNHLGlCQUFBO0lBQ0EsVUFBQTtFRjRGRjtFRXpGRDtJQUNHLFNBQUE7RUYyRkY7RUV4RkQ7SUFDQyxrQkFBQTtJQUNBLE9BQUE7SUFDQSxRQUFBO0VGMEZBO0FBQ0Y7QUN0RUE7Ozs7R0FBQTtBRDhDQTs7K0RBQUE7QUFLQTs7K0RBQUE7QUFJQTsrQ0FBQTtBQUlBOzsrREFBQTtBQUlBOytDQUFBO0FBSUE7K0NBQUEiLCJzb3VyY2VSb290IjoiIn0= */