/*************** Sidebar Search Form ***************************/
/*************** Sidebar Common Css ****************************/

/*************** Sidebar Search Form ***************************/
.sidebar
{
    letter-spacing: 0.5px;
    padding-top: 0px;
}
.sidebar input[type="text"]
{
    border-radius: 0px;
    line-height: 2rem;
}
.sidebar .searchform
{
    position: relative;
}
.sidebar .searchform .button
{
    font-size: 0;
    position: absolute;
    top: 0px;
    right: 0;
    width: 45px;
    height: 100%;
    margin: 0;
    background-color: transparent !important;
    border: none;
    padding: 0 15px;
    line-height: 60px
}
.sidebar .searchform .button:before {
    content: '\f002';    
    font: normal normal normal 24px/1 FontAwesome;   
    font-weight: 100;   
    margin: 0;
    position: absolute;
    top: 7px;
    right: 5px;
}
/************************* Sidebar Common Css *****************************/
.sidebar h4.widget-title, 
.sidebar h4.widget-title a
{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #000; 
    letter-spacing: 2px;
}
.widget select{
    background-color: transparent;
}
.widget ul{
    margin: 0px;
    padding: 0px;
}
.widget-area .widget + .widget, .widget-area .widget + style + .widget {
    margin-top: 4rem;
}
.widget ul li{
    list-style: none;

}
.widget select option{
    color: #747474;
}
.sidebar a{
    color: #3e3e3e;
    line-height: 30px;
    font-style: normal;
    font-size: 1rem;
}

.widget_categories ul ul, 
.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul,
.widget_layered_nav ul ul
{
    /*background-color: #f4f6f7;*/
}
.widget_categories > ul, 
.widget_pages > ul,
.widget_nav_menu div > ul,
.widget_product_categories > ul,
.widget_layered_nav > ul
{
    border: 1px solid #e1e1e1; 

}
.widget_categories li:before,
.widget_pages li:before,
.widget_nav_menu li:before,
.widget_product_categories li:before,
.widget_layered_nav li:before
{
    padding-left: 20px;
}
.widget_categories > ul > li,
.widget_layered_nav > ul > li,
.widget_pages > ul > li,
.widget_nav_menu div > ul > li,
.widget_product_categories > ul > li{
    padding: 5px 12px 5px 0;
}
.widget_categories > ul > li > ul > li,
.widget_layered_nav > ul > li > ul > li,
.widget_pages > ul > li > ul > li,
.widget_nav_menu div > ul > li > ul > li,
.widget_product_categories  > ul > li > ul > li
{
    padding: 10px 12px 10px 10px;
}
.widget_categories > ul > li > ul > li li, 
.widget_product_categories > ul > li > ul > li li,
.widget_layered_nav > ul > li > ul > li li,
.widget_pages > ul > li > ul > li li,
.widget_nav_menu  div > ul > li > ul > li >ul > li{
    padding: 10px 15px 10px 20px;
}
.widget_categories > ul > li > ul,
.widget_product_categories > ul > li > ul,
.widget_layered_nav > ul > li > ul,
.widget_pages > ul > li > ul,
.widget_nav_menu div > ul > li > ul{
    margin: 10px -12px -10px 0;
}
.widget_categories > ul > li > ul > li > ul,
.widget_product_categories > ul > li > ul > li > ul,
.widget_layered_nav > ul > li > ul > li > ul,
.widget_pages > ul > li > ul > li > ul,
.widget_nav_menu  div > ul > li > ul > li > ul{
    margin: 10px -12px -10px -10px;
}
.widget_nav_menu  div > ul > li > ul > li > ul > li > ul li{
    padding: 10px 15px 10px 20px;
}
.widget_nav_menu  div > ul > li > ul > li > ul ul{
    margin: 10px -15px -10px -20px;
}
.widget_categories li, 
.widget_layered_nav li, 
.widget_product_categories li,
.widget_pages li,
.widget_nav_menu li
{
    border-top: 1px solid #e1e1e1; 
}
.widget_categories >ul > li:first-child,
.widget_product_categories >ul > li:first-child, 
.widget_layered_nav >ul > li:first-child,
.widget_pages >ul > li:first-child,
.widget_nav_menu  div > ul > li:first-child
{
    border-top:none;
}
.widget_categories li:last-child,
.widget_product_categories li:last-child, 
.widget_layered_nav li:last-child, 
.widget_pages li:last-child,
.widget_nav_menu li:last-child
{
    border-bottom: none; 
}



.widget_recent_entries li,
.widget_archive li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li
{
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0px;
}
.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child
{
    border-bottom: none;
}
.widget_recent_entries li:before,
.widget_archive li:before,
.widget_categories li:before,
.widget_layered_nav li:before,
.widget_product_categories li:before,
.widget_pages li:before,
.widget_meta li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.widget_rss li:before,
.widget_nav_menu li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.sidebar  .widget_rss li .rsswidget
{
    font-size: 1.1rem; 
    display: block;
}
.sidebar  .widget_rss .rss-date
{
    font-weight: bold;
}
.sidebar  .widget_rss li:before
{
    display: none;
}
.widget .tagcloud a {
    border: 1px solid #e1e1e1;
}
.widget .tagcloud a {
    margin-right: 4px;
    text-decoration: none;
    margin-bottom: 6px;
    padding: 2px 9px;
    display: inline-block;
    font-size: 14px !important;
}
.widget .tagcloud a:hover{
    color: #fff;
}
#calendar_wrap, 
.calendar_wrap
{
    background: #f4f6f7;
    position: relative;

}
.widget_calendar thead,  
.widget_calendar tbody{
    padding: 2% 8%;
    text-align: center;

}
.widget_calendar #prev a{
    margin-left: 10px;   
    color: #fff;

}
.widget_calendar #next a{
    margin-right: 10px;   
    color: #fff;
}
.widget_calendar caption
{
    caption-side: top;
    text-align: center;
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}
.widget_calendar tfoot{
    position: absolute;
    width: 100%;
    top: 0px;
    display: table;
    height: 45px;
}
.widget_calendar tfoot td{
    width: 33%;
}
.widget_calendar tfoot td#next
{
    text-align: right;
}

#searchform div{
    display: flex;
}
#searchform div .button{
    margin-left: 10px;
}
.calendar_wrap td{
    padding: 5px 10px;
}
.sidebar .widget h3 a{

    font-size: 17px;
    font-weight: 500;
}
.sidebar .widget .tagcloud a:hover{
    color:#fff;
}

