.widget {
	margin: 30px auto;
}
.themebg.widget {
	padding: 30px 0;
}

/* Social Button CSS */

.social-profiles a {
	display: inline-block;
	margin: 0 2px;
}
.social-profiles a.ltki-icon {
	width: 11px;
	height: 11px;
}
.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;
}

/* About Me CSS */

.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: 155%;
}
.about-me-style2 {
	margin: 25px auto 20px;
}
.about-me-style2 .profilethumbwrapper,
.about-me-style2 .profiledescwrapper {
	position: relative;
}
.about-me-style2 .profilethumb.scndprofile {
	width: 70%;
}
.about-me-style2 img {
	display: block;
	max-width: 100%;
}
.widget_even .about-me-style2 img {
	border: solid 5px #FFFFFF;
	box-sizing: border-box;
}
.about-me-style2 .thumbtwo {
	width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about-me-style2 .thumbtwo img {
	width: 100%;
	border: solid 5px #FFFFFF;
	box-sizing: border-box;
}
@media screen and (min-width: 860px) {
	.about-me-style2 .profiledesc {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%)scale(1);
		-ms-transform: translate(-50%,-50%)scale(1);
		-moz-transform: translate(-50%,-50%)scale(1);
		transform: translate(-50%,-50%)scale(1);
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
	}
}
@media screen and (max-width: 860px) {
	.this-row .match-height {
		height: auto!important;
	}
	.about-me-style2 .profilethumbwrapper,
	.about-me-style2 .profiledescwrapper {
		float: none;
		width: 100%;
		margin: 20px auto;
		margin-left: auto;
		text-align: center;
	}
}
.footer-widgets .frameaboutme {
	max-width: 130px;
	margin-right: 15px;
	float: left;
}
.footer-widgets .about-me h3.widget-title {
	font-size: 1em;
	margin: 0;
	text-align: left;
}
.footer-widgets .about-me p {
	margin: 5px 0;
	text-align: left;
	line-height: 150%;
}

/* 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;
}
.widget_categories ul li, .widget_archive ul li, .widget_nav_menu ul li, .widget_meta ul li {
	font-size: 90%;
	display: block;
	border: solid 1px #EFE8E6;
	margin: 5px 0;
	padding: 5px 10px;
}
.widget_categories h3, .widget_archive h3, .widget_tag_cloud h3, .widget_nav_menu h3, .widget_meta h3 {
	margin-bottom: 1em;
}
.widget_sheshoppesco_highlighted_category_widget {
	margin-bottom: 40px;
}
.widget_sheshoppesco_highlighted_category_widget .read-more {
	text-align: center;
	margin: 5px 0;
}
.widget_sheshoppesco_highlighted_category_widget .read-more a {
	text-transform: lowercase;
}

/* Instagram */

#footer-instagram {
	position: relative;
}
.footer-instagram {
	text-align: center;
	text-transform: lowercase;
	font-size: 96%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -23px;
	z-index: 3;
}
.footer-instagram-text {
	display: inline-block;
	padding: 0 40px;
	background-color: rgba(255,255,255, 0.8);
	box-sizing: border-box;
	overflow: hidden;
	line-height: 46px;
	max-height: 46px;
	max-width: 90%;
}
#footer-instagram #sb_instagram,
#footer-instagram #sbi_images,
.footer-instagram-inner {
	position: relative;
}
#footer-instagram #sb_instagram {
	padding: 0!important;
}
#sb_instagram div {
	overflow-y: hidden;
}

/* Latest Posts */

.frameaboutme:after,
.highlighted-categories-thumb:after {
	content: "";
	display: table;
	clear: both;
}
.highlighted-categories-thumb .listing {
	margin-right: 0.5%;
	float: left;
	overflow: hidden;
}
.highlighted-categories-thumb .listing.last-in-row {
	margin-right: 0;
}
.highlighted-categories-thumb .listing-text {
	padding: 10px 5%;
	display: block;
	position: relative;
	text-align: center;
}
.highlighted-categories-thumb h3 {
	margin: 5px 0 0 0;
	font-size: 1.2em;
	line-height: 155%;
	text-transform: uppercase;
}
.sidebar-primary .highlighted-categories-thumb .listing,
.sidebar-primary .widget_sheshoppesco_recent_post_widget .style-grid {
	width: 100%!important;
	height: auto!important;
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
}

/* Latest Posts Style 2 */

