aside img{
    max-width:100%;
    height:auto;
}

aside select,
aside input {
    max-width: 100%;
    border: 1px solid #999;
    padding: 5px;
    margin: 5px 0;
    border-radius: 0;
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    width: 100%;
    line-height: normal;
}

aside .widget{
    margin-top: 50px;
    display: block;
}

aside .widget:first-child{
    margin-top: 0;
}

aside .widget .widget-title{
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

aside .widget ul,
.section-sidebar.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

aside .widget .menu ul li:before{
    content: '\2022';
    margin-right: 7px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    color: #80c9c5;
    font-size: 14px;
    vertical-align: 0px;
}

aside .widget ul li a{
    color: inherit;
}

aside .widget .recentcomments{
    font-size: x-small;
}

aside .widget .recentcomments:before{
    display: none;
}

aside .widget .recentcomments span.comment-author-link,
aside .widget .recentcomments span.comment-author-link a{
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    display: inline-block;
}

aside .widget .recentcomments a{
    display: block;
    font-size: initial;
}

aside .widget .search-field,
.section-sidebar.widget .search-field{
    width: 245px;
    max-width: 80%;
    background: transparent;
}

aside .search-submit,
.section-sidebar .search-submit {
    display: none;
}

aside .widget .screen-reader-text,
.section-sidebar.widget .screen-reader-text{
    display:none;
}


aside table{
    width:100%;
}

aside table td , aside table th{
    border:1px solid #ddd;
    padding:5px;
    text-align:center;
}

aside table td a{
    color: #333;
}

.widget_rss .rss-date{
    display: inline-block;
    width: 100%;
    color:#666;
    padding: 10px 0;
    font-weight: normal;

}

.widget_rss  .rssSummary{
    font-weight: normal;
    text-transform: none;
    line-height: 20px;
}

.widget_rss   cite{
    font-size: 12px;
    display: inline-block;
    text-align: right;
    width: 100%;
    font-weight: normal;
    text-transform: none;
}

.rsswidget{
    font-size: 12px;
    color: #666;
}

.widget_search label ,.widget_search  input[type="submit"] , .woocommerce-product-search input[type="submit"]{
    display:none !important;
}

.textwidget {
    line-height:20px;
}

.textwidget img{
    margin-bottom:5px;
}
