body.page {
  margin-bottom: 0;
}

body {
  background: #D3ECE8;
}
body > #page.site {
  padding: 100px 50px;
  outline: 1px solid #000;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body > #page.site {
    padding: 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  body > #page.site {
    padding: 0 0;
    background: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body > #page.site {
    padding: 20px 20px;
  }
}
body > #page.site:before {
  position: absolute;
  content: "";
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  left: 25px;
  border: 2px dashed #0071B4 !important;
  top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body > #page.site:before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body > #page.site:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body > #page.site:before {
    display: none;
  }
}
body > #page.site:after {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  background: #fff;
  top: 50px;
  left: 50px;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body > #page.site:after {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    top: 40px;
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body > #page.site:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body > #page.site:after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
  }
}
body > #page.site .container {
  position: relative;
  z-index: 5;
}

.site-branding-area {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .site-branding-area {
    padding-top: 0;
  }
}
.site-branding-area .site-title {
  font-family: "Pacifico", cursive;
}
.site-branding-area .search-form-header {
  margin-top: 20px;
}
.site-branding-area .search-form-header input {
  width: 100%;
  border-color: #d2eeea;
  color: #6fbbdb;
  border-radius: 0;
}
.site-branding-area .search-form-header input::placeholder {
  color: #6fbbdb;
}
.site-branding-area .search-form-header button {
  display: none;
}
.site-branding-area .social-icon {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .site-branding-area .social-icon {
    text-align: center;
    margin-bottom: 20px;
  }
}
.site-branding-area .social-icon a {
  color: #6fbbdb;
  margin-right: 15px;
}
.site-branding-area .social-icon a:last-child {
  margin-right: 0;
}

.nav-bar-area {
  position: relative;
  z-index: 555;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .nav-bar-area {
    background: #ffe9da;
  }
}
.nav-bar-area .stellarnav.light {
  background: transparent;
}
.nav-bar-area .stellarnav.light a.menu-toggle {
  width: 100%;
  text-align: center;
}
.nav-bar-area .menu {
  text-align: center;
  background: #ffe9da;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .nav-bar-area .menu {
    text-align: left;
  }
}
.nav-bar-area .menu ul {
  z-index: 55;
}
.nav-bar-area .menu ul li {
  background: #ffe9da;
  margin-bottom: 1px;
}
.nav-bar-area .menu ul li:last-child {
  margin-bottom: 0;
}
.nav-bar-area .menu ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 500;
}
.nav-bar-area .menu > li a {
  color: #0071b4;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nav-bar-area .menu > li a {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-bar-area .menu > li a {
    padding-bottom: 16.5px;
    padding-top: 16.5px;
  }
}

.single-blog-item {
  text-align: center;
  margin-bottom: 50px;
}
.single-blog-item header.entry-header.single-page-header {
  text-align: center;
}
.single-blog-item header.entry-header .categories {
  display: inline-block;
}
.single-blog-item header.entry-header .categories a span {
  padding: 0 5px;
  display: inline-block;
  color: #4d4d4d;
}
.single-blog-item header.entry-header .entry-title {
  font-size: 42px;
  margin-top: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .single-blog-item header.entry-header .entry-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item header.entry-header .entry-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-item header.entry-header .entry-title {
    font-size: 40px;
  }
}
.single-blog-item header.entry-header h4 {
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 0;
  font-weight: 400;
}
.single-blog-item header.entry-header h4 a {
  color: #6fbbdb;
  font-size: 24px;
  font-family: "Pacifico", cursive;
}
.single-blog-item header.entry-header .entry-meta .posted-on {
  color: #ababab;
  font-size: 0;
}
.single-blog-item header.entry-header .entry-meta .posted-on a {
  color: #ababab;
  font-size: 18px;
}
.single-blog-item .excerpt {
  line-height: 30px;
}
.single-blog-item .excerpt a {
  color: #6fbbdb;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid #6fbbdb;
  margin-left: 10px;
}

