/*
Theme Name: Publisher Child Theme
Theme URI: http://themeforest.net/item/publisher/15801051?ref=Better-Studio
Version: 1.0.0
Description: Designed by <a href="http://betterstudio.com/">BetterStudio</a>
Author: BetterStudio
Author URI: http://betterstudio.com/
Text Domain: publisher
Copyright: (c) 2016 BetterStudio
Template: publisher
*/






.cat-date-time-name{
	display:flex;
}
.cat-name{
	padding-right: 15px;
}


@media all and (min-width:569px) and (max-width: 768px) {
  /* put your css styles in here */
	.post-meta.single-post-meta .post-author-name {
    text-transform: capitalize !important;
    /* max-width: 360px; */
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
}

@media all and (min-width:481px) and (max-width: 568px) {
  /* put your css styles in here */
	.post-meta.single-post-meta .post-author-name {
    text-transform: capitalize !important;
    max-width: 100%;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
}

@media all and (min-width:321px) and (max-width: 480px) {
  /* put your css styles in here */
	.post-meta.single-post-meta .post-author-name {
    text-transform: capitalize !important;
   max-width: 100%;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
}

@media all and (min-width:0px) and (max-width: 320px) {
  /* put your css styles in here */
	.post-meta.single-post-meta .post-author-name {
    text-transform: capitalize !important;
     max-width: 100%;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
}

