.widget,
.taxonomy-description {
	margin: 30px auto;
}
.sidebar-primary .widget {
	margin-bottom: 40px;
}
.header-homepage .widget-last {
	margin-bottom: 0;
}
.sidebar-primary img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sidebar-primary .one-third,
.sidebar-primary .one-fourth {
	width: 100%;
	float: none;
	margin: 20px auto;
}
.color {
	padding: 20px 0;
}

/* Social Button CSS */

.social-profiles a {
	display: inline-block;
	margin: 0 2px;
}
.social-profiles a:hover {
	background-color: transparent!important;
}
.sidebar-primary .widget_sheshoppesco_socialbutton_widget {
	text-align: center;
}
.sidebar-primary .social-profiles a {
	margin: 0 8px;
}
.footer-widgets .social-profiles a {
	margin: 0 10px;
}

/* Static Social Button CSS */

.social-static {
	display: none;
}
@media screen and (min-width: 1024px) {
	.social-static {
		display: block;
		position: fixed;
		top: 35%;
		left: 2%;
		z-index: 1;
	}
	.widget-social-static .social-profiles a {
		text-align: center;
		display: block;
		width: 30px;
		line-height: 30px;
		margin: 5px 0;
	}
}

/* About Me CSS */

.widget_sheshoppesco_widget .themeborder {
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
}
.frameaboutme {
	position: relative;
	max-width: 200px;
	margin: auto;
}
.frameaboutme img {
	display: block;
	margin: auto;
}
.about-me .rounded img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 100%;
}
.about-me {
	text-align: center;
	line-height: 175%;
}
.about-me h3.widget-title {
	margin: 10px 0;
	position: relative;
	z-index: 1;
	background-color: transparent;
}
.sidebar-primary .widget-first {
	margin-top: 10px;
}
.about-me p {
	margin-bottom: 5px;
	font-style: italic;
}

/* Categories and Archives Default CSS */

.widget_categories label, .widget_archive label {
	display: none;
}
.widget_categories select, .widget_archive select {
	width: 100%;
	padding: 5px 5%;
}
.widget_categories, .widget_archive, .widget_nav_menu, .widget_meta {
	text-transform: uppercase;
	text-align: center;
}
.site-inner .widget_categories ul li, .site-inner .widget_archive ul li, .site-inner .widget_nav_menu ul li, .site-inner .widget_meta ul li {
	display: block;
	padding: 5px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #F7F7F8;
	margin: 5px 0;
}

/* Instagram */

#footer-instagram {
	position: relative;
}
.footer-instagram {
	text-align: center;
	margin-bottom: 15px;
}
.footer-instagram-wrapper {
    margin-top: 70px;
}
#footer-instagram #sb_instagram,
#footer-instagram #sbi_images,
.footer-instagram-inner {
	position: relative;
}
#footer-instagram #sb_instagram {
	padding: 0!important;
}
#footer-instagram #sbi_mod_error {
	float: none!important;
	margin: 0;
}

/* Popular Posts */

.header-content:after, .featured-content:after {
	content: "";
	display: table;
	clear: both;
}
.popular-post {
	position: relative;
	display: block;
	text-align: center;
}
.popular-post img {
	display: block;
	width: 100%;
	height: auto;
}
.popular-post .entry-header {
	margin: 10px 0;
	line-height: 160%;
}
.popular-posts .popular-post .entry-header {
	margin: -1.25em 20px 10px 20px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.95);
}
.popular-post h2 {
	margin: 0;
	font-size: 1em;
	display: inline;
}
.popular-post .entry-header .the-category {
	display: inline;
	white-space: nowrap;
	text-transform: lowercase;
	letter-spacing: 0.01em;
	font-size: 90%;
}

/* Latest Post */

.latest-post-thumb .listing {
	max-width: 350px;
}
.sidebar-primary .popular-post,
.sidebar-primary .latest-post-thumb .listing,
.footer-widgets .popular-post,
.footer-widgets .latest-post-thumb .listing {
	width: 100%!important;
	float: none;
	margin: 20px auto;
}
.sidebar-primary .popular-post.first,
.sidebar-primary .latest-post-thumb .listing.first {
	margin: 0 auto 20px auto;
}
.latest-post-thumb .listing-image,
.latest-post-thumb .listing-text {
	width: 50%;
	float: left;
}
.latest-post-thumb .listing-image img {
	max-width: 90%;
	margin-left: 0;
}
.latest-post-thumb h3 {
	font-size: 1.05em;
	line-height: 155%;
}
.latest-post-thumb span.the-category {
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	letter-spacing: 0.05em;
	font-size: 0.9em;
	text-transform: lowercase;
}

