/*
	Theme Name: Pompidou for Genesis
	Theme URI: http://www.sheshoppes.com/demo/pompidou
	Description: Pompidou for the Genesis Framework.
	Text Domain: pompidou
	Version: 1.3.6
	
	Template: genesis
	Template Version: 2.9
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

*, html, body, ol, ul, li, h1 {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video,
iframe {
	display: inline-block;
	max-width: 100%;
}

ol, ul, li {
	list-style: none;
}

.clear, .clearfix {
	clear: both;
}

.none,
.hide,
.screen-reader-text {
	display: none;
}

.hidden {
	visibility: hidden;
}

.fixed {
	position: fixed;
}

img {
	max-width: 100%;
	height: auto;
}

a img {
	opacity: 1;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-webkit-backface-visibility: hidden;
	transition: opacity .25s ease-in-out;
	border: 0;
}

a:hover.pin_image img {
	opacity: 1;
}

.center {
	text-align: center;
}

/* Colors */

a {
	color: #D6B1A8;
	text-decoration: none;
}

a:hover {
	color: #000000;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

/* Typography */

body,
input,
button,
select,
textarea {
    font-family: 'Gilda Display', sans-serif;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6,
.read-more,
input[type=submit],
button,
.action-button a,
.comment-notes,
.footer-instagram-text {
    font-family: 'Gilda Display', sans-serif;
	font-weight: normal;
	letter-spacing: 0.025em;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-family: 'Arapey', sans-serif;
    font-style: italic;
}
h1, h2, h3, h4, h5, h6, blockquote {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.menu-primary,
.menu-secondary,
.slicknav_menu,
span.date,
span.the-category,
.small-text,
h1 .tagline,
.social-share,
.comments-more,
.entry-nav span,
.pagination,
.site-footer,
.style-single .social-share:before,
.style-full .social-share:before {
	font-size: 11px;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.storycontent strong,
.storycontent b,
.comment-author-link {
	font-weight: 700;
}

p,
.alignnone,
.aligncenter,
.alignleft,
.alignright {
	margin: 0.1em 0;
}

h2, h3, h4, h5, h6,
.storycontent {
	margin: 1em 0;
}

blockquote,
.tagged,
.comment-notes,
.logged-in-as,
.archive-title span,
.read-more em,
em,
i {
	font-family: 'Arapey', serif;
	font-style: italic;
}

/* Wraps */

.site-header,
.site-inner,
.wrap,
.wrapnav,
.wrapcontent,
.header-homepage,
.header-blog {
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.wrap,
.wrapcontent,
body.full-width-content .wrap-post,
body.full-width-content .grid-row,
body.full-width-content .archive-description,
body.full-width-content .subcategories-wrapper,
body.content-sidebar .content-sidebar-wrap,
body.sidebar-content .content-sidebar-wrap,
body.page .site-inner,
body.page .site-inner .page-content,
body.woocommerce .site-inner {
	width: 98%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
body.sidebar-alt .content,
body.page.page-template .site-inner,
body.content-sidebar .content-sidebar-wrap .wrapcontent,
body.sidebar-content .content-sidebar-wrap .wrapcontent {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.site-inner .grid-row,
.wrapcontent .wrapcontent {
	padding: 0;
	max-width: 100%;
}
.site-inner {
 	word-wrap: break-word;
}
body.home.blog .site-inner {
	margin-top: 30px;
}

/* Layout */

body {
	font-size: 11pt;
	letter-spacing: 0.025em;
	line-height: 175%;
	overflow: scroll; 
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFFFFF;
}
.content,
.alt-main-content {
	clear: both;
    width: 70%;
	float: left;
	margin-right: 4%;
}
body.sidebar-content .content,
body.sidebar-content .alt-main-content {
	float: right;
	margin-right: 0;
	margin-left: 4%;
}
.sidebar-primary {
	width: 26%;
	float: right;
}
body.sidebar-content .sidebar-primary {
	float: left;
}
body.full-width-content .content {
	width: 100%;
	max-width: 100%;
	float: none;
	margin-right: 0;
}

/* Colors */

body,
h1#logo a,
.social-share a,
.menu-primary a,
.menu-secondary a,
.entry-nav a,
.related-posts a,
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.widget_meta a,
.pagination a,
.pagetitle a,
.featuredpost .entry-header,
.promo-boxes a,
.latest-post-thumb h3 a,
.social-profiles a,
.comments-more a,
.social-click-wrap,
.logged-in-as a,
.the-category a,
.highlighted-categories-thumb a,
.comment-header a,
.subcategories-wrapper ul li a,
h3.widget-title a,
.small-text a,
.initial .read-more a,
.initial a {
	color: #000000;
}

.social-share a:hover,
.entry-nav a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_nav_menu a:hover,
.widget_meta a:hover,
.pagination a:hover,
.pagetitle a:hover,
.latest-post-thumb h3 a:hover,
.social-profiles a:hover,
.comments-more a:hover,
.social-click-wrap:hover,
.logged-in-as a:hover,
.the-category a:hover,
.the-category a:hover,
.highlighted-categories-thumb a:hover,
.subcategories-wrapper ul li a:hover,
h3.widget-title a:hover,
.small-text a:hover,
.initial .read-more a:hover,
.initial a:hover {
	color: #D6B1A8;
}

.menu-primary > li > a:hover,
.menu-primary ul a:hover,
.menu-primary .social-profiles a:hover {
	color: #000000;
}

.site-footer a {
	color: #000000;
}

.menu-primary ul a,
.banner--stick a,
.slicknav_menu a {
	color: #000000;
}

.menu-primary,
.menu-primary ul,
.menu-secondary ul,
.slicknav_menu,
.banner--stick,
.banner--stick ul,
.search-div,
.footer-widgets,
.enews-widget,
.widget_mc4wp_form_widget,
.jetpack_subscription_widget,
.themebg,
body.single #respond,
.site-footer {
	background-color: #F7F3F2;
}
.home-static-content .widget_mc4wp_form_widget,
.home-static-content .jetpack_subscription_widget {
	background-color: transparent;
}

.menu-primary a:hover,
.menu-secondary ul a:hover,
.slicknav_menu a:hover,
.banner--stick a:hover,
.banner--stick ul a:hover {
	background-color: #EFE8E6;
}

hr, .divpost {
	background-color: #DFD5D3;
	clear: both;
}

.read-more a,
p.more-from-category a,
input[type=submit],
button,
.action-button a {
	border: solid 1px #000000;
	color: #000000;
	background-color: transparent;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.read-more a:hover,
p.more-from-category a:hover,
input:hover[type=submit],
button:hover,
.action-button a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.pagination ul li a {
	border-bottom: solid 1px transparent;
	transition: border-color 0.3s ease;
}
.pagination ul li a:hover {
	border-bottom: solid 1px #737373;
}
.site-footer {
	color: #000000;
}

/* Logo */

h1#logo {
	text-transform: uppercase;
	margin: 60px auto;
	font-size: 35pt;
	letter-spacing: 0.05em;
	text-align: center;
}
h1#logo img {
	margin: 0 auto;
	display: inline-block;
}
h1#logo a:hover img {
	opacity: 1;
}
h1 .tagline {
	display: block;
	letter-spacing: initial;
	line-height: initial;
	font-size: 12px;
	margin-top: 15px;
}

/* Navigation */

.menu-primary {
	position: relative;
}
.menu-secondary {
	border-top: solid 1px #F7F3F2;
	border-bottom: solid 1px #F7F3F2;
	margin-bottom: 40px;
}
body.home .menu-secondary {
	margin-bottom: 30px;
}
.menu-primary,
.menu-secondary,
.slicknav_menu ul a {
	letter-spacing: 0.075em;
	text-transform: uppercase;
	text-align: center;
}
.menu-primary li,
.menu-secondary li {
	display: inline-block;
}
.menu-primary li a,
.menu-secondary li a {
	display: inline-block;
	padding: 13px 18px;
}
.menu-primary .topnav-widget {
	margin: 10px 0;
	width: auto;
	top: 2px;
	left: 20px;
	position: absolute;
}
.menu-primary .topnav-widget a,
.social-mobile .topnav-widget a {
	padding: 0;
	margin-left: 8px;
	background-color: transparent!important;
}
.menu-primary li.search {
	position: absolute;
	right: 20px;
	top: 0;
}
.menu-primary li.search .search-div {
	display: none;
	position: absolute;
	right: 40px;
	top: 0;
	padding: 10px 10px 10px 40px;
}
li.search a,
li.search a:hover {
	background-color: transparent!important;
}
li.search i {
	cursor: pointer;
}
a.icon-search {
	position: relative;
	top: 5px;
}
li.search .search-form input {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
li.search .search-form input[type=submit] {
	display: none;
}
.slicknav_menu ul li.search a#main-nav-search-link,
.slicknav_menu ul li.search .search-click,
.social-mobile {
	display: none;
}

/* Posts */

.storycontent h1 {
	font-size: 27.5pt;
	line-height: 155%;
}
.storycontent h2 {
	font-size: 24pt;
	line-height: 155%;
}
.storycontent h3 {
	font-size: 19pt;
	line-height: 155%;
}
.storycontent h4 {
	font-size: 17pt;
	line-height: 155%;
}
.storycontent h5 {
	font-size: 15pt;
	line-height: 155%;
	text-transform: uppercase;
}
.storycontent h6 {
	font-size: 12pt;
	line-height: 155%;
	text-transform: uppercase;
}
.storycontent {
	margin-bottom: 25px;
}
.page-title {
	text-align: center;
}
h2.pagetitle,
h1.entry-title,
h1.archive-title,
h3#reply-title,
h3.widget-title,
h2.widgettitle,
#comments h3,
#respond h3 {
	font-size: 18pt;
}
.sidebar-primary h3.widget-title {
	font-size: 16pt;
}
h2.pagetitle,
h1.archive-title,
h1.entry-title {
	text-transform: uppercase;
	line-height: 155%;
	text-align: center;
	margin: 10px 0;
}
h1.archive-title {
	text-align: center;
}
body.page h2.pagetitle,
h1.entry-title {
	margin-bottom: 30px;
}
h1.archive-title span {
	display: block;
	text-transform: initial;
	font-size: 0.9em;
}
body.archive.category h1.archive-title {
	text-align: left;
}
h3#reply-title,
h3.widget-title,
h2.widgettitle,
#comments h3,
#respond h3 {
	text-transform: uppercase;
	text-align: center;
}
span.date,
span.the-category {
	text-transform: uppercase;
	letter-spacing: 0.025em;
	display: inline;
}
span.the-category span.bull {
	margin: 0 5px;
}
hr, .divpost {
	margin: 20px 0;
	display: block;
	height: 1px;
}
.read-more {
	letter-spacing: 0.025em;
	font-size: 0.96em;
	line-height: 100%;
}
.style-excerpt .read-more {
	position: absolute;
	left: 0;
	right: 0;
}
.style-excerpt .read-more.nosocial.nocomment {
	position: relative;
}
.read-more a,
.featured-content p.more-from-category a,
.action-button a {
	padding: 10px 20px;
	display: inline-block;
}
.social-share {
	width: 50%;
	float: left;
	line-height: 100%;
	padding: 10px 0;
	font-size: 12px;
}
.style-excerpt .social-share,
.style-excerpt .comments-more {
	width: auto;
	position: relative;
	z-index: 1;
}
.style-single .social-share:before,
.style-full .social-share:before {
	content: "SHARE";
	margin-right: 10px;
}
.social-share a {
	margin: 0 10px 0 0;
}
.tagged {
    position: relative;
	margin-left: 20px;
} 
.tagged:before {
    content: "\f292";
    font-family: FontAwesome;
    position: absolute;
    left: -20px;
    top: 0;
    font-size: 90%;
}
.comments-more,
.style-excerpt .social-click-wrap,
.style-list .social-click-wrap {
	text-transform: uppercase;
	text-align: right;
	float: right;
	margin: 0 10px 0 15px;
}
.comments-more a {
	position: relative;
	display: inline-block;
}
.comments-more a:before {
    content: "\f0e5";
    font-family: FontAwesome;
    font-size: 14px;
    top: 0;
    left: -22px;
    position: absolute;
}
.comments-more span.comnum {
	display: none;
}
.comments-more span.comtext {
	margin-left: 5px;
}
.style-excerpt .social-click-wrap,
.style-list .social-click-wrap,
.style-excerpt .comments-more,
.style-list .comments-more {
	margin-top: 8px;
}
.style-excerpt .social-click,
.style-list .social-click {
	width: 20px;
	display: inline-block;
}
.style-full .comments-more,
.style-single .comments-more {
	margin-right: 0;
}
.social-share-list {
	width: auto;
	min-width: 150px;
	position: absolute;
	padding-bottom: 20px;
	background: #FFFFFF;
	display: none;
}
.prevnextpage {
	text-align: center;
}
blockquote {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 1.4em;
	line-height: 150%;
}

/* Lists */

.storycontent ul,
.storycontent ol {
	margin: 1em 0 1em 2em;
}
.storycontent ul li {
	list-style: disc;
	margin-left: 1.5em;
	padding-left: 1em;
}
.storycontent ol li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 1em;
}
.storycontent .after-post ul,
.storycontent .after-post ol {
}
.storycontent .after-post ul li,
.storycontent .after-post ol li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Images */

.alignnone, .aligncenter, .alignleft, .alignright {
	max-width: 100%;
	padding-bottom: 0,1px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
}
p.wp-caption-text {
	margin: 0;
	text-align: center;
	font-size: 96%;
	opacity: 0.8;
}
.featured,
.featured-header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.thumbnailwrap {
	display: table!important;
	background-color: rgba(0, 0, 0, 0.6);
}
.thumbnailwrap img {
	display: block;
	width: 100%;
}

/* Content Style */

.style-excerpt {
	position: relative;
	margin-bottom: 50px;
}
.style-full {
	margin-bottom: 50px;
}
.style-excerpt a:hover img.featured,
.style-full a:hover img.featured {
	opacity: 1;
}

/* Content Style Excerpt */

.style-excerpt,
.style-excerpt .page-title,
.style-excerpt h2.pagetitle {
	text-align: center;
}
.style-excerpt .storycontent,
.style-excerpt .featured {
	margin: 20px auto;
}
.style-excerpt .featured {
	display: block;
}
body.full-width-content .style-single .post-inner .storycontent {
	padding: 10px 5%;
	margin: 0 auto;
}
body.full-width-content .style-single .post-inner .page-title {
	position: relative;
	width: 85%;
	margin: -75px auto 0 auto;
	padding: 20px 2.5% 10px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.95);
}

/* Content Style List */

.style-list {
	margin: 0.6em 0 1em 0;
}
.style-list .featured-thumbnail {
	float: left;
	width: 40%;
	overflow: hidden;
	position: relative;
}
.style-list .featured-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	margin: 1em auto;
}
.style-list .featured-thumbnail-inner {
	width: 90%;
	margin-right: 10%;
}
.style-list .page-title {
	text-align: left;
}
.style-list h2 {
	text-align: left;
	margin: 0.25em 0;
}
.style-list .storycontent {
	float: left;
	width: 60%;
}
.style-list .storycontent-full-width {
	width: 100%;
	float: none;
}
.style-list .read-more {
	float: left;
	text-align: left;
}
.style-excerpt .comments-more .comtextzero,
.style-excerpt .comments-more .comtext,
.style-list .comments-more .comtextzero,
.style-list .comments-more .comtext {
	display: none;
}
.style-excerpt .comments-more .comnum,
.style-list .comments-more .comnum {
	display: inline;
}
.style-excerpt span.date,
.style-list span.date {
	display: inline;
}

/* Content Style Grid */

.style-grid {
	width: 46%;
	float: left;
	margin-top: 0.25em;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 8%;
	padding: 0;
	padding-bottom: 20px;
	display: block;
	text-align: center;
	position: relative;
}
.style-grid .page-title {
	padding-top: 0;
}
.style-grid a:hover img {
	opacity: 1;
	display: block;
}
.two-row {
	width: 48%;
	margin-right: 4%;
}
.three-row {
	width: 32%;
	margin-right: 2%;
}
.four-row {
	width: 23.5%;
	margin-right: 2%;
}
.five-row {
	width: 19%;
	margin-right: 1.25%;
}
.last-in-row {
	margin-right: 0;
}
.style-grid .featured-thumbnail {
	margin: 10px 0;
	position: relative;
}
.style-grid .featured-thumbnail a {
	overflow: hidden;
}
.style-grid .featured-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.style-grid h2 {
	margin: 1em 0 0.25em 0;
}
.style-grid .storycontent {
	margin: 1em 0;
}
.style-grid .gridexcerptwrap {
	position: relative;
}
.style-grid .thecat-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	letter-spacing: 0.15em;
}
.style-grid .thecat-wrapper span.the-category {
	display: inline-block;
	padding: 10px 15px;
	background: rgba(255, 255, 255, 0.95);
	line-height: 100%;
}
.style-grid .thecat-wrapper span.the-category.thecat-archive {
	background: transparent;
}
.style-grid .read-more {
	width: 100%;
	margin: 1em auto;
	text-align: center;
	position: absolute;
	bottom: -40px;
}
.grid-row {
    margin-bottom: 40px;
}
.grid-row:after {
	content: "";
	display: table;
	clear: both;
}

