/*
Theme Name:         Built To Heal
Author:             Visia Marketing
Version:            2.2.9
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.off-canvas-search {
	display:none;
}

.page-navigation-bar .page-navigation-wrap {
    align-items: flex-start;
}




.post-single .post-content-wrapper .post-header .post-meta, .fc-section-post-grid .post-card--meta {
    flex-direction: column;
	align-items: flex-start
}

@media screen and (min-width: 40em) {
  .post-single .post-content-wrapper .post-header .post-meta, .fc-section-post-grid .post-card--meta {
    flex-direction: row;
	align-items: center;
  }
}



.off-canvas {
    background-color: #37500f;
    padding: 60px 30px;
}

.off-canvas > ul.mobile-navigation > li {
    border-bottom: 1px solid #fafeef;
}

.off-canvas > ul.mobile-navigation > li > a {
    color: #c8f05b;
	font-family: "degular", sans-serif;
    font-weight: 400;
    padding: 16px 0;
	font-size: 20px;
}

.off-canvas > ul.mobile-navigation > li.active > a {
    background-color: transparent;
    color: #fafeef;
}

.off-canvas .close-button {
    position: absolute;
    left: 1rem;
    right: auto;
    color: #c8f05b;
}