/*
Theme Name: Stars Unfolded - Pinstagram Child
Theme URI: http://mythemeshop.com/themes/pinstagram
Template: pinstagram
Author: MyThemeShop
Author URI: http://mythemeshop.com/
Description: Pinstagram is a Pinterest-inspired WordPress theme that features the trademark grid layout with multiple post sizes and long list of posts perfect for both text and media bloggers.
Version: 1.3.4.1525142868
Updated: 2018-05-01 02:47:48

*/
.quick
{
	font-size: 17px;
    padding-top: 25px;
    letter-spacing: 0.2px;
    color: #1e1e1e;
	padding-bottom:25px;
}
.box-content
{
	font-size:20px;
	color:black;
	display: flex;
	position:absolute;
	margin-top:-4%;
	width:70%;
}
.box-view
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background:white;
	width:140px!important;
	padding-left:10px;
	border-radius:20px;
}
.box-image
{
	width: 22%!important;
    margin-top: 7px!important;
    margin-right: 0.5em;
    margin-bottom: 5px!important;
    float: left;
}
.box-verified
{
	font-size:20px;
	color:black;
	padding-top:10px;
	padding-bottom:10px;
}
.box-view01
{
	background:#ff7a00;
	padding:2px;
	margin-top:3%;
	color:white;
	font-weight:900;
  	display: flex;
  	flex-wrap: nowrap;
}
.box-view01 > div {
  width: 150px;
  padding: 10px;
  text-align: left;
  line-height: 18px;
  font-size:17px;
  font-weight:900;
  letter-spacing:0.2px;
}
.box-view01 div:nth-child(1n+2)
{
	border-right:2px solid #fff;
	color:black;
}
.box-view01 div:nth-last-child(0n+1)
{
	border-right:none;
}
@media (max-width:320px)
{
	.box-content
	{
		margin-top:-11%;
		margin-left:3%;
		display:flex;
		position:relative;
		width:100%;
	}
	.box-view01
	{
		flex-flow: column;
	}
	.box-view01 div:nth-child(1n)
{
	border-right:none;
	border-bottom:2px solid white;
}
	.box-view01 div:nth-last-child(0n+1)
{
	border-bottom:none;
}
	.box-view01 div:nth-last-child(0n+4)
	{
		text-align:center;
		border-bottom:none;
	}
	.box-view01>div
	{
		padding:5px;
		width:-webkit-fill-available;
	}
}
@media screen and (min-width:321px) and (max-width:480px)
{
	.box-content
	{
	font-size:20px;
	color:black;
	display: block;
	position:relative;
	margin-top:-10%;
	width:100%;
	}
	.box-view01
	{
		flex-flow: column;
	}
	.box-view01 div:nth-child(1n)
{
	border-right:none;
	border-bottom:2px solid white;
}
	.box-view01 div:nth-last-child(0n+1)
{
	border-bottom:none;
}
	.box-view01 div:nth-last-child(0n+4)
	{
		text-align:center;
		border-bottom:none;
	}
	.box-view01>div
	{
		padding:5px;
		width:-webkit-fill-available;
	}
}
@media screen and (min-width:481px) and (max-width:768px)
{
	.box-content
	{
	font-size:20px;
	color:black;
	display: block;
	position:relative;
	margin-top:-7%;
	width:100%;
	}
	.box-view01
	{
		flex-flow: column;
	}
	.box-view01 div:nth-child(1n)
{
	border-right:none;
	border-bottom:2px solid white;
}
	.box-view01 div:nth-last-child(0n+1)
{
	border-bottom:none;
}
	.box-view01 div:nth-last-child(0n+4)
	{
		text-align:center;
		border-bottom:none;
	}
	.box-view01>div
	{
		padding:5px;
		width:-webkit-fill-available;
	}
}
@media screen and (min-width:1024px)  and (max-width:1440px)
{
	.box-content
	{
	font-size:20px;
	color:black;
	display: block;
	position:relative;
	margin-top:-5%;
	width:100%;
	}
	.box-view01>div
	{
		padding:10px;
	}	
}
.single_post:blank
{
	display:none;
	height:0;
	margin:0;
	overflow:hidden;
}
.box-content:blank
{
	display:none;
	height:0;
	margin:0;
	overflow:hidden;
}
.box-view01:blank
{
	display:none;
	height:0;
	margin:0;
	overflow:hidden;
}
.box-view01 a {
	color: black;
}
.box-view01 a:visited {
	color: #eee;
}
.box-view01 a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;
}
.box-view01 a:hover{
	color:white;
}
/*align image center*/
a#featured-thumbnail
{
	float:none;
	margin:0 auto!important;
	display:block;
}