@charset "utf-8";


/* GLOBAL: VARIABLES
-------------------------------------------------------------------------------*/
:root {
	--font-sans: 'Work Sans', Helvetica, Arial, sans-serif;
	--font-serif: 'PT Serif', Helvetica, Arial, sans-serif;
	--color-black: #000000;
	--color-charcoal: #333333;
	--color-navy: #192533;
	--color-blue: #4d637c;
	--color-cloud: #E8EFF6;
	--color-powder: #B0CAE5;
	--color-snow: #EFF4FA;
	--color-tan: #C9A691;
	--color-sand: #F3E1D6;
	--color-white: #FFFFFF;
}


/* GLOBAL: COLOR
-------------------------------------------------------------------------------*/
.has-black-color {
	color: #000000;
}
.has-black-background-color {
	background-color: #000000;
}
.has-charcoal-color {
	color: #333333;
}
.has-charcoal-background-color {
	background-color: #333333;
}
.has-navy-color {
	color: #192533;
}
.has-navy-background-color {
	background-color: #192533;
}
.has-blue-color {
	color: #4d637c;
}
.has-blue-background-color {
	background-color: #4d637c;
}
.has-cloud-color {
	color: #E8EFF6;
}
.has-cloud-background-color {
	background-color: #E8EFF6;
}
.has-powder-color {
	color: #B0CAE5;
}
.has-powder-background-color {
	background-color: #B0CAE5;
}
.has-snow-color {
	color: #EFF4FA;
}
.has-snow-background-color {
	background-color: #EFF4FA;
}
.has-tan-color {
	color: #C9A691;
}
.has-tan-background-color {
	background-color: #C9A691;
}
.has-sand-color {
	color: #F3E1D6;
}
.has-sand-background-color {
	background-color: #F3E1D6;
}
.has-white-color {
	color: #FFFFFF;
}
.has-white-background-color {
	background-color: #FFFFFF;
}


/* GLOBAL: DEFAULTS
-------------------------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	background-color: var(--color-navy);
	min-width: 320px;
}
.main {
	background-color: var(--color-snow);
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	line-height: 0;
}
svg {
	position: relative;
	vertical-align: top;
}
.svg-symbol {
	width: 100%;
	height: 100%;	
}


/* GLOBAL: CONTAINERS
-------------------------------------------------------------------------------*/
.container {
	max-width: 1300px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.col-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.row {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width: 768px) {
	.main .container {
		background-color: #FFF;
	}
}


/* GLOBAL: TYPOGRAPHY
-------------------------------------------------------------------------------*/
body {
	font-size: 18px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
}
@media (min-width: 980px) {
	body {
		font-size: 19px;
	}
}
@media (min-width: 1300px) {
	body {
		font-size: 20px;
	}
}
body, select, input, textarea, .text-normal {
	font-family: var(--font-serif);
	color: var(--color-charcoal);
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-sans);
	font-weight: 500;
	letter-spacing: -0.4px;
	color: var(--color-black);
}
h1 {
	line-height: 1.35em;
}
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 2em 0;
	padding: 0 0 0 1.15em;
}
ul li,
ol li {
	margin-bottom: 0;
}
blockquote p,
.wp-block-quote p {
	font-style: normal !important;
}
code {
	font-size: 0.9em;
	background-color: var(--color-charcoal);
	padding: 6px;
	border-radius: 3px;
	font-weight: bold;
}
small {
	font-size: .7em;
	text-align: center;
}


