/* sideber css style */
/*======================== manhood WIDGET CSS =========================*/
/* sidebar css */
/* serch widget */
.widget-sidebar-box {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.sidebar-surch-box input {
    width: 100%;
    height: 63px;
    background: #eaedff;
    border: 0;
    padding-left: 15px;
}
.widget-sidebar-box .search-icon {
    float: right;
    position: relative;
    top: -63px;
}
.widget-sidebar-box .search-icon a {
    width: 55px;
    height: 63px;
    background: #7bc74d;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 15px;
}
.popular-post-box{
    margin-bottom: 25px;
}
.popular-post-thumb {
    margin-right: 15px;
}
.popular-post-content a {
    font-size: 16px;
    color: #151948;
    font-weight: 500;
}
.popular-post-content a:hover{
    color:#7bc74d;
}
.popular-post-content span {
    display: block;
    color: #212529;
    font-size: 14px;
}
.widget-sidebar-title h2 {
    font-size: 25px;
}
.categories-content ul li {
    list-style: none;
    border-top: 1px solid #eaedff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.categories-content ul li a {
    color: #152136;
}
.categories-content ul li a:hover{
    color:#7bc74d;
}
.Tags-Cloud-title a {
    display: inline-block;
    color: #152136;
    font-size: 13px;
    font-weight: 500;
    margin: 0 4px 8px 0;
    padding: 4px 18px;
    background: #FAF9FF;
    text-transform: uppercase;
}
.Tags-Cloud-title a:hover {
    background: #7bc74d;
    color: #fff;
}
/* Calender*/
.calender-area {
    height: 435px;
    padding: 8px 0px 0;
    background: #fff;
}
.celender-box {
border: 1px solid #e6e6e6;
margin-bottom: 40px;
box-shadow: 0 0 5px rgba(0,0,0,0.10);
padding: 13px 4px 8px 19px;
color: #fff;
}
.sidebar-search {
padding-top: 11px;
padding-bottom: 13px;
}
.sidebar-search input:focus {
border: 1px solid #f00;
}
.widget-title h2 {
    font-size: 25px;
    padding-left: 10px;
}
.curr-month {
    width: 96%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: normal;
    color: #565872;
}
.all-days {
width: 100%;
height: 40px;
background-color: #fff;
float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
list-style: none;
display: block;
height: 30px;
width: 100%;
margin: 0 auto;
float: left;
font-size: 15px;
font-weight: 300;
}
.tag-item .all-days ul li, .tag-item .all-date ul li {
    float: left;
    width: 50px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    color: #333;
    height: 50px;
}
.tag-item .all-days ul li {
font-weight: 600;
}
.all-date {
width: 100%;
height: 305px;
float: left;
}
.all-date li {
height: 40px;
width: 50px;
line-height: 40px;
border: 1px solid #ccc;
background-color: #fff;
}
.all-date li.monthdate:hover {
    background-color: #7bc74d;
    color: #fff;
}
.widget-items p {
margin-bottom: 0;
}

.element.style {
    background-color: inherit;
    color: rgb(255, 255, 255);
}

