/*--read-more-page--*/
hr{
    border-bottom: 2px dotted #DDD5D5;
}
.readmore-image{
    padding: 3em 0;
}
#AboutHeading h3{
    color: blue;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 3%;
    font-family: ralewaylight;
}
.readmore-image img{
    width:100%;
}
.readmore-image h3{
    font-size: 1.39em;
    margin: 0;
    color: #222;
    font-family: ralewaylight;
}
.readmore-image p{
    font-size: 1em;
    margin:0.8em 0;
    color: #000;
    font-family: RoboL;
    letter-spacing: 1px;
}
.readmore-image p.artical-bottom{
    margin-left: 1em;
}
h4.artical-bottom {
    margin: .5em .6em;
    color: #333;
    font-size: 1.5em;
    font-family: ralewaylight;
}
.link-text {
    padding: 2em 1em;
}
.link-text ul{
    border-top: 1px dotted gray;
    padding: 1em 0;
    margin: 0;
}	
.link-text ul.link-bottom {
    border-bottom: 1px dotted gray;
}
.link-text li{
    list-style-type:none;
    display:inline-block;
    margin-right: 3em;
    color: #000;
}
.link-text li a{
    margin-left: 9px;
    color:#000;
}
.link-text li a:hover{
    color: #E5133B;
    transition:.5s all;
}
.link-text span.calender {
    background: url(../images/img-sprite.png) no-repeat -7px 0px;
    padding: 5px 10px;
    margin-right: 7px;
}
.link-text li.man {
    margin: 0 5em;
}
.link-text li.man span {
    background: url(../images/img-sprite.png) no-repeat -29px 0px;
    padding: 5px 10px;
}	
.link-text li.link {
    margin: 0 0 0 12em;
}
.link-text li.link span {
    background: url(../images/img-sprite.png) no-repeat -71px 3px;
    padding: 5px 10px;
}
.link-text li.tag {
    margin-left: 11em;
}
.link-text li.tag span  {
    background: url(../images/img-sprite.png) no-repeat  -53px 0px;
    padding: 5px 10px;
}
.link-text li span.rate-tag {
    background: url(../images/img-sprite.png) no-repeat -7px -23px;
    padding: 5px 10px;
    margin-right: 7px;
}
.link-text li.chat span {
    background: url(../images/img-sprite.png) no-repeat -30px -23px;
    padding: 5px 10px;
}
.link-text li.eye{
    margin-right: 4em;
}
.link-text li.eye a{
    background: url(../images/img-sprite.png) no-repeat -55px -23px;
    padding: 5px 10px;
    margin: 0 5px 0 0;
}
.link-text li.like span{
    background: url(../images/img-sprite.png) no-repeat -76px -22px;
    padding: 3px 10px;
}
.related-posts{
    padding: 3em 0;
}
.related-posts h3{
    margin: 0 0 .6em .3em;
    font-size: 2.5em;
    font-weight: 400;
    color: #E4BB07;
}
.related-posts img{
    width: 100%;
    border: 1px solid rgb(215, 210, 210);
    padding: 6px;
}
.related-posts p{
    font-size: 15px;
    font-weight: 600;
    margin:.5em 0;
    color: #000;
}
.read-more-comments{
    padding: 2em 1em;
}
.read-more-comments lable {
    font-size: 15px;
    font-weight: 600;
}
.read-more-comments h4{
    margin: 0 0 .6em 0;
    font-size: 2.5em;
    font-weight: 400;
    color: #E4BB07;
}
.read-more-comments input[type="text"] {
    width: 30%;
    padding: .5em 0;
    margin: .5em 0 1em 0;
    display: block;
    color: #000;
}
.read-more-comments textarea {
    width: 55%;
    height: 155px;
    outline: none;
    resize: none;
    display: block;
    color: #000;
}
.read-more-comments input[type="submit"] {
    color: #000;
    padding: .3em .5em;
    margin: 1em 0;
    border: 1px solid black;
    background: white;
}	
.read-more-comments input[type="submit"]:hover {
    background: #ff5a5f;
    border: 1px solid #ff5a5f;
    color:white;
}