/* GLOBAL: FORMS
-------------------------------------------------------------------------------*/
label {
	color: var(--color-charcoal);
}
[type=text],
[type=email],
[type=password],
[type=number],
[type=date],
[type=search],
[type=tel],
[type=url],
[type=submit],
textarea {
	border: 1px solid var(--color-charcoal);
	padding: .5em .865em;
	height: auto;
	max-width: 480px;
	border-radius: 0;
}
select {
	display: block;
	font-size: 15px;
	font-family: var(--font-sans);
	line-height: 1.3;
	padding: .5em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid var(--color-powder);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--color-white);
	background-image:
		url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23888888%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
		linear-gradient(to bottom, #F0F5FA 0%, #F0F5FA 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
select::-ms-expand {
	display: none;
}
select:hover {
	border-color: #888;
}
select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
select > option {
	font-weight: normal;
	font-family: 'Work Sans', Helvetica, Arial, sans-serif;
}


/* GLOBAL: LINKS
-------------------------------------------------------------------------------*/
a:link,
a:visited,
a:active {
	color: var(--color-black);
	text-decoration: none;
}
a:not(button):hover,
a:not(.button):hover {
	text-decoration: underline;
}
a:link {
	-webkit-tap-highlight-color: rgba(242, 228, 212, 0.5);
}
::-moz-selection {
	background: rgba(242, 228, 212, 0.5);
	text-shadow: none;
}
::selection {
	background: rgba(242, 228, 212, 0.5);
	text-shadow: none;
}


/* UTILITY: BUTTONS
-------------------------------------------------------------------------------*/
button,
.button {
	display: inline-flex;
	font-family: var(--font-sans);
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
	background-color: var(--color-sand);
	color: var(--color-black) !important;
	box-shadow: 0 3px 3px rgba(0,0,0,0), 0 1px 0 rgba(0,0,0,0);
	padding: 10px 20px;
	border: 0;
	line-height: 1;
	cursor: pointer;
}
button:hover,
.button:hover {
	transform: translateY(-1px);
	box-shadow: 0 3px 3px rgba(0,0,0,.2), 0 1px 0 rgba(0,0,0,.3);
	background-color: var(--color-tan) !important;
	color: var(--color-black) !important;
	text-decoration: none;
}
.button-s {
	font-size: 14px;
}
.button svg {
	width: 15px;
	height: 15px;
	fill: var(--color-black);
	margin-right: 10px;
}


/* UTILITY: SCALING
-------------------------------------------------------------------------------*/
.has-small-font-size {
	font-size: 0.85em;
	line-height: 1.5;
}
.has-normal-font-size,
.has-regular-font-size {
	font-size: 1em;
	line-height: 1.5;
}
.has-medium-font-size {
	font-size: 1.2em;
	line-height: 1.5;
}
.has-large-font-size {
	font-size: 1.35em;
	line-height: 1.5;
}
.has-huge-font-size,
.has-larger-font-size,
.text-large {
	font-size: 1.555em;
	font-size: 1.5em;
	line-height: 1.214;
	line-height: 1.5;
}


/* UTILITIES: ALIGNMENT
-------------------------------------------------------------------------------*/
.alignfull,
.alignwide {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	width: 100vw;
}
@media only screen and ( min-width: 980px ) {
	.alignwide {
		margin-left: auto;
		margin-right: auto;
		max-width: 1300px;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.alignleft,
	.alignright {
		max-width: 400px;
		margin: 0.5em 1em 0.5em 1em;
	}
	.alignleft {
		float: left;
		margin: 0.25em 1em 0.5em 0;
	}
	.alignright {
		float: right;
		margin: 0.25em 0 0.5em 1em;
	}
	.alignleft img,
	.alignright img {
		width: 100%;
	}
}


/* UTILITY: LISTS
-------------------------------------------------------------------------------*/
.list-reset {
	margin: 0;
	padding: 0;
}
.list-reset li {
	list-style: none;
}


/* UTILITY: TABLES
-------------------------------------------------------------------------------*/
table tbody td,
table tbody th,
table tfoot td,
table tfoot th,
table thead td,
table thead th {
	padding: 0.35em 0;
}
.table-grid {
	margin: 0;
}
.table-grid td {
	vertical-align: top;
}
.table-grid p {
	margin-bottom: 0;
	line-height: 1.5;
}
.table-grid tr:last-child td {
	border-bottom: 0;
}
.table-grid h1,
.table-grid h2,
.table-grid h3 {
	margin-top: 0;
}


/* UTILITIES: SEPARATOR
-------------------------------------------------------------------------------*/
hr, .hr {
	background: var(--color-navy);
	border: 0;
	height: 1px;
	margin-top: 50px;
	margin-bottom: 50px;
}
hr.wp-block-separator {
	margin: 1.5em auto;
	height: 4px !important;
}
hr.wp-block-separator.is-style-wide {
	height: 1px !important;
	border: none;
}


/* UTILITIES: EMBED
-------------------------------------------------------------------------------*/
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.wp-block-gallery img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 2em auto;
}


/* UTILITIES: FLAIR
-------------------------------------------------------------------------------*/
.text-uc {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--black);
	text-transform: uppercase;
	font-size: 10px;
}
.is-photo-circle {
	border-radius: 50% !important;
}
.is-icon-circle {
	display: flex;
	align-content: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	margin: 0 auto 30px auto !important;
}
.icon {
	position: absolute;
	display: block;
	line-height: 1em;
	max-width: 40px;
	max-height: 40px;
}


