/*
 Theme Name:   Pawsitive Child
 Theme URI:    http://pawsitive.bold-themes.com
 Description:  Pawsitive child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     pawsitive
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  pawsitive-child
*/

.header-date-time,.header-address {
    text-align: right;
    color: #181818;
    font-weight: 600;
}
.btVerticalHeaderTop.custom-mobile-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.custom-smalld-header{
    display: none;
    background-color: #fff;
    padding: 0px 30px;
}
.header-date-time p, .header-address p {
    margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
    .custom-mobile-header > .header-date-time,
    .custom-mobile-header .header-address{
        display: none;
    }
    .custom-smalld-header{
        display:block;
    }
    .header-date-time, .header-address {
        text-align: center;
    }
}