/*widgets style*/

.footer .widget {
    background: none;
}

.footer .widget .widget-title {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 400;
    margin-top: 0;
}

.footer .widget a {
    color: #fff;
}

.footer .widget a:hover {
    text-decoration: underline;
}

.footer .tagcloud a {
    background: #fff;
    color: #101013 !important;
}

.footer .widget ul ul {
    margin-left: 20px;
}

/*-------*/
.widget {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.widget .search-form label  {
    width: 100%;
}

.widget .search-form label input.search-field  {
    width: 100%;
    padding: 10px;
    outline: none;
}

.widget ul {
    margin-left: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 20px;
}

.widget ul li {
    margin-bottom: 10px;
}


.widget ul li:before {
    content: '-';
    padding-right: 10px;
}

.widget a {
    color: #6e6e6e;
}
.widget.widget_rss ul li {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
}

.widget_calendar table {
    width: 100%;
    line-height: 30px;
}

.widget_calendar table caption {
    padding:0 0 10px 0;
    text-align: center;
}

.widget .widget-title {
    font-size: 16px;
    color: #414147;
    font-weight: 400;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
}

.widget_rss h1 a {
    color: #414147;
}


.widget_text img, .wp-caption img {
    width: 100%;
    height: auto;
}

.wp-caption-text img, img.wp-smiley {
    width: auto;
}

.widget_text select , .widget_text .customSelectInner{
    width: 200px !important;
}


.widget_search .search-submit {
    background: #ddd;
    padding:4px 5px;
    border: none;
    float: right;
    margin-top: -30px;
    margin-left: 2px;
}

.tagcloud a {
    background: #eaeaea;
    color: #7a7a7a;
    padding: 5px;
    margin-bottom: 3px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