footer.site-footer {
  background: #ffe9da;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
footer.site-footer a {
  color: #4d4d4d;
}
footer.site-footer .copyright-section {
  padding-top: 20px;
  color: #4d4d4d;
  border-top: 1px solid #fff;
}
footer.site-footer .copyright-section a {
  color: #4d4d4d;
  font-weight: 500;
}
footer.site-footer .footer-widget-area {
  padding-top: 50px;
  text-align: center;
}
footer.site-footer .footer-widget-area h2.widget-title {
  text-align: left;
}
footer.site-footer .footer-widget-area section.widget.widget_media_image {
  text-align: center;
}
footer.site-footer .footer-widget-area ul.menu {
  padding-left: 0;
}
footer.site-footer .footer-widget-area ul.menu li a {
  color: #4d4d4d;
}
footer.site-footer .footer-widget-area ul.menu.removesubmenu li {
  background: transparent;
  display: block;
}
footer.site-footer .social-icon {
  text-align: right;
}
footer.site-footer .social-icon br {
  display: none;
}
footer.site-footer .social-icon a {
  color: #fff;
  margin-right: 15px;
}
footer.site-footer .social-icon a:last-child {
  margin-right: 0;
}

section.widget {
  text-align: left;
}
section.widget > ul {
  padding-left: 20px;
}
section.widget h2.widget-title {
  background: #ffe9da;
  text-align: center;
  padding-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 0;
  color: #4d4d4d;
  font-weight: 400;
  margin-bottom: 20px;
}
section.widget.widget_search input {
  width: calc(100% - 61px);
}

.footer-widget-area ul.menu {
  text-align: center;
}
.footer-widget-area ul.menu li {
  display: inline-block;
}
.footer-widget-area ul.menu li a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: normal;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}

