/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
.feat-img img.attachment-post-page-image.size-post-page-image.wp-post-image{height:175px; width: 355px}


html body input[type=time] {
    width: 50px !important;
    padding: 10px 5px !important;
}
.entry li { list-style-position: outside; }
.entry ul { padding-left: 7px; }

.offices-template-default .detail_banner {
    z-index: 1;
}

@media(max-width: 767px){
    .offices-template-default .detail_banner img {
        height: 400px;
        object-fit: cover;
    }
}