
/*------ Footer Widgets and Style
=======================================*/

#footer-widgets .widgets-mb {
    padding-bottom: 60px;
}

#footer-widgets .widget .widget-title {
    font-size: 22px;
    font-weight: 600;
}

#footer-widgets .widget .footer-logo {
    margin-top: -6px;
}

#footer-widgets .widget hr {
    margin: 0;
    width: 200px;
    height: 1px;
    background: #3e4d81;    
    margin-bottom: 40px;
    margin-top: 30px;
    position: relative;
}

#footer-widgets .widget hr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 105px;
    transition: .3s;
}

#footer-widgets .widget:hover hr:before {
    width: 145px;
}

#footer-widgets .widget hr:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    height: 4px;
    width: 80px;
    border-radius: 2px;
    transition: .3s;
}

#footer-widgets .widget:hover hr:after {
    width: 100px;
}

.widget_about p {
    margin-bottom: 30px;
}

.widget_about li {
    margin-bottom: 10px;
}

.widget_about li:last-child {
    margin-bottom: -0px;
}

.widget_about li i {
    margin-right: 18px;
}

.widget_links li {
    line-height: 2;
}

.widget_links li:before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f105";
    margin-right: 15px;
}

.widget_recent .latest-news {
    clear: both;
    display: block;
    margin-bottom: 26px;
}

.widget_recent .latest-news:last-child {
    margin-bottom: -0px;
}

.widget_recent .latest-news img {
    float: left;
    margin-right: 20px;
}

.widget_instagram .instagram-photos div {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
    transition: .3s;
    position: relative;
}

.widget_instagram .instagram-photos img {
    width: 100%;
    transition: .3s;
    position: relative;
}


.widget_instagram .instagram-photos div:hover img {
    transform: scale3d(1.3, 1.3, 1.3);
}



/*------ Blog Widgets
=======================================*/

.sidebar .widget {
    margin-bottom: 50px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 22px;
}

.sidebar .widget hr {
    margin: 0;
    width: 100px;
    height: 2px;
    margin-bottom: 30px;
    display: block;
}

.widget-search input {
    width: 100%;
    padding: 15px 20px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #e2dede;
}

.search-form {
    position: relative;
}

.search-form button {
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
}

.widget .post-date {
    font-size: 12px;
}

.popular-post {
    padding-top: 15px;
    padding-bottom: 25px;
    position: relative;
}

.popular-post:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d4d9de;
}

.popular-post img {
    float: left;
    margin-right: 15px;
}

.popular-post h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.popular-post p {
    font-size: 12px;
    line-height: 18px;
}

.popular-post:last-child {
    padding-bottom: 0;
}

.popular-post:first-child {
    padding-top: 0;
}

.popular-post:last-child:after {
    display: none;
}

.categories select {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}

.categories select:after {
    content: '\f107';
    position: absolute;
    top: 0;
    right: 15px;
    font-family: 'Font Awesome 5 Free';
    color: #385573;
    font-weight: 900;
}

.widget .tags li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 10px;
    position: relative;
}

.widget .tags li:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0; 
    height: 0; 
    border-top: 16px solid transparent;
    border-bottom: 17px solid transparent;  
    border-left: 20px solid;
}

.widget .tags li:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0px;
    width: 4px; 
    height: 4px;
    border-radius: 50%;
    background: #fff; 
    z-index: 2; 
}

.widget .tags li a {
    padding: 6px 12px;
    display: block;
}

.newsletter input {
    width: 100%;
    height: 42px;
    padding: 15px;
    border: 1px solid #e2dede;
    margin-bottom: 15px;
}

.newsletter button {
    color: #fff;
    font-size: 24px;
    padding: 4px 20px;
    border: none;
    border-radius: 18px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .3s;
}

.newsletter button:hover {
    background: #fff;
}

/*-----------------------------------
    05. Widget Calender
------------------------------------*/

.sidebar .widget-calender .widget-title li {
    display: block;
    padding: 10px 0;
    text-align: center;
    background: #efeff1;
    color: #2c3145;
    position: relative;
    overflow: hidden;
}

.sidebar .widget-calender .widget-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .widget-calender .widget-title li i {
    padding: 11px 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.sidebar .widget-calender .widget-title li i.left {
    left: 0;
    border-right: 1px solid rgba(255,255,255,.4);
}

.sidebar .widget-calender .widget-title li i.right {
    right: 0;
    border-left: 1px solid rgba(255,255,255,.4);
}

.widget-calender {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.weekdays {
    margin: 0;
    padding: 10px 0 10px;
    color: #385573;
}

.weekdays li {
    display: inline-block;
    width: 11.6%;
    text-align: center;
}

.days {
    padding: 0 0;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 11.6%;
    text-align: center;
    padding: 5px 0;
}

.days li.disable {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.days li .active {
    padding: 5px;
    color: #fff;
}

/* Calender Responsive*/
@media screen and (max-width:920px) {
    .weekdays li,
    .days li {
        width: 11.1%;
    }
}

@media screen and (max-width: 420px) {
    .weekdays li,
    .days li {
        width: 11.6%;
    }
    .days li .active {
        padding: 2px;
    }
}

@media screen and (max-width: 290px) {
    .weekdays li,
    .days li {
        width: 11.6%;
    }
}

