/*
Theme Name: sfactory
Description: Child theme
Author: Tamara
Author URI: https://tamarabalestri.it/

Version: 1.00

Template: Divi

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: sfactory

*/

/* Table of Contents
- Defaults
	- Typo
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* ---Theme customization--- */

/*--- Main Menu ---*/
#main-header {padding-bottom: 1vw;}

/*--- Typo ---*/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #444444;
	background-color: #ffffff;
}
body h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: 700;
}
body h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	line-height:1.2em;
	/*margin-left: 1em;*/
}

.pa-bullet-list-1 ul {
	font-family: 'Montserrat', sans-serif;
	list-style-type: none!important;
	font-size: 22px;
	line-height: 1.6em;
}

.pa-bullet-list-1 ul li::before {
	content: "\4e";
	color: #2cba6c;
	font-family: "ETMODULES";
	margin-right: 14px;
	margin-left: -14px;
	font-size: 1.4em;
	font-weight: 600;
}

/*--- Site Header ---*/
#main-header {
	background-color:#ffffff;
	box-shadow: 0 0px 0px rgb(255 255 255 / 0.0);
}

/*--- Site Container ---*/

/*-home post grid-*/
#home.et_pb_blog_grid.column.et_pb_post {  
    min-height: 52em;
	}
/*---Site Footer---*/
.bottom {
	font-size:.8em;
	line-height:1.4em;
}