/*
===============================================================
    Footer Widgets CSS
===============================================================
*/

#footer-widgets {
    background: #f7f7f7;
    padding: 88px 0 80px;
    color: #5e6271;
    box-shadow: 0px 1px 1px 0px rgba(44, 49, 59, 0.15);
}

#footer-widgets p {
    color: #5e6271;
}

.footer-logo,
#footer-widgets .widget-title {
    margin-bottom: 25px;
}

#footer-widgets .widget-title {
    position: relative;
    padding-bottom: 10px;
}

#footer-widgets .widget-title:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
    position: absolute;
    -webkit-transition: .3s all;
    transition: .3s all;
}

#footer-widgets .widget-title:hover:after {
    width: 160px;
}

#footer-widgets .widget-title img {
    margin-right: 8px;
}

/*-----------------------------------
    0. Widget Common CSS
------------------------------------*/

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget.widget_nav_menu .sub-menu li > a {
    padding-left: 20px;
}

.widget ul li.menu-item-has-children a {
    width: 100%;
    display: block;
}

.widget ul li.menu-item-has-children > a,
.widget.widget_nav_menu ul:not(.sub-menu) li:not(:last-child),
.widget ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.widget.widget_nav_menu ul.sub-menu li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.widget ul li a {
    color: #2c3145;    
    transition: .3s all;
}

.widget ul li a:hover, .widget ul li a:focus {
    color: #f22853;
}

/*-----------------------------------
    01. Widget About
------------------------------------*/

ul.widget-info {
    margin-top: 10px;
}

ul.widget-info i {
    margin-right: 10px;
}

ul.widget-info li {
    line-height: 2;
}

.widget_about p {
    margin-bottom: 20px;
}

.footer-logo img {
    margin-top: -8px;
}

/*-----------------------------------
    03. Widget Latest News
------------------------------------*/


li.latest-news {
    margin-bottom: 20px;
}

li.latest-news h6 {
    color: #5e6271;
    -webkit-transition: .3s;
    transition: .3s;
}

li.latest-news:last-child {
    margin-bottom: 0;
}

#footer-widgets li.latest-news p {
    text-transform: uppercase;
    color: #9c9c9c;
    margin-top: 5px;
}

/*
=============================================
 Blog Page Widgets 
 ============================================
 */

#blog-content .widget,
.sidebar .widget {
    margin-bottom: 30px;
}


#blog-content .widget-tag {
    margin-bottom: 20px;
}
#blog-content .widdget-instagram {
    margin-bottom: 15px;
}

#blog-content .widget:last-child {
    margin-bottom:  0;
}

#blog-content .widget-title,
.sidebar .widget-title {
    padding-bottom: 25px;
	font-weight: 500 !important;
	position: relative;
}

#blog-content .widget-title img {
    margin-right: 10px;
}

/*-----------------------------------
    02. Widget Search
------------------------------------*/

.widget_search .search-field {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 12px 53px 13px 12px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
    width: 100%;
}

.widget_search .search-field:focus {
    box-shadow: 0 0 5px rgb(236, 85, 152)!important;
    margin: 5px 1px 3px 0px;
    border: 1px solid #aaa;
}

.widget_search input[type=submit] {
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px rgba(7, 7, 6, 0.2);
    color: #fff;
    border: 0;
    padding: 14px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
	background: #f22853;
}

.widget_search input[type=submit]:hover,
.widget_search input[type=submit]:focus {
    background: #f9f9f9;
	color:#f22853;
}

/*-----------------------------------
    03. widget gallery
------------------------------------*/

.widget_media_gallery .gallery {
    display: inline-block;
}

.widget_media_gallery .gallery-item {
    display: block;
    float: left;
    position: relative;
    width: 29.7%;
    margin: 0px 10px 10px 0px;
    overflow: hidden;
    border-radius: 5px;
    padding: 0;
}
.widget .gallery-item {
	position: relative;
}
.widget .gallery-item figcaption {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	color: #fff;
    margin: auto !important;
    line-height: 1.5 !important;
    padding: 15px 5px !important;
    z-index: 0;
}

.widget .gallery-item figcaption:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
}

.widget .gallery-item:hover figcaption {
	opacity: 1;
}

.sidebar .widget_media_gallery .gallery-item {
    width: 28%;
}

.widget_media_gallery .gallery-item:nth-child(6),
.widget_media_gallery .gallery-item:nth-child(3) {
    margin-right: 0;
}

