/*
===============================================================
    Footer Widgets CSS
===============================================================
*/

#footer-widgets {
    padding: 80px 0;
    color: #111111;
}

#footer-widgets p {
    color: #111111;
}

.footer-logo,
#footer-widgets .widget:not(.widget_calendar) .widget-title {
    margin-bottom: 20px;
}

/*-----------------------------------
    01. Widget About
------------------------------------*/


.widget_about a {
    color: #111111;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.widget-social {
    margin-top: 40px;
}

ul.widget-social li {
    display: inline-block;
}

ul.widget-social li a i {
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #111111;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.widget-social li a:focus i,
ul.widget-social li a:hover i {
    background: #ff5d00;
}

/*-----------------------------------
    02. Widget Page List
------------------------------------*/
.widget_pages ul {
    margin-top:20px;
}
.widget_pages ul li a {
    padding-left: 20px;
    position: relative;
}

.widget_pages ul li a:before {
    content: '\f105';
    font-family: 'fontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}

.widget_pages ul li a {
    color: #111111;
    -webkit-transition: .3s;
    transition: .3s;
}

/*-----------------------------------
    03. Widget Latest News
------------------------------------*/
.sidebar .widget_recent_entries ul {
    padding: 20px 16px;
}

.widget_recent_entries ul li a {
    color: #232323;
    line-height: 1.3;
    word-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
}

.widget_recent_entries ul li a:after {
    font-family: FontAwesome !important;
    speak: none;
    font-style: normal;
    content: "\f101";
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 16px;
    line-height: 21px;
}

/*-----------------------------------
    04. Widget Contact & Social
------------------------------------*/

.widget_contact li {
    margin-bottom: 20px;
}

.widget_contact li i {
    margin-right: 13px;
}

.widget_contact form {
    position: relative;
}

.widget_contact input {
    box-shadow: 0px 2px 6.72px 1.28px rgba(84, 84, 84, 0.23);
    border: 0;
    height: 46px;
    background: #fff;
    padding: 15px;
    width: 100%;
    border-radius: 4px;
    position: relative;
}

button.subscribe-btn {
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 16px 4px;
    border: none;
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
}


/*
=============================================
 Sidebar Widgets 
 ============================================
 */

.widget.widget_calendar .widget-title,
.sidebar .widget-title {
    border-bottom: 1px solid #d3d6db;
    padding: 18px 16px 18px 0;
}

.sidebar .widget-search .widget-title {
    padding-top: 0;
}

.sidebar .widget {
    background: #ffffff;
    margin-bottom: 30px;
}

.widget.widget_rss .widget-title a {
    display: inline-block;
    font-size: inherit;
    font-weight: 700;
}

/*-----------------------------------
    01. Widget Search
------------------------------------*/

.widget_search .search-form {
    margin: 30px 0;
    position: relative;
}

.search-form input[type="search"]::-webkit-input-placeholder {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    color: #333;
}

.widget-newsletter input[type=email],
.widget_search input[type=search] {
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 13px 10px;
    width: 100%;
}

.widget_search button {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    border: 0;
    padding: 8px 18px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}


/*-----------------------------------
    02. Widget Links
------------------------------------*/

#footer-widgets .widget {
    margin-bottom: 5px;
}

#footer-widgets .widget_nav_menu ul,
.sidebar .widget ul {
    padding: 20px 20px 0 0;
}

#footer-widgets .widget.widget_pages ul,
.sidebar .widget.widget_pages ul {
    padding: 0;
    margin-top: 10px;
}

.widget.widget_archive ul li,
.widget.widget_categories ul li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    white-space: nowrap;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a {
    width: 100%;
    padding-left: 3px;
}

.widget.widget_categories ul li a {
    display: contents;
}

.widget:not(.widget_text) ul li:not(:last-child) {
    margin-bottom: 15px;
}

.widget ul li a {
    display: block;
    color: #111111;
    word-break: break-word;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget:not(.widget_text):not(.widget_pages):not(.widget_rss):not(.widget_recent_entries) ul li a i {
    float: right;
    padding-top: 6px;
}

.widget:not(.widget_recent_comments):not(.widget_text):not(.widget_pages):not(.widget_rss):not(.widget_recent_entries) ul li a:after {
    font-family: FontAwesome !important;
    speak: none;
    font-style: normal;
    content: "\f101";
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size: 16px;
    line-height: 24px;
}

#footer-widgets .widget.widget_nav_menu ul ul,
.widget.widget_nav_menu ul ul {
    padding-right: 0;
}

/*--------------------------
    Navigation Menu
------------------------*/
.menu-primary-container ul {
    margin-top:20px;
}
.menu-primary-container ul li {
    padding-left: 20px;
    margin-bottom: 12px;
    position: relative;
}

.menu-primary-container ul li:before {
    content: '\f105';
    font-family: 'fontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;

}

.menu-primary-container ul li a{
    color: #111111;
    -webkit-transition: .3s;
    transition: .3s;
}


/*-----------------------------------
    03. widget-enter-mail
------------------------------------*/
.widget-enter-mail {
    padding: 20px 20px;
    color: #fff;
}

.widget-enter-mail h3 {
    margin-bottom: 5px;
}

.widget-enter-mail p {
    margin-bottom: 5px;
}

.widget-enter-mail input[type="email"] {
    background: transparent;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.widget-enter-mail input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}

.widget-enter-mail .boxed-btn {
    background: #fff !important;
    border: none;
    color: #111111 !important;
    padding: 10px 16px 6px;
    text-transform: capitalize;
    cursor: pointer;
}

.widget-enter-mail .boxed-btn:hover {
    color: #fff !important;
}


/*-----------------------------------
    03. Widget Recent Post
------------------------------------*/

.recent-post {
    padding: 20px 16px;
}

.recent-post img {
    float: left;
    margin-right: 10px;
}

.recent-post h6 {
    color: #232323;
}

/*-----------------------------------
    04. Widget Tags
------------------------------------*/

.widget .tagcloud {
    padding: 30px 0;
}

.widget .tagcloud a {
    display: inline-block !important;
    margin-right: 10px;
}

.widget .tagcloud a {
    border-radius: 0 20px 0 20px;
    border: 1px solid #f1f1f1;
    color: #111111;
    background: #fff;
    padding: 6px 16px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}


.widget .tagcloud a:hover,
.widget .tagcloud a:focus {
    color: #fff !important;
    
}

/*-----------------------------------
    05. Widget Calender
------------------------------------*/

.widget_calendar caption {
    font-size: 18px;
    border-bottom: 1px solid #d3d6db;
    padding-bottom: 14px;
    text-align: center;
}
.widget_calendar {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

#wp-calendar th, #wp-calendar td {
    padding: 6px !important;
    text-align: center;
}

#calendar_wrap tfoot tr {
    display: none;
}

#wp-calendar td:not(#prev):not(#next) a {
    width: 24px;
    height: 24px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid;
    white-space: nowrap;
    display: inline-block;
}

