.banner-mastead.tour-masthead {
  min-height: 0;
  margin: 0 0 20px;
  padding: 130px 0 50px 0;
}

/* Reduce top padding for small screens */
@media screen and (max-width: 767px)
{
    .banner-mastead.tour-masthead
    {
      padding: 10px 0;
    }
}

/*.blogImage
{
    max-width: 640px;
    max-height: 480px;
    width: auto;
    height: auto;
}*/

/* Blog posts */
.left-inner-addon i
{
    color: #14c776;
}

.placeholder
{
    color: #A4A6AB;
}

#lstBlogComments h3
{
    color: #007AC7;
}

#lstBlogComments h3 i
{
    padding-right: 5px;
    color: #14c776;
}

ul.subComment
{
    padding-left: 20px;
}

.list-categories-per-blog
{
    list-style: none outside none;
    padding-left: 0;
}

/* Switch to horizontal list for larger screens */
@media screen and (min-width: 768px)
{
    .list-categories-per-blog > li
    {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

    .list-categories-per-blog > li:first-child
    {
        padding-left: 0;
    }
}

#lstCategoriesForBlogPost li a span
{
    margin-right: 5px;
    color: #FA69DA;
}