.widget_sheshoppesco_recent_post_widget .style-grid {
	height: auto!important;
	padding-bottom: 0;
}
.widget_sheshoppesco_recent_post_widget .style-grid,
.widget_sheshoppesco_recent_post_widget .grid-row {
	margin-bottom: 0;
}
.widget_sheshoppesco_recent_post_widget .style-grid h3 {
	font-size: 1.25em;
	text-transform: uppercase;
}

/* Popular Posts */

.header-content:after, .featured-content:after {
	content: "";
	display: table;
	clear: both;
}
article.popular-post {
	display: block;
	position: relative;
	float: left;
	margin-left: 0.5%;
}
article.popular-post.first {
	margin-left: 0;
}
article.popular-post > a {
	display: block;
	position: relative;
    overflow: hidden;
	color: initial;
}
article.popular-post img {
	display: block;
	width: 100%;
	height: auto;
}
article.popular-post .entry-header {
	width: 100%;
	text-align: center;
	position: absolute;
    bottom: 0;
    left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}
article.popular-post a:hover .entry-header {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
article.popular-post span.the-category span {
	display: inline-block;
	padding: 10px 15px;
	background: rgba(255, 255, 255, 0.95);
}
article.popular-post span.the-category {
	display: block;
	position: relative;
	margin-top: -2.75em;
	letter-spacing: 0.15em;
	line-height: 100%;
}
article.popular-post h4 {
	display: block;
	margin: 0;
	padding: 15px;
	background: rgba(255, 255, 255, 0.95);
	text-transform: uppercase;
	font-size: 1.3em;
}
article.popular-post p.date {
	display: none;
}
.latest-post-thumb .listing {
	max-width: 350px;
}
.sidebar-primary article.popular-post,
.sidebar-primary .latest-post-thumb .listing {
	width: 100%!important;
	float: none;
	margin: 20px auto;
}
.sidebar-primary article.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 .the-category {
	letter-spacing: 0.05em;
	border-bottom: solid 2px #DFD5D3;
	display: inline-block;
}

/* 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: #DFD5D3;
}
.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;
}

/* Subscription Forms */

.widget_search:after,
.enews-widget:after,
.widget_mc4wp_form_widget:after,
.jetpack_subscription_widget: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;
	border-color: #FFFFFF;
}
.sidebar .enews-widget input,
.widget_mc4wp_form_widget input,
.jetpack_subscription_widget input {
	width: 100%;
}
.enews-widget input[type=submit],
.widget_mc4wp_form_widget input[type=submit],
.jetpack_subscription_widget input[type=submit] {
	border-color: #000000;
}
.enews-widget input:hover[type=submit],
.widget_mc4wp_form_widget input:hover[type=submit],
.jetpack_subscription_widget input:hover[type=submit] {
	background-color: #000000;
}

/* eNews Widget */