.widget.widget_calendar .widget-title {
    padding-left: 26px;
}

.widget.widget_calendar .widget-title:after {
    content: "\f067";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    font-size: 18px;
    font-family: fontawesome;
    line-height: 4;
    margin: auto 0 auto;
}

.widget-calender .widget-title li {
    display: inline-block;
}

.widget-calender .widget-title .plus {
    float: right;
}

.widget-calender .widget-title .plus i {
    color: #111111;
}

.full-calender {
    padding: 25px 16px;
}

.weekdays {
    margin: 0;
    padding: 0 0 10px;
}

.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;
    margin-bottom: 5px;
}

.days li.disable {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.days li .active {
    padding: 5px;
    border-radius: 50%;
    border: 1px solid;
}

/* 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%;
    }
}

.wp-calendar-table {
    margin-bottom: 0;
}

.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 15px;
}


/*-----------------------------------
    05. Widget Gallery
------------------------------------*/

.widget .gallery {
    margin-top: 30px;
}


/*-----------------------------------
    06. Widget Newsletter
------------------------------------*/

.widget .newsletter {
    padding: 30px 16px;
}

.widget-newsletter input[type=email] {
    width: 100%;
    margin-bottom: 16px;
}

.widget-newsletter .subscribe {
    border: 1px solid;
    border-radius: 4px;
    background: #fff;
    padding: 10px 16px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.widget-newsletter .subscribe:hover {
    color: #fff;
}

/*------------------------------
    Recent Comment
--------------------------------*/
li.recentcomments {
    color: #232323;
    line-height: 1.3;
    word-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px !important;
}

ul .recentcomments {
    margin-top: 20px;
}

.widget_contact_widget li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 12px;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.15);
}

/*--------------------------
    Widget Text
---------------------------*/
.textwidget p {
    color: #111111;
}

.textwidget {
    margin-top: 20px;
}

#footer-widgets .textwidget {
    margin-top: 0;
}

#footer-widgets .widget_pages ul li,
#footer-widgets .widget_categories ul li,
#footer-widgets .widget_nav_menu ul li,
.sidebar .widget_nav_menu ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_pages ul li {
    width: 100%;
    display: block;
}