/* Columns */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.one-fifth,
.three-fourths,
.three-sixths,
.three-fifths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.ss-col-widget,
.related-posts .one-third,
.related-posts .one-fourth {
	margin-left: 0;
	margin-right: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-fifth {
	width: 17.9487179487%;
}
.two-fifths {
	width: 38.4615384615%;
}
.three-fifths {
	width: 58.9743589744%;
}
.four-fifths {
	width: 79.4871794872%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.promo-boxes .one-third {
	width: 32%;
	margin-left: 2%;
}
.promo-boxes .one-fourth {
	width: 24%;
	margin-left: 1.3%;
}
.first {
	clear: both;
	margin-left: 0;
}
.ss-col-widget.last {
	margin-right: 0;
}
.promo-boxes .first {
	margin-left: 0;
}
.page-template .one-half.last {
	float: right;
}

/* Sidebar */

hr { 
    display: block;
    height: 1px;
    border-width: 0;
}

/* Promo Boxes */

.promo-boxes .item {
	position: relative;
	text-align: center;
}
.promo-boxes img {
	display: block;
	width: 100%;
	height: auto;
}
.promo-boxes h4 {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 10px 5%;
	width: 65%;
	max-width: 400px;
	font-size: 1em;
	text-transform: uppercase;
	z-index: 3;
	margin: 0;
	background-color: rgba(255,255,255,0.8);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.promo-boxes a:hover h4 {
	background-color: rgba(255,255,255,0.95);
}
img.spin {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Category Page */

.subcategories-wrapper ul {
	margin: 0 0 20px 0;
}
.subcategories-wrapper ul li {
	text-transform: uppercase;
	display: inline-block;
	margin-left: 15px;
}
.subcategories-wrapper ul li.first {
	margin-left: 0;
	text-transform: initial;
}

/* Pagination */

.pagination {
	text-align: center;
	margin: 1em 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.pagination ul li {
	display: inline-block;
	margin-right: 1px;
	padding: 8px 10px;
	line-height: 100%;
}
 
/* Footer */

.site-footer {
	clear: both;
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
}
.site-footer .wrap:after {
	content: "";
	display: table;
	clear: both;
}
.site-footer p, .site-footer h3 {
	margin: 0;
}
.copy-wrapper,
.creds-wrapper,
.nav-footer {
	width: auto;
	float: left;
	text-align: left;
}
.creds-wrapper {
	float: right;
	text-align: right;
}
.creds,
.nav-footer #footer-menu li {
	display: inline-block;
	margin: 0 5px;
}

@media screen and (max-width: 1185px) {
	.wrap,
	.wrapcontent,
	body.full-width-content .wrap-post,
	body.full-width-content .grid-row,
	body.full-width-content .archive-description,
	body.full-width-content .subcategories-wrapper,
	body.content-sidebar .content-sidebar-wrap,
	body.sidebar-content .content-sidebar-wrap,
	body.page .site-inner,
	body.page .site-inner .page-content,
	body.woocommerce .site-inner,
	body.sidebar-alt .content,
	body.page.page-template-landing .site-inner,
	body.page.page-template-blog .site-inner {
		max-width: 94%;
	}
}
@media screen and (max-width: 1024px) {
	.menu-primary, .menu-secondary, .banner--clone {
		display: none;
	}
	.site-container {
		padding-top: 40px;
	}
	.copy-wrapper,
	.creds-wrapper,
	.nav-footer {
		float: none;
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 860px) {
	.content, body.sidebar-content .content {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
	.sidebar-primary, body.sidebar-content .sidebar-primary {
		width: 100%;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.five-sixths,
	.four-sixths,
	.one-sixth,
	.three-sixths,
	.two-sixths {
		float: none;
		margin: 1em 0;
		width: 100%;
	}
	.promo-boxes .one-fourth {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 15px;
	}
	.promo-boxes .one-fourth.first-mobile {
		clear: left;
		margin-left: 0;
	}
	.promo-boxes .first,
	.promo-boxes .third {
		margin-left: 0;
	}
	.promo-boxes .one-third {
		width: 100%;
		margin: 20px auto;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 640px) {
	h1#logo {
		font-size: 25pt;
	}
	h1#logo img {
		max-width: 90%;
	}
	.alignleft, .alignright {
		float: none;
		margin: 1em auto;
		display: block;
		text-align: center;
	}
	.style-list .featured-thumbnail {
		float: none;
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.style-list .featured-thumbnail-inner {
		width: 100%;
		margin-right: auto;
	}
	.style-list .storycontent {
		width: 100%;
		float: none;
	}
	.style-list,
	.style-list .page-title,
	.style-list h2 {
		text-align: center;
	}
	.style-excerpt .read-more,
	.style-list .read-more,
	.style-grid .read-more {
		float: none;
		text-align: center;
		position: relative;
		margin: 1em auto;
		bottom: auto;
	}
	.comments-more,
	.social-share {
		text-align: center;
		float: none;
		display: inline-block;
		margin: 0 12px;
	}
	.style-single .comments-more,
	.style-full .comments-more,
	.style-single .social-share,
	.style-full .social-share {
		width: 100%;
	}
	.social-click-wrap {
		display: none;
	}
	.social-share-list {
		position: relative;
		display: inline-block!important;
		background-color: transparent;
		padding-bottom: 0;
		text-align: center;
		float: none;
	}
	.style-excerpt .postcontent,
	.style-excerpt.even .postcontent,
	.style-excerpt .page-title,
	.style-excerpt h2.pagetitle {
		padding: 0;
		text-align: center;
	}
	.grid-row {
		margin-bottom: 0;
	}
	.style-grid, .two-row, .three-row {
		width: 100%;
		max-width: 400px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.style-grid {
		height: auto!important;
		padding-bottom: 0;
	}
	.post.style-grid {
		margin: 40px auto;
		display: block;
	}
	body.full-width-content .style-single .post-inner .page-title,
	body.full-width-content .style-single .post-inner .storycontent {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		background-color: transparent;
	}
	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.three-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.two-fifths {
		float: none;
		margin: 1em auto;
		width: 100%;
	}
	.promo-boxes .one-fourth {
		float: left;
		margin-bottom: 0;
	}
	.creds {
		display: block;
	}
}

/* Gutenberg Blocks */

.storycontent ul.wp-block-gallery,
.storycontent ul.wp-block-gallery li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	padding: 5px !important;
}
a.pinit-button,
.wp-block-gallery a.pinit-button {
	width: initial!important;
	height: initial!important;
}