/* #Widgets
--------------------------------------------------------------- */

.widget {
   margin-bottom: 43px;
}

.widget .nm-widget-title {
   font-size: 16px;
   line-height: 1.2;
   margin-bottom: 16px;
}

.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
   margin: 6px 0 6px 20px;
}

.widget ul li {
   line-height: 1.6;
   margin-bottom: 8px;
}

.widget ul li:last-child {
   margin-bottom: 0;
}

.widget ul li a {
   color: inherit;
   cursor: pointer;
}

.widget ul li.active,
.widget ul li a:hover,
.widget ul li a:focus,
.widget ul li a.active {
   color: #dc9814;
}

.widget ul li .count {
   display: none;
}

/* Select boxes */
.widget form>select {
   width: 100%;
}

.widget form>button {
   display: block;
}


/* Widget: RSS */
.widget_rss .rsswidget {
   color: #282828;
}

.widget_rss .rsswidget img {
   display: none;
}

.widget_rss ul li {
   padding-bottom: 14px;
}

.widget_rss ul li:last-child {
   padding-bottom: 0;
}

.widget_rss ul li .rss-date {
   display: block;
   font-size: 14px;
   line-height: 1;
   padding: 15px 0;
}

.widget_rss ul li .rssSummary {
   padding-bottom: 10px;
}


/* Widget: Calendar */
#wp-calendar {
   width: 100%;
}

#wp-calendar caption {
   font-size: 16px;
   padding-bottom: 10px;
}

#wp-calendar th,
#wp-calendar td {
   padding: 5px;
}

#wp-calendar tbody td a {
   margin-left: -5px;
   padding: 3px 5px;
   color: #fff;
   background: #dc9814;
}


/* 
 * Widgets: 
 *
 * - Tag cloud
 * - WooCommerce product tags
 */
.widget_tag_cloud>.tagcloud,
.widget_product_tag_cloud .tagcloud {
   display: flex;
   flex-wrap: wrap;
   gap: 6px;
}

.nm-footer-widgets .widget_tag_cloud a,
.nm-footer-widgets .widget_product_tag_cloud a,
.nm-footer-widgets .widget_tag_cloud a:hover,
.nm-footer-widgets .widget_product_tag_cloud a:hover,
.widget_tag_cloud a,
.widget_product_tag_cloud a {
   color: #fff;
}

.widget_tag_cloud a,
.widget_product_tag_cloud a {
   /*display: inline-block;
	float: left;*/
   display: block;
   line-height: 1;
   /*margin: 0 6px 6px 0;*/
   margin: 0;
   padding: 6px 12px;
   border-radius: 30px;
   background: #282828;
}

.widget_product_tag_cloud a {
   font-size: 12px !important;
}

.widget_tag_cloud a {
   font-size: 13px !important;
   text-transform: lowercase;
}

.widget_tag_cloud a:before {
   display: inline-block;
   font-family: arial, sans-serif;
   content: "#";
   padding-right: 3px;
   vertical-align: middle;
}

.nm-footer-widgets .widget_tag_cloud a:hover,
.nm-footer-widgets .widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
   background: #dc9814;
}

/* Clear fix */
/*.tagcloud:before,
.tagcloud:after {
    content: " ";
    display: table;
}
.tagcloud:after {
    clear: both;
}
.tagcloud {
	*zoom: 1;
}*/


/* Widgets:
 *
 * - Search
 * - Product search
 */
.widget_search form,
.widget_product_search form {
   position: relative;
}

.widget_search input,
.widget_product_search button,
.widget_product_search input {
   width: 100%;
   margin: 0;
   padding: 9px;
   outline: 0 none;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.widget_product_search label {
   display: none;
}

.widget_search form>button,
.widget_product_search form>#searchsubmit {
   display: block;
   position: absolute;
   top: 1px;
   right: 1px;
   z-index: 100;
   font-size: 16px;
   line-height: 45px;
   color: #555;
   width: 35px;
   height: 40px;
   margin: 0;
   padding: 0;
   border: 0 none;
   background: #fff;
}


/* Widget: Recent posts */
.widget_recent_entries ul li {
   margin-bottom: 14px;
}

.widget_recent_entries ul li:last-child {
   margin-bottom: 0;
}

.widget_recent_entries ul li .post-date {
   display: block;
   font-size: 12px;
}


/* Widget: Recent comments */
.widget_recent_comments ul li {
   position: relative;
   padding-left: 26px;
}

.widget_recent_comments ul li:before {
   position: absolute;
   top: 3px;
   left: 0;
   display: block;
   content: "\e602";
   /*content: "\e920";*/
   font-family: "nm-font";
   font-size: 16px;
   line-height: 1;
   font-weight: normal;
   color: #282828;
   transform: scaleX(-1);
}

.widget_recent_comments ul li .comment-author-link {
   color: #282828;
}


/* Widget: Text */
.widget_text p {
   margin-bottom: 14px;
}

.widget_text p.no-spacing {
   margin-bottom: 0;
}