* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%
}

@media (min-width: 576px) {
  .container {
      max-width:540px
  }
}

@media (min-width: 768px) {
  .container {
      max-width:720px
  }
}

@media (min-width: 992px) {
  .container {
      max-width:960px
  }
}

@media (min-width: 1200px) {
  .container {
      max-width:1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.text-center {
  text-align: center !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
    outline: none;
}

li {
    list-style: none;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
}

button,input,optgroup,select,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

.collapse {
  display: none;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
      display: none;
  }
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
  }
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

img {
  width: 100%;
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

*, ::after, ::before {
  box-sizing: inherit;
}

.h2, h2 {
  font-size: 1.5rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h6, h6 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #232d37;
  line-height: 1.25;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
}

@media (min-width: 576px) {
  .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important;
  }
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.pagination-area .pagination .page-link {
  color: #51545f;
  margin: 0 2.5px;
}

.pagination-area .pagination .page-item.active .page-link, .pagination-area .pagination .page-link:focus, .pagination-area .pagination .page-link:hover {
  color: #fff;
  background-color: #55bb8a;
  border-color: transparent;
}

.mt-5 {
  margin-top: 3rem !important;
}

@media (min-width: 992px) {
  .mt-lg-0 {
      margin-top: 0 !important;
  }
}







header{
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}

.logo_area .yummy-logo {
  font-size: 25px;
  margin-bottom: 0;
  padding: 35px 0 0 0;
  display: inline-block;
  color: #232d37;
}

.navbar.navbar-expand-lg {
  padding: 0;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link {
  padding: 25px 30px;
  color: #232d37;
  text-transform: uppercase;
  font-size: 14px;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar.navbar-expand-lg .navbar-nav .active .nav-link {
  color: #55bb8a;
}

.section_padding_0_80 {
  padding-top: 40px;
  padding-bottom: 80px;
}

.single-post {
  margin-bottom: 30px;
}

.post-thumb img {
  border-radius: 30px;
  margin-bottom: 30px;
}

.post-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-author a, .post-date a, .post-favourite a, .post-comments a, .post-share a {
  color: #b5aec4;
  font-size: 14px;
}

.post-favourite a, .post-comments a {
  margin-right: 15px;
}

.post-author a {
  margin-right: 30px;
  position: relative;
  z-index: 1;
  max-width: 120px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post-author a:after {
  width: 2px;
  height: 60%;
  content: '';
  position: absolute;
  top: 20%;
  right: -14px;
  z-index: 2;
  background-color: #b5aec4;
}

.post-author a:hover, .post-date a:hover, .post-favourite a:hover, .post-comments a:hover, .post-share a:hover {
  color: #000;
}

.single-post h2, .single-post h4 {
  margin: 10px 0;
  color: #232d37;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
}

.single-post h2:hover, .single-post h4:hover {
  color: #55bb8a;
}

.single-post p {
  color: #51545f;
}

.single-post .read-more {
  font-size: 12px;
  color: #b5aeba;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  height: 40px;
  min-width: 170px;
  line-height: 40px;
  text-align: center;
}

.single-post .read-more:hover {
  color: #000;
  border: 1px solid #000;
}

.single-widget-area {
  margin-bottom: 50px;
}

.widget-title > h6 {
  background: #effed9;
  height: 40px;
  width: 100%;
  line-height: 40px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.subscribe-link {
  padding-top: 20px;
}

.subscribe-link > a {
  font-size: 14px;
  color: #51545f;
  padding: 0 15px;
}

.subscribe-link > a:hover {
  color: #55bb8a;
}

.popular-post-widget .single-populer-post {
  margin-bottom: 30px;
}

.popular-post-widget .single-populer-post .post-content > p {
  font-size: 14px;
  color: #b5aec4;
  font-weight: 400;
  margin-bottom: 0;
}

.newsletter-widget p {
  font-size: 14px;
}

.newsletter-form {
  position: relative;
  z-index: 1;
}

.newsletter-form input {
  width: 100%;
  height: 40px;
  background-color: #f5f5f8;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  padding: 0 20px;
  font-size: 14px;
  color: #b5aec4;
}

.newsletter-form button {
  width: 40px;
  height: 40px;
  background-color: #55bb8a;
  border: none;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
}

.newsletter-form button i{
  font-size: 16px;
}

.footer-content {
  padding: 50px 0 30px 0;
  border-bottom: 1px solid #eeeeee;
}

.footer-logo-area .yummy-logo {
  font-size: 25px;
  margin-bottom: 0;
  padding: 0 0 20px 0;
  display: inline-block;
  color: #232d37;
}

.copy_right_text {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-toggler i{
  font-size: 20px;
}

.leave-comment-area{
  border-top: 1px solid #ebebeb;
}

.section_padding_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-form .form-control, .comment-form .form-control {
  border: 1px solid #ebebeb;
  height: 50px;
}

.contact-form textarea.form-control, .comment-form textarea.form-control {
  height: 130px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: .25rem;
  transition: all .15s ease-in-out;
}

.contact-btn {
  margin-top: 50px;
  width: 160px;
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #55bb8a;
  border-radius: 30px;
}

.contact-btn:hover {
  color: #fff;
  background-color: #d43f10;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

@media (max-width:992px) {
  .logo_area .yummy-logo {
    font-size: 20px;
    padding: 0;
  }

  .footer-content {
    padding: 40px 0 40px 0;
    border-bottom: 1px solid #eeeeee;
  }

  .footer_area .navbar-nav{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header_area .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .navbar-collapse{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 30px;
    background: rgb(255, 255, 255);
  }

  .h2, h2 {
    font-size: 1rem;
  }

  .footer-logo-area .yummy-logo{
    font-size: 20px;
  }

  .section_padding_0_80{
    padding-top: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .navbar-toggler {
      background-color: transparent;
      width: 100%;
      color: #000;
      margin-bottom: 0;
  }

  .navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding: 7.5px 30px;
  }
}

@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 20px;
  width: 100%;
  min-height: 250px;
  clear: both;
}

.t_de {
  clear: both;
  height: 0.2rem;
  width: 100%;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}