/*
 Theme Name:   JointsWP Child
 Theme URI:    https://jointswp.com/
 Description:  Child theme for JointsWP
 Author:       Fablead dev
 Author URI:   https://fableadtechnolabs.com
 Template:     JointsWP
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  joints-child
*/
@media print, screen and (min-width: 40em) {
  .off-canvas-wrapper #off-canvas ul#offcanvas-nav > li.menu-item {
        width: calc(100% / 6);
    }
}

@media (max-width: 768px) {
.header .right-header h1.page-title {
    display: none !important;
}
	.post-content {
    padding: 80px 10px;
}
	.footer h6 {
    color: #43d0b2;
    margin-bottom: 2rem;
    font-size: 15px;
}
	.row.justify-content-center.mt-5 {
    padding: 10px;
}
}
@media print, screen and (min-width: 40em) {
    #off-canvas ul#offcanvas-nav > li.menu-item {
        width: calc(100% / 6);
    }
}
.news-date {
    color: white !important;
}
.news-title, .related-content h4 {
	margin-bottom:0;
}
.page-template-news-listing .off-canvas-wrapper .news-container {
	margin-top:3rem;
}









/*
.team-member-details-content > h3, .team-member-details-content > h4 {
    display: none;
}



.grid-x.team-members {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; 
}

.grid-x.team-members .cell {
    display: flex;
    flex-direction: column;
}

.team-member {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
    height: 100%;
}

.team-member .headshot,
.team-member .headshot img {
    width: 100%;
    height: 565px; 
    object-fit: cover; 
    object-position: center top; 
}

.team-member-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

@media (max-width: 40rem) {
    .headshots .inner-content.grid-x.grid-margin-x.align-middle img {
        height: 360px;
    }
}
*/