/*
Theme Name: momocha
Author: Digital Agency Nepal
Author URI: https://www.digitalagencynepal.com/
Description: 
Version: 2.0
Tags:
Text Domain: dan
*/
html {
  font-size: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 16px;
  min-height: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
  background: white;
  color: #464646;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}

p, ul, ol, li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #2d446d;
}

::selection {
  color: white;
  background: #2d446d;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #262626;
}

.header {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 99999;
}

.off-canvas {
  background: #2d446d;
}

section {
  display: block;
  clear: both;
}

section.home-popular {
  margin-bottom: 65px;
  margin-top: 30px;
}

section.home-intro {
  margin-bottom: 65px;
}

section.home-blog {
  margin-top: 65px;
  margin-bottom: 65px;
}

section.category {
  margin: 30px 0 65px 0;
}

section.post {
  margin-top: 30px;
}

.block-logo.offcanvas {
  background: #a18f7a;
  padding: 20px;
}

.block-bgimg {
  background-size: cover;
  background-position: 50% 20%;
  width: 100%;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
  .block-bgimg {
    height: 35vh;
  }
}

@media (max-width: 767px) {
  .block-bgimg {
    margin-bottom: 15px;
  }
}

.block-bgimg h2 {
  background: rgba(45, 68, 109, 0.85);
  color: white;
  width: 100%;
  margin-bottom: 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-bgimg:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-bgimg:hover h2 {
  background: rgba(161, 143, 122, 0.85);
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-form {
  background: #f3f3f3;
  height: 100%;
  padding: 40px 30px;
}

.block-form h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

.block-form.dark {
  background: transparent;
  padding: 0;
}

.block-form.dark form {
  padding: 40px 30px;
  background: #293d62;
}

.block-recent.home {
  margin-bottom: 15px;
  display: block;
}

.block-recent.home h2.post-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.block-blog {
  background: #344f7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-blog_content {
  padding: 30px;
  position: relative;
  width: 100%;
}

.block-blog_content a {
  color: white;
}

.block-blog_content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 70px;
  border-color: transparent transparent transparent #344f7f;
  right: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .block-blog_content:before {
    right: 0;
    top: auto;
    bottom: -50px;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
  }
}

.block-archive {
  background: #344f7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-archive_content {
  padding: 30px;
  position: relative;
  width: 100%;
  color: white;
}

.block-archive_content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 70px;
  border-color: transparent transparent transparent #344f7f;
  right: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .block-archive_content:before {
    right: 0;
    top: auto;
    bottom: -50px;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
  }
}

.block-archive_list {
  margin-bottom: 30px;
}

.block-archive_list.post {
  background: transparent;
  color: #2d2d2d;
}

.block-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.block-social.bottom ul {
  text-align: left;
}

.block-social.bottom li {
  margin-right: 15px;
}

.block-social.bottom li a {
  font-size: 32px;
  font-size: 2rem;
  color: #3b3b3b;
}

.block-social.offcanvas ul {
  text-align: left;
  padding-left: 15px;
}

.block-social.offcanvas li {
  margin-right: 15px;
}

.block-social.offcanvas li a {
  font-size: 32px;
  font-size: 2rem;
  color: white;
}

.block-social li {
  display: inline-block;
  margin-right: 8px;
}

