@charset "UTF-8";












.share-container {
  display: flex;
  align-items: center;
  color: #afafaf;
  border-top: solid 1px #EBEBEB;
  border-bottom: solid 1px #EBEBEB;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.share-container > span {
  margin-right: 20px;
}


#wrapper .nav-row--category-list {
  background: #6dc2eb;
  margin-bottom: 20px;
}

.nav-row--nav-toggle {
  background: #59a8ce;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}


.nav-row--category-list ul {
  margin-bottom: 0; }

.nav-row--category-list > ul {
  list-style: none;
  padding: 10px 0; }

.nav-row--category-list > ul > li {

  position: relative; }

.nav-row--category-list > ul > li > a {
  width: 100%;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative; }

.nav-row--category-list > ul > li > a:hover, #nav-row .nav-row--category-list > ul > li > a:focus, #nav-row .nav-row--category-list > ul > li > a:active {
  background: #59a8ce;
  text-decoration: none; }

.nav-row--category-list > ul > li .cat-icon:before {
  color: #b2e6ff !important; }

.nav-row--category-list > ul > li .cat-icon {
  color: #fff;
  margin-left: -2px;
  margin-top: -4px;
  margin-right: 10px;
  font-size: 20px !important; }

.nav-row--category-list > ul > li > a.hasSubcats {
  z-index: 1; }

.nav-row--category-list > ul > li > a.hasSubcats {
  padding: 5px 35px 5px 15px; }

.nav-row--category-list > ul > li .sub-menu {
  color: #fff;
  padding-right: 15px;
  margin-bottom: 10px;
}


.nav-row--category-list > ul > li .sub-menu .cat-icon {
  display: none;
}

.nav-row--category-list > ul > li .sub-menu a {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.nav-row--category-list > ul > li .sub-menu a:hover {
  color: #2779a0;
}


.article {
  background: #fff;
  padding: 15px;
  border-bottom: solid 1px #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 15px 0;





}

.single-post .content img {
  max-width: 100%;
  height: auto;
}


.single-post .content {
  overflow-wrap: break-word;
}
@media (max-width: 600px) {
  .article {
    flex-direction: column;
    padding: 15px 0 !important;
  }

  .article img, .single-post .content img {
    width: 100%;
    height: auto;
    max-height: 1000px !important;
  }

  .article .flex-item {
    padding: 20px 0 0 0 !important;
  }


}


#comments {
  margin: 50px 0;
}

#wpdcom {
  max-width: 1500px !important;
}

.article img {
  max-height: 189px; }

.article .flex-item {
  padding: 0 20px 0 20px; }

.article .article-header {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0.5rem; }

.article-link a {
  color: #87B144;
  display: inline-block;
  margin: 5px 0 0 0; }

.breadcrumb {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0px; }

.breadcrumb > li {
  display: inline-block; }

.text-muted {
  color: #b4b4b4;
  font-size: 16px; }

.breadcrumb li:first-child a {
  color: #87B144; }

.breadcrumb i {
  font-size: 17px; }

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc; }

.breadcrumb > li + li:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #CFD8DC;
  padding: 0 10px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > .active a, .breadcrumb a {
  color: #B0B4B6; }

.mainpart-post {
  padding: 0; }

.mainpart p {
  margin: 15px 0 20px 0; }

.content ul {
  padding-left: 0px; }

.content span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0 20px 0; }

.content img {
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); }

.content li {
  padding-left: 15px;
  margin-left: 15px; }


.pagination-options {
  width: 100%; }

