html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Global Elements
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.before-content:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

html {
	height: 100%; 
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	border:0;
	outline:none;
}

::-moz-selection {
	background-color: #000000;
	color: #fff;
}

::selection {
	background-color: #000000;
	color: #fff;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
   transition: all 0.5s;
}

table {
	border: none;
}

a:hover {
	transition: all 0.5s;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0 auto;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Image Classes
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 0px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.aligncenter, 
img.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

.image-fit, .image-fit img {
	object-fit: cover;
	object-position: center;
}

.in {
	display: table-cell;
	vertical-align: middle;
}
.flex {
	display: flex;
	flex-wrap:wrap;
}
.flex img {
	display: block;
	margin: 0;
}

/* Site General Styles
--------------------------------------------- */
.archive-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 53px auto;
	max-width: 1236px;
}
.archive-wrap article #hero-image {
	width: 100%;
	height: auto;
	border: 1px solid;
	aspect-ratio: 8 / 11;
	transition: all 0.5s;
}
.archive-wrap article:hover #hero-image {
	filter: brightness(55%);
}
.archive-wrap article {
	margin: 0 19px 46px;
	width: 25%;
}
.archive-wrap article .post-category {
	font-size: 13px;
	letter-spacing: 0.02rem;
	margin: 4px 0 4px;
}
.archive-wrap article .post-category:hover {
	text-decoration: underline;
}
.archive-wrap article .image-link {
	display: block;
	position: relative;
}
.archive-wrap article .image-link .date {
	width: 90px;
	height: 28px;
	position: absolute;
	background: #FFFBE7;
	top: 15px;
	left: 1px;
	text-align: center;
	font-size: 13px;
	padding: 2px;
	z-index:1;
}
.archive-wrap article h2 {
	font-size: 28px;
	line-height: 31px;
	letter-spacing: -0.03rem;
	margin:0;
}
.archive-wrap article h2:hover {
	text-decoration: underline;
}
.archive-wrap article a {
	text-decoration: none;
}
.archive-wrap .pagination {
	width: 100%;
	text-align: center;
}
.archive-search-form {
	background-image:url(../icons/utility/search-background.png);
	padding: 41px;
	background-size: cover;
	background-position: center;
}
.archive-search-form input {
	width: 788px;
	background-image: url(../icons/utility/search.svg);
	background-repeat: no-repeat;
	background-position: center right 23px;
	margin-top: 10px;
	background-color: #D8D7BC;
	border: none;
	border-radius: 25px;
	margin: 0 auto;
	display: block;
	box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.26);
	text-align: left;
	height: 49px;
	padding: 0 39px;
	font-size: 16px;
}
.posts-pagination {
	border-top: 1px solid #EAE6D7;
	border-bottom: 1px solid #EAE6D7;
	text-align: center;
	padding: 21px;
	font-size: 16px;
}
.posts-pagination a {
	text-decoration: none;
	margin: 0 5px;
}
.thin-content #block-general-content {
	max-width: 95%;
	margin: 0 auto;
}
.thin-content #block-general-content ol, .thin-content #block-general-content ul {
	list-style-position: inside;
}
.archive-header__inner {
	background: #FAF7F1;
	border-top: 1px solid #EAE6D7;
	border-bottom: 1px solid #EAE6D7;
	display: flex;
	justify-content: center;
	padding: 42px 0 29px;
}
.archive-header__inner .archive-title {
	display: block;
}
.post-type-archive-shop .archive-header__inner .archive-title {
	display:block;
}
.post-type-archive-shop .archive-wrap article .image-link .date{
	display: none;
}
.post-type-archive-shop .archive-wrap article #hero-image {
	width: 100%;
	height: auto;
	border: 1px solid;
	aspect-ratio: 11 / 11;
	transition: all 0.5s;
	object-fit: contain;
	object-position: center;
}
.post-type-archive-shop .posts-pagination {
	padding:0;
}
.post-type-archive-shop .archive-wrap article .post-title {
	display: none;
}
.archive-header__inner .archive-subcategories {
	display: flex;
}
.archive-header__inner h1 {
	margin: -4px 0 0;
}
.archive-header__inner a {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Oakes Grotesk';
	letter-spacing: 0.05rem;
	text-decoration: none;
	margin: 0 15px;
}
.archive #main-content, .blog #main-content, .search #main-content {
	background: #FAF7F1;
}
/* Header
--------------------------------------------- */
.mobile-toggle-button, #mobile-tog {
	display:none;
}
.site-header {
	width: 100%;
	height: 156px;
	background: #FAF7F1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
}
.site-header .top-bar {
	width: 100%;
	height: 48px;
	background: #D8D7BC;
}
.site-header .top-bar .flex {
	justify-content: space-between;
	max-width: 92%;
	margin: 0 auto;
}
.site-header .top-bar .flex .ubermenu {
	width: 250px;
}
.site-header .top-bar .flex .ubermenu .ubermenu-target-title  {
	font-family: 'Oakes Grotesk';
	font-weight: 800;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.075rem;
	padding-top: 5px;
}
.site-header .top-bar .flex .ubermenu .ubermenu-target-title:hover {
	text-decoration: underline;
}
.site-header .top-bar .flex .ubermenu .ubermenu-icon {
	font-size: 17px;
	margin: 2px 9px 0 -4px;
}
.site-header .top-bar .flex .ubermenu .ubermenu-target {
	padding: 0;
	display: flex;
	margin: 13px 0 0 0;
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu {
	border: none;
	background: #D8D7BC;
	padding: 79px 0 40px;
	overflow: hidden;
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .block-area {
	width: 1239px;
	margin: 0 auto;
	display: block;
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .block-area.block-area-search-dropdown {
	width: 875px;
	margin: 0 auto;
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .block-area h2.wp-block-heading {
	margin: 4px 0 64px;
	letter-spacing: -0.05rem;
	position: relative;
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .block-area h2.wp-block-heading:after {
	content: "";
	display: block;
	width: calc(100% + 35%);
	height: 1px;
	background-color: white;
	margin: 0;
	position: absolute;
	bottom: -22px;
	left: -22%;
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .block-area .wp-block-navigation .wp-block-navigation-item__label {
	overflow-wrap: break-word;
	font-size: 13px;
	font-family: 'Oakes Grotesk';
	text-transform: uppercase;
	letter-spacing: 0.04rem;
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	position: relative;
	display: block;
	margin: 0 auto;
	background: transparent;
	border: none;
	padding: 0px 20px 0;
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .wp-block-navigation .has-child > .wp-block-navigation-item__content:after {
	content: "+";
	display: inline-block;
	margin: 0 0 0 10px;
	font-family: 'Oakes Grotesk';
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .wp-block-navigation .has-child:hover > .wp-block-navigation-item__content:after {
	content:"-";
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .wp-block-navigation .has-child .wp-block-navigation__submenu-container:hover, .site-header .lower-bar .flex .ubermenu .ubermenu-submenu .wp-block-navigation .has-child:hover  .wp-block-navigation__submenu-container{
	padding:20px 20px 0;
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
	font-size: 15px;
	font-family: 'Overpass';
	text-transform: capitalize;
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .wp-block-navigation .wp-block-navigation-item {
	margin: 0 0 10px;
	display: block;
	flex-wrap:wrap;
}
.site-header .lower-bar .flex .ubermenu .wp-block-navigation .wp-block-navigation__submenu-icon {
	position: absolute;
	top: 2px;
	right: -13px;
}
.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .ubermenu-column-auto {
	min-width: 100px;
	width: 100%;
}
.site-header .top-bar .flex .social-links {
	display: flex;
	list-style: none;
	width: 250px;
	justify-content: flex-end;
}
.site-header .top-bar .flex .social-links li {
	margin: 15px 0 0 29px;
}
.site-header .top-bar .flex .social-links li svg {
	transition: all 0.5s;
}
.site-header .top-bar .flex .social-links li svg:hover path{
	fill: #FFFBE7;
}
.site-header .top-bar .flex .banner-bar {
	padding: 12px 0 0;
}
.site-header .top-bar .flex .banner-bar p {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0rem;
	font-family: 'Overpass';
}
.site-header .top-bar .flex .banner-bar span {
	text-decoration: none;
	border-bottom: 1px solid black;
}
.site-header .top-bar .flex .banner-bar p a {
	text-decoration: none;
	border-bottom: 1px solid black;
}
.site-header .top-bar .flex #menu-top {
	list-style: none;
}
.site-header .lower-bar .flex {
	padding: 22px 0 0;
	justify-content: space-between;
	max-width: 92%;
	margin: 0 auto;
}
.site-header .lower-bar .flex input:placeholder {
	color:black;
}
.site-header .lower-bar .flex nav {
	width: 400px;
}
.site-header .lower-bar #menu-left {
	list-style: none;
		display: flex;
}
.site-header .lower-bar .site-title {
	max-width: 224px;
	margin: 0 auto;
}
.site-header .lower-bar .flex .ubermenu-target {
	font-family: 'Oakes Grotesk';
	font-weight: 800;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06rem;
	padding: 0 0 46px;
	margin: 25px 25px 0 0;
}
.ubermenu .ubermenu-target-text:hover {
	text-decoration: underline;
}
.ubermenu .search .ubermenu-target-text:hover {
	text-decoration:none;
}
.wp-block-navigation-item.has-child .wp-block-navigation__submenu-container {
	display: none;
}
.wp-block-navigation-item.has-child.is-open .wp-block-navigation__submenu-container {
	display: block;
}
.site-header .lower-bar .flex #menu-item-14088 .ubermenu-target {
	border: 1px solid #C7C7C7;
	border-radius: 4px;
	width: 123px;
	height: 40px;
	font-family: 'Oakes Grotesk';
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08rem;
	padding: 14px 17px 0 1px;
	background-image: url(../icons/utility/search.svg);
	background-repeat: no-repeat;
	background-position: 16px 12px;
	margin-top: 10px;
	margin-right: -2px;
	text-align: right;
	margin-left: 10px;
}
.site-header .lower-bar .flex #menu-item-14088 .ubermenu-target:hover{
	background-color: #D8D7BC;
}
.site-header .lower-bar .flex #menu-item-14088 .ubermenu-submenu{
	margin-top: 36px;
	background-image: url(../icons/utility/search-background.png);
	padding: 50px 0 40px;
	background-size: cover;
	background-position: center;
}

.site-header .lower-bar .flex #ubermenu-nav-main-542 {
	display: flex;
	justify-content: space-between;
	padding: 0 7px 0 0;
}
.site-header .lower-bar .flex input {
	border: 1px solid #C7C7C7;
	border-radius: 4px;
	width: 123px;
	height: 40px;
	font-family: 'Oakes Grotesk';
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.03rem;
	padding: 3px 0 0 9px;
	background-image: url(../icons/utility/search.svg);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	margin-top: 10px;
}
.site-header .lower-bar .site-navigation-right  {
	display: flex;
	justify-content: flex-end;
}
.site-header .lower-bar .site-navigation-right .ubermenu-nav {
	display: flex;
	justify-content: flex-end;
}
.header-spacer {
	height: 156px;
}

/* Single Post Styles
--------------------------------------------- */
.post-header {
	background-image: url(../icons/utility/beige-texture.png);
	background-size: cover;
	background-position: center;
	padding: 63px 0 71px;
}
.post-header .flex {
	max-width: 945px;
	margin: 0 auto;
	justify-content: space-between;
}
.post-header .flex .left {
	width: 330px;
	height: 490px;
	position: relative;
	border: 1px solid white;
}
.post-header .flex .left .date {
	width: 90px;
	height: 28px;
	position: absolute;
	background: #FFFBE7;
	top: 28px;
	left: 0px;
	text-align: center;
	font-size: 13px;
	padding: 2px;
}

.post-header .flex .left img {
	width: 100%;
	height: 100%;
}
.post-header .flex .right {
	width: 566px;
	background: white;
	height: 490px;
	position: relative;
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
	margin: 0 22px 0 0;
	padding: 72px 51px 0;
}
.post-header .flex .right:before {
	content: "";
	display: block;
	width: 220px;
	height: 150px;
	background-image: url(../icons/utility/tape4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -75px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.post-header .flex .right .cat {
	font-size: 13px;
	font-weight: 100;
	display: block;
}
.post-header .flex .right h1 {
	font-size: 28px;
	line-height: 31px;
	margin: 14px 0 14px;
	letter-spacing: -0.06rem;
	padding: 0 10px 0 0;
}
.post-header .flex .right .exc, .post-header .flex .right p {
	font-size: 13px;
	line-height: 22px;
	margin: 0 0 19px;
}
.post-header .flex .right .share ul {
	list-style: none;
	display: flex;
}
.post-header .flex .right .share ul li {
	position: relative;
	margin: 0 40px 0 0;
}
.post-header .flex .right .share ul li:hover svg path{
	fill:#D8D7BC;
}
.post-header .flex .right .share ul li input {
	position: absolute;
	opacity: 0;
}
.post-header .flex .right .share ul li p {
	margin: 0;
	position: absolute;
	font-size: 10px;
	width: 100px;
	bottom: -14px;
}
.post-header .flex .right .share{
	position: absolute;
	bottom: 43px;
	left: 51px;
}
.post-header .flex .right .share h5 {
	font-family: 'Thursday Morning';
	font-size: 28px;
	margin: 0 0 10px 3px;
	transform: rotate(-3deg);
	font-weight: 100;
}
.cta-bar {
	background: #D8D7BC;
	padding: 24px 0 22px;
	box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.26);
}
.cta-bar .flex {
	justify-content: space-between;
	max-width: 975px;
	margin: 0 auto;
	padding-right: 31px;
}
.cta-bar .flex span.title {
	font-family: 'thursday morning';
	font-size: 38px;
	transform: rotate(-3deg);
	display: block;
	margin: 3px 91px 0 0;
}
.cta-bar .flex ul {
	display: flex;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 6px 0 0 0;
}
.cta-bar .flex ul li {
	margin: 0 13px;
}
.cta-bar .flex ul li:nth-child(1){
	margin: 2px 21px 0 0;
	line-height: 1.2;
}
.cta-bar .flex .storefront a {
	display: flex;
	text-decoration: none;
	font-size: 14px;
}
.cta-bar .flex .storefront {
	border-left: 1px solid #121216;
	padding: 2px 0 6px 62px;
}
.cta-bar .flex .storefront svg {
	margin: 3px 0px 0 16px;
}
.jumptotravel {
	display: none;
	position: absolute;
	width: 83px;
	background: black;
	height: 171px;
	color: white;
	text-align: center;
	left: 0;
	top: 60px;
}
.jumptotravel a {
	color: white;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	display: block;
	margin: 47px 0 0;
	font-weight: 100;
}
.jumptotravel span {
	display: block;
}
.jumptotravel img {
	width: 14px;
	margin: 13px auto;
	display: block;
}
.postwrap {
	position: relative;
	background: white;
	padding: 1px 0;
	z-index: 1;
}
.post-content .instagram-media {
	margin: 0 auto!important;
}
.post-content {
	max-width: 787px;
	margin: 69px auto 0;
}
.post-content .wp-block-image img {
	object-fit: cover;
}
.post-content figure {
	margin: 25px 0 25px;
}
.post-content h2 {
	font-size: 28px;
	line-height: 31px;
	margin: 15px 0;
	letter-spacing: -0.05rem;
}
.post-content .wp-block-buttons .wp-block-button__link {
	width: 100%;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Oakes Grotesk';
	letter-spacing: 0.08rem;
	padding: 0 23px 0 0;
	font-size: 14px;
	text-decoration: underline;
	padding: 14px 50px 11px 30px;
	box-shadow: 0 8px 12px -7px rgba(0, 0, 0, 0.26);
	background-image: url(../icons/utility/arrow-right.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: right 26px center;
}
.post-content .wp-block-buttons .wp-block-button__link:hover {
	background-color: #f9f7f1 !important;
}
.post-content .wp-block-buttons.is-content-justification-center {
	margin:0;
}

.post-content .wp-block-media-text.wide {
	width: 960px;
	margin: 95px -86px;
}
.post-content .wp-block-image.aligncenter.size-large {
	max-width: 693px;
	margin: 95px auto 43px;
}
.post-content .wp-block-columns.wide {
	width: calc(100% + 90px);
	margin: 0 -45px;
	gap: 55px;
}
.post-content .wp-block-columns.wide h2{
	margin: 6px 0;
}
.post-content .wp-block-media-text.wide h2  {
	margin: 6px 0 20px;
}
.post-content .wp-block-media-text h2 {
	margin: 6px 0 20px;
}
.post-content .wp-block-columns.wide h2 a, .post-content .wp-block-media-text.wide h2 a, .post-content .wp-block-media-text h2 a {
	text-decoration: none;
	border-bottom:1px solid black;
}
.post-content .wp-block-columns.wide .wp-block-buttons .wp-block-button__link, .post-content .wp-block-media-text.wide .wp-block-buttons .wp-block-button__link, .post-content .wp-block-media-text .wp-block-buttons .wp-block-button__link{
	margin-top:23px;
}

.post-content .wp-block-media-text h5 {
	font-weight: 100;
	font-size: 13px;
	letter-spacing: 0.01rem;
	margin: 0;
}
.post-content .wp-block-image.wide{
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	margin-top: 50px;
	margin-bottom: 50px;
}

#cooler-nav {
	background: #D8D7BC;
	padding: 34px 0 72px;
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
	position: relative;
}
#cooler-nav #post-nav {
	max-width: 982px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-left: 42px;
}
#cooler-nav #post-nav a {
	text-decoration: none;
}
#cooler-nav #post-nav .nav-img .nav-date {
	width: 90px;
	height: 28px;
	background: #FFFBE7;
	display: block;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 12px;
	font-size: 13px;
	padding: 2px 0 0;
	z-index:1;
}
#cooler-nav .nav-img {
	width: 164px;
	height: 195px;
	border: 1px solid #000000;
	background-size: cover;
	background-position: center;
	margin: 0;
	position:relative;
	transition: all 0.5s;
}
/* #cooler-nav a:hover .nav-img {
	filter: brightness(55%);
} */
#cooler-nav .nav-cat {
	display: block;
	font-size: 13px;
}
#cooler-nav .nav-title {
	display: block;
	font-size: 28px;
	line-height: 31px;
	font-family: 'Darline Serif';
	letter-spacing: -0.05rem;
}
#cooler-nav .nav-title:hover {
	text-decoration: underline;
}
#cooler-nav .nav-post {
	width: 445px;
}
#cooler-nav .nav-post a {
	display: flex;
	position: relative;
	padding-top: 50px;
	justify-content: space-between;
}
#cooler-nav .nav-post .script {
	font-size: 38px;
	position: absolute;
	top: 19px;
	left: -65px;
	font-family: 'Thursday Morning';
	transform: rotate(-3deg);
	margin: 0;
}
#cooler-nav .table {
	height: 195px;
	display: table;
	width: 59.5%;
}
.related {
	background: #FAF7F1;
	padding: 30px 0 75px;
}
.related .title-flex {
	text-align: center;
	border-bottom: 1px solid #DFDAC9;
	padding: 0 0 24px;
	margin: 0 0 54px;
}
.related .title-flex .pos {
	position: relative;
	max-width: 443px;
	margin: 0 auto;
	text-align: left;
}
.related .title-flex .pos h2 {
	margin: 6px;
	letter-spacing: -0.06rem;
}
.related .title-flex .pos a{
	color: #000000;
	font-size: 14px;
	opacity: 1;
	position: absolute;
	bottom: 3px;
	right: 5px;
	border: none;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Oakes Grotesk';
	letter-spacing: 0.08rem;
	padding: 0 23px 0 0;
	margin: 0 0;
	background-image: url(../icons/utility/arrow-right.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: right 6px;
}
.related .yarpp ul {
	max-width: 1009px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.related .yarpp ul li {
	width: 309px;
}
.related .yarpp ul li .image-link {
	display: block;
	font-weight: 100;
	height: 426px;
	position: relative;
	width: 100%;
	border: 1px solid black;
}
.related .yarpp ul li .image-link .date {
	position: absolute;
	top: 15px;
	background: #FFFBE7;
	width: 90px;
	height: 28px;
	text-align: center;
	left: 1px;
	font-size: 13px;
	font-weight: 100;
	padding: 2px 0 0;
	z-index: 1;
}
.related .yarpp ul li .image-link img {
	width:100%;
	height:100%;
	object-fit: cover;
	transition: all 0.4s;
}
.related .yarpp ul li:hover .image-link img{
	filter: brightness(55%);
}
.related .yarpp ul li .post-category {
	font-size: 13px;
	letter-spacing: 0.02rem;
	margin: 10px 0 5px;
}
.related .yarpp ul li h2 {
	font-size: 28px;
	line-height: 31px;
	letter-spacing: -0.03rem;
	margin: 0;
}
.related .yarpp ul li:hover h2 {
	text-decoration: underline;
}
/* Form Styles
--------------------------------------------- */

input, select, textarea {
    background-color: inherit;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
	color: #000000
}

input:focus {
	outline: none;
    border: 1px solid #000;
	-webkit-appearance:none;
	border-radius: 0;
}

textarea:focus {
	outline: none;
    border: 1px solid #000;
	border-radius: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border-radius: 0;
    border: 1px solid #000;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background: none;
    color: #000000;
    padding: 10px;
	outline:none;
}

button:hover, .button:hover, a.text-button:hover, a:hover, input[type="submit"]:hover {
	outline:none;
	transition: all 0.4s;
}

::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

.gform_wrapper {
	width: 100%;
	margin: 0px auto 0;
}

.gfield_label, .gfield_required {
    display: none;
}

.gf_left_half {
	width: 49%;
	display: inline-block;
}

.gf_right_half {
	width: 49%;
	display: inline-block;
	margin-left: 2%;
}



/* Footer Styles
--------------------------------------------- */
.site-footer .mobile-social-links {
	display:none;
}
.site-footer {
	background-size: cover;
	background-position: center;
	padding: 22px 20px;
}
.site-footer .inside {
	border: 1px solid #D8D7BC;
}
.site-footer .flex {
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 70px 43px;
	position: relative;
}
.site-footer .flex .left {
	width: 290px;
	position: relative;
	z-index: 1;
}
.site-footer .flex .left img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 200px;
	object-fit: contain;
}
.site-footer .flex .center {
	display: flex;
	justify-content: space-between;
	width: 370px;
}
.site-footer .flex .center ul li {
	list-style: none;
	margin: 0 0 5px;
}
.site-footer .flex .center ul li a {
	text-decoration: none;
	font-size: 12px;
	font-family: 'Oakes Grotesk';
	text-transform: uppercase;
	letter-spacing: 0.05rem;
}
.site-footer .flex .center ul li a:hover {
	text-decoration: underline;
}
.site-footer .flex .center ul li.title a {
	font-size: 30px;
	font-family: 'Darline Serif';
	letter-spacing: -0.03rem;
	text-transform: capitalize;
}
.site-footer .flex .center ul li.title {
	margin: -1px 0 17px;
}
.site-footer .cred-flex {
	background: #D8D7BC;
	display: flex;
	justify-content: space-between;
	padding: 12px 42px 10px;
	font-size: 14px;
	font-family: 'Overpass';
	font-weight: 100;
}
.site-footer .cred-flex .center {
	font-weight: 600;
	font-family: 'Oakes Grotesk';
	font-size: 13px;
	letter-spacing: 0.03rem;
	padding-top: 2px;
}
.site-footer .cred-flex .social-links {
	display:none;
}
.site-footer .mobile-social-links {
	display: flex;
	list-style: none;
	justify-content: space-between;
	margin-top: 30px;
}
.site-footer .mobile-social-links img {
	width: 21px;
}
.site-footer .cred-flex .social-links li {
	margin: 4px 39px 0 0;
}
.site-footer .cred-flex .social-links li svg:hover path{
	fill:#FFFBE7;
}
.site-footer .flex .right {
	width: 346px;
}
.site-footer .flex .right .wpforms-title {
	font-family: 'Darline Serif';
	font-size: 30px;
	line-height: 33px;
	letter-spacing: -0.05rem;
	margin: 72px 0 0 0;
	display: block;
}
.site-footer .flex .right label {
	font-size:0;
}
.site-footer .flex .right input {
	text-align: left;
	padding: 0 0 7px;
	border: none;
	border-bottom: 1px solid black;
	margin: 17px 0 0;
	font-size: 13px;
}
.site-footer .flex .right form {
	position: relative;
}
.site-footer .flex .right button.wpforms-submit {
	position: absolute;
	bottom: 7px;
	right: 0;
	padding: 0;
	width: 16px;
	height: 18px;
	font-size: 0px;
	background-image: url(../icons/utility/arrow-right.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.pum-theme-14188 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	width: 50px!important;
	height: 50px!important;
	border-radius: 50%!important;
	font-family: system-ui!important;
	font-size: 23px!important;
	font-weight: 100!important;
}
/* Responsive Styles
--------------------------------------------- */
@media all and (max-width:1140px) {
	.site-header .top-bar .flex, .site-header .lower-bar .flex {
		max-width:96%;
	}
	.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .block-area {
		width: 97%;
	}
	.site-header .lower-bar .flex .ubermenu-target {
		margin: 25px 16px 0 0;
	}
	.site-footer .flex {
		display: block;
		padding: 10px 0 50px;
	}
	.site-footer .flex .right .wpforms-title {
		margin: 45px 0 0 0;
	}
	.site-footer .flex .left img {
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
		z-index: 0;
	}
	.site-footer {
		background-image:url(../icons/utility/yellow-texture.png)!important;
	}
	.site-footer .flex .left {
		margin:0 auto;
	}
	.site-footer .flex .center {
		margin: 15px auto 0;
		width: 415px;
	}
	.site-footer .flex .right {
		margin: 0 auto 0;
	}
	.archive-header__inner .archive-title {
		display: block;
		width: 100%;
		display: block;
		text-align: center;
		margin:0 0 10px;
	}
	.archive-header__inner {
		flex-wrap:wrap;
	}
}
@media all and (max-width:1080px) {
	.archive-header__inner .archive-subcategories {
		flex-wrap: wrap;
		justify-content: center;
	}
	.archive-header__inner a {
		margin: 6px 15px;
	}
	.site-header .lower-bar .flex nav {
		width: 330px;
	}
	.post-header .flex {
		max-width: 500px;
	}
	.post-header .flex .right {
		width:100%;
	}
	.post-header .flex .left {
		margin: 0 auto 30px;
		width: 290px;
		height: 416px;
	}
	.post-header {
		padding: 23px 0 32px;
	}
	.cta-bar .flex {
		max-width: 750px;
		flex-wrap: nowrap;
	}
	.cta-bar .flex ul li:nth-child(1) {
		margin: 2px 7px 0 0;
		line-height: 1.2;
	}
	.cta-bar .flex .storefront svg {
		margin: 3px 0px 0 9px;
	}
	.cta-bar .flex ul li {
		margin: 0 7px;
	}
	.cta-bar .flex span.title {
		margin: 3px 16px 0 0;
	}
	.cta-bar .flex .storefront {
		padding: 2px 0 6px 10px;
	}
}
@media all and (max-width:920px) {
	.post-content {
		max-width: 768px;
		margin: 130px auto 0;
	}
	.post-content .wp-block-columns.wide {
		width: calc(100% + 0px);
		margin: 0;
		gap: 29px;
	}
	.post-content .wp-block-media-text.wide {
		width: 100%;
		margin: 95px auto;
	}
	#cooler-nav #post-nav {
		max-width: 500px;
		padding: 0;
	}
	#cooler-nav .nav-post {
		width: 100%;
		display: block;
	}
	#cooler-nav #post-nav a {
		display: block;
	}
	#cooler-nav .post-next .nav-post .script {
		left: 0;
		right: 0;
		text-align: center;
	}
	#cooler-nav .nav-post .script {
		left: 0;
		right: 0;
		text-align: center;
	}
	#cooler-nav .nav-img {
		width: 100%;
		height: 280px;
	}
	#cooler-nav .table {
		height: auto;
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	#cooler-nav .post-next {
		width:48%;
	}
	#cooler-nav .post-previous {
		width:48%;
	}
	#cooler-nav .post-next .nav-post a {
		flex-direction: row-reverse;
	}
	#cooler-nav .post-next .nav-post .script {
		left: 0;
		right: 0;
	}
	.related .yarpp ul {
		max-width:90%;
	}
	.related .yarpp ul li {
		width: 31%;
	}
	.related .yarpp ul li .image-link img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: all 0.4s;
		aspect-ratio: 8 / 12;
	}
	.related .yarpp ul li .image-link {
		display: block;
		font-weight: 100;
		height: auto;
		position: relative;
		width: 100%;
		border: 1px solid black;
		line-height: 0;
	}
	.related .yarpp ul li .image-link .date {
		padding: 14px 0 0;
	}
	.related .title-flex .pos a {
		position: relative;
		bottom: inherit;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.related .title-flex .pos {
		position: relative;
		max-width: 443px;
		margin: 0 auto;
		text-align: center;
	}
	
	.jumptotravel {
		display: none;
		position: absolute;
		width: 83px;
		background: black;
		height: 120px;
		color: white;
		text-align: center;
		left: 0;
		top: 0;
	}
	.jumptotravel a {
		margin: 25px 0 0;
	}
	.archive-search-form input {
		width:100%;
	}
	.site-footer .cred-flex {
		display: block;
		text-align: center;
	}
	.site-footer .cred-flex .social-links {
		padding-left:0;
		margin: 0 auto;
		justify-content: center;
	}
	.site-footer .cred-flex .center  {
		display: block;
	}
	.site-footer .cred-flex .social-links li {
		margin: 0 19px;
	}
	.site-header .lower-bar .flex nav {
		width: 100px;
	}
	.site-header .lower-bar .flex #ubermenu-main-542, #menu-item-13722 {
		display:none;
	}
	.site-header .lower-bar .flex #menu-item-14088 .ubermenu-target {
		border: none;
		border-radius: 0;
		width: 20px;
		height: 40px;
		font-family: 'Oakes Grotesk';
		font-size: 0;
		text-transform: uppercase;
		letter-spacing: 0.08rem;
		padding: 0;
		background-image: url(../icons/utility/search.svg);
		background-repeat: no-repeat;
		background-position: 0;
		margin-top: 10px;
		margin-right: -2px;
		text-align: right;
		margin-left: 10px;
	}
	.site-header .lower-bar .flex #menu-item-14088 .ubermenu-target:hover {
		background-color:transparent;
	}
	.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .block-area.block-area-search-dropdown {
		width: 90%;
		margin: 0 auto;
	}
	.mobile-toggle-button {
		display: block;
		position: absolute;
		left: 0;
		top: 67px;
		z-index: 9999;
		width: 80px;
		height: 64px;
		border-right: none;
		padding: 0 0 0 21px;
	}
	.mobile-toggle-button.active span{
		transform: rotate(45deg);
	}
	.mobile-toggle-button.active span:before {
		display: none;
	}
	.mobile-toggle-button.active span:after {
		transform: rotate(90deg);
		bottom:0;
	}
	.mobile-toggle-button span{
		display: block;
		width: 30px;
		height: 1px;
		background: #292825;
		position: absolute;
		top: 31px;
	}
	.mobile-toggle-button span:before {
		content:"";
		display: block;
		width:30px;
		height:1px;
		background:#292825;
		position: absolute;
		top:-7px;
		left:0;
	}
	.mobile-toggle-button span:after {
		content:"";
		display: block;
		width:30px;
		height:1px;
		background:#292825;
		position: absolute;
		bottom:-7px;
		left:0;
	}
	.mobile-toggle.banner-pres{
		top: 130px;
	}
	.mobile-toggle.banner-pres.scrolled {
		top: 49px;
	}
	#mobile-tog.active {
		left:0;
	}
	#mobile-tog {
		height: 100vh;
		width: 100%;
		right: 0;
		background-image:url(../icons/utility/yellowmobilebg.png);
		transition: transform 0.5s;
		text-align: left;
		z-index: 99;
		display: block;
		position: absolute;
		top: 154px;
		bottom: 0;
		padding-bottom: 5px;
		margin-bottom: -5px;
		outline: 1px solid transparent;
		overflow-y: auto;
		overflow-x: hidden;
		transition: all 0.5s;
		left: -115%;
		padding-top: 0;
		padding-left: 3%;
		background-size: cover;
		background-position: center;
	}
	#mobile-tog .center {
		display: flex;
		flex-wrap: wrap;
		padding: 50px 30px;
	}
	#mobile-tog .center nav {
		width:50%;
		margin: 0 0 30px;
	}
	#mobile-tog .center nav ul {
		list-style: none;
	}
	#mobile-tog .center nav ul li {
		margin: 0 0 3px 0;
	}
	#mobile-tog .center nav ul li a {
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Oakes Grotesk';
		letter-spacing: 0.1rem;
	}
	#mobile-tog .center nav ul li.title a {
		font-family: 'Darline Serif';
		font-size: 30px;
		text-transform: capitalize;
		letter-spacing: 0;
	}
	#mobile-tog .lower .social-links {
		list-style: none;
		display: flex;
		justify-content: space-between;
	}
	#mobile-tog .lower {
		max-width: 300px;
		margin: 0 0 0 32px;
	}
	#mobile-tog .lower input {
		text-align: left;
		padding: 0 0 7px;
		border: none;
		border-bottom: 1px solid black;
		margin: 17px 0 0;
		font-size: 13px;
	}
	#mobile-tog .lower .wpforms-title {
		font-family: 'Darline Serif';
		font-size: 30px;
		line-height: 33px;
		letter-spacing: -0.05rem;
		margin: 0px 0 0 0;
		display: block;
	}
	#mobile-tog .lower form {
		position: relative;
		margin: 0 0 20px;
	}
	#mobile-tog .lower button.wpforms-submit {
		position: absolute;
		bottom: 7px;
		right: 0;
		padding: 0;
		width: 16px;
		height: 18px;
		font-size: 0px;
		background-image: url(../icons/utility/arrow-right.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	#mobile-tog .lower label {
		font-size:0;
	}
}
@media all and (max-width: 768px) {
	.jumptotravel {
		display: none;
		position: relative;
		width: 100%;
		background: black;
		height: 71px;
		color: white;
		text-align: center;
		left: 0;
		top: 0;
		padding: 10px;
	}
	.jumptotravel a {
		margin: 0;
	}
	.jumptotravel img {
		width: 14px;
		margin: 5px auto 0;
		display: block;
	}
	.postwrap {
		padding:0;
	}
	.post-content {
		max-width: 500px;
		margin: 50px auto 0;
	}
	.cta-bar .flex {
		max-width: 500px;
		flex-wrap: wrap;
	}
	.cta-bar .flex span.title {
		margin: 0 auto 10px;
	}
	.post-header .flex .right {
		width: 100%;
		margin: 0;
	}
}
@media all and (max-width:700px) {
	.archive-wrap article {
		margin: 0 19px 46px;
		width: 38%;
	}
	.site-header .top-bar {
		display: none;
	}
	.site-header {
		height: 56px;
	}
	.header-spacer {
		height: 56px;
	}
	.site-header .lower-bar .flex {
		padding: 9px 0 0;
	}
	.site-header .lower-bar .site-title {
		max-width: 128px;
		margin: 0 auto;
	}
	.site-header .lower-bar .flex #menu-item-14088 .ubermenu-target {
		margin-top: -1px;
		margin-right: 0;
		text-align: right;
		margin-left: 0;
	}
	.mobile-toggle-button {
		display: block;
		position: absolute;
		left: 0;
		top: -4px;
		z-index: 9999;
		width: 80px;
		height: 60px;
		border-right: none;
		padding: 0 0 0 21px;
	}
	.site-header .lower-bar .flex #menu-item-14088 .ubermenu-submenu {
		margin-top: 7px;
		padding: 20px 0 6px;
	}
	#mobile-tog {
		top:56px;
	}
	#mobile-tog .center {
		padding: 50px 30px 15px;
	}
	.site-header .lower-bar .flex .ubermenu .ubermenu-submenu .block-area.block-area-search-dropdown {
		width: 100%;
		margin: 0 auto;
	}
	#mobile-tog {
		background-position: bottom 210px center;
	}
}
@media all and (max-width:580px) {
	.site-footer .flex .left {
		width: 80%;
	}
	.site-footer .flex .left img {
		height:auto;
		padding:10px 0;
	}
	.site-footer .flex .center {
		margin: 15px auto 0;
		width: 90%;
	}
	.archive-wrap article {
		margin: 0 10px 46px;
		width: 43%;
	}
	.archive-wrap article h2 {
		font-size: 23px;
		line-height: 28px;
		letter-spacing: -0.03rem;
		margin: 0;
	}
	.site-footer .flex .right {
		margin: 0 auto 0;
		width: 91%;
	}
	.site-footer .cred-flex {
		display: block;
		text-align: left;
		padding: 10px 27px 10px;
	}
	.site-footer .cred-flex .social-links {
		padding-left: 0;
		margin: 0;
		justify-content: flex-start;
	}
	.site-footer .cred-flex .social-links li {
		margin: 5px 30px 0 0;
	}
	.archive-search-form {
		padding:20px;
	}
}
@media all and (max-width:550px) {
	.post-content .wp-block-spacer {
		display: none;
	}
	.post-content h2, .post-content p {
		margin: 15px 0;
	}
	.post-content figure {
		margin: 15px 0 !important;
		display: block;
	}
	.post-content .wp-block-buttons .wp-block-button__link {
		margin: 0 auto 20px;
	}
	.post-content .wp-block-columns.wide .wp-block-buttons .wp-block-button__link, .post-content .wp-block-media-text.wide .wp-block-buttons .wp-block-button__link, .post-content .wp-block-media-text .wp-block-buttons .wp-block-button__link {
		margin-top:0;
	}
	.post-content .wp-block-media-text.wide {
		width: 100%;
		margin: 15px 0;
	}
	.post-content .wp-block-image.wide {
		left: 0;
		right: 0;
		width:100%;
	}
	.related .yarpp ul li {
		width: 48%;
	}
	.related .yarpp ul li:nth-child(3) {
		display: none;
	}
	.post-header .flex {
		max-width: 95%;
	}
	.cta-bar .flex {
		max-width: 90%;
		flex-wrap: wrap;
		padding: 0;
		text-align: center;
		justify-content: center;
	}
	.post-header .flex .right {
		width: 100%;
		margin: 0;
		padding: 61px 20px 30px;
		height: auto;
	}
	.post-header .flex .right .share {
		position: relative;
		bottom: inherit;
		left: inherit;
	}
	.cta-bar .flex .storefront {
		padding: 0;
		border: none;
		margin: 0;
	}
	.cta-bar .flex span.title {
		margin: 0 0 10px;
		text-align: center;
		width: 100%;
	}
	.cta-bar .flex ul {
		display: flex;
		list-style: none;
		justify-content: center;
		margin: 0;
		padding: 6px 0 0 0;
		width: 100%;
	}
	.post-content {
		max-width: 92%;
		margin: 50px auto 0;
	}
	.post-content figure {
		margin: 25px auto 25px;
	}
	.post-content .wp-block-image img {
		object-fit: cover;
		margin: 0 auto;
		display: block;
	}
	.post-content .wp-block-media-text>.wp-block-media-text__content {
		padding:20px 0;
	}
	#cooler-nav .nav-post .script {
		left:0;
	}
	#cooler-nav #post-nav {
		max-width: 300px;
		padding: 0;
	}
	#cooler-nav .nav-img {
		width: 100%;
		height: 190px;
	}
	#cooler-nav .nav-post {
		width: 100%;
	}
	#cooler-nav #post-nav a {
		display: block;
	}
	#cooler-nav .table {
		height: auto;
		display: table;
		width: 100%;
		margin: 10px 0 0;
	}
	#cooler-nav #post-nav .post-next a{
		text-align:right;
	}
	#cooler-nav .post-next .nav-img {
		margin: 0;
	}
	#cooler-nav .nav-post .script {
		left: 0;
		font-size: 25px;
	}
	#cooler-nav #post-nav .nav-img .nav-date{
		display: none;
	}
	#cooler-nav .table {
		height: auto;
		display: table;
		width: 100%;
		margin: 0px 0 0;
		text-align: left;
	}
	#cooler-nav .nav-title {
		display: block;
		font-size: 21px;
		line-height: 27px;
		font-family: 'Darline Serif';
		letter-spacing: -0.05rem;
	}
	.related .yarpp ul li h2 {
		font-size: 22px;
		line-height: 26px;
		letter-spacing: -0.03rem;
		margin: 0;
	}
	.post-content ol, .post-content ul{
		list-style-position: inside;
	}
	.site-footer {
		overflow: hidden;
	}
}
@media all and (max-width:480px) {
	.site-footer .cred-flex {
		display: block;
		text-align: left;
		padding: 10px 15px 10px;
	}
	.site-footer .flex .center ul li a {
		font-size:11px;
	}
	.site-footer .cred-flex {
		font-size:12px;
	}
}