/* Featured Genesis */

.featured-content.featuredpost article {
	float: left;
	width: 24.5%;
	margin-left: 0.667%;
	text-align: center;
}
.featured-content.featuredpost article.first-post {
	margin-left: 0;
}
.featured-content.featuredpost p {
	margin: 0;
}
.featured-content.featuredpost a {
	margin: 0;
	color: initial;
}
.featured-content.featuredpost a.more-link:before {
	content: "";
	display: block;
}
.featured-content.featuredpost h4 {
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 5px 0;
}
.featured-content.featuredpost .entry-meta {
	text-transform: uppercase;
}
.sidebar-primary .featured-content.featuredpost article {
	width: 100%;
	float: none;
	margin: 1em auto;
}

/* Search */

.search-form {
	text-align: center;
	margin: 0 auto;
}
.search-form input {
	display: inline-block;
}
.search-form input[type=submit] {
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	margin-left: 10px;
}
.widget_search {
	position: relative;
	clear: left;
}
.widget_search input[type=search] {
	width: 100%;
	max-width: 100%!important;
	text-align: left!important;
	margin: 1em auto;
	padding-right: 35px;
	padding-left: 15px;
	display: block;
	float: none;
	border-color: #F7F7F8;
}
.widget_search input[type=submit] {
	display: none;
}
.widget_search .search-form {
	position: relative;
}
.widget_search .search-form:before {
    line-height: 100%;
    content: "\f002";
    position: absolute;
    top: 50%;
    right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    font-family: FontAwesome;
    pointer-events: none;
}

/* Favorite Items */

.faveitemswrapper {
  	border-style: solid;
  	border-width: 1px;
  	padding: 20px 0 10px 0;
  	margin: 50px auto 20px auto;
}
.color .faveitemswrapper {
	border-width: 0;
}
.faveitemswrapper h3.widgettitle {
	margin-top: -1.65em;
	text-transform: uppercase;
}
.faveitemswrapper h3.widgettitle span {
	background-color: #FFF;
	padding: 0 20px;
}
.color .faveitemswrapper h3.widgettitle span {
	background-color: transparent;
	padding: 0;
}
.favorite-items .carousel-cell {
  	width: 100%;
}
.favorite-items .flickity-prev-next-button {
	display: none;
}
.favorite-items-nav {
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.favorite-items-nav li {
	display: inline-block;
	margin: 0 20px;
}
.favorite-items-nav li a {
	cursor: pointer;
	display: inline-block;
	padding-bottom: 5px;
}
@media screen and (max-width: 780px) {
	.favorite-items-nav li {
		display: block;
	}
}
.favorite-items-nav li a:hover {
	color: initial;
}
.favorite-items-nav li a.active {
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.color .favorite-items-nav li a.active {
	border-bottom-color: #333333;
}
.rewardstylew {
	min-height: 130px;
}

/* Slider Widget */

.widget_sheshoppesco_slider_widget .wrapcontent {
	width: 100%;
	max-width: 100%;
}
.slider-widget .carousel-image {
  	display: block;
  	max-height: 550px;
  	min-width: 150px;
  	max-width: 100%;
  	top: 50%;
  	transform: translateY(-50%);
}

/* Calendar */

.widget_calendar,
#wp-calendar {
	width: 100%;
}
#wp-calendar {
	max-width: 270px;
	margin: 0 auto;
	text-align: center;
}
#wp-calendar caption,
tfoot {
	text-transform: uppercase;
	padding: 5px 0;
}
tfoot {
	font-size: 94%;
}
tfoot #prev {
	text-align: left;
}
tfoot #next {
	text-align: right;
}

/* Footer Widgets */

.footer-widgets {
	text-align: center;
	position: relative;
}
.footer-widgets .widget {
	margin: 0;
}