div.clear {
  clear: both; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination li {
  display: inline-block; }

.pagination .active span {
  background: #F62F5E;
  color: #fff; }

.pagination .active span:hover {
  background: #F62F5E;
  color: #fff; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination a, .pagination span {
  color: #6E6E6E;
  border: none;
  border-radius: 50px !important;
  padding: 6px 0;
  text-align: center;
  height: 42px;
  width: 42px;
  font-size: 20px;
  margin: 0 4px; }

.pagination a, .pagination span {
  background: #EFEFEF;
  color: #6E6E6E;
  border: none !important;
  border-radius: 50px !important;
  padding: 6px 0;
  text-align: center;
  height: 42px;
  width: 42px;
  font-size: 20px;
  margin: 0 4px; }

.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  color: #6E6E6E;
  background: #d6d6d6; }

.pagination a.next, .pagination a.prev {
  width: 66px;
  font-size: 24px;
  border-radius: 50px;
  padding: 6px 0; }

.pagination a.next span, .pagination a.prev span {
  font-size: 24px !important;
  background: transparent; }

.pagination .next span:hover, .pagination .top-row--register:hover span:hover {
  background: none !important; }

.pagination .prev span:hover, .pagination .top-row--register:hover span:hover {
  background: none !important; }

.pagination .next {
  margin-left: 10px; }

.pagination .prev {
  margin-right: 10px; }



@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon6.ttf?8680y6") format("truetype"), url("fonts/icomoon6.woff?8680y6") format("woff"), url("fonts/icomoon6.svg?8680y6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="kiconk-"], [class*=" kiconk-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kiconk-monitor:before {
  content: "\e93b";
  color: #bde97a; }

.kiconk-diamond:before {
  content: "\e93c";
  color: #bde97a; }

.kiconk-pc-and-smartphone:before {
  content: "\e93d";
  color: #bde97a; }

.kiconk-shirt:before {
  content: "\e93e";
  color: #bde97a; }

.kiconk-sunglasses:before {
  content: "\e93f";
  color: #bde97a; }

.kiconk-wristwatch:before {
  content: "\e940";
  color: #bde97a; }

.kiconk-wristwatch2:before {
  content: "\e941";
  color: #bde97a; }

.kiconk-confetti:before {
  content: "\e939";
  color: #bde97a; }

.kiconk-star_paty:before {
  content: "\e93a";
  color: #bde97a; }

.kiconk-plug:before {
  content: "\e936";
  color: #bde97a; }

.kiconk-power:before {
  content: "\e937";
  color: #bde97a; }

.kiconk-power-on-buton:before {
  content: "\e938";
  color: #bde97a; }

.kiconk-tv2:before {
  content: "\e935";
  color: #bde97a; }

.kiconk-desk-lamp-ok:before {
  content: "\e933";
  color: #bde97a; }

.kiconk-electric:before {
  content: "\e934";
  color: #bde97a; }

.kiconk-air-conditioner:before {
  content: "\e92e";
  color: #bde97a; }

.kiconk-air-conditioner-2:before {
  content: "\e92f";
  color: #bde97a; }

.kiconk-armchair:before {
  content: "\e930";
  color: #bde97a; }

.kiconk-dog:before {
  content: "\e931";
  color: #bde97a; }

.kiconk-pets:before {
  content: "\e932";
  color: #bde97a; }

.kiconk-comedy-mask:before {
  content: "\e92d";
  color: #bde97a; }

.kiconk-cosmetics:before {
  content: "\e92a";
  color: #bde97a; }

.kiconk-eye-make-up:before {
  content: "\e92b";
  color: #bde97a; }

.kiconk-makeup:before {
  content: "\e92c";
  color: #bde97a; }

.kiconk-b-ware:before {
  content: "\e900";
  color: #bde97a; }

.kiconk-candy-cane:before {
  content: "\e901";
  color: #bde97a; }

.kiconk-church:before {
  content: "\e902";
  color: #bde97a; }

.kiconk-dish:before {
  content: "\e903";
  color: #bde97a; }

.kiconk-easter-egg:before {
  content: "\e904";
  color: #bde97a; }

.kiconk-fish:before {
  content: "\e905";
  color: #bde97a; }

.kiconk-flag:before {
  content: "\e906";
  color: #bde97a; }

.kiconk-folter:before {
  content: "\e907";
  color: #bde97a; }

.kiconk-football:before {
  content: "\e908";
  color: #bde97a; }

.kiconk-gift:before {
  content: "\e909";
  color: #bde97a; }

.kiconk-groceries:before {
  content: "\e90a";
  color: #bde97a; }

.kiconk-hairstyle:before {
  content: "\e90b";
  color: #bde97a; }

.kiconk-honey:before {
  content: "\e90c";
  color: #bde97a; }

.kiconk-house:before {
  content: "\e90d";
  color: #bde97a; }

.kiconk-icon-arrow-left:before {
  content: "\e90e";
  color: #6e6e6e; }

.kiconk-icon-arrow-right:before {
  content: "\e90f";
  color: #6e6e6e; }

.kiconk-icon-arrow-round-left:before {
  content: "\e910";
  color: #9e9e9e; }

.kiconk-icon-arrow-round-right:before {
  content: "\e911";
  color: #9e9e9e; }

.kiconk-icon-barbecue:before {
  content: "\e912";
  color: #bde97a; }

.kiconk-icon-cart:before {
  content: "\e913"; }

.kiconk-icon-chef:before {
  content: "\e914";
  color: #bde97a; }

.kiconk-icon-close:before {
  content: "\e915"; }

.kiconk-icon-earphones:before {
  content: "\e916"; }

.kiconk-icon-grid:before {
  content: "\e917";
  color: #88b04b; }

.kiconk-icon-home:before {
  content: "\e918";
  color: #88b04b; }

.kiconk-icon-list:before {
  content: "\e919";
  color: #d8d8d8; }

.kiconk-icon-lock:before {
  content: "\e91a";
  color: #86b23b; }

.kiconk-icon-minus:before {
  content: "\e91b"; }

.kiconk-icon-phone:before {
  content: "\e91c";
  color: #87b144; }

.kiconk-icon-plus:before {
  content: "\e91d"; }

.kiconk-icon-star:before {
  content: "\e91e";
  color: #ffc94f; }

.kiconk-kitchen:before {
  content: "\e91f";
  color: #bde97a; }

.kiconk-male-and-female:before {
  content: "\e920";
  color: #bde97a; }

.kiconk-medal:before {
  content: "\e921";
  color: #bde97a; }

.kiconk-open-book:before {
  content: "\e922";
  color: #bde97a; }

.kiconk-proteins:before {
  content: "\e923";
  color: #bde97a; }

.kiconk-ring:before {
  content: "\e924";
  color: #bde97a; }

.kiconk-sauna:before {
  content: "\e925";
  color: #bde97a; }

.kiconk-sprout:before {
  content: "\e926";
  color: #bde97a; }

.kiconk-steering-wheel:before {
  content: "\e927";
  color: #bde97a; }

.kiconk-teddy-bear:before {
  content: "\e928";
  color: #bde97a; }

.kiconk-tv:before {
  content: "\e929";
  color: #bde97a; }


#header, #footer {
  display: none;
}

.searchBox .form-control {
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-left: 27px;
}

.input-group.searchBox {
  display: flex;
  margin-bottom: 20px;
}

.searchBox .btn-search {
  border-radius: 0;
}

#wrapper .input-group.searchBox .fa-search {
  position: absolute;
  left: 10px;
  top: 10px;
}

#wrapper #searchParam {
  width: 100%;
  border: none;
  text-align: center;


}


#searchParam:focus {
  border: none;
  outline: none;
}
.input-group searchBox {
	margin:0;
}

.recipe-info {
  display: flex;
  align-items: center;
  font-size: 30px;
  margin-bottom: 30px;
}

.recipe-info--time,
.recipe-info--portions {
  display: flex;
  align-items: center;
  margin-right: 30px;

}

.recipe-info--time i {
  margin-right: 10px;
  color: #87b144;
  font-size: 50px;
}

.recipe-info--portions i {
  margin-right: 10px;
  color: #87b144;
  font-size: 50px;
}

.step-by-step--step {
  display: flex;
  padding: 12px 0 20px 0;
  border-top: solid 1px #EBEBEB;

}

.step-by-step--step > a {
  min-width: 300px;
  max-width: 300px;
  margin-right: 20px;
}

.step-by-step--step > div {
  display: flex;
}

.step-by-step--step > div > .number {
  min-width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  margin-right: 20px;
}

.page-header {
  padding-top: 20px;
}