/* COMPONENTS: EXCERPT
-------------------------------------------------------------------------------*/
.excerpt {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 30px;
}
.excerpt-wrap {
	background-color: var(--color-white);
}
.excerpt-title {
	line-height: 1;
	margin-bottom: 15px;
}
.excerpt-title a {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.4px;
	margin-right: 3%;
}
.excerpt-title em {
	font-family: var(--font-serif);
	font-weight: bold;
	font-style: italic;
	line-height: 1.03;
}
.excerpt-title strong {
	font-weight: 800;
}
.excerpt-image {
	width: 100%;
	overflow: hidden;
	background-color: var(--color-blue);
}
.excerpt-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top 30% left 50%;
}
.excerpt-content {
	font-family: var(--font-serif);
	font-size: 16px;
}
.excerpt-content p {
	margin-bottom: 0;
}
.excerpt-more {
	display: inline-block;
	margin-top: 15px;
	font-family: var(--font-sans);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}
.excerpts {
	display: flex;
	flex-flow: row wrap;		
}
@media screen and (min-width: 480px) {
	.excerpts-3up .excerpt {
		width: calc( 50% - 10px );
		margin: 0 10px 20px 10px;
	}
	.excerpts-3up .excerpt:nth-child(odd) {
		margin-left: 0;
	}
	.excerpts-3up .excerpt:nth-child(even) {
		margin-right: 0;
	}	
}
@media screen and (min-width: 768px) {
	.excerpts-2up .excerpt {
		width: calc( 50% - 30px );
		margin: 0 25px 30px 25px;
	}
	.excerpts-2up .excerpt:nth-child(odd) {
		margin-left: 0;
	}
	.excerpts-2up .excerpt:nth-child(even) {
		margin-right: 0;
	}
	.excerpts-3up .excerpt:nth-child(1n) {
		width: calc( 33.333% - 2% );
		margin: 0 1.5% 25px 1.5%;
	}
	.excerpts-3up .excerpt:nth-child(3n-2) {
		margin-left: 0;
	}
	.excerpts-3up .excerpt:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 980px) {
	 .excerpts-3up .excerpt {
		margin-bottom: 50px;
	}
}

.excerpts-2up .excerpt-image {
	height: 293px;
}
.excerpts-3up .excerpt-image {
	height: 225px;
}


/* COMPONENTS: META
-------------------------------------------------------------------------------*/
.meta-cats {
	display: flex;
	flex-flow: row wrap;
}
.meta-cats a {
	display: inline-block;
	font-size: 10px;
	font-family: var(--font-sans);
	background-color: var(--color-powder);
	padding: 5px 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	margin-right: 5px;
	margin-bottom: 5px;
}


