/**
Theme Name: GBG
Author: Vladimir Egorov
Author URI: http://wpastra.com/about/
Description: gotovim-bez-glutena.ru - Astra child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gbg
Template: astra
*/

.recipe-ingredients {
  margin: 0em;
  padding: 0px;
  color: black;
}

.recipe-ingredient {
  list-style-type: none;
  font-size: 1.2em;
}

.recipe-ingredient:empty {
  list-style-type: none;
  font-size: 1.5em;
}

li.recipe-ingredient > ul {
  color: black;
  list-style-type: circle;
}

.recipe-ingredient-with-sub {
  list-style-type: none;
  font-size: 1.5em;
  color: blue;
}

.recipe-step-heading {
  font-size: 20px;
  font-weight: bold;
}

.recipe-step-text {
  color: black;
}

ul.reco-products {
  margin: 0em;
  padding: 0px;
  list-style-type: circle;
}

li.reco-product {
  margin: 50px;
}

a.reco-product {
  font-size: 1.1em;
}
