﻿@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
    .tsnews-date {
        width: 100%;
        text-align: center;
        border-right: none;
        margin-bottom: 6px;
    }

    .top-menu {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 4px;
    }

    .search-social {
        display: flex;
        justify-content: center;
    }

    .social-button li:first-child {
        margin-left: -10px !important;
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .tsnews-date {
        width: unset;
        text-align: unset;
        margin-bottom: 0;
        padding-top: 4px;
    }

    .top-menu {
        width: unset;
        display: inline-block;
        margin-bottom: 0;
    }

    .search-social {
        display: inline-block;
    }

    .social-button unstyled li:first-child {
        margin-left: 10px;
    }
   
}


@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
   
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
  
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
  
}
