/***
 *
 * Widgets
 *
***/
.rdzz-stream ul li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 3px 6px !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.rdzz-stream.columns-3 ul li {
    width: 33.33%;
}
.rdzz-stream ul li img {
    display: block;
    height: auto;
    width: 100%!important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

.rdzz-box-frame span {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    border: solid 5px rgba(0,0,0,0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.fluid-width-video-wrapper iframe, 
.fluid-width-video-wrapper object, 
.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.widget-item.rdzz_contact_info_widget ul li {
    margin: 0 0 8px;
    padding: 0 0 0 25px;
    display: block;
    line-height: 20px;
    position: relative;
}
.rdzz_contact_info_widget ul li i {
    font-size: 14px;
    line-height: 20px;
    color: #b2b2b2;
    margin-right: 10px;
}
.rdzz_contact_info_widget ul li span {
    font-size: 15px;
    font-weight: normal;
    color: #b2b2b2;
}