/* Extra Small devices (phones, 768px and down) */
@media (max-width:767px)   {
	h1 {
		font-size:20px;
		font-weight:600;
	}
    .nav-tabs>li {
        width: 50%;
        text-align:center;
    }
    .nav-tabs>li.wide {
        width:100%;
    }
    .nav-tabs>li>a {
        border-radius: 0;
    }
    section.home-banner {
    		height: 260px;
    }
	section.home-banner.large {
		height: 300px;
	}
    section.home-banner .banner-content {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }
    .obituaries .obituary-header h2 {
        font-size:18px;
    }
    .obituaries .obituary-search input,
    .obituaries .obituary-search select {
        margin-bottom:4px;
    }
    .obituaries .obituary-search button {
        display:block;
        width:100%;
    }
    .obituaries .obituary-item .image {
        height: 220px;
    }
    .obituaries .obituary-item .item-detail {
        width:100%;
    }
    .obituaries .obituary-item .view-details {
        width: 100%;
        margin-left: 0;
        text-align: left;
        padding-left:10px;
        padding-right:0;
    }
    .obituaries .obituary-item .item-detail .date {
        display:none;
    }
    .obituaries .obituary-item .item-detail .date-mobile {
        display:block;
    }
    .obituary-detail .image-card .image {
        height: 195px;
        background-size: cover;
        background-position: top center;
    }
    .obituary-detail .image-card .info {
        padding-left:0;
    }
    .obituary-detail .image-card .info h1 {
        font-size:20px;
    }
    .obituary-detail .image-card .info h4 {
        font-size:15px;
    }
    .row.vcenter {
        display: block;
    }
    .obituaries .obituary-header h2, .staff .staff-header h2, .pricing .pricing-header h2 {
        line-height: 1.3em;
    }
    .obituaries .obituary-header, .staff .staff-header, .pricing .pricing-header {
        padding:10px 0;
    }
    img.bottom-pic {
        width: 100% !important;
    }
}
/* Small devices (tablets, 769px and up) */
@media(min-width:768px) and (max-width:991px) {
    img.bottom-pic {
        width: 100% !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media(min-width:992px) and (max-width:1199) {
    .obituaries .obituary-item .image {
        height: 450px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px) {
    
}