/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.0.2.1612042786
Updated: 2021-01-30 21:39:46

*/


@font-face {
    font-family: 'roboto';
    src: 
        url('https://www.recettesaurobot.com/wp-content/themes/generatepress-child/fonts/roboto/Roboto-Regular.ttf') format('truetype'),
        url('https://www.recettesaurobot.com/wp-content/themes/generatepress-child/fonts/roboto/Roboto-Regular.otf') format('opentype'),
        url('https://www.recettesaurobot.com/wp-content/themes/generatepress-child/fonts/roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-bold';
    src: 
        url('https://www.recettesaurobot.com/wp-content/themes/generatepress-child/fonts/roboto/Roboto-Bold.ttf') format('truetype'),
        url('https://www.recettesaurobot.com/wp-content/themes/generatepress-child/fonts/roboto/Roboto-Bold.otf') format('opentype'),
        url('https://www.recettesaurobot.com/wp-content/themes/generatepress-child/fonts/roboto/Roboto-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3 {
	font-family: roboto-bold;
}
p, li {
	font-family: roboto;	
}


ul#menu-menu-principal li a {
	font-family: Roboto-Bold;
    font-size: 1.2em;
}
@media (max-width: 450px) {
  .site-logo {
    max-width: 200px;
  }
}

header#masthead {
	border-bottom: 1px solid #ccc;
}


body.home #page {
	max-width: 960px !important;
}
body.home h1 {
	text-align: center;
	text-transform: uppercase;
}
body.home .entry-content {
	margin-top: 5px;
}
body.home .entry-content > p {
	text-align: center;
}
body.home .inside-article {
	padding: 40px 0px;
}
body.home h2 {
	margin-top: 1em;
	margin-bottom: 5px;
}
body.home ul.wp-block-latest-posts__list {
	margin-left: auto;
	margin-right: auto;
	width: 95% !important;
}
body.home ul.wp-block-latest-posts__list li {
	border: 1px solid #DDD;
	text-align: center;
	padding-bottom: 0.4em;
}
body.home ul.wp-block-latest-posts__list li a {
	color: #019a3d;
	padding: 0px 0.2em;
}
body.home ul.wp-block-latest-posts__list li a:hover {
	text-decoration: none;
}
@media (min-width: 600px) {
	.wp-block-latest-posts.columns-4 li {
  		width: calc(25% - 1em) !important;
	}
}


body.category article h2 {
	font-size: 1.2em;
	text-align: center;
}
body.category article div.inside-article {
	padding-bottom: 1em !important;
}
body.category article div.inside-article div.entry-summary,
body.category article div.inside-article footer.entry-meta {
	display: none;
}
body.category article div.inside-article div.post-image {
	margin-bottom: 0.5em;
}


body.single-post #page {
	max-width: 680px;
}
body.single-post #page h1 {
	text-align: left;
	color: #019a3d;
	font-size: 2.2em;
}
body.single-post #page h2 {
	text-align: left;
	font-size: 1.4em;
}
body.single-post #page p, 
body.single-post #page li {
	font-size: 1.1em;
}
body.single-post ul#ingredients {
	margin-left: 1.5em;
}
body.single-post #page ol#steps {
	list-style-type: none;
	padding: 0px !important;
	margin: 0px 0px 2em 0px !important;
}
body.single-post #page ol#steps li {
	counter-increment: step-counter;
	margin: 25px 0 1rem;
	padding: 0 0 0 50px;
	position: relative;	
}
body.single-post #page ol#steps li::before {
	content: counter(step-counter);
	font-size: 1.2em;
	font-weight: 700;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	min-width: 40px;
	padding: 5px 0;
	background-color: #019a3d;
	color: white;
	text-align: center;
}




body.page-id-5902 #page {
	max-width: 600px;
}
body.page-id-5902 #page h1 {
	text-align: center;
}
body.page-id-5902 #content input[type='text'],
body.page-id-5902 #content input[type='email'] {
	width: 100%;
}
body.page-id-5902 #content input[type='submit'] {
	background-color: #019a3d;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100%;
}
body.page-id-5902 #content input[type='submit']:hover {
	background-color: #01e45c;
	width: 100%;
}
@media (max-width: 768px) {
	body.page-id-5902 #content form,
	body.page-id-5902 #content form p:nth-child(7) {
		margin-bottom: 0px;
	}
}


body.category h1,
body.category p {
	text-align: center;
}
body.category main#main {
	background-color: white;
    padding: 10px;
}
body.category main#main article > div {
	border: 1px solid #DDD;
}
@media (max-width: 1024px) {
	body.category div.inside-article {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
    body.category div.inside-article div.post-image {
    	margin:  0px;
    }
    body.category div.inside-article div.post-image img {
    	width: 100% !important;
    }
    body.category h2.entry-title {
    	padding: 0px 5px;
    }
}