/* sort out css for display-post-shortcode plugin */

    .display-posts-listing  {
  		clear: both;
       
  		margin: 30px auto;
  		text-align: center;
  		padding: 30px;
    }
    
    
    .display-posts-listing li{
        padding: 14px;
        margin: 20px;
        display: inline-block;
        max-width: 45%;
  	
  		-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.21);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.21);
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.21);
    }

    .listing-item .title{
  		text-transform: uppercase;
  		margin-top: 10px;
        display: block;
    }

  @media only screen and (max-width: 1000px) {
  	  .display-posts-listing li{
        max-width: 100%;
    }
  	
  }

/* slider and  header */

  @media only screen and (max-width: 1000px) {
  	 .site-logo{
 		max-width: 150px;
	}
  	
  }


.text-slider-section{
	background-color: rgba(0,0,0,.5);
}


/* post display single */

.meta-post{
  display:none;
}

.post-navigation{
  display:none;
}

/* other */
.gallery-item{
  margin: 20px 0;

}