/* COMPONENTS: BOX
-------------------------------------------------------------------------------*/
.cards {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 10px;
	padding: 0 10px;
}
.cards li,
.cards.is-grid li {
	width: 100%;
	overflow: hidden;
	border-radius: 3px;
	background-color: #FFF;
	transform: box-shadow 0.1s ease-in;
	margin: 0;
}
.cards li:hover {
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.cards li a {
	display: inline-block;
	color: #000;
}
@media (min-width: 768px) {
	.cards {
		gap: 16px;
		padding: 0 18px;
	}
	.cards li {
		flex: 0 48%;
	}
}
@media (min-width: 980px) {
	.cards {
		gap: 24px;
	}
	.cards li {
		flex: 0 31%;
	}
}


/* COMPONENTS: SECTION
-------------------------------------------------------------------------------*/
.section-title {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.3px;
	color: var(--black);
	padding-top: 4px;
	margin-top: 0;
	margin-bottom: 15px;
}
.section-title:before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	border-top: 5px solid var(--color-tan);
	top: 0;
	left: 0;
}


/* COMPONENTS: WIDGETS
-------------------------------------------------------------------------------*/
.widget {
	margin-bottom: 1em;
}


/* COMPONENTS: PAGINATION
-------------------------------------------------------------------------------*/
.pagination .page-numbers {
	display: inline-block;
	background: var(--color-sand);
	font-family: var(--font-sans);
	padding: 10px 20px;
	margin: 3px;
	color: var(--color-black);
}
.pagination a:hover {
	background: var(--color-tan);
	text-decoration: none;
	color: var(--color-black);
}
.pagination .current {
	color: var(--color-white);
	background: var(--color-navy);
}
.pagination .dots {
	display: none;
}


/* COMPONENTS: ENTRY
-------------------------------------------------------------------------------*/
.entry {
	background-color: var(--color-white);
}
.entry-featured {
	width: 100%;
	height: 460px;
	object-fit: cover;
}
.entry-title {
	font-size: 36px;
	line-height: 1;
	letter-spacing: -0.72px;
	margin-bottom: 15px;
}
.entry-title em {
	font-family: var(--font-serif);
	font-weight: bold;
	font-style: italic;
	line-height: 1.03;
}
.entry-meta {
	font-family: var(--font-sans);
	font-size: 16px;
	margin-bottom: 18px;
	color: var(--font-black);
}
.entry-content {
	font-size: 16px;
}
.entry-content p:first-child {
	margin-top: 0;
}
.entry-content a {
	font-weight: 800;
	font-style: italic;
}


/* BLOCKS: GALLERY
-------------------------------------------------------------------------------*/
.blocks-gallery-caption,
.blocks-gallery-caption a {
	font-family: var(--font-sans);
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.2px;
	text-align: right;
}


/* STRUCTURE: HEADER
-------------------------------------------------------------------------------*/
.header {
	font-family: var(--font-sans);
	background: var(--color-blue);
	border-top: 10px solid  var(--color-navy);
	transition: all 0.3s ease-out;
}
.header .container {
	padding: 0;
}
.header-logo {
	display: flex;
	fill: var(--color-white);
	overflow: hidden;
	margin: 15px;
	width: 140px;
	height: 41px;
}
.header-logo:hover {
	fill: var(--color-powder);
}
@media screen and (min-width: 768px) {
  .header-logo {
		width: 230px;
		height: 70px;
		margin-left: 30px;
	}
}
@media screen and (min-width: 980px) {
	.header-logo {
		width: 300px;
		height: 90px;
		margin: 30px;
	}
	.header-right {
		padding: 30px 45px 30px 45px;
	}
}
@media screen and (min-width: 1300px) {
	.header-logo {
		width: 400px;
		height: 120px;
		margin-left: 75px;
	}
	.header-right {
		padding-left: 91px;
		padding-right: 91px;
	}
}