.block-social li a {
  color: #2d446d;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}

.block-social li a:hover {
  color: #233454;
}

.block-schema_cooking--details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-schema_cooking--details li {
  width: 49.5%;
  margin-bottom: 2px;
  background: #355081;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-schema_cooking--details li .icon {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  color: white;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-schema_cooking--details li .icon span {
  line-height: 1.2;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
}

.block-schema_cooking--details li .icon span .fa, .block-schema_cooking--details li .icon span .fas, .block-schema_cooking--details li .icon span .far, .block-schema_cooking--details li .icon span .fal, .block-schema_cooking--details li .icon span .fad, .block-schema_cooking--details li .icon span .fab {
  font-size: 24px;
  font-size: 1.5rem;
}

.block-schema_cooking--details li .icon span:first-child {
  width: 100%;
}

.block-schema_cooking--details li .icon span:first-child svg {
  fill: black;
}

.block-schema_cooking--details li .icon span:first-child img {
  width: 40px;
}

.block-schema_cooking--details li .text {
  padding: 0 10px;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
}

.block-schema_cooking--details li .text a {
  color: white;
}

.block-schema_cooking--ingredients {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2d446d;
}

.block-schema_cooking--ingredients a {
  color: #2d446d;
}

.block-schema_cooking--ingredients h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

.block-schema_cooking--ingredients h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

.block-author img {
  max-width: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.btn {
  line-height: 1.3;
  height: auto;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover, .btn:focus {
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn-primary {
  background: #2d446d;
  color: white;
  margin-bottom: 0;
  border: none;
  display: inline-block;
  padding: 10px 20px;
}

.btn-primary:hover, .btn-primary:focus {
  background: #917d66;
  color: white;
}

.btn-white {
  background: white;
  color: #2d446d;
  margin-bottom: 0;
  border: none;
  display: inline-block;
  padding: 10px 20px;
}

.btn-white:hover, .btn-white:focus {
  background: black;
  color: white;
}

.btn-alternate {
  background: #a18f7a;
  color: white;
  margin-bottom: 0;
  border: none;
  display: inline-block;
  padding: 10px 20px;
}

.btn-alternate:hover, .btn-alternate:focus {
  background: #796956;
  color: white;
}

.btn-offcanvas {
  background: #a18f7a;
  float: right;
  margin-bottom: 0;
}

.btn.full {
  width: 100%;
  display: block;
}

.menu {
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu a {
  display: block;
  width: 100%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.menu.submenu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu.submenu li a {
  background: #2d446d;
  color: white;
  line-height: 1.6;
  border-bottom: 1px solid #26395b;
  border-top: 1px solid #3c5b91;
}

.menu.submenu li a:hover, .menu.submenu li a:focus {
  background: #96826b;
  color: white;
}

.menu.submenu li:first-child a {
  border-top: none;
}

.menu.submenu li:last-child a {
  border-bottom: none;
}

.dropdown.menu > li > a {
  padding: 0.7rem 0.45rem;
}

.drilldown a {
  background: #2d446d;
  color: white;
  line-height: 1.6;
  border-bottom: 1px solid #26395b;
  border-top: 1px solid #344f7f;
}

.drilldown li:first-child a {
  border-top: none;
}

.drilldown li:last-child a {
  border-bottom: none;
}

h2.post-title {
  padding: 10px 0;
  font-size: 30px;
  font-size: 1.875rem;
}

h2.post-title.small {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 15px;
}

.post-title h1 {
  margin-bottom: 0;
}

.post-title.light {
  color: #8c8c8c;
}

.post-title.dark {
  color: #293e64;
}

.post-title.alternate {
  color: #96826b;
}

.post-meta.date {
  font-family: "Josefin Sans", sans-serif;
  color: #a18f7a;
}

.post-meta.share {
  margin-bottom: 30px;
}

.post-meta.tags {
  margin-bottom: 5px;
}

.post-meta.tags a {
  margin: 0 5px 5px 5px;
  border: 1px solid #2d446d;
  padding: 5px;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.post-meta.tags a:hover {
  background: #a18f7a;
  border: 1px solid #a18f7a;
  color: white;
}

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

.post-entry_img img {
  margin-top: 0;
}

.receipedetails {
  display: none;
}

.receipedetails .block-schema_cooking--details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.receipedetails .block-schema_cooking--details ul li {
  list-style: none;
  padding-left: 0;
  width: 49.25%;
  margin-bottom: 5px;
  text-align: center;
  padding: 15px;
  background: #2d446d;
}

.receipedetails .block-schema_cooking--details ul li:before {
  display: none;
}

.receipedetails .block-schema_cooking--details ul li .icon, .receipedetails .block-schema_cooking--details ul li .text {
  color: #fff;
}

.receipedetails .block-schema_cooking--details ul li .icon span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

.receipedetails .block-schema_cooking--details ul li .icon span img {
  max-width: 60px;
}

.receipedetails .block-schema_cooking--details ul li .text {
  font-size: 14px;
  font-size: 0.875rem;
}

.receipedetails .block-schema_cooking--details ul li .text a {
  color: #fff;
}

.no-border_bottom {
  border-bottom: none;
}

.pagination {
  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;
}

form.recipe textarea {
  resize: none;
  height: 130px;
}

form.recipe label, form.recipe a {
  color: white;
}

@media (max-width: 767px) {
  .widget {
    margin-bottom: 30px;
  }
}

.widget h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: white;
}

.widget .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget .menu li {
  width: 50%;
  margin-bottom: 10px;
}

.widget .menu li a {
  color: white;
  padding: 0;
  line-height: 1.5;
}

.textwidget ul {
  margin: 0;
  padding: 0;
}

.textwidget li {
  list-style: none;
}

.textwidget li a {
  padding: 0;
  line-height: 2;
  color: white;
}

.textwidget li a:hover, .textwidget li a:focus {
  color: black;
}

.footer {
  background: #a18f7a;
  padding: 30px 0;
  color: white;
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 0;
  }
}

.footer-copyright {
  margin-top: 45%;
}

.footer-copyright p {
  font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 767px) {
  .footer-copyright {
    margin-top: 10%;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
