/*
Theme Name: HappyTummy
Description: This theme, is licensed under the Ittisa. Its a custom theme developed from scratch.
Author: Ittisa
Version: 1.0
*/

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #4d948b;
  display: inline-block;
  width: 100%;
}

.table-content-body ul li a {
  color: #191919 !important;
}

.single-blog-content table tr td:nth-child(0) {
  background: #b0d3cf !important;
  width: 120px !important;
}

/*.single-blog-content table tr:first-child *{
    background: #4d948b;
    color: #fff;
} */
.single-blog-content table tr td::first-child span,
.single-blog-content table tr td::first-child p,
.single-blog-content table tr td::first-child p strong,
.single-blog-content table tr td::first-child strong {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #4d948b;
  display: block;
  text-transform: uppercase;
  writing-mode: tb;
  transform: rotate(180deg);
}

/* .single-blog-content table tr:first-child td{
    padding: 5px 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    min-height: 53px;
    vertical-align: middle;
} */

.author-box {
  cursor: auto;
}
.category-heading * {
  color: #4d948b;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.blogdetailsclick {
  cursor: pointer;
}
.featured-img {
  height: 86px;
}

iframe.embed-responsive-item {
  width: 100%;
  height: 300px;
}

.pagination ul li span.active a {
  color: #f79238;
}
.pagination ul li span a {
  color: #6f6f6f;
}
.single-blog-content ol li {
  list-style: auto;
  padding-top: 5px;
}

.expert-talk .summary {
  height: auto !important;
  display: block !important;
}
.recipes .summary {
  height: auto !important;
  display: block !important;
}

@media (max-width: 1199px) {
  .dq-cta-image .subscribe-form button {
    width: auto;
    border: none;
  }

  iframe.embed-responsive-item {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .dq-cta-image .subscribe-form button {
    width: auto;
    border: none;
  }
  iframe.embed-responsive-item {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .dq-cta-image .subscribe-form button {
    width: auto;
    border: none;
  }
  iframe.embed-responsive-item {
    width: 100%;
    height: 300px;
  }
  .custom-content-padding {
    font-size: 16px;
    padding: 0.5rem;
    word-wrap: break-word;
  }
  #dietician_modal .modal-body {
    padding-bottom: 32px;
    padding-top: 0;
  }
  .modal-buttons {
    display: flex;
  }
  button.btn.btn-default.stay-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  button.btn.btn-default.proceed-btn {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
  }
}
@media (max-width: 574px) {
  .dq-cta-image {
    text-align: center;
  }
  .dq-cta-image img {
    height: 40px;
  }
  .dq-cta-image h5 {
    width: 80%;
    margin-top: 12px;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
  }
  .dq-cta-image .subscribe-form {
    text-align: center;
  }
  .dq-cta-image .subscribe-form button {
    width: 70%;
    border: none;
  }
  iframe.embed-responsive-item {
    width: 100%;
    height: 150px;
  }
}

/* Search Bar */
.search-results-bar {
  padding-top: 1rem !important;
}
.search-container {
  position: relative;
  width: 620px;
  margin: 0 auto;
  max-width: 100%;
}

#search-bar {
  width: 100%;
  padding: 15px 12px;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  color: #131313;
}
#search-bar::placeholder {
  color: #949494;
}
.icon-search {
  position: absolute;
  right: 15px;
  top: 26%;
}
.icon-search img {
  height: 23px;
}
.clear-button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 32px;
  line-height: 18px;
  cursor: pointer;
  display: none; /* Initially hidden */
}

.dropdown-results {
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-top: none;
  z-index: 9;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 10px;
  background-color: #f5f5f5;
  display: none;
  margin-top: 8px;
}

.dropdown-results div {
  padding: 10px 12px;
  cursor: pointer;
}
.dropdown-results div a {
  color: #131313;
  padding: 4px 0px;
  display: block;
}
.dropdown-results div:hover {
  background-color: #949494;
}
.dropdown-results div:hover a {
  color: #fff;
}

.search-roww h1 {
  font-size: 28px;
  font-weight: 600;
  display: block;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 70px;
}
.search-result-item {
  padding: 30px;
  border-bottom: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 10px;
}
.search-result-item a h2,
.search-result-item a p {
  color: #000 !important;
}
.search-result-item:hover {
  background-color: #fffaf2;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-color: #fffaf2;
}
.search-result-item h2 a {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}
.search-result-item p {
  font-size: 16px;
  font-weight: 400;
}
.search-roww .page-numbers {
  margin: 5px;
  background: #f2f2f2;
  border-radius: 50%;
  padding: 8px;
  min-width: 40px;
  height: 35px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-roww .pagination {
  justify-content: center;
}
.search-roww .page-numbers.current {
  background-color: #f79238;
  color: #fff;
}
@media (max-width: 767px) {
  .search-roww h1,
  .search-result-item h2 a {
    font-size: 18px;
  }
  .search-result-item {
    padding: 16px;
  }
  .search-result-item p {
    font-size: 13px;
    margin-bottom: 0;
  }
  .search-roww .page-numbers {
    font-size: 13px;
    min-width: 35px;
    margin: 4px;
    height: 35px;
  }
  .search-container {
    width: 90%;
  }
  .search-roww h1 {
    padding-top: 35px;
  }
  #search-bar {
    padding: 10px 10px;
  }
  .dropdown-results div a {
    padding: 0;
  }
  .icon-search img {
    height: 20px;
  }
  .icon-search {
    top: 20%;
  }
}
.single-blog-content figure.aligncenter {
  width: 100%;
}
.single-blog-content table {
  width: 100% !important;
}

.floating-social {
  background: #f79238;
  display: inline-flex;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 70px;
  z-index: 1;
  width: 80px;
  border-radius: 0px 5px 5px 0;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
.post-modified-info {
  margin: 0 15px 0 0 !important;
}
