.home .content .entry-image{
max-width: 300px;
}

.custom-instawidget{
clear:both;
margin:20px 0 0;
}
.instagram-pics li{
width:50%;
border:solid 1px #fff;
float:left;
list-style:none;
}
.instagram-pics li img{
vertical-align:middle;
}
.instagram-pics li:nth-of-type(2n+1){
clear:left;
}


.custom-instawidget:after,.content-sidebar-wrap:after{
display:table;
content:'';
clear:both;
}


.home .content-sidebar-wrap{margin-top:20px;}

.site-title a,
.site-title a:hover {
font-family: americantypewriter;
letter-spacing: 0;
border: none;
text-transform: none;
font-weight:400;
line-height:1;
font-size: 34px;
}

.site-header .wrap{
line-height:1;
}

.wpp-list{
    padding:0;
    margin:0;
    counter-reset: item;
}

.wpp-list li{
    overflow: hidden;
	float: none;
	clear: both;
    list-style: none;
    counter-increment: item;
    position:relative;
    overflow: visible !important;
}

.wpp-thumbnail {
    margin: 0 !important;
    width: 70px;
    height: auto;
	float: left;
	border: none;
}

.wpp-list li a{
float:left;
margin: 0 10px 20px 0;
}

.wpp-post-title {
    color: #494949 !important;
    float:none !important;
    font-weight: 400;
    line-height: 1.3;
    display:block;
    margin:0 !important;
font-family: sail;
letter-spacing: 1.5px;
font-size: 21px;
border-bottom: none !important;
}

 
.wpp-list li:before {
content: counter(item);
position: absolute;
left: -15px;
top: 20px;
width: 30px;
height: 30px;
background: #fff;
border-radius: 25%;
border: solid 2px #ff497e;
text-align: center;
line-height: 30px;
font-weight: 700;
color: #6c7a89;
z-index: 11;
}

div.riview ul li {
    border: 3px solid #ebf2ff !important;
}

@media screen and (max-width:800px){
.instagram-pics li{
width:20%;
}
}