@media screen and (max-width: 860px) {
	.enews-widget input, .widget_mc4wp_form_widget p, .jetpack_subscription_widget p {
		width: 100%;
	}
	.search-form input[type=search],
	.search-form input[type=submit] {
		width: 100%;
		max-width: 300px;
		margin: 5px auto;
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.popular-post {
		width: 400px;
		max-width: 90%;
		margin: 1em auto;
		float: none;
	}
}

/* Subscription Forms */

.widget_search:after,
.enews-widget:after,
.widget_mc4wp_form_widget:after,
.jetpack_subscription_widget:after,
.full-width-form:after {
	content: "";
	display: table;
	clear: both;
}
.enews-widget input,
.widget_mc4wp_form_widget input,
.jetpack_subscription_widget input {
	display: inline-block;
	margin: 0;
	height: 40px;
	text-align: center;
}
.sidebar .enews-widget input,
.widget_mc4wp_form_widget input,
.jetpack_subscription_widget input {
	width: 100%;
	box-sizing: border-box;
}
#subscribe-email input,
#subscribe-submit button {
	width: 100%!important;
	box-sizing: border-box;
}
.page-template-landing .content .mc4wp-form label,
.enews-widget label,
.widget_mc4wp_form_widget label,
.jetpack_subscription_widget label {
	display: none;
}
.sidebar-primary .enews-widget h3:before,
.sidebar-primary .widget_mc4wp_form_widget h3:before,
.sidebar-primary .jetpack_subscription_widget h3:before {
	color: #323232;
    content: "\f003";
    font-family: FontAwesome;
    position: relative;
    display: block;
    margin: 0 auto 20px auto;
    font-size: 25px;
    line-height: 100%;
}
.enews-widget,
.widget_mc4wp_form_widget,
.jetpack_subscription_widget {
	padding: 5px 10%;
	box-sizing: border-box;
}

@media screen and (min-width: 860px) {
	.full-width-form {
		text-align: center;
		padding: 30px 5%;
	}
	.content .full-width-form .wrapcontent {
		width: 100%!important;
		max-width: 100%!important;
	}
	.full-width-form h3.widget-title {
		margin: 0;
		width: 20%;
		display: inline-block;
		text-align: left;
		line-height: 100%;
		position: relative;
		top: -0.75em;
	}
	.full-width-form .mc4wp-form {
		display: inline-block;
		width: 80%;
		margin-top: 15px;
	}
	body.content-sidebar .content .full-width-form h3.widget-title,
	body.content-sidebar .content .full-width-form .mc4wp-form {
		text-align: center;
		top: initial;
		width: 100%;
	}
	.full-width-form p {
		margin: 0 0.5%;
		width: 32.33%;
		display: inline-block;
		float: left;
	}
}

.widget_sheshoppesco_youtubewidget_widget {
	margin: 40px auto;
}
.widget_sheshoppesco_youtubewidget_widget .one-third {
	max-width: 400px;
}
.sidebar-primary .widget_sheshoppesco_youtubewidget_widget .one-third,
.footer-widgets .widget_sheshoppesco_youtubewidget_widget .one-third {
	float: none;
	width: 100%;
	margin: 20px auto;
}
.widget_sheshoppesco_youtubewidget_widget img {
	display: block;
}
.widget_sheshoppesco_youtubewidget_widget .one-third,
a.ytimg {
	position: relative;
	display: block;
	text-align: center;
}
.widget_sheshoppesco_youtubewidget_widget a.ytimg i {
	font-size: 35px;
	padding: 10px 5px 10px 15px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border: solid 4px rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: rgba(255, 255, 255, 0.7);
}
.widget_sheshoppesco_youtubewidget_widget a:hover.ytimg i {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Shop My Post */

.smp-style-1 .smp-title {
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.5em;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.smp-style-1 .smp-title span {
	position: relative;
	padding: 10px 15px;
	display: inline-block;
}

.smp-style-2 .smp-title {
}
.smp-style-2 .smp-title span {
    padding: 0;
}
.smp-style-2 .themebg {
	background-color: transparent;
}

/* Location */

.location-mark {
	margin-left: 10px;
}

/* Footer Widgets */

.footer-widgets .widget {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-widgets .widget h3.widget-title {
	margin-top: 0;
}