.enews-widget p,
.widget_mc4wp_form_widget p,
.jetpack_subscription_widget p {
	display: inline-block;
	line-height: 35px;
	margin-right: 5px;
}
.enews-widget input,
.widget_mc4wp_form_widget p,
.jetpack_subscription_widget p {
	margin: 0.5em 0;
	width: 30%;
}
.one-third .enews-widget input,
.one-third .widget_mc4wp_form_widget p,
.one-third .jetpack_subscription_widget p {
	width: 100%;
}
.enews-widget,
.widget_mc4wp_form_widget,
.jetpack_subscription_widget {
	text-align: center;
}
.page-template-landing .content .mc4wp-form label,
.enews-widget label,
.widget_mc4wp_form_widget label,
.jetpack_subscription_widget label {
	display: none;
}
.widget_mc4wp_form_widget .mc4wp-response {
	clear: both;
	font-style: italic;
	padding-top: 5px;
}
.widget_mc4wp_form_widget .mc4wp-response p {
	line-height: inherit!important;
	margin-right: 0;
}
.enews-widget,
.widget_mc4wp_form_widget,
.jetpack_subscription_widget {
	position: relative;
	padding: 5px 10% 15px 10%;
}
@media screen and (min-width: 1024px) {
	body.full-width-content .widget_mc4wp_form_widget h3.widget-title,
	.header-homepage .widget_mc4wp_form_widget h3.widget-title,
	.footer-widgets .widget_mc4wp_form_widget h3.widget-title,
	body.full-width-content .jetpack_subscription_widget h3.widget-title,
	.header-homepage .jetpack_subscription_widget h3.widget-title,
	.footer-widgets .jetpack_subscription_widget h3.widget-title {
		width: 30%;
		float: left;
		text-align: left;
	}
	body.full-width-content .mc4wp-form,
	.header-homepage .mc4wp-form,
	.footer-widgets .mc4wp-form,
	body.full-width-content .jetpack_subscription_widget form,
	.header-homepage .jetpack_subscription_widget form,
	.footer-widgets .jetpack_subscription_widget form {
		width: 70%;
		float: left;
	}
	body.full-width-content .widget_mc4wp_form_widget p,
	.header-homepage .widget_mc4wp_form_widget p,
	.footer-widgets .widget_mc4wp_form_widget p {
		margin: 20px 0.25%;
		width: 31%;
	}
	body.full-width-content .jetpack_subscription_widget p,
	.header-homepage .jetpack_subscription_widget p,
	.footer-widgets .jetpack_subscription_widget p {
		margin: 20px 0.25%;
		width: 45%;
	}
	.jetpack_subscription_widget #subscribe-text p {
		width: 100%;
		float: none;
		margin: 0;
	}
	body.full-width-content .jetpack_subscription_widget p,
	.header-homepage .jetpack_subscription_widget p,
	.footer-widgets .jetpack_subscription_widget p {
		float: left;
	}
	body.full-width-content .one-third h3.widget-title,
	body.full-width-content .one-third .mc4wp-form,
	body.full-width-content .one-third .jetpack_subscription_widget form {
		width: 100%;
		float: none;
		text-align: center;
	}
	body.full-width-content .widget_mc4wp_form_widget,
	.header-homepage .widget_mc4wp_form_widget {
		padding: 15px 0;
	}
	body.full-width-content .one-third .widget_mc4wp_form_widget,
	body.full-width-content .one-third .jetpack_subscription_widget form {
		padding: 5px 10% 15px 10%;
	}
}
.sidebar-primary .enews-widget h3:before,
.sidebar-primary .widget_mc4wp_form_widget h3:before,
.sidebar-primary .jetpack_subscription_widget h3:before {
	color: #000000;
    content: "\f003";
    font-family: FontAwesome;
    position: relative;
    display: block;
    margin: 0 auto 20px auto;
    font-size: 25px;
    line-height: 100%;
}
.page-template-landing .content .mc4wp-form input,
.sidebar .enews-widget input,
.sidebar .widget_mc4wp_form_widget p,
.one-third .widget_mc4wp_form_widget p,
body.full-width-content .one-third .widget_mc4wp_form_widget p,
.jetpack_subscription_widget p {
	display: block;
	margin: 0.75em 0;
	width: 100%;
}
.jetpack_subscription_widget p {
	line-height: 165%;
}
.page-template-landing .content .mc4wp-form {
	width: 100%;
	float: none;
}
#subscribe-email input {
	width: 100%!important;
}

/* Favorite Items */

.faveitemswrapper {
  	border: solid 1px #DFD5D3;
  	padding: 20px 0 10px 0;
  	margin: 40px auto 20px auto;
}
.faveitemswrapper h3.widgettitle {
	margin-top: -1.5em;
}
.faveitemswrapper h3.widgettitle span {
	background-color: #FFF;
	padding: 0 20px;
}
.favorite-items .carousel-cell {
  	width: 100%;
}
.favorite-items .flickity-prev-next-button {
	display: none;
}
.favorite-items-nav {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.favorite-items-nav li {
	display: inline-block;
	margin: 0 20px;
}
.favorite-items-nav li a {
	cursor: pointer;
	display: inline-block;
	padding-bottom: 5px;
}
.favorite-items-nav li a:hover {
	color: initial;
}
.favorite-items-nav li a.active {
	border-bottom: solid 2px #DFD5D3;
}

/* 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 {
	padding: 10px 0 20px;
	text-align: center;
}
.footer-widgets .widget {
	margin: 20px 0;
}

body.blog h1.archive-title {
	display: none;
}

@media screen and (max-width: 780px) {
	.featured-content article,
	.featured-content article.first,
	.highlighted-categories-thumb .listing,
	.highlighted-categories-thumb .listing.last-in-row {
		width: 100%!important;
		max-width: 500px!important;
		float: none;
		margin: 1em auto;
	}
	.featured-content .entry-header {
		display: none;
	}
	.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: 500px;
		margin: 5px auto;
		text-align: center;
	}
	.footer-instagram {
		position: relative;
		margin-top: 0;
		margin-bottom: -10px;
		text-transform: uppercase;
		font-size: 1.3em;
	}
	.footer-instagram-text {
		padding: 0;
		line-height: 100%;
		background-color: transparent;
		max-width: 100%;
	}
}