/* general */
.recept {
	box-sizing: border-box;
}
.recept div {
	box-sizing: border-box;
}
.recept .cleaner {
	clear: both;
}
.recept img {
	width: 100%;
}
/* padding, margin */
.recept .pb15 {
	padding-bottom: 15px;
}


/* layout */
.recept .recept-left {
	float: left;
	width: 32%;
	margin-right: 4%;
}
.recept .recept-mid {
	float: left;
	width: 32%;
	margin-right: 4%;
}
.recept .recept-right {
	float: left;
	width: 28%;
	padding-left: 4%;
	border-left: 1px solid #dcdcdc;
}

/* obsah - left */
.recept .recept-popis {
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.recept .recept-box {
	display: inline-block;
	box-sizing: border-box;
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: center;
	color: #d4181d;
	background-color: #f5f5f5;
	padding: 5px 0;
	border-radius: 15px;
}
.recept .recept-box:nth-child(3) {
	margin-right: 0;
}
.recept .recept-box .recept-box-inside {
	font-weight: 900;
	font-family: Nunito, sans-serif;
}
.recept .ingr {
	margin-top: 0px;
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 15px;
	clear: both;
}
.recept .ingr .nadpis, .recept .postup .nadpis, .recept .share .nadpis {
	font-family: Nunito, sans-serif;
	font-weight: 900;
	font-size: 16px;
}
.recept .ingr .podnadpis {
	font-family: Nunito, sans-serif;
	font-weight: 900;
	font-size: 14px;
	margin-top: 10px;
}
.recept .ingr ul {
	margin: 5px 0;
}
.recept .postup {
	padding: 20px;
	margin-top: 0px;
}
.recept .postup .item {
	padding: 10px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.recept .postup .item:last-child {
	border-bottom: none;
}
.recept .postup .poradi {
	float: left;
	color: #d4181d;
	font-family: Nunito, sans-serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	margin-right: 15px;
}
	
.recept .share {
	padding: 10px 20px;
	background-color: #f5f5f5;
	border-radius: 15px;
}
/* obsah - right */
.recept .recept-right .polozka2 {
	margin-top: 15px;
	border-top: 1px dashed #dcdcdc;
	padding-top: 15px;
}
.recept .recept-right .text {
	font-size: 14px;
}
.recept .recept-right .button-box {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 30px;
}
.recept .recept-right .button-box .button {
	padding: 10px 25px;
	background-color: #d4181d;
	color: white;
	border-radius: 50px;
	font-family: Nunito, sans-serif;
	font-size: 13px;
	transition-duration: 0.3s;
}
.recept .recept-right .button-box .button:hover {
	opacity: 0.7;
}

@media (max-width: 768px) {
.recept .recept-left {
	float: none;
	width: 100%;
	margin-right: 0;
}
.recept .recept-mid {
	float: none;
	width: 100%;
	margin-right: 0;
}
.recept .recept-right {
	float: none;
	width: 100%;
	padding-left: 0;
	border-left: none;
	border-top: 1px solid #dcdcdc;
}
}

/* kategorie receptu podle na miru delaneho css*/
.in-horkovzdusne-fritovani-2 #content {
  padding-left: 0;
  padding-right: 0;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > h1 {
  margin-bottom: 30px;
  color: #24282f;
  font-weight: 900;
  font-size: 26px;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 992px) {
  .in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper {
    justify-content: center;
  }
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item {
  flex-direction: column;
  margin: 0 15px;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .image {
  width: 322px;
  margin-right: 0;
}
@media (max-width: 992px) {
  .in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .image {
    width: 100%;
  }
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .image:hover + .text > .title {
  color: #d4181d;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text > .title {
  color: #24282f;
  font-size: 18px;
  font-weight: 900;
  transition-duration: 0.3s;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text > .title {
    margin-right: 0;
  }
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text > .title:hover {
  text-decoration: none;
  color: #d4181d;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text > .title::after {
  content: "";
  display: flex;
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Mamedoma/img/arrow.svg");
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text > .description {
  display: none;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text > time {
  display: none;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text .button {
  display: none;
}
.in-horkovzdusne-fritovani-2 .sidebar.sidebar-left {
  display: none;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > h1 {
  margin-bottom: 30px;
  color: #24282f;
  font-weight: 900;
  font-size: 26px;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper {
  margin: 0;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item {
  flex-direction: row;
  margin: 0;
  margin-bottom: 45px;
  width: 100%;
}
@media (max-width: 992px) {
  .in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item {
    flex-direction: column;
  }
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .image {
  width: 552px;
}
@media (max-width: 992px) {
  .in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .image:hover + .text > .title {
  color: #24282f;
}
@media (min-width: 992px) {
  .in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text {
    padding-left: 40px;
    display: flex;
    justify-content: center;
  }
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text > .title {
  font-size: 22px;
  margin-bottom: 30px;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text > .title:hover {
  color: #24282f;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text > .title::after {
  content: none;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text > .description {
  display: block;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text .button {
  display: block;
  font-size: 13px;
  background-color: #d4181d;
  color: #fff;
  margin-top: 27px;
  font-weight: 400;
  width: fit-content;
  padding: 10px 25px;
  border-radius: 50px;
  transition-duration: 0.3s;
}
.in-horkovzdusne-fritovani-2 #content > .content-inner > #newsWrapper > .news-item > .text .button:hover {
  opacity: 0.7;
}