/* FRONT PAGE */
.home .header-logo-center {
		display: none;	
}
@media screen and (min-width: 980px) {	
	.home .header-left {
		display: none;
	}
	.home .header-right {
		flex: 100%;
		max-width: 100%;
	}
	.home .header-menu {
		text-align: center;
		justify-content: center;
	}
	.home .header-logo-center {
		display: flex;
		margin: -30px auto 30px auto;
		max-width: 493px;
	}
}

/* MENU STYLE */
.header-menu {
	margin-top: 10px;
	margin-bottom: 15px;
}
.header-menu li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 800;
	letter-spacing: 0.9px;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--color-white);
	padding: 6px 15px;
}
.header-menu li a:hover {
	text-decoration: none;
}
.header-menu li a:after {
	content: '';
	display: block;
	width: auto;
	position: relative;
	left: 0;
	bottom: -1px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: transparent;
}
.header-menu li a:hover:after {
	border-color: var(--color-white);
}
.header-menu li.current-menu-item a {
	color: var(--color-sand);
}
.header-menu li.current-menu-item a:after {
	border-color: var(--color-sand);
}
@media screen and (min-width: 768px) {
  .header-menu li a {
	 padding: 6px 30px;
	}
}
@media screen and (min-width: 980px) {
	.header-menu {
		margin-top: 0;
		margin-bottom: 0;
	}
	.header-menu li {
		display: flex;
		padding: 0 0.5em;
	}
	.header-menu li a {
		line-height: 1.1;
		padding: 0;
	}
	.header-menu li:last-child {
		margin-right: -10px;
	}
}

/* MENU TOGGLE */
.header-toggle {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 13px;
	right: 5px;
	width: 45px;
	height: 45px;
	padding: 14px 9px;
}
.header-toggle:before,
.header-toggle:after {
	background-color: var(--color-white);
	content: '';
	display: block;
	height: 3px;
	width: 26px;
	transition: all 200ms ease-in-out;
}
.header-toggle:hover:before,
.header-toggle:hover:after {
	background-color: var(--color-powder);
}
.header-toggle:before {
	margin-bottom: 8px;
}
.header-toggle.is-active:before {
	box-shadow: 0 0 0 #fff;
	transform: translateY(5.5px) rotate(45deg);
}
.header-toggle.is-active:after {
	transform: translateY(-5.5px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
	.header-toggle {
		top: 27px;
	  right: 35px;
	}
}
@media screen and (min-width: 980px) {
	.header-toggle {
		display: none;
	}
}

/* MENU UTILITY */
.header-utility {
	margin-right: 13px;
}
@media screen and (min-width: 768px) {
	.header-utility {
		margin-right: 27px;
	}
}
@media screen and (min-width: 980px) {
	.header-utility {
		margin-right: 0;
	}
	.header-utility li:last-child {
		margin-right: -5px;
	}
}
.header-utility a svg {
	width: 30px;
	height: 30px;
	padding: 5px;
	fill: var(--color-white);
	margin-bottom: 3px;
}
.header-utility a:hover svg {
	fill: var(--color-powder);
}

/* MENU ACTION */
@media screen and (max-width: 979px) {
	#header-tray {
		overflow: hidden;
		transition: opacity 0.3s ease-out;
		height: auto;
		transform: scaleY(1);
		transform-origin: top;
		opacity: 1;
	}
	#header-tray.is-hidden {
		height: 0;
		opacity: 0;
	}
}


/* STRUCTURE: FOOTER
-------------------------------------------------------------------------------*/
.footer {
	font-family: var(--font-sans);
	background: #192533;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.9px;
}
.footer,
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer h2 {
	color: #FBAF3D;
}
.footer-logo svg {
	fill: #FFF;
	width: 129px;
	height: 90px;
}