.widget_media_gallery .gallery-item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


.widget_media_gallery .gallery-item:hover img {
    transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
}


/*-----------------------------------
    04. Widget Tags
------------------------------------*/

.widget_tag_cloud .tagcloud, .widget_product_tag_cloud .tagcloud {
     display: -webkit-box;
}

.widget_tag_cloud .tagcloud a,.widget_product_tag_cloud .tagcloud a {
    color: #5e6271;
    background: #efeff1;
    padding: 8px 15px;
    font-size: 14px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
    color: #fff !important;
	background:#f22853;
}

/*-----------------------------------
    05. Widget Calender
------------------------------------*/
.calendar_wrap {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.calendar_wrap thead tr {
	 margin: 0;
    padding: 10px 0 10px;
    color: #fff;
	background: #f22853;
}

.calendar_wrap td, .calendar_wrap th {
    text-align: center;
}

.calendar_wrap caption {
    /* display: block; */
    padding: 10px 0;
	width:100%;
    text-align: center;
    background: #efeff1;
    color: #2c3145;
    position: relative;
    overflow: hidden;
}
table#wp-calendar {
    width: 100%;
}
.widget_calender .widget-title {
    padding-bottom: 0;
}

.widget_calender .widget-title li i {
    padding: 11px 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.widget_calender .widget-title li i.left {
    left: 0;
    border-right: 1px solid rgba(255,255,255,.4);
}

.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);
}
td#today a {
    color: #fff;
}
.calendar_wrap thead {
    margin: 0;
    padding: 10px 0 10px;
    color: #fff;
}

.calendar_wrap thead tr th {
    /* display: inline-block; */
    width: 11.6%;
    text-align: center;
}

.calendar_wrap tbody tr {
    padding: 0 0;
    margin: 0;
}

div#calendar_wrap tbody tr td {
    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)";
}

td#today {
    padding: 5px;
    color: #fff;
    background: #f22853;
}
table#wp-calendar tfoot {
    background: #f22853;
}
table#wp-calendar tfoot td a {
    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%;
    }
}

.wp-calendar-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


/*-----------------------------------
    05. Widget Gallery
------------------------------------*/

.gallery-images {
    margin-top: 30px;
}

.gallery-images img {
    width: 33.33333%;
    margin: 0;
    padding: 0;
    margin-right: -5px;
    margin-bottom: -1px;
}

/*-----------------------------------
    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;
}

/* widget woocommerce*/
/*widget_product_categories*/

.woo-sidebar .widget-title {
    padding: 0 0 30px;
}

.woo-sidebar .widget {
    margin-bottom: 30px;
}
.widget_product_categories ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.widget_product_categories ul li a {
    transition: .3s all;
	color:#2c3145;
}
.widget_product_categories ul li a:hover{
	color:#f22853;
}
/*widget_products*/
.widget_products ul li,.widget_top_rated_products ul li,.widget_recently_viewed_products ul li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.widget_products ul li a,.widget_top_rated_products ul li a,.widget_recently_viewed_products ul li a {
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    transition: .3s all;
	color:#2c3145;
}
.widget_products ul li a:hover,.widget_top_rated_products ul li a:hover,.widget_recently_viewed_products ul li a:hover{
	color:#f22853;
}
/* woocommerce widget search */
.widget_product_search .input {
    width: calc(80% - 2em);
    margin-right: 10px;
    background: #f9f9f9;
    box-shadow: 0px 0px 2px 0px rgba(7, 7, 6, 0.2);
    margin-bottom: 0;
}

.widget_product_search .search-field {
    padding: 10px 10px;
	border-radius: 4px;
    background: #f9f9f9;
    box-shadow: 0px 0px 2px 0px rgba(7, 7, 6, 0.2);
    border: 0;
    width: 70%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.widget_product_search button[type=submit] {
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px rgba(7, 7, 6, 0.2);
    color: #fff;
    border: 0;
    padding: 10px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
	background: #f22853;
}

.widget_product_search button[type=submit]:hover {
    background: #f9f9f9;
	color:#fff;
}
/*widget_product_categories*/
.widget_product_tag_cloud .tagcloud {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.widget_product_tag_cloud .tagcloud  a {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    transition: .3s all;
	color:#2c3145;
}
.widget_product_tag_cloud .tagcloud  a:hover{
	color:#f22853;
}
/* footer widget */

.widget_nav_menu ul.menu {
    padding: 0
}