﻿#related-posts
{
 /*   margin: 28px 20px 10px -67px; */
    margin: 30px auto;
/*    max-width: 250px; */
    width: 100%;
    letter-spacing: 1px;
    float: left;
    border: solid 0.5px #566d79;
    border-left: none;
    border-right: none;
    line-height: 1.4em;
}

#bgLine
{
    border: solid 0.5px #566d79;
}

#relatedStoriesTitle
{
    font-size: 13pt;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #566d79;
    color: white;
    padding: 5px 16px;
    width: fit-content;
    margin-top: -18px;
}

#related-posts ul
{
    width: 100%;
    display: inline;
    list-style-type:disc;
}

#related-posts ul li
{
    margin: 10px 20px 10px 20px;
    font-size: 13px;
    width: 150px;
    font-family: 'Merriweather', serif;

    color: #566d79;
    vertical-align: top;
    float:left;
    
}


#related-posts ul li a
{
    color: #566d79;
}
@media only screen and (max-width: 767px) 
{
	#related-posts  {
		border-top: none;
    }
	#bgLine 	{
		border: none;
	}
    #related-posts ul {
        width: 680px;
		margin: 5px 10px 10px 10px !important;
    }
    #related-posts ul li 
	{
		padding: 0 !important;
		margin: 10px !important;
        width: 87%;
     }

}

@media only screen and (max-width: 400px) 
{
    #related-posts ul {
        width: 320px;
        display: inline-block;
        list-style-type: disc;
		margin: 5px 10px 10px 10px !important;
    }
    #related-posts ul li 
	{
		padding: 0 !important;
		margin: 10px !important;
        width: 270px;
     }

}

@media only screen and (max-width: 340px) 
{
    #related-posts ul {
        width: 280px;
        display: inline-block;
        list-style-type: disc;
		margin: 5px 10px 10px 10px !important;
    }
    #related-posts ul li 
	{
        width: 220px;
     }

}