/* STRUCTURE: LIGHTBOX
-------------------------------------------------------------------------------*/
.waws-lightbox {
	background: var(--color-navy);
	border-top: 10px solid #51637a;
}
.waws-lightbox:last-of-type {
	background: var(--color-navy);	
}
.waws-lightbox .featherlight-content {
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
}
.waws-lightbox .featherlight-close-icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10000;
	width: 100px;
}
.waws-lightbox .featherlight-close-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	content: 'Close';
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.26px;
	font-family: var(--font-sans);
	color: var(--color-sand);
}
.waws-lightbox .featherlight-content {
	height: calc( 100vh - 10px );
	background-color: var(--color-navy);
}


/* STRUCTURE: SWIPER
-------------------------------------------------------------------------------*/
.waws-gallery .swiper-wrapper {
	align-items: center;	
}


/* LAYOUT: HOME
-------------------------------------------------------------------------------*/
.home-hero .excerpt {
	border: 1px solid var(--color-blue);
	background-color: var(--color-white);
	margin-bottom: 15px;
}
.home-hero .excerpt-wrap {
	padding: 15px 15px 30px 15px;
}
.home-hero .excerpt-title a {
	font-size: 28px;
}
@media screen and (max-width: 767px) {
	.home-excerpts {
		order: 1;
	}
	.home-sidebar {
		order: 2;
	}
}
@media screen and (min-width: 768px) {
	.home-hero .excerpt-wrap {
	  padding: 30px 40px 40px 40px;
	}
	.home-hero .excerpt-thumb {
		max-height: 425px;
	}
	.home-hero .excerpt-title a {
		font-size: 36px;
	}
	.home-sidekicks .excerpt-thumb {
		max-height: 168px;
	}
	.home-excerpts .excerpt {
		display: flex;
		flex-flow: row nowrap;
		overflow: hidden;
	}
	.home-excerpts .excerpt-wrap {
		padding-top: 0;
	}
	.home-excerpts .excerpt-image {
		flex: 1 0;
		max-height: 225px;
		overflow: hidden;
		object-fit: cover;
		object-position: middle;
		margin-right: 15px;
	}
	.home-excerpts .excerpt-wrap {
		flex: 1 1 220px;
		min-width: 220px;
		max-width: 220px;
	}
	.home-rule {
		display: block;
		height: 5px;
		width: 100%;
		margin: 45px 15px 50px 15px;
		border-top: 5px solid var(--color-powder);
	}
}


