ul.instawidget{
    margin: 0;  
    padding: 0;
    list-style-type: none;
}
.insta_head{
    width: 100%;
    text-align: center;
}
ul.instawidget li { display: inline-block; margin: 0;padding:0;}
ul.instawidget li a img{
    width: 100%;
    max-width: 110px;
    height: 100px !important;       
    margin: 0;
    padding: 0;
}
div.instagram_username:hover{
    color: #999999;
    -webkit-transition: color .2s linear,background .1s linear;
    -moz-transition: color .2s linear,background .1s linear;
    -ms-transition: color .2s linear,background .1s linear;
    -o-transition: color .2s linear,background .1s linear;
    transition: color .2s linear,background .1s linear;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    ul.instawidget li a img{
        height: 85px !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
    ul.instawidget li a img{
        /*height: 90px !important;*/
    }

    ul.instawidget li a img{
        width:100%;
        max-width: 100%;
        height:auto;
    }

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
      ul.instawidget li a img{
        height: 100px !important;        
    }
}
@media only screen and (max-width: 480px){
    ul.instawidget li{
        /*width: 20%;*/
    }
    ul.instawidget li a img{
        height: 85px !important;        
    }
}
.ciw_feed {
    width: 100%;
}
.flowbutton {
    font-family:'Helvetica Neue',sans-serif!important;
    font-size:18px;
    line-height:12px;
    border-radius:20px;
    -webkit-border-radius:9px;
    -moz-border-radius:20px;
    font-weight: lighter!important;
    border:0;
    text-shadow:#C17C3A 0 -1px 0;
    height:32px;
    text-transform: none!important;
} 

ul.instawidget div.imgcol1{
    clear: both;
    padding-left: 0px;                
    padding-right: 6px;  
    padding-bottom: 6px;
}
ul.instawidget div.imgcol2{
    padding: 0px;                
}
ul.instawidget div.imgcol3{
    padding-right: 0px;
    padding-left: 6px;
}
.widget_realphotography_custom_instagram_widget{clear:both;}