.large-post {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
}
.large-post .no-posthtumb-lg {
  height: 650px;
  width: 100%;
  background: #ddd;
}
@media only screen and (max-width: 767px) {
  .large-post .no-posthtumb-lg {
    height: 300px;
  }
}
.large-post img {
  width: auto !important;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .large-post img {
    height: 300px;
  }
}
.large-post .post-absolute-content {
  position: absolute;
  background: rgba(253, 249, 247, 0.9);
  padding: 30px 50px;
  text-align: center;
  width: calc(100% - 200px);
  left: 100px;
}
.large-post .post-absolute-content h4.categories {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .large-post .post-absolute-content {
    width: calc(100% - 30px);
    left: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.large-post .post-absolute-content h4 {
  font-size: 0;
  padding-bottom: 0;
}
.large-post .post-absolute-content h4 a {
  color: #6fbbdb;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Pacifico", cursive;
}
@media only screen and (max-width: 767px) {
  .large-post .post-absolute-content h4 a {
    font-size: 18px;
  }
}
.large-post .post-absolute-content h2.entry-title {
  font-size: 50px;
  color: #4d4d4d;
  margin-top: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .large-post .post-absolute-content h2.entry-title {
    font-size: 24px;
  }
}
.large-post .post-absolute-content .entry-meta {
  margin-bottom: 0;
  color: #6fbbdb;
  font-family: "Raleway", sans-serif;
}
.large-post .post-absolute-content .entry-meta .posted-on {
  font-size: 0;
}
.large-post .post-absolute-content .entry-meta .posted-on a {
  color: #6fbbdb;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .large-post .post-absolute-content .entry-meta .posted-on a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .content-area {
    padding: 50px 0;
  }
}

.featured-sm-single {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.featured-sm-single:hover:before {
  opacity: 1;
}
.featured-sm-single:hover .post-absolute-content {
  opacity: 1;
}
.featured-sm-single .no-posthtumb-sm {
  width: 100%;
  height: 200px;
  background: #ddd;
}
.featured-sm-single img {
  width: auto !important;
  height: auto;
}
.featured-sm-single:before {
  background: rgba(253, 249, 247, 0.9);
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.6s;
  opacity: 0;
}
.featured-sm-single .post-absolute-content {
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: 0.4s;
}
.featured-sm-single .post-absolute-content h4 {
  font-size: 0;
  padding-bottom: 10px;
}
.featured-sm-single .post-absolute-content h4 a {
  color: #6fbbdb;
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Pacifico", cursive;
}
@media only screen and (max-width: 767px) {
  .featured-sm-single .post-absolute-content h4 a {
    font-size: 18px;
  }
}
.featured-sm-single .post-absolute-content h2.entry-title {
  font-size: 24px;
  color: #4d4d4d;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 30px;
}
.featured-sm-single .post-absolute-content .entry-meta {
  margin-bottom: 0;
  color: #6fbbdb;
}
.featured-sm-single .post-absolute-content .entry-meta .posted-on {
  font-size: 0;
}
.featured-sm-single .post-absolute-content .entry-meta .posted-on a {
  color: #6fbbdb;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

section.featured-slider-section {
  position: relative;
}
section.featured-slider-section:before {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -60px;
  background-image: url(../img/shap.jpg);
  content: "";
  z-index: 5;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.lg-featured-slider .owl-nav {
  width: 100%;
  top: 50%;
  position: absolute;
  margin-top: -25px;
}
@media only screen and (max-width: 767px) {
  .lg-featured-slider .owl-nav {
    margin-top: -15px;
  }
}
.lg-featured-slider .owl-nav button {
  width: 50px;
  text-align: center;
  height: 50px;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .lg-featured-slider .owl-nav button {
    height: 30px;
    width: 30px;
  }
}
.lg-featured-slider .owl-nav button.owl-prev {
  position: absolute;
  left: -30px;
  border-top: 1px solid #9fbbdb;
  border-left: 1px solid #9fbbdb;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .lg-featured-slider .owl-nav button.owl-prev {
    left: 0;
  }
}
.lg-featured-slider .owl-nav button.owl-next {
  position: absolute;
  right: -30px;
  border-top: 1px solid #9fbbdb;
  border-right: 1px solid #9fbbdb;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .lg-featured-slider .owl-nav button.owl-next {
    right: 0;
  }
}
.lg-featured-slider .owl-nav button span {
  font-size: 0;
}

.sm-featured-slider .owl-nav {
  width: 100%;
  top: 50%;
  position: absolute;
  margin-top: -25px;
}
@media only screen and (max-width: 767px) {
  .sm-featured-slider .owl-nav {
    margin-top: -15px;
  }
}
.sm-featured-slider .owl-nav button {
  width: 50px;
  text-align: center;
  height: 50px;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .sm-featured-slider .owl-nav button {
    height: 30px;
    width: 30px;
  }
}
.sm-featured-slider .owl-nav button.owl-prev {
  position: absolute;
  left: -30px;
  border-top: 1px solid #9fbbdb;
  border-left: 1px solid #9fbbdb;
  transform: rotate(-45deg);
}
.sm-featured-slider .owl-nav button.owl-next {
  position: absolute;
  right: -30px;
  border-top: 1px solid #9fbbdb;
  border-right: 1px solid #9fbbdb;
  transform: rotate(45deg);
}
.sm-featured-slider .owl-nav button span {
  font-size: 0;
}

nav.navigation.posts-navigation .nav-links {
  float: right;
}
nav.navigation.posts-navigation .nav-links div.nav-previous {
  float: left;
}
nav.navigation.posts-navigation .nav-links div.nav-next {
  float: right;
}
nav.navigation.posts-navigation .nav-links div.nav-next a {
  border-left: 0;
}
nav.navigation.posts-navigation .nav-links div a {
  width: 100px;
  display: inline-block;
  border: 2px solid #d2eeea;
  line-height: 50px;
  text-align: center;
  color: #6fbbdb;
  font-weight: 600;
}

header.page-header {
  padding-bottom: 50px;
}
header.page-header h1 {
  word-break: break-word;
}

section.page-header-section {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ffe9da;
  z-index: 1;
  position: relative;
  margin-top: 30px;
  background-position: center center;
}
section.page-header-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(253, 249, 247, 0.8);
}
section.page-header-section h2 {
  margin-bottom: 0;
  font-family: "Pacifico", cursive;
  font-size: 40px;
}

.single.single-post .single-blog-item {
  text-align: left;
}

.single-post-navigation {
  border-top: 1px solid #ffe9da;
  border-bottom: 1px solid #ffe9da;
  padding: 20px 0;
  margin: 20px 0;
  margin-bottom: 40px;
}
.single-post-navigation .postarrow a {
  background: #ffe9da;
  display: inline-block;
  padding: 5px 30px;
  font-size: 0.91rem;
  margin-bottom: 8px;
}
.single-post-navigation .postarrow a i {
  margin: 0 5px;
}
.single-post-navigation .next-post {
  text-align: right;
}

/*# sourceMappingURL=craftyblog.css.map */