/* LAYOUT: MMM
-------------------------------------------------------------------------------*/
.style-mmm .header-logo {
	width: 255px;
	height: 72px;
	margin: 0;
}
@media screen and (min-width: 768px) {
	.style-mmm .header-logo {
		width: 355px;
	  height: 100px;
  }
}
@media screen and (min-width: 980px) {
	.style-mmm .header-right {
		padding: 20px 60px 21px 0;
	}
}
@media screen and (min-width: 1300px) {
	.style-mmm .header-logo {
		width: 533px;
		height: 150px;
  }
	.style-mmm .header-right {
		padding: 30px 91px 30px 0;
	}
}
.style-mmm .header {
	background-color: var(--color-powder);
}
.style-mmm .header-logo svg {
	fill: var(--color-navy);
}
.style-mmm .header-logo svg:hover {
	fill: var(--color-white);
}
.style-mmm .header a {
	color: var(--color-navy);
}
.style-mmm .header li a:hover {
	color: var(--color-white);
}
.style-mmm .header li.current-menu-item a {
	color: var(--color-navy);
}
.style-mmm .header li.current-menu-item a:after {
	border-color: var(--color-navy);
}
.style-mmm .header li.current-menu-item a:hover {
	color: var(--color-white);
}
.style-mmm .header li.current-menu-item a:hover:after {
	border-color: var(--color-white);
}
.style-mmm .header .header-toggle:before,
.style-mmm .header .header-toggle:after {
	background-color: var(--color-blue);
}
.style-mmm .header .header-toggle:hover:before,
.style-mmm .header .header-toggle:hover:after,
.style-mmm .header .header-toggle.is-active:before,
.style-mmm .header .header-toggle.is-active:after {
	background-color: var(--color-white);
}
.style-mmm .header .header-toggle.is-active:hover:before,
.style-mmm .header .header-toggle.is-active:hover:after {
	background-color: var(--color-navy);
}
.style-mmm .header-channels svg {
	fill: var(--color-white);
}
.style-mmm .header-channels svg:hover {
	fill: var(--color-white);
}
@media screen and (min-width: 980px) {
	.style-mmm .header-channels svg {
		fill: var(--color-blue);
	}
}
.style-mmm .excerpt-wrap {
	flex: 1;
	background-color: var(--color-cloud);
	padding: 15px;
}
.style-mmm .excerpts-3up .excerpt-image {
	height: auto;
}
.style-mmm .excerpt span {
	display: block;
	font-size: 19px;
	line-height: 23.5px;
}
.style-mmm .excerpt .mmm-title {
	font-weight: 700;
}
.style-mmm .entry-title {
  font-weight: 900;
}
.style-mmm .section-title {
	font-style: italic;
}
.style-mmm .section-title:before {
	border-color: var(--color-powder);
}
.style-mmm .button {
	background-color: var(--color-powder);
}
.style-mmm .home-rule {
	border-color: var(--color-sand);
}
.style-mmm .excerpt-wrap {
	position: relative;
}
.style-mmm .excerpt-wrap:before {
	content: "wow";
	display: none;
	width: 100%;
	height: 14px;
	font-size: 10px;
	font-family: var(--font-sans);
	text-transform: uppercase;
	background: var(--color-powder);
	position: absolute;
	transform: rotate(90deg);
	left: 0;
	top: 0;
}
.excerpt-mmm-movie {
	overflow: hidden;
}
.excerpt-mmm-movie img {
	width: 100%;
	line-height: 0;
	vertical-align: top;
}

/* MMM REVIEW */
.mmm-review {
	background-color: var(--color-cloud);
	font-family: var(--font-sans);
	font-size: 19px;
	letter-spacing: -0.4px;
}
.mmm-review .mmm-wrap {
	padding: 15px;	
}
.mmm-review span {
	display: block;
}
.mmm-review .mmm-title {
	font-weight: 900;
}
.mmm-review .mmm-meta {
	padding-top: 14px;
	margin-top: 14px;
	border-top: 1px solid var(--color-powder);
}
.mmm-review .mmm-rating,
.mmm-review .mmm-scale {
	display: inline-block;
}
.mmm-review .mmm-rating {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -0.7px;
}
.mmm-review .mmm-scale {
	opacity: 0.5;
}
.page-template-template-mmm .entry .button {
	display: inline-flex;
	margin: 0 auto !important;
}

/* OVERRIDES: 404 + SEARCH
-------------------------------------------------------------------------------*/
.prompt {
	border: 5px solid var(--color-sand);
	background-color: var(--color-white);
	padding: 30px;
	margin: 0 auto;
	max-width: 500px;
}
.prompt input[type=text] {
	max-width: auto;
	width: 100%;
}
.searchform input {
	margin-right: 8px;
}


/* OVERRIDES: ADDTOANY
-------------------------------------------------------------------------------*/
.addtoany_list {
	display: flex !important;
	flex-flow: row nowrap;
}
.addtoany_list a {
	display: block;
	margin: 0 0 10px 0;
	padding-left: 0 !important;
}
.addtoany_list a span {
	overflow: hidden;
	border-radius: 50px !important;
	padding: 2px;
}
@media screen and (min-width: 600px) {
	.addtoany_list {
		flex-flow: column nowrap;
	}
}



/* OVERRIDES: LIGHTBOX
-------------------------------------------------------------------------------*/
.lg-slide {
	background-color: var(--color-blue);
	border-top: 10px solid var(--color-navy);
}
.lg-toolbar .lg-icon:after {
	color: var(--color-sand);
}