/*
 Theme Name:   SoftWind Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  SoftWind Child Theme
 Author:       XanderRock
 Template:     softwind
 Version:      1.1
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  softwind-child
*/

p{
	text-align: justify;
}

.entry-content{
	text-align: justify;
}
 
.site-title{
	text-align: center;
	font-family: 'Titillium Web';
	font-size: 30px;
}

.site-info{ 
	display: none!important;
}

@media screen and (max-width: 800px) {

	.site-title{
	
	font-size: 17px;
}
.site-branding{

	padding: 0;
}

.site-description{
	font-size: 12px!important;
	
}
}
   
   
 @media screen and (max-width: 640px) {
.post-slide-details {
   padding: 20px 300px;
}
.post-slide-details a.rps_button{
	font-size: 8px;
	padding: 2px 7px;
}

}
  
   @media screen and (max-width: 640px){
.post-slide-details h2 {
   font-size: 10px;
}

}


@media (min-width: 641px) and (max-width: 850px) {
.post-slide-details {
   padding: 20px 150px;
}
}

footer.site-footer .author-social{
	display: none!important;
}
footer.site-footer{
	
	overflow: hidden;
}

footer.site-footer .textwidget{

	padding: 5px 0;
}

.footer-widgets aside{

	margin-bottom: 0!important;
}

.site-description{
	display: block!important;
	font-size: 17px;
	text-align: center;
	color: black;
	font-family: 'Titillium Web';
}



article header .byline{
	display: none!important;
}

.about-me-details{
	text-align: justify!important;
}

.page-header{
	display: none!important;
}

article.grid-article{
	min-height: auto!important;
}