/*
 Theme Name:   Twenty seventeen Child
 Template:     twentyseventeen
 Text Domain:  twenty-seventeen-child
*/

.posts {
	float:left; width:70%; text-decoration: none;
}

.sidebar {
float:left;  width:25%;  margin:0 0 0 30px;text-align:left;
}
.sidebar ul li a{
		text-decoration: none;
		
}
.entry-footer {
	display:none;
}

.entry-header h1 a{
	text-decoration:none;
}
.badge-des img {
 
    border: transparent !important;
}
.badge-des {
    float: right;
    width: 150px;
   
}

.entry-content .more-link {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #028fbd;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-top: 15px;
    padding: 10px 0;
    text-align: center!important;
    text-transform: uppercase;
    width: 120px;
    text-decoration: none;
}

.entry-content .more-link:hover {

	background: #028fbd;
	color:#ffffff;
	transition: all 400ms ease-in-out 0s;
}
@media screen and (max-width: 999px){

.badge-des img {
    width: 100px;
    position: absolute;
    top: 0;
    right: 5%;
    top: 53px;
}


}

@media screen and (max-width: 480px) {
    .badge-des img{
        display:none;
    }
      }