/*
Theme Name: Twenty Twenty
Text Domain: twentytwenty
Version: 1.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


@import url("https://use.typekit.net/fjq3wrs.css");

@font-face {
        font-family: "CooperBT";
        font-weight: 300;
        src: url(//cdn.shopify.com/s/files/1/0014/1433/2480/t/2/assets/CooperBT-light.eot?%23iefix&1887);
        src: url(//cdn.shopify.com/s/files/1/0014/1433/2480/t/2/assets/CooperBT-light.eot?%23iefix&1887) format("eot"),url(//cdn.shopify.com/s/files/1/0014/1433/2480/t/2/assets/CooperBT-light.woff2?1887) format("woff2"),url(//cdn.shopify.com/s/files/1/0014/1433/2480/t/2/assets/CooperBT-light.woff?1887) format("woff"),url(//cdn.shopify.com/s/files/1/0014/1433/2480/t/2/assets/CooperBT-light.ttf?1887) format("truetype");
      
}
    
@font-face {
    font-family: "iconfont";
    src: url('iconfont/iconfont.eot');
    src: url('iconfont/iconfont-.eot#iefix') format('eot'), url('iconfont/iconfont.woff') format('woff'), url('iconfont/iconfont.ttf') format('truetype'), url('iconfont/iconfont.svg#iconfont') format('svg')
}




/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #fff;
	box-sizing: border-box;
	color: #2f2f2f;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
}

@supports ( font-variation-settings: normal ) {

	body {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}


/* Fonts ------------------------------------- */

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the classic editor and
 * block editor. The following font-face override fixes the issue by manually
 * inserting a custom font that includes just a Hoefler Text space replacement
 * for that character instead.
 */
@font-face {
	font-family: NonBreakingSpaceOverride;
	src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
}

/* ----------------------------------------------
Inter variable font. Usage:

@supports (font-variation-settings: normal) {
	html { font-family: 'Inter var', sans-serif; }
}
---------------------------------------------- */

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: normal;
	font-display: swap;
	src: url(./assets/fonts/inter/Inter-upright-var.woff2) format("woff2");
}

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: italic;
	font-display: swap;
	src: url(./assets/fonts/inter/Inter-italic-var.woff2) format("woff2");
}


/* Accessibility Settings -------------------- */

@media ( prefers-reduced-motion: reduce ) {

	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}


/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1.138888889;
}

h2,
.heading-size-2 {
	font-size: 3.2rem;
}

h3,
.heading-size-3 {
	font-size: 2.8rem;
}

h4,
.heading-size-4 {
	font-size: 2.4rem;
}

h5,
.heading-size-5 {
	font-size: 2.1rem;
}

h6,
.heading-size-6 {
	font-size: 12px;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
    font-family: gill-sans-nova, sans-serif;
    color: #CB242C;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
	font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #2f2f2f;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}

a {
	color: #cd2653;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}


/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	
}

cite {
	color: #2f2f2f;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #2f2f2f;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}


/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}


/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}

@supports ( font-variation-settings: normal ) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

input,
textarea {
	border-color: #dcd7ca;
	color: #2f2f2f;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}




button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}


/* -------------------------------------------------------------------------- */

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */


/* Layout ------------------------------------ */

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.screen-height {
	min-height: 100vh;
}

.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {

	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}

.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

/* Sections ---------------------------------- */



.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.medium {
	max-width: 100rem;
}

.section-inner.no-margin {
	margin: 0;
}


/* Toggles ----------------------------------- */

.toggle {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: inherit;
	user-select: none;
}

button.toggle {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}


/* Typography -------------------------------- */

.font-size-xl {
	font-size: 1.25em;
}

.font-size-xs {
	font-size: 0.8em;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: #cd2653;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: #cd2653;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: #cd2653;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
	fill: #cd2653;
}

.fill-children-current-color,
.fill-children-current-color * {
	fill: currentColor;
}


/* Opacity ----------------------------------- */

.opacity-0 {
	opacity: 0;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-15 {
	opacity: 0.15;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-90 {
	opacity: 0.9;
}

.blend-mode-exclusion {
	mix-blend-mode: exclusion;
}

.blend-mode-hue {
	mix-blend-mode: hue;
}

.blend-mode-saturation {
	mix-blend-mode: saturation;
}

.blend-mode-color {
	mix-blend-mode: color;
}

.blend-mode-luminosity {
	mix-blend-mode: luminosity;
}


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

.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-attachment-fixed {
	background-attachment: fixed;
}

@supports ( -webkit-overflow-scrolling: touch ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

@media ( prefers-reduced-motion: reduce ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

.wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}

/* Search Form ------------------------------- */

.search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 -0.8rem -0.8rem;
}

.search-form .search-field,
.search-form .search-submit {
	margin: 0 0 0.8rem 0.8rem;
}

.search-form label {
	align-items: stretch;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
}

.search-form .search-field {
	width: 100%;
}

.search-form .search-submit {
	flex-shrink: 0;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
	text-decoration: none;
}


/* Social Icons ------------------------------ */

ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	margin: -0.9rem 0 0 -0.9rem;
	width: calc(100% + 0.9rem);
}

ul.social-icons li {
	margin: 0.9rem 0 0 0.9rem;
}

.social-icons a {
	align-items: center;
	background: #cd2653;
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 4.4rem;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	transition: transform 0.15s ease-in-out;
	width: 4.4rem;
}

.social-icons a:focus,
.social-icons a:hover {
	transform: scale(1.1);
	text-decoration: none;
}


/* Cover Modals ------------------------------ */

.cover-modal {
	display: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
	display: none !important;
}

.cover-modal.show-modal {
	display: block;
	cursor: pointer;
}

.cover-modal.show-modal > * {
	cursor: default;
}


/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */


#site-header {

	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

.header-inner {
	
	padding: 0;
	z-index: 100;
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 4rem;
	text-align: center;
}

body:not(.enable-search-modal) .header-titles-wrapper {
	justify-content: flex-start;
	padding-left: 0;
	text-align: left;
}

.site-title,
.site-logo,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1;
}

.site-title a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-description {
	margin-top: 1rem;
	color: #2f2f2f;
	font-size: 1.8rem;
	font-weight: 500;
	display: none;
	letter-spacing: -0.0311em;
	transition: all 0.15s linear;
}

.site-logo a,
.site-logo img {
	display: block;
}

.header-titles .site-logo .site-logo {
	margin: 0;
}

.site-logo img {
	max-height: 6rem;
	margin: 0 auto;
	width: auto;
}

body:not(.enable-search-modal) .site-logo img {
	margin: 0;
}

/* Overlay Header ---------------------------- */

.overlay-header #site-header {
	background: transparent;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.overlay-header .header-inner {
	color: #fff;
}

.overlay-header .site-description,
.overlay-header .toggle {
	color: inherit;
}

.overlay-header .header-inner .toggle-wrapper::before {
	background-color: currentColor;
	opacity: 0.25;
}

.admin-bar.overlay-header #site-header {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar.overlay-header #site-header {
		top: 46px;
	}
}

/* Header Navigation ------------------------- */

.header-navigation-wrapper {
	display: none;
}

/* Header Toggles ---------------------------- */

.header-toggles {
	display: none;
}

.header-inner .toggle {
	align-items: center;
	display: flex;
	overflow: visible;

}

.header-inner .toggle svg {
	display: block;
	position: relative;
	z-index: 1;
}

.header-inner .toggle path {
	fill: currentColor;
}

.toggle-inner {
	display: flex;
	justify-content: center;
	height: 2.3rem;
	position: relative;
}

.toggle-icon {
	display: block;
	overflow: hidden;
}

.toggle-inner .toggle-text {
	color: #2f2f2f;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	top: calc(100% + 0.5rem);
	width: auto;
	white-space: nowrap;
	word-break: break-all;
}

.overlay-header .toggle-text {
	color: inherit;
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
	text-decoration: underline;
}

/* Search Toggle ----------------------------- */

.search-toggle-wrapper { }

.search-toggle { 
    width: 70px !important
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;

}

.search-toggle .toggle-icon,
.search-toggle svg {
	height: 2.5rem;
	max-width: 2.3rem;
	width: 2.3rem;
}

/* Navigation Toggle ------------------------- */

.nav-toggle {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	width: 6.6rem;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
	height: 0.8rem;
	width: 2.6rem;
}

.nav-toggle .toggle-inner {
	padding-top: 0.8rem;
}







/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navigation-wrapper {padding: 100px 30px}

.navigation-wrapper h6 {color: #222; padding: 0px; font-family: "CooperBT";}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
    list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: left;
}

.main-navigation li {
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	padding-bottom: 10px;
	position: relative;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;

  margin-bottom: 1rem;
    
    -webkit-font-smoothing: antialiased;
font-weight: 400;
font-style: normal;
 font-family: 'Montserrat', sans-serif;
letter-spacing: 0.1em;
text-transform: uppercase;
    padding: 0px;


}

.dropdown-toggle {
	display: inline-block;
	margin-left: 2px;
	vertical-align: bottom;
}

.dropdown-symbol {
	position: relative;
	width: 14px;
}

.dropdown-symbol:before,
.dropdown-symbol:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	height: 1px;
	width: 8px;
	will-change: transform;
}

.dropdown-symbol:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}

.dropdown-symbol:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.main-navigation ul ul {
	border: 1px solid rgba(0,0,0,.4);
	background-color: #fff;
	float: right;
	padding: 12px 15px 5px 15px;
	position: absolute;
	z-index: 99999;
	display: none;
}

.main-navigation ul ul li {
	margin-left: 0;
	margin-right: 0;
}

.main-navigation ul ul li.page_item_has_children,
.main-navigation ul ul li.menu-item-has-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.main-navigation ul ul .dropdown-symbol {
	display: block;
	height: 14px;
	padding: 5px 0;
}

.main-navigation ul ul .dropdown-symbol:before,
.main-navigation ul ul .dropdown-symbol:after {
	display: block;
	left: 2px;
}

.main-navigation ul ul .dropdown-symbol:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	top: 0;
}

.main-navigation ul ul .dropdown-symbol:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	top: -1px;
}

.main-navigation ul ul ul {
	right: 999em;
	top: 0;
}

.main-navigation ul ul a {
}

.main-navigation ul ul li {
	display: block;
	width: 100%;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation li:hover > .dropdown-toggle .dropdown-symbol:before,
.main-navigation li.focus > .dropdown-toggle .dropdown-symbol:before,
.main-navigation li:hover > .dropdown-toggle .dropdown-symbol:after,
.main-navigation li.focus > .dropdown-toggle .dropdown-symbol:after {
	top: -8px;
}

.main-navigation li:hover > .dropdown-toggle .dropdown-symbol:before,
.main-navigation li.focus > .dropdown-toggle .dropdown-symbol:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-navigation li:hover > .dropdown-toggle .dropdown-symbol:after,
.main-navigation li.focus > .dropdown-toggle .dropdown-symbol:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul ul li:hover > .dropdown-toggle .dropdown-symbol:before,
.main-navigation ul ul li.focus > .dropdown-toggle .dropdown-symbol:before,
.main-navigation ul ul li:hover > .dropdown-toggle .dropdown-symbol:after,
.main-navigation ul ul li.focus > .dropdown-toggle .dropdown-symbol:after {
	left: 0;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}

.main-navigation ul ul li:hover > .dropdown-toggle .dropdown-symbol:before,
.main-navigation ul ul li.focus > .dropdown-toggle .dropdown-symbol:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}

.main-navigation ul ul li:hover > .dropdown-toggle .dropdown-symbol:after,
.main-navigation ul ul li.focus > .dropdown-toggle .dropdown-symbol:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -1px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: 0;
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	right: 50%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}


.menu-toggle {
	text-transform: uppercase;

	font-size: 14px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0;
	overflow: hidden;
}

.single-jetpack-portfolio .site-main .post-navigation {
	overflow: visible;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



.main-navigation ul:not(.children):not(.sub-menu) {
		font-size: 12px;
	}










/* main menu */

	.main-navigation a {
		display: block;
        
	}

	.main-navigation .menu > ul,
	.main-navigation ul.menu {
		background: #fff;
		display: block;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		padding: 0px 0px 30px 0px;
		-webkit-transition: opacity .4s 0s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s .4s;
		-moz-transition: opacity .4s 0s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s .4s;
		-ms-transition: opacity .4s 0s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s .4s;
		-o-transition: opacity .4s 0s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s .4s;
		transition: opacity .4s 0s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s .4s;
		z-index: 10;
	}

	.has-sidebar .main-navigation .menu > ul,
	.has-sidebar .main-navigation ul.menu {
		padding-right: 50px;
	}

	.main-navigation.toggled .menu > ul,
	.main-navigation.toggled ul.menu {
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity .4s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s;
		-moz-transition: opacity .4s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s;
		-ms-transition: opacity .4s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s;
		-o-transition: opacity .4s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s;
		transition: opacity .4s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s;
	}

	.main-navigation .menu > ul>*,
	.main-navigation ul.menu>* {
		overflow: hidden;
	}

	.main-navigation .menu > ul a,
	.main-navigation ul.menu a {
		opacity: 1;

		display: block;
	}



	.main-menu-open .main-navigation .menu li:nth-child(1) a {
		-webkit-animation: reveal 0.5s 0s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
		animation: reveal 0.5s 0s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}

	.main-menu-open .main-navigation .menu li:nth-child(2) a {
		-webkit-animation: reveal 0.5s 0.125s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
		animation: reveal 0.5s 0.125s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}

	.main-menu-open .main-navigation .menu li:nth-child(3) a {
		-webkit-animation: reveal 0.5s 0.250s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
		animation: reveal 0.5s 0.250s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}

	.main-menu-open .main-navigation .menu li:nth-child(4) a {
		-webkit-animation: reveal 0.5s 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
		animation: reveal 0.5s 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}

	.main-menu-open .main-navigation .menu li:nth-child(5) a {
		-webkit-animation: reveal 0.5s 0.500s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
		animation: reveal 0.5s 0.500s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}

	.main-menu-open .main-navigation .menu li:nth-child(6) a {
		-webkit-animation: reveal 0.5s 0.625s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
		animation: reveal 0.5s 0.625s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}

	.main-menu-open .main-navigation .menu li:nth-child(7) a {
		-webkit-animation: reveal 0.5s 0.750s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
		animation: reveal 0.5s 0.750s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}

	.main-menu-open .main-navigation .menu li:nth-child(8) a {
		-webkit-animation: reveal 0.5s 0.875s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
		animation: reveal 0.5s 0.875s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}

	.main-menu-open .main-navigation .menu li:nth-child(9) a {
		-webkit-animation: reveal 0.5s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
		animation: reveal 0.5s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}

	.main-menu-open .main-navigation .menu li a {
		-webkit-animation: reveal 0.5s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
		animation: reveal 0.5s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}

	.dropdown-toggle {
		display: none;
	}

	.main-navigation.toggled .menu-toggle {
		z-index: 11;
		position: relative;
	}

	.main-navigation li {
		display: block;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 10px;
	}

	.main-navigation li:last-child {
		padding-bottom: 0;
	}

	.main-navigation ul ul {
		position: static;
		float: none;
		width: 100%;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-top: 5px;
		padding-top: 0;
		padding-bottom: 0;
		border-top: none;
		border-bottom: none;
		border-left: none;
		background: transparent;
	}

	.main-navigation ul ul li.page_item_has_children,
	.main-navigation ul ul li.menu-item-has-children {
		display: block;
	}

	/* sidebar */

	.sidebar-toggle .sidebar-icon i {
		width: 14px;
	}

	.sidebar-hide-scroll {
		width: 100vw;
	}

	.sidebar-holder {
		border-left: 0;
		margin-right: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.big-search {
		max-width: 100%;
		margin-left: 30px;
		margin-right: 30px;
	}

	#secondary {
		padding-right: 30px;
		padding-left: 15px;
		padding-bottom: 0;
	}

	.widget-area .widget {
		max-width: 100%;
	}

	.widget {
		padding-left: 45px;
		padding-right: 0;
	}

	.main-menu-open .social-wrapper,
	.sidebar-open .main-navigation,
	.sidebar-open .site-branding,
	.sidebar-open .social-wrapper {
		display: none;
	}

/* -------------------------------------------------------------------------- */

/*	6. Search Modal
/* -------------------------------------------------------------------------- */


.search-modal {

	display: none;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: -9999rem;
	top: 0;
	transition: opacity 0.2s linear, left 0s 0.2s linear;
	width: 100%;
	z-index: 9999;
    height: 70px;

}

.admin-bar .search-modal.active {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar .search-modal.active {
		top: 46px;
	}
}

.search-modal-inner {
	background: #fff;
	transform: translateY(-100%);
	transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.search-modal-inner .section-inner {
	display: flex;
	justify-content: space-between;
	max-width: 168rem;
}

.search-modal.active {
	left: 0;
	opacity: 1;
	transition: opacity 0.2s linear;
}

.search-modal.active .search-modal-inner {
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
	transform: translateY(0);
	transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

button.search-untoggle {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-right: -2.5rem;
	padding: 0 2.5rem;
}

.search-modal button.search-untoggle {
	color: inherit;
}

.search-modal.active .search-untoggle {
	animation: popIn both 0.3s 0.2s;
}

.search-untoggle svg {
	height: 1.5rem;
	transition: transform 0.15s ease-in-out;
	width: 1.5rem;
}

.search-untoggle:focus svg,
.search-untoggle:hover svg {
	transform: scale(1.15);
}


/* Modal Search Form ------------------------- */

.search-modal form {
	margin: 0;
	position: relative;
	width: 100%;
}

.search-modal .search-field {
	background: #fff;
	border: none;
	border-radius: 0;
	color: inherit;
	font-size: 18px;
	letter-spacing: -0.0277em;
	height: 70px;
	margin: 0 0 0 -2rem;
	max-width: calc(100% + 2rem);
	padding: 0 0 0 2rem;
	width: calc(100% + 2rem);
}

.search-modal .search-field::-webkit-input-placeholder {
	color: inherit;
}

.search-modal .search-field:-ms-input-placeholder {
	color: inherit;
}

.search-modal .search-field::-moz-placeholder {
	color: inherit;
	line-height: 4;
}

.search-modal .search-submit {
	position: absolute;
	right: -9999rem;
	top: 50%;
	transform: translateY(-50%);
}

.search-modal .search-submit:focus {
	right: 0;
}


/* -------------------------------------------------------------------------- */

/*	7a. Template: Cover Template
/* -------------------------------------------------------------------------- */


.cover-header {
	display: flex;
	overflow: hidden;
}

.cover-header-inner-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.cover-header-inner {
	padding: 10rem 0 5rem 0;
	width: 100%;
}

.cover-color-overlay,
.cover-color-overlay::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.cover-color-overlay::before {
	background: currentColor;
	content: "";
	display: block;
}

.cover-header .entry-header {
	position: relative;
	width: 100%;
	z-index: 1;
}

.cover-header .entry-header * {
	color: #fff;
}

body.template-cover .entry-header {
	background: transparent;
	padding: 0;
}

.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
	color: inherit;
}

.cover-header .entry-header a {
	color: inherit;
}

/* To The Content ---------------------------- */

.to-the-content-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 0.5rem);
}

.to-the-content {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 4rem;
	text-decoration: none;
}

.to-the-content svg {
	height: 2rem;
	transition: transform 0.15s linear;
	transform: translateY(0);
	width: 1.767rem;
}

.to-the-content:focus svg,
.to-the-content:hover svg {
	transform: translateY(20%);
}


/* -------------------------------------------------------------------------- */

/*	7c. Template: Full Width
/* -------------------------------------------------------------------------- */


body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 120rem;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
	position: static;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
	position: static;
}

body.template-full-width .entry-content > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
	position: static;
}

body.template-full-width .entry-content .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 0;
	position: static;
}

body.template-full-width .entry-content > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
	position: static;
}


/* -------------------------------------------------------------------------- */

/*	8. Post: Archive
/* -------------------------------------------------------------------------- */


/* Archive Header ---------------------------- */

.archive-header {
	background-color: #fff;
	padding: 4rem 0;
}

.reduced-spacing .archive-header {
	padding-bottom: 2rem;
}

.archive-title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.026666667em;
	margin: 0;
}

.archive-subtitle p:last-child {
	margin-bottom: 0;
}


/* Posts ------------------------------------- */

body:not(.singular) main > article:first-of-type {
	padding: 4rem 0 0;
}


/* Search Results ---------------------------- */

.no-search-results-form {
	padding-top: 5rem;
}


/* -------------------------------------------------------------------------- */

/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* Post Header ------------------------------- */

.singular .entry-header {
	background-color: #fff;
	
}

.entry-categories {

}


.entry-categories a {


}

.entry-categories a:focus,
.entry-categories a:hover {
	border-bottom-color: transparent;
}

h1.entry-title,
h2.entry-title {
	margin: 0;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	text-decoration: underline;
}

.intro-text {
	margin-top: 2rem;
}

.singular .intro-text {
	font-size: 2rem;
	letter-spacing: -0.0315em;
	line-height: 1.4;
}

/* POST META */

.post-meta-single-top .post-meta {
	justify-content: center;
}

.post-meta-wrapper {
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.post-meta {
	color: #2f2f2f;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}

.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}

.post-meta a {
	color: inherit;
	text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline;
}

.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}

.sticky .post-sticky {
	color: inherit;
}

.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta svg * {
	fill: currentColor;
}


/* Featured Media ---------------------------- */

.featured-media {
	margin-top: 5rem;
	position: relative;
}

.singular .featured-media {
	margin-top: 0;
}

.singular .featured-media-inner {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.singular .featured-media::before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	top: 0;
}

.featured-media img {
	margin: 0 auto;
}

.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	text-align: center;
	width: calc(100% - 5rem);
}

.post-inner {
	padding-top: 5rem;
}

.reduced-spacing.missing-post-thumbnail .post-inner {
	padding-top: 0;
}


/* Post Footer ------------------------------- */

/* POST NAV LINKS */

.post-nav-links {
	border-radius: 0.4rem;
	display: flex;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	margin-top: 3em;
	padding: 0 0.25em;
}

.post-nav-links > * {
	padding: 1em 0.75em;
}

/* POST META BOTTOM */

.post-meta-wrapper.post-meta-single-bottom {
	margin-top: 3rem;
}


/* Author Bio -------------------------------- */

.author-bio {
	margin-top: 4rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.hide-avatars .author-bio {
	padding-left: 0;
}

.author-bio .author-title-wrapper {
	align-items: center;
	display: flex;
	margin: 0 0 1rem 0;
}

.author-bio .avatar {
	border-radius: 50%;
	margin-right: 1.5rem;
	height: 5rem;
	width: 5rem;
}

.hide-avatars img.avatar {
	display: none;
}

.author-bio p:last-child {
	margin-bottom: 0;
}

.author-bio .author-title {
	margin: 0;
}

.author-bio .author-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none;
}

.author-bio .author-link:focus,
.author-bio .author-link:hover {
	text-decoration: underline;
}


/* Single Pagination ------------------------- */

.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem;
}

.pagination-single-inner {
	display: flex;
	flex-direction: column;
}

.pagination-single hr:first-child {
	margin: 0 0 2.8rem 0;
}

.pagination-single hr:last-child {
	margin: 2.8rem 0 0.8rem 0;
}

.pagination-single a {
	align-items: baseline;
	display: flex;
	font-weight: 600;
	letter-spacing: -0.0275em;
	text-decoration: none;
	flex: 1;
}

.pagination-single a + a {
	margin-top: 1rem;
}

.pagination-single a .arrow {
	margin-right: 1rem;
}

.pagination-single a:focus .title,
.pagination-single a:hover .title {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */

/*	10. Blocks
/* -------------------------------------------------------------------------- */


/* Block Colors ------------------------------ */

.has-text-color a {
	color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
	color: #cd2653;
}

:root .has-accent-background-color {
	background-color: #cd2653;
	color: #fff;
}

:root .has-primary-color {
	color: #000;
}

:root .has-primary-background-color {
	background-color: #000;
	color: #f5efe0;
}

:root .has-secondary-color {
	color: #2f2f2f;
}

:root .has-secondary-background-color {
	background-color: #2f2f2f;
	color: #fff;
}

:root .has-subtle-background-color {
	color: #dcd7ca;
}

:root .has-subtle-background-background-color {
	background-color: #dcd7ca;
	color: #000;
}

:root .has-background-color {
	color: #f5efe0;
}

:root .has-background-background-color {
	background-color: #f5efe0;
	color: #000;
}


/* Block Typography Classes ------------------ */

.has-text-align-left {

	/*rtl:ignore*/
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-right {
	text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
	color: #cd2653;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}


/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.has-drop-cap:not(:focus)::first-letter,
	.entry-content .wp-block-archives,
	.entry-content .wp-block-categories,
	.entry-content .wp-block-latest-posts,
	.entry-content .wp-block-latest-comments,
	.entry-content .wp-block-cover-image p,
	.entry-content .wp-block-pullquote {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45;
}

.entry-content .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4;
}

.entry-content .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3;
}


/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {
	margin-top: 0;
}

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 3rem;
	margin-top: 3rem;
}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}


/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
	margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
	font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
	color: #2f2f2f;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	color: #2f2f2f;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}


/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #2f2f2f;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
	margin: 3rem 0;
}

.wp-block-button.is-style-outline {
	color: #cd2653;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-column {
	margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
	font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
	font-size: 1.5rem;
	padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
	opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	text-decoration: underline;
}


/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
	max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none;
}

.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
	padding: 0;
	position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: #cd2653;
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
	border: 0.1rem solid currentColor;
	font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-family: inherit;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.178571429;
	letter-spacing: -0.041785714em;
	max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	color: #2f2f2f;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft::before {
	margin-left: 0;
}

.wp-block-pullquote.alignright::before {
	margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
	padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
	max-width: calc(100vw - 4rem);
	position: relative;
	width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"] {

	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;

	/*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-family: inherit;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
	list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
}


/* -------------------------------------------------------------------------- */

/*	11. Entry Content
/* -------------------------------------------------------------------------- */


.entry-content {
	line-height: 1.5;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.read-more-button-wrap {
	margin-top: 1em;
	text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}

.entry-content p,
.entry-content li {
	line-height: 1.4;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 3.5rem auto 2rem;
}

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

.entry-content hr {
	margin: 4rem auto;
}

/* Font Families ----------------------------- */

.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
	letter-spacing: normal;
}

.entry-content cite,
.entry-content figcaption,
.entry-content .wp-caption-text {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.entry-content cite,
	.entry-content figcaption,
	.entry-content .wp-caption-text {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}


/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 58rem;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 58rem;
	width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Full */

.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 4rem);
}


/* -------------------------------------------------------------------------- */

/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
	margin-top: 5rem;
}

.comment-reply-title {
	margin: 0 0 4rem 0;
	text-align: center;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
	padding-top: 3.5rem;
}

div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}

.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}

.comment-body {
	position: relative;
}

.comment .comment {
	padding-left: 5%;
}

.comment-meta {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}

.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}

.comment-meta a {
	color: inherit;
}

.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.027777778em;
}

.comment-author a {
	text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
	text-decoration: none;
}

.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}

.comment-author .url {
	text-decoration: underline;
}

.comment-metadata {
	color: #2f2f2f;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 0.6rem;
}

.comment-metadata a {
	text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
	text-decoration: underline;
}


/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}

.comment-content.entry-content .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
}

.comment-content.entry-content .alignright {

	/*rtl:ignore*/
	margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}

.comment-footer-meta > * {
	margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
	background-color: #cd2653;
	color: #fff;
	display: block;
	padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}

.comment-footer-meta a {
	text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
	text-decoration: underline;
}


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
	padding-left: 0;
}


/* Comments Pagination ---------------------------- */

.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}

.comments-pagination.only-next {
	justify-content: flex-end;
}

.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
	text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
	display: block;
}

.comments-pagination .prev {
	left: 0;
}

.comments-pagination .next {
	right: 0;
	text-align: right;
}


/* Comment Respond ---------------------------- */

.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	color: #2f2f2f;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: -3rem 0 4rem 0;
	text-align: center;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}

.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.comment-respond p:not(.comment-notes) {
	max-width: 58rem;
}

.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}

.comment-respond > p:last-of-type {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="checkbox"] + label {
	font-size: 1.5rem;
	line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}

.comment-respond textarea {
	height: 15rem;
}

.comment-respond #submit {
	display: block;
}

.comment-respond .comments-closed {
	text-align: center;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
	text-align: left;
}

.comment-reply-title small {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.0277em;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}

.comment-reply-title small a {
	text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */


.pagination .nav-links {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem);
}

.pagination-separator {
	margin: 5rem 0;
}

.nav-links > * {
	margin: 1.5rem 0 0 2.5rem;
}

.nav-links .placeholder {
	display: none;
	visibility: hidden;
}

.pagination a {
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover {
	text-decoration: underline;
}

.pagination .dots {
	transform: translateY(-0.3em);
	color: #2f2f2f;
}

.nav-short {
	display: none;
}

/* -------------------------------------------------------------------------- */

/*	14. Error 404
/* -------------------------------------------------------------------------- */


.error404 #site-content {
	padding-top: 4rem;
}

.error404-content {
	text-align: center;
}

.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem;
}


/* -------------------------------------------------------------------------- */

/*	15.	Widgets
/* -------------------------------------------------------------------------- */


/* Widget Base ------------------------------- */

.widget {
	margin-top: 3rem;
}

.widget:first-child {
	margin-top: 0;
}

.widget-content > div > *:first-child {
	margin-top: 0;
}

.widget-content > div > *:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	margin: 0 0 2rem;
}

.widget li {
	margin: 2rem 0 0 0;
}

.widget li:first-child,
.widget li > ul,
.widget li > ol {
	margin-top: 0;
}

.widget table,
.widget table * {
	border-color: #dedfdf;
}

.widget table caption {
	background-color: #dedfdf;
}

.widget .post-date,
.widget .rss-date {
	color: #2f2f2f;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	margin-top: 0.2rem;
}

.widget select {
	max-width: 100%;
}

/* Font Families ----------------------------- */

.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
	letter-spacing: normal;
}

.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.widget-content cite,
	.widget-content figcaption,
	.widget-content .wp-caption-text {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

/* Base List Widget -------------------------- */

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	color: #2f2f2f;
	margin: 0.3rem 0;
}

.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
	margin-left: 2rem;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
	font-weight: 700;
	text-decoration: none;
}

.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
	text-decoration: underline;
}

/* Widget: Calendar -------------------------- */

.calendar_wrap {
	font-size: 2.4rem;
}

.calendar_wrap th,
.calendar_wrap td {
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	padding: 2.5% 2.5% 1.75% 2.5%;
	text-align: center;
}

.calendar_wrap tfoot td {
	border-bottom: none;
}

.calendar_wrap tfoot a {
	text-decoration: none;
}

.calendar_wrap tfoot #prev {
	text-align: left;
}

.calendar_wrap tfoot #next {
	text-align: right;
}

/* Widget: Image ----------------------------- */

/* Widget: Gallery --------------------------- */

.widget_media_gallery .gallery {
	margin: 0 -0.4em -0.8em -0.4em;
	width: calc(100% + 0.8em);
}

.widget_media_gallery .gallery-item {
	margin: 0 0 0.8em 0;
	padding: 0 0.4em;
}

/* Widget: Nav Menu -------------------------- */

.widget_nav_menu .widget-content > div > ul {
	margin-left: 0;
}

/* Widget: Recent Comments ------------------- */

.widget_recent_comments li {
	font-weight: 700;
}

.widget_recent_comments a {
	text-decoration: none;
}

.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
	text-decoration: underline;
}

/* Widget: Recent Entries -------------------- */

.widget_recent_entries a {
	font-weight: 700;
	text-decoration: none;
}

.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
	text-decoration: underline;
}

/* Widget: RSS ------------------------------- */

.widget_rss .widget-title a.rsswidget:first-of-type {
	display: none;
}

.widget_rss .rsswidget {
	font-weight: 700;
}

.widget_rss a {
	text-decoration: none;
}

.widget_rss a:focus,
.widget_rss a:hover {
	text-decoration: underline;
}

.widget_rss .rssSummary {
	margin-top: 0.5rem;
}

.widget_rss cite::before {
	content: "— ";
}

/* Widget: Search ---------------------------- */

.widget_search .search-field {
	border-color: #dedfdf;
}

/* Widget: Tag Cloud ------------------------- */

.widget_tag_cloud a {
	font-weight: 700;
	margin-right: 0.5rem;
	text-decoration: none;
	white-space: nowrap;
}

.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
	text-decoration: underline;
}

/* Widget: Text ------------------------------ */


/* -------------------------------------------------------------------------- */

/*	16. Site Footer
/* -------------------------------------------------------------------------- */


.footer-nav-widgets-wrapper,
#site-footer {
	background-color: #fff;
	border-color: #dedfdf;
	border-style: solid;
	border-width: 0;
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
	margin-top: 5rem;
}

.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
	border-top-width: 0.1rem;
}

.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
	padding: 40px;
}


/* Footer Top -------------------------------- */

.footer-top {
	display: flex;
	border-bottom: 0.1rem solid #dedfdf;
	justify-content: space-between;
}

/* FOOTER MENU */

.footer-menu {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.0277em;
}

.footer-menu li {
	line-height: 1.25;
	margin: 0.25em 0 0 0;
}

.footer-menu a {
	text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:focus {
	text-decoration: underline;
}

/* FOOTER SOCIAL */

.footer-social-wrapper {
	margin: 0;
	width: 100%;
}

.has-footer-menu .footer-social-wrapper {
	flex-shrink: 0;
	margin-left: 1rem;
	width: 50%;
}

ul.footer-social {
	margin: -0.5rem 0 0 -0.5rem;
}

.has-footer-menu .footer-social {
	justify-content: flex-end;
}

ul.footer-social li {
	margin: 0.5rem 0 0 0.5rem;
}

.footer-social a {
	background-color: #cd2653;
	height: 3.6rem;
	width: 3.6rem;
}

.footer-social a::before {
	font-size: 1.6rem;
}

/* Footer Widgets ---------------------------- */

.footer-widgets-outer-wrapper {
	border-bottom: 0.1rem solid #dedfdf;
}

.footer-widgets + .footer-widgets {
	margin-top: 3rem;
}

/* Footer Bottom ----------------------------- */

#site-footer {
	font-size: 1.6rem;
}

#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

#site-footer a {
	text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
	text-decoration: underline;
}

.footer-copyright a,
.powered-by-wordpress a {
	color: inherit;
}

.powered-by-wordpress,
.to-the-top {
	color: #2f2f2f;
}

a.to-the-top > * {
	pointer-events: none;
}

.footer-copyright {
	font-weight: 600;
	margin: 0;
}

.powered-by-wordpress {
	display: none;
	margin: 0 0 0 2.4rem;
}

.to-the-top-long {
	display: none;
}


/* -------------------------------------------------------------------------- */

/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media ( max-width: 479px ) {

	/* Blocks -------------------------------- */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		float: none;
	}

	/* Entry Content ------------------------- */

	/* LISTS */

	ul,
	ol {
		margin: 0 0 3rem 2rem;
	}

	li {
		margin: 0.5rem 0 0 1rem;
	}
}

@media ( min-width: 480px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: BASE ALIGNMENT WIDTH */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 26rem;
	}

	/* BLOCK: TABLE WIDTH */
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		max-width: 100%;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright {
		max-width: 26rem;
	}
}

@media ( max-width: 599px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	/* While columns are stacked */
	.wp-block-column:last-child {
		margin-bottom: 0;
	}

	.wp-block-columns + .wp-block-columns {
		margin-top: 0.2rem;
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide {
		margin-top: -0.8rem;
	}

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -1.8rem;
	}

}

@media ( min-width: 600px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4rem;
	}

}

@media ( min-width: 660px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	figure.wp-block-gallery.alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 0;
	}

	.entry-content > .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 0;
	}

}

@media ( min-width: 700px ) {

	/* Element Base ------------------------- */

	ul,
	ol {
		margin-bottom: 4rem;
	}

	pre {
		padding: 3rem;
	}

	hr {
		margin: 8rem auto;
	}

	table {
		font-size: 1.8rem;
	}

	/* VANILLA GALLERIES */

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}

	/* TITLES */

	h1,
	.heading-size-1,
	h2,
	.heading-size-2,
	h3,
	.heading-size-3 {
		margin: 6rem auto 3rem;
	}

	h4,
	.heading-size-4,
	h5,
	.heading-size-5,
	h6,
	.heading-size-6 {
		margin: 4.5rem auto 2.5rem;
	}
    


	h1,
	.heading-size-1 {
		font-size: 6.4rem;
	}

	h2,
	.heading-size-2 {
		font-size: 4.8rem;
	}

	h3,
	.heading-size-3 {
		font-size: 4rem;
	}

	h4,
	.heading-size-4 {
		font-size: 3.2rem;
	}

	h5,
	.heading-size-5 {
		font-size: 2.4rem;
	}

	h6,
	.heading-size-6 {
font-size: 12px;
	}

	/* INPUTS */

	fieldset {
		padding: 3rem;
	}

	legend {
		padding: 0 1.5rem;
	}

	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.7rem;
	}

	/* MEDIA */

	figcaption,
	.wp-caption-text {
		margin-top: 1.8rem;
	}


	/* Helper Classes ------------------------- */

	/* SECTIONS */




	/* Site Header --------------------------- */

	.header-inner {
		padding: 3.8rem 0;
	}

	.site-title {
		font-size: 2.4rem;
		font-weight: 700;
	}

	.site-description {
		display: block;
	}

	.site-logo img {
		max-height: 9rem;
		transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
	}

	/* HEADER TOGGLES */

	.toggle-inner .toggle-text {
		font-size: 1.2rem;
	}

	.search-toggle {
		left: 2rem;
	}

	.nav-toggle {
		right: 2rem;
	}


	/* Menu Modal ---------------------------- */

	button.close-nav-toggle {
		font-size: 1.8rem;
		padding: 4rem 0;
	}

	button.close-nav-toggle svg {
		height: 2rem;
		width: 2rem;
	}

	button.close-nav-toggle .toggle-text {
		margin-right: 2.1rem;
	}

	.modal-menu {
		left: auto;
		width: 100%;
	}

	.modal-menu > li > a,
	.modal-menu > li > .ancestor-wrapper > a {
		font-size: 2.4rem;
		padding: 2.5rem 0;
	}

	.modal-menu ul li {
		border-left-color: transparent;
	}

	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
		padding: 0 3rem;
	}

	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
		height: 1.1rem;
		width: 1.8rem;
	}

	.menu-bottom {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 4.4rem 0;
	}

	.menu-copyright {
		display: block;
		flex-shrink: 0;
		margin-right: 4rem;
	}

	/* Modal Search Form ------------------------- */

	.search-modal form {
		position: relative;
		width: 100%;
	}

	.search-untoggle svg {
		height: 2.5rem;
		width: 2.5rem;
	}

	.search-modal .search-field {
		border: none;
		font-size: 3.2rem;
	}

	.search-modal .search-field::-moz-placeholder {
		line-height: 4.375;
	}

	/* Sub Page ------------------------------ */

	/* FEATURED MEDIA */

	.featured-media figcaption {
		margin: 2rem auto 0 auto;
		width: calc(100% - 8rem);
	}

	/* Template: Cover Template -------------- */

	.cover-header-inner {
		padding: 18rem 0 8rem 0;
	}

	.to-the-content-wrapper {
		top: calc(100% + 1.8rem);
	}

	.to-the-content {
		height: 6rem;
	}

	.to-the-content svg {
		height: 2.4rem;
		width: 2.12rem;
	}

	/* Template: Full Width ------------------ */

	body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		width: calc(100% - 8rem);
	}

	body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	/* Post: Archive ------------------------- */

	.archive-header {
		padding: 8rem 0;
	}

	.reduced-spacing .archive-header {
		padding-bottom: 3rem;
	}

	.archive-title {
		font-size: 3.2rem;
	}

	body:not(.singular) main > article:first-of-type {
		padding: 8rem 0 0;
	}

	h2.entry-title {
		font-size: 6.4rem;
	}

	/* SEARCH RESULTS */

	.no-search-results-form {
		padding-top: 8rem;
	}

	/* Post: Single -------------------------- */

	/* POST HEADER */

	.singular .entry-header {
		
	}

	.entry-categories {
		
	}

	.entry-categories-inner {
	
	}

	.entry-categories a {
	
	}

	.intro-text {
		font-size: 2rem;
		margin-top: 2.5rem;
	}

	.singular .intro-text {
		font-size: 2.6rem;
	}

	.post-meta-wrapper {
		margin-top: 3rem;
	}

	.post-meta {
		font-size: 1.6rem;
		margin: -1.4rem 0 0 -3rem;
	}

	.post-meta li {
		margin: 1.4rem 0 0 3rem;
		max-width: calc(100% - 3rem);
	}

	.featured-media {
		margin-top: 6rem;
	}

	.post-inner {
		padding-top: 8rem;
	}

	/* POST FOOTER */

	.post-meta-wrapper.post-meta-single-bottom {
		margin-top: 4rem;
	}

	/* AUTHOR BIO */

	.author-bio {
		margin-top: 8rem;
		min-height: 8rem;
		padding-left: 10rem;
		position: relative;
	}

	.author-bio .avatar {
		position: absolute;
		left: 0;
		top: 0;
		height: 8rem;
		width: 8rem;
	}

	/* SINGLE PAGINATION */

	.pagination-single {
		font-size: 2.4rem;
		margin-top: 8rem;
	}

	.pagination-single-inner {
		flex-direction: row;
		justify-content: space-between;
	}

	.pagination-single.only-next .pagination-single-inner {
		justify-content: flex-end;
	}

	.pagination-single hr:first-child {
		margin: 0 0 4rem 0;
	}

	.pagination-single hr:last-child {
		margin: 4rem 0 0.8rem 0;
	}

	.pagination-single a + a {
		margin: 0 0 0 4rem;
	}

	.pagination-single a .arrow {
		margin: 0 2rem 0 0;
	}

	.pagination-single .next-post {
		flex-direction: row-reverse;
		text-align: right;
	}

	.pagination-single .next-post .arrow {
		margin: 0 0 0 2rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: SHARED MEDIA STYLES */

	.wp-block-embed figcaption,
	.wp-block-image figcaption {
		font-size: 1.6rem;
	}

	/* BLOCK: BASE MARGINS */

	.wp-block-archives:not(.alignwide):not(.alignfull),
	.wp-block-categories:not(.alignwide):not(.alignfull),
	.wp-block-code,
	.wp-block-columns:not(.alignwide):not(.alignfull),
	.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
	.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-media-text:not(.alignwide):not(.alignfull),
	.wp-block-preformatted,
	.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
	.wp-block-quote,
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	.wp-block-verse,
	.wp-block-video:not(.alignwide):not(.alignfull) {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}

	.entry-content .wp-block-columns h1,
	.entry-content .wp-block-columns h2,
	.entry-content .wp-block-columns h3,
	.entry-content .wp-block-columns h4,
	.entry-content .wp-block-columns h5,
	.entry-content .wp-block-columns h6 {
		margin: 3.5rem 0 2rem;
	}

	/* BLOCK: COVER */

	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 8rem);
	}

	.wp-block-cover-image h2,
	.wp-block-cover h2 {
		font-size: 4.8rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignnone,
	figure.wp-block-gallery.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	/* BLOCK: GROUP */

	.wp-block-group.has-background {
		padding: 4rem;
		margin-top: 0;
		margin-bottom: 0;
	}

	.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}

	/* BLOCK: MEDIA AND TEXT */

	.wp-block-media-text .wp-block-media-text__content {
		padding: 4rem;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote blockquote p {
		font-size: 3.2rem;
	}

	.wp-block-pullquote cite {
		margin-top: 2rem;
	}

	.wp-block-pullquote.alignfull:not(.is-style-solid-color) {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.wp-block-pullquote.alignwide::before,
	.wp-block-pullquote.alignfull::before {
		font-size: 11.272727272rem;
		height: 8rem;
		margin-bottom: 2rem;
		width: 8rem;
	}

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 4.8rem;
		line-height: 1.203125;
	}

	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p,
	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 3.2rem;
		line-height: 1.1875;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 6rem 4rem 4rem;
	}

	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 2.6rem;
	}

	/* BLOCK: QUOTE */

	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 2.8rem;
	}

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 6rem auto;
	}

	.wp-block-separator.is-style-wide {
		max-width: calc(100vw - 8rem);
	}

	/* Entry Content ------------------------- */

	.entry-content {
		font-size: 2.1rem;
	}

	.entry-content p,
	.entry-content li {
		line-height: 1.476;
	}

	.entry-content h1,
	.entry-content h2,
	.entry-content h3 {
		margin: 6rem auto 3rem;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin: 4.5rem auto 2.5rem;
	}

	.alignnone,
	.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	.alignleft {

		/*rtl:ignore*/
		margin: 0.3rem 2rem 2rem 0;
	}

	.alignright {

		/*rtl:ignore*/
		margin: 0.3rem 0 2rem 2rem;
	}

	.entry-content > .alignwide:not(.wp-block-group.has-background),
	.entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	.entry-content > .alignwide {
		max-width: calc(100vw - 8rem);
		width: calc(100vw - 8rem);
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 8rem);
	}

	/* Comments ------------------------------ */

	.comments-wrapper {
		margin-top: 8rem;
	}

	.comment-reply-title {
		margin-bottom: 4.6rem;
	}

	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		font-size: 1.8rem;
		letter-spacing: -0.025em;
		margin: -2.5rem 0 4.4rem 0;
	}

	.comments .comment,
	.comments .pingback,
	.comments .trackback,
	.comments .review {
		padding-top: 5rem;
	}

	div.comment:first-of-type {
		margin-top: 5rem;
	}

	.comment-meta {
		margin-bottom: 2rem;
		min-height: 6rem;
		padding: 0.3rem 0 0 7.5rem;
	}

	.comment-meta .avatar {
		display: block;
		height: 6rem;
		position: absolute;
		left: 0;
		top: 0;
		width: 6rem;
	}

	.comment-author {
		font-size: 2.4rem;
	}

	.comment-metadata {
		font-size: 1.6rem;
		margin-top: 0.8rem;
	}

	.comment-footer-meta {
		margin-top: 2.5rem;
	}

	.comments-pagination {
		margin-top: 8rem;
	}

	/* PINGBACKS & TRACKBACKS */

	.pingback .comment-body {
		padding: 0;
	}

	/* COMMENT RESPOND */

	.comment-respond p {
		margin-bottom: 2.5rem;
	}

	.comment-form p.logged-in-as {
		margin: -2.5rem 0 4.4rem 0;
	}

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		float: left;
		width: calc(50% - 1rem);
	}

	.comment-respond .comment-form-email {
		margin-left: 2rem;
	}

	.comments .comment-respond {
		padding: 5rem 0 0;
	}

	.comment-reply-title small {
		display: inline;
		margin: 0 0 0 0.5rem;
	}

	/* Site Pagination ----------------------- */

	.pagination-separator {
		margin: 8rem 0;
	}

	/* Display the full text for Newer and Older Posts. */

	.nav-short {
		display: inline;
	}

	.pagination .nav-links {
		font-size: 2.4rem;
		font-weight: 700;
		margin: -2.5rem 0 0 -4rem;
	}

	.nav-links > * {
		margin: 2.5rem 0 0 4rem;
	}


	/* Error 404 ----------------------------- */

	.error404 #site-content {
		padding-top: 8rem;
	}

	/* Widgets ------------------------------- */

	.widget .widget-title {
		margin-bottom: 3rem;
	}

	/* Site Footer --------------------------- */

	.footer-top-visible .footer-nav-widgets-wrapper,
	.footer-top-hidden #site-footer {
		margin-top: 8rem;
	}

	/* FOOTER TOP */

	.footer-top {
		padding: 3.7rem 0;
	}

	.footer-menu {
		font-size: 2.4rem;
		margin: -0.8rem 0 0 -1.6rem;
	}

	.footer-menu li {
		margin: 0.8rem 0 0 1.6rem;
	}

	.has-footer-menu .footer-social-wrapper {
		flex: 1;
		margin-left: 4rem;
		width: auto;
	}

	/* FOOTER WIDGETS */

	.footer-widgets-outer-wrapper {
		padding: 8rem 0;
	}

	.footer-widgets-wrapper {
		display: flex;
		justify-content: space-between;
		margin-left: -4rem;
		width: calc(100% + 4rem);
	}

	.footer-widgets {
		margin-left: 4rem;
		width: 50%;
	}

	.footer-widgets + .footer-widgets {
		margin-top: 0;
	}

	.footer-widgets .widget {
		border-top: none;
		margin-top: 5rem;
		padding-top: 0;
	}

	.footer-widgets .widget:first-child {
		margin-top: 0;
	}

	/* FOOTER BOTTOM */

	#site-footer {
		font-size: 1.8rem;
		padding: 40px;
	}

	.footer-credits {
		display: flex;
	}

	.footer-copyright {
		font-weight: 500;
	}

	.powered-by-wordpress {
		display: block;
	}

	.to-the-top-long {
		display: inline;
	}

	.to-the-top-short {
		display: none;
	}

}

@media (min-width: 782px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-column {
		margin-bottom: 0;
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -2.8rem;
	}
}

@media ( min-width: 1000px ) {


	/* Document Setup ------------------------ */

	/* Helper Classes ------------------------ */

	/* Site Header --------------------------- */

	#site-header {
		z-index: 1;
	}

	.header-inner {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
	}

	.header-titles-wrapper {
		margin-right: 4rem;
		max-width: 50%;
		padding: 0;
		text-align: left;
	}

	.header-titles {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: -1rem 0 0 -2.4rem;
	}

	.header-titles .site-title,
	.header-titles .site-logo,
	.header-titles .site-description {
		margin: 1rem 0 0 2.4rem;
	}

	.wp-custom-logo .header-titles {
		align-items: center;
	}

	/* HEADER NAVIGATION */

	.header-navigation-wrapper {
		align-items: center;
		display: flex;
	}

	.primary-menu-wrapper {
		display: block;
		width: 100%;
	}

	/* HEADER TOGGLES */

	.mobile-search-toggle,
	.mobile-nav-toggle {
		display: none !important;
	}

	.primary-menu-wrapper + .header-toggles {
		margin-left: 3rem;
	}

	.header-toggles {
		display: flex;
		flex-shrink: 0;
	}

	.header-inner .toggle {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
	}

	.header-inner .toggle-wrapper {
		position: relative;
	}

	.header-inner .toggle-wrapper::before {
		background: #dedfdf;
		content: "";
		display: block;
		height: 2.7rem;
		position: absolute;
		left: 0;
		top: calc(50% - 1.35rem);
		width: 0.1rem;
	}

	.header-inner .toggle-wrapper:first-child::before {
		content: none;
	}

	.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
		content: "";
	}

	.nav-toggle-wrapper:not(.has-expanded-menu) {
		display: none;
	}

	.toggle-inner {
		position: static;
	}

	.toggle-inner .toggle-text {
		left: 0;
		right: 0;
		text-align: center;
		top: calc(100% - 0.3rem);
		width: auto;
	}

	.header-toggles:only-child .nav-toggle .toggle-inner {
		padding-top: 0;
	}

	.header-toggles:only-child .toggle-inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.header-toggles:only-child .toggle-inner .svg-icon {
		order: 1;
	}

	.header-toggles:only-child .toggle-inner .toggle-text {
		position: static;
		padding-right: 20px;
		font-size: 15px;
		color: inherit;
	}

	/* Menu Modal ---------------------------- */

	.menu-modal {
		opacity: 1;
		justify-content: flex-end;
		padding: 0;
		transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
	}

	.menu-modal.cover-modal {
		background: rgba(0, 0, 0, 0);
	}

	.menu-modal.active {
		background: rgba(0, 0, 0, 0.2);
		transition: background-color 0.3s ease-out;
	}

	.menu-wrapper.section-inner {
		
	}

	.menu-modal-inner {
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
		opacity: 0;
		padding: 0;
		transform: translateX(20rem);
		transition: transform 0.2s ease-in, opacity 0.2s ease-in;
		width: 50rem;
	}

	.menu-modal.active .menu-modal-inner {
		opacity: 1;
		transform: translateX(0);
		transition-timing-function: ease-out;
	}

	.mobile-menu {
		display: none;
	}

	.expanded-menu {
		display: block;
	}

	.menu-bottom {
		padding: 6rem 0;
	}

	.menu-bottom .social-menu {
		justify-content: flex-start;
	}

	/* Sub Page ------------------------------ */

	/* FEATURED MEDIA */

	.featured-media figcaption {
		width: 100%;
	}

	/* Template: Full Width ------------------ */

	.template-full-width .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-right: 2rem;
	}

	.template-full-width .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-left: 2rem;
	}

	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */

	.singular .intro-text {
		font-size: 2.8rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4.8rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 8rem;
		margin-top: 8rem;
	}

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 4rem;
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: IMAGE */

	.wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-right: 0;
	}

	.wp-block-image .alignright {

		/*rtl:ignore*/
		margin-left: 0;
	}

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 8rem auto;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {
		position: absolute;

		/*rtl:ignore*/
		right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
		max-width: calc((100% - 58rem) / 2 - 6rem);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
		position: relative;

		/*rtl:ignore*/
		right: inherit;
		max-width: inherit;
	}

	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		position: absolute;

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem);
	}

	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="__inner-container"] > .alignright {
		position: absolute;

		/*rtl:ignore*/
		left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
		max-width: calc((100% - 58rem) / 2 - 6rem);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
		position: relative;

		/*rtl:ignore*/
		left: inherit;
		max-width: inherit;
	}

	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		position: absolute;

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 4rem);
	}

	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content > .alignwide:not(.wp-block-group.has-background),
	.entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 8rem;
		margin-top: 8rem;
	}

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 10rem);
	}

	/* Comments ------------------------------ */

	.comment-meta {
		padding-left: 0;
	}

	.comment-meta .avatar {
		left: -8rem;
	}

	/* Site Pagination ----------------------- */

	.pagination .nav-links {
		justify-content: space-between;
		margin: 0;
		width: 100%;
	}

	.nav-links > * {
		margin: 0 2rem;
	}

	.pagination .next,
	.pagination .prev {
		display: block;
	}

	.pagination .prev {
		margin: 0 auto 0 0;
	}

	.pagination .next {
		text-align: right;
		margin: 0 0 0 auto;
	}

	/* Site Footer --------------------------- */

	/* FOOTER TOP */

	.footer-top {
		align-items: center;
	}

	.footer-menu {
		align-items: baseline;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		font-size: 2.1rem;
		margin: -1.2rem 0 0 -2.4rem;
	}

	.footer-menu li {
		margin: 1.2rem 0 0 2.4rem;
	}
}


@media ( min-width: 1220px ) {

	/* Element Base -------------------------- */

	/* TITLES */

	h1,
	.heading-size-1 {
		font-size: 8.4rem;
	}

	/* Helper Classes ------------------------ */

	/* Site Header --------------------------- */

	/* PRIMARY MENU */

	ul.primary-menu {
		margin: -0.8rem 0 0 -2.5rem;
	}

	.primary-menu > li {
		margin: 0.8rem 0 0 2.5rem;
	}

	/* HEADER TOGGLES */

	.primary-menu-wrapper + .header-toggles {
		margin-left: 4rem;
	}

	.header-toggles {
		
	}

	.header-toggles .toggle {
        width: 70px;
	}

	/* Menu Modal ---------------------------- */

	/* Search Modal -------------------------- */

	/* Sub Page ------------------------------ */

	/* Template: Cover Template -------------- */

	.cover-header + .post-inner {
		padding-top: 10rem;
	}

	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */

	.singular .intro-text {
		font-size: 3.2rem;
		letter-spacing: -0.03125em;
		line-height: 1.375;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 6rem;
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 6.4rem;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 9rem 4rem 8rem;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem - 2rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 6rem);
	}

	/* Comments ------------------------------ */

	.comment-reply-title {
		font-size: 5.6rem;
		line-height: 1.2;
		margin-bottom: 6rem;
	}

	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		margin: -4rem 0 6rem 0;
	}

	.comments .comment-respond .comment-reply-title {
		font-size: 4.8rem;
	}

	.comments .comment-respond p.comment-notes,
	.comments .comment-respond p.logged-in-as {
		margin: -4.5rem 0 4rem 0;
	}

	/* Site Pagination ----------------------- */

	/* Widgets ------------------------------- */

	.widget-content {
		font-size: 2.1rem;
	}

	/* Site Footer --------------------------- */

	.footer-menu {
		font-size: 2.4rem;
		margin: -1.5rem 0 0 -3rem;
	}

	.footer-menu li {
		margin: 1.5rem 0 0 3rem;
	}

	ul.footer-social {
		margin: -1rem 0 0 -1rem;
	}

	ul.footer-social li {
		margin: 1rem 0 0 1rem;
	}

	.footer-social a {
		height: 4.4rem;
		width: 4.4rem;
	}

	.footer-social a::before {
		font-size: 2rem;
	}

	/* FOOTER WIDGETS */

	.footer-widgets-wrapper {
		margin-left: -6rem;
		width: calc(100% + 6rem);
	}

	.footer-widgets {
		margin-left: 6rem;
	}

}

@media ( min-width: 1240px ) {


	/* Blocks -------------------------------- */

	body.template-full-width .entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 120rem ) / 2);
	}

	body.template-full-width .entry-content > .alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 120rem ) / 2);
	}

}

@media ( min-width: 1280px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {

		/*rtl:ignore*/
		margin-left: -31rem;
	}

	figure.wp-block-gallery.alignright {

		/*rtl:ignore*/
		margin-right: -31rem;
	}

	/* BLOCK: SEPARATOR */

	.wp-block-separator.is-style-wide {
		max-width: 120rem;
		width: 120rem;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100vw - 58rem) / 2 + 58rem + 4rem);

		/*rtl:ignore*/
		margin-left: -31rem;
	}

	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100vw - 58rem) / 2 + 58rem + 4rem);

		/*rtl:ignore*/
		margin-right: -31rem;
	}

	.entry-content > .alignwide {
		max-width: 120rem;
		width: 120rem;
	}

	[class*="__inner-container"] > .alignwide {
		max-width: 120rem;
		width: 100%;
	}

	.alignleft,
	.alignright,
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft,
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		max-width: 25rem;
	}

	/* Template: Full Width ------------------ */

	body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 0;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 0;
	}

}

@media ( min-width: 1330px ) {


	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright,
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft,
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		max-width: 29rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.is-style-solid-color.alignleft::before,
	.wp-block-pullquote.is-style-solid-color.alignright::before {
		top: 0;
	}
}




























 









.page__content {
    padding-left: calc(50%); padding-right: 0px;

    -webkit-transition: -webkit-transform .525s;
    transition: transform .525s
}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
 
      .page__content {
    padding-left: 0%; padding-right: 0px;
    
    }
    
}



@media (max-width:768px) {
  
    .page__content {
    padding-left: 0%; padding-right: 0px;
    -webkit-transition: -webkit-transform .525s;
    transition: transform .525s 
}
    
}


.page__content__inner {
    
    position: relative;
    background: #fefefe;
    padding-top: 50px
}



@media (max-width:1900px) {
    .page__content__inner {
       padding-top: 50px
    }
}

@media (max-width:1480px) {
    .page__content__inner {
        padding-top: 50px
    }
}

@media (max-width:1024px) {
    .page__content__inner {
       padding-top: 50px
    }
}

@media (max-width:560px) {
    .page__content__inner {
       padding-top: 0px
    }
}

.page__content_with-mobile-menu {
    -webkit-transition: none;
    transition: none
}

.page__content_state-1 {
    -webkit-transform: translate(430px);
    transform: translate(430px)
}

.page__content_state-2 {
    -webkit-transform: translate(-430px);
    transform: translate(-430px)
}















h1, .h1 {
   font-family: 'CooperBT';
  font-weight: 400 !important;
  color: inherit;
letter-spacing: -0.05em;
  text-rendering: optimizeLegibility; }

h2, .h2,
h3, .h3 {
font-family: 'CooperBT';
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  



h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }



h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'gill-sans-nova';
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }





h4 {

-webkit-font-smoothing: antialiased;
font-style: normal;
line-height: 1.4;
list-style: none;
color: #333333;
box-sizing: border-box;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 12px;
}







.section_promo {
    height: 100vh;
    margin-bottom: 120px;
    background-color: #000
}
















.animated-section {opacity: 1; -webkit-transition: opacity .35s;
    transition: opacity .35s}
.is-visible {opacity: 1; }

.post-inner {
 
    margin: 0 auto
}





.entry-content {overflow: hidden;}

.entry-content figure { width: 100% !important; height: auto; overflow: hidden;}













.title_section { padding: 0px 0px 0px 0px; text-align: center;}
.title_section h2{

    color: rgba(0,0,0,.8);
    text-transform: up !important;
    margin: 0px 0px 0px 0px;
    display: block;
    font-size: 19px !important;
    
    line-height:27px;
    -webkit-transition: color .35s;
    transition: color .35s;
    font-family: 'Canela Web' !important;
    padding-right: 0px;
  color: #7a7a7a;


    position: relative;
    z-index: 1;
    

}


.title_section h2::before {
        border-top: 2px solid #dfdfdf;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 100%;
        z-index: -1;
    }

    .title_section h2 span { 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
        background: #fff; 
        padding: 0 30px; 
    }


.contributers_section {padding: 0px; margin-bottom: 60px;}
.contributer__list {list-style: none; padding: 60px 0px 40px 0px; margin: 0px;}
.contributer__list li{ position: relative; display: block; margin-bottom: 30px; }
.contributer__list li .c-wrapper { 
 display: flex;
  flex-wrap: nowrap;

}
.contributer__thumb { 
 
    border-radius: 50%;
    overflow: hidden;
    

    
    width: 80px; height: 80px;}





.user-thumbnail-text {height: 80px; width: 80px; font-family: CooperBT; line-height: 80px; text-align: center; background: #f3f3f3; margin: 0px !important; padding: 0px !important; color: #F6391B;}

.contributer__desc_inner { padding-left: 15px   }


.contributer__name {
    color: rgba(0,0,0,.8);
    text-transform: up !important;
    margin: 0px 0px 0px 0px;
    display: block;
    font-size: 16px;
    
    line-height:22px;
    -webkit-transition: color .35s;
    transition: color .35s;
    font-family: 'CooperBT' !important;
    padding-right: 10px;
   color: #F6391B;
    
    
}

.contributer__job {
    color: #2f2f2f;
    text-transform: up !important;
    margin: 0px 0px 0px 0px;
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight:  100;
    line-height:18px;
    -webkit-transition: color .35s;
    transition: color .35s;
    font-family: 'Canela Web' !important;
    padding-right: 10px;
    color: #7a7a7a;
    
    
}
.contributer__role {font-size: 10px; position: relative;     
    margin: 5px 0px 10px 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Catamaran', Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #7a7a7a;
    letter-spacing: 0.1em}
















.c-pile__item-wrap {
    padding: 20px 5px;
    bottom: auto;
		right: auto;
    position: relative;
}



	.c-pile:nth-child(2n+1) .c-pile__item-wrap,
	.c-pile:nth-child(2n+3) .c-pile__item-wrap
	{
		top: 0px;
	}

	.c-pile .c-pile__item-wrap.nth-2n
	{
		top: 0px;
	}




@media (max-width:560px) {
  
	.post:nth-child(2n+1) .c-pile__item-wrap,
	.post:nth-child(2n+3) .c-pile__item-wrap
	{
		top: 0px;
	}
    
    	.post .post__wrapper.nth-2n
	{
		top: 0px;
	}
}





.c-pile__item-wrapper-link{
    
border: solid #D17D74 1px;
border-radius: 50%;
position: relative;
margin: 0;
padding-top: 100%;
overflow: hidden;
    
    

}


.c-pile__item-thumbnail {
color: #2f2f2f;
box-sizing: inherit;
font-feature-settings: 'lnum';
-webkit-font-smoothing: antialiased;
font-variant-numeric: lining-nums;
text-rendering: optimizelegibility;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
bottom: 0;
height: 85%; 
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 85%;
overflow: hidden;

    
}


.c-pile__item-thumbnail img {
    width: 100%;
    height: auto;
}



.c-pile__item-wrapper-link:after{background:rgba(0,0,0,.1);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;width:100%}

.card__link:hover .card__info-container{-webkit-transform:translateY(-.1875em);-o-transform:translateY(-.1875em);transform:translateY(-.1875em)}


.post:hover .post__visual:after{opacity:1}.card__link:hover .card__reveal{margin:0;padding:.375em}.card__reveal{margin:.375em;overflow:hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}



.post .c-pile__item-wrapper-link .c-pile__dot {opacity: 1; border-radius: 30px; background: red; width: 60px; height: 60px; position: absolute; top: 50%; left: 50%;
 -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%); z-index: 999;
transition:opacity .3s ease;}

.post:hover .post__visual .c-pile__dot {opacity: 1; z-index: 999;}


.post .c-pile__item-wrapper-link {
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC
   ) repeat;


}
.c-pile__item-bg {
  position: absolute;
  z-index: 80;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  opacity: 1;
  pointer-events: none; }
  .c-pile__item-bg.to-animate {
    opacity: 0.5; 

   


}

.c-pile__item-border_post {
  display: block;
    border-radius: 50%;
  position: absolute;
    font-size: 20px !important;
  top: -1px;
    z-index: -1;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 0 solid white; }




.c-pile__title {
    font-size: 26px; padding: 0px; margin: 0px; 
}

.c-pile__title a {color: #2f2f2f;}

.c-pile__footer_issue p { margin-top: 5px !important; font-size: 14px !important; padding: 0px !important;  font-family: 'Libre Baskerville' !important;




}
.c-pile__footer_issue p a{padding: 0px;}



.theme-list li{display: inline-block; margin-right: 5px;}
.theme-list li a{ color: #CB242C}

/* header */

.post
 {

     
}



.entry-header {     
    
padding: 10px 0px 30px 0px;}

.post__type {position: absolute; bottom: 0px; z-index: 999;  left: 0px; width: 40px; height: 40px; background: #f6f6f6; padding: 12px 12px;}
.c-card__image__icon svg {width: 15px; height: auto;}
.post__excerpt {
    
    
  
    line-height: 26px;
    color: #7a7a7a;
    
    
}


.c-pile__title span.theme-links,
.c-pile__title span.theme-links a {color: #CB242C;}



.post__author {
   font-family: 'Montserrat';
      letter-spacing: 0.05em;
    font-size: 11px;
    margin-bottom: 0px;
      font-weight: 500;
    text-transform: uppercase;
       letter-spacing: 0.1em;
    padding-top: 20px;
    
    
}

.post__author a, .post__series a {
    
    
}







.play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 72px;
    height: 72px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Garamond', Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: .1em;
    font-size: 14px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: color .35s, background-color .35s;
    transition: color .35s, background-color .35s
}

@media (max-width:560px) {
    .play {
        font-size: 12px
    }
}

.play:after,
.play:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    content: ''
}

.play:before {
    background-image: url('images/play1.svg')
}

.play:after {
    opacity: 0;
    background-image: url('images/play2.svg')
}

.play:hover {
    -webkit-transition-duration: .175s;
    transition-duration: .175s
}

.play:hover:after {
    opacity: 1
}

.play:hover:before {
    opacity: 0
}

.play_promo {
    position: static;
    display: inline-block;
    -webkit-transform: initial;
    transform: initial
}

.play_disabled {
    visibility: hidden
}

.play__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100
}

.play__video:-webkit-full-screen {
    opacity: 1
}

.play__video:-moz-full-screen {
    opacity: 1
}

.play__video:full-screen {
    opacity: 1
}





































































/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */



/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}










.related_module {padding: 80px; text-align: center;}

.m-title { padding: 40px; }





/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src:  url('inc/fonts/icomoon.eot?l958vw');
  src:  url('inc/fonts/icomoon.eot?l958vw#iefix') format('embedded-opentype'),
	url('inc/fonts/icomoon.ttf?l958vw') format('truetype'),
	url('inc/fonts/icomoon.woff?l958vw') format('woff'),
	url('inc/fonts/icomoon.svg?l958vw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.comment.bypostauthor .fn:after,
label.checkbox:before,
input[type="checkbox"] + label:before,
label.radio:before,
input[type="radio"] + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comment.bypostauthor .fn:after,
.icon-author:before {
  content: "\e900";
}

.icon-dot:before {
  content: "\e902";
}



button,
input,
select,
optgroup,
textarea {
	color: inherit;
	line-height: normal;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-bottom: 1em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	
   
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: transparent;
	border: 1px solid rgba(0,0,0,0.2);
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted rgba(0,0,0,0.2);
	cursor: help;
}

mark, ins {
	background: rgba(0,0,0,0.1);
	text-decoration: none;
}

big {
	font-size: 125%;
}







/* slick slider CSS */

/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
	height: 100%;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	height: 100%;
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
.slick-slide,
.slick-slide:focus {
	outline: 0;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/




.c-pile__item-border {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 0 solid white;
z-index: 9999;}

.c-pile .c-pile__item-border {
  z-index: 90;
  font-size: 14px;
  line-height: 1px; }

.js-border {
  display: none;
  position: fixed;
  pointer-events: none;
  z-index: 1000;
  border-color: #333; }

body[data-ajaxloading] .js-border {
  display: block; }



.js-border {
  display: none; }
  .is-ready .js-border {
    display: block; }

.is--customizer-preview {
  opacity: 0; }
  .is--customizer-preview .js-border {
    display: none !important; }
  .is-loaded .is--customizer-preview:not(.wp-customizer-unloading) {
    opacity: 1; }

body.js-open-cart {
  opacity: 0; }
  body.js-open-cart .js-border {
    display: none !important; }

body:not([data-ajaxloading]) .js-border {
  display: none !important; }








.border-logo-background {
  transform: translate3d(-50%, -50%, 0) scaleY(0);
  -webkit-animation: raiseMeUp 0.4s 0.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: raiseMeUp 0.4s 0.4s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
  .is-loaded .border-logo-background {
    transform: translate3d(-50%, -50%, 0) scaleY(0);
    transition: transform 0.3s 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.c-pile__item-border .logo {
  display: block;
  opacity: 0; }

.border-logo .logo {
  display: block;
  opacity: 0;
    width: 150px;
  -webkit-animation: fadeMeIn .3s .5s ease-in-out forwards;
          animation: fadeMeIn .3s .5s ease-in-out forwards; }
  .is-loaded .border-logo .logo {
    opacity: 0;
    transition: transform 0.3s 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.border-logo-fill:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: translateZ(0);
  -webkit-animation: fillMe 10s .8s ease-out forwards;
          animation: fillMe 10s .8s ease-out forwards; }
  .is-loaded .border-logo-fill:after {
    transition: transform 0.3s 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955); }










.c-loader {
  width: 48px;
  height: 48px;
  border: 6px solid transparent;
  border-radius: 50%;
  position: relative;
  margin: 24px auto;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  transform: translateZ(0); }
  .c-loader::before {
    content: '';
    border: 6px solid rgba(38, 37, 38, 0.5);
    border-radius: 50%;
    width: 57.6px;
    height: 57.6px;
    position: absolute;
    top: -10.8px;
    left: -10.8px;
    -webkit-animation: loader-scale 1s ease-out infinite;
            animation: loader-scale 1s ease-out infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    opacity: 0; }
  .c-loader::after {
    content: '';
    border: 6px solid #262526;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -6px;
    left: -6px;
    -webkit-animation: loader-scale 1s ease-out infinite;
            animation: loader-scale 1s ease-out infinite;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }

@-webkit-keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
  .is-loading-posts:not(.has-loaded-all-posts) + .c-loader {
    opacity: 1; }







.header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    overflow: hidden;
    z-index: 9999;
}

@media only screen and (min-width:768px) {
    .header-bar {
        height: 80px
    }
}

@media only screen and (min-width:1024px) {
    .header-bar {
        height: 80px
    }
}

@media only screen and (min-width:1200px) {
    .header-bar {
        height: 80px
    }
}

.header-bar__mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: hidden
}

.header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
    text-align: center
}

@media only screen and (min-width:1200px) {
    .header {
        height: auto;
        min-height: 600px
    }
}

.header--dark {
    background-color: #222
}

.header--404::before,
.header--dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 100vw;
    background-color: #222
}

.header--dark .header__heading {
    padding: 0 50px;
    margin: auto 0
}

@media only screen and (min-width:768px) {
    .header--dark .header__heading {
        padding: 0
    }
}

.header--dark .header__inner {
    padding: 50px 0 0
}

@media only screen and (min-width:768px) {
    .header--dark .header__inner {
        height: auto;
        min-height: 360px;
        max-height: none;
        padding-top: 60px
    }
}

@media only screen and (min-width:1024px) {
    .header--dark .header__inner {
        height: auto;
        min-height: 540px;
        max-height: none;
        padding-top: 60px
    }
}

@media only screen and (min-width:1200px) {
    .header--dark .header__inner {
        height: auto;
        min-height: 720px;
        max-height: none;
        padding-top: 60px
    }
}

.header--404,
.header--dark {
    overflow: visible;
    color: #fff
}

.header--404::before {
    background-color: #f2684b
}

.header--404 .header__inner {
    height: 80vh;
    max-height: 500px
}

.header--parallax {
    min-height: 600px
}

@media only screen and (min-width:768px) {
    .header--parallax {
        min-height: 640px
    }
}

@media only screen and (min-width:1024px) {
    .header--parallax {
        min-height: 750px
    }
}

@media only screen and (min-width:1200px) {
    .header--parallax {
        min-height: 1000px
    }
}

.header--parallax .header__heading {
    max-width: 240px
}

@media only screen and (min-width:768px) {
    .header--parallax .header__heading {
        max-width: 320px
    }
}

@media only screen and (min-width:1024px) {
    .header--parallax .header__heading {
        max-width: 450px
    }
}

.header__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.header__badge {
    position: relative;
    display: inline-block;
    width: 0;
    height: .8em
}

.header__badge::after {
    content: attr(data-value);
    position: absolute;
    top: -.25em;
    left: 0;
    margin-left: 1em
}

.header__bottom {
    position: absolute;
    bottom: 0;
    align-self: center;
    margin-bottom: 25px
}

@media only screen and (min-width:768px) {
    .header__bottom {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1024px) {
    .header__bottom {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:1200px) {
    .header__bottom {
        margin-bottom: 40px
    }
}

.header__categories {
    width: 100%;
    height: 0
}

@media only screen and (min-width:768px) {
    .header__categories {
        padding: 0 40px
    }
}

@media only screen and (min-width:1024px) {
    .header__categories {
        padding: 0 30px
    }
}

@media only screen and (min-width:1200px) {
    .header__categories {
        padding: 0 40px
    }
}

.header__category-toggle {
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    cursor: pointer;
    touch-action: manipulation;
    font-family: 'Apercu', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;

    line-height: 27px;
    color: inherit;
    transition: color 125ms cubic-bezier(.215, .61, .355, 1)
}

.header__category-toggle:focus {
    outline: 0
}

@media only screen and (min-width:1024px) {
    .header__category-toggle {
        font-size: 18px;
        line-height: 27px
    }
}

.header__category-toggle:hover {
    color: #c8c7c8
}

.header__category-toggle::before {
    content: 'Show '
}

.header__category-toggle::after {
    content: 'Categories'
}

.header__category-toggle--active::before {
    content: 'Hide '
}

.header__date {
    display: none
}

@media only screen and (min-width:1024px) {
    .header__date {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 60px);
        float: left;
        margin-left: 30px;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:1200px) {
    .header__date {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 80px);
        float: left;
        margin-left: 40px;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 40px
    }
}

.header__heading {
    display: inline-block;
    font-family: 'Canela', 'Times New Roman', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 56px;
    line-height: 63px
}

@media only screen and (min-width:768px) {
    .header__heading {
        font-size: 72px;
        line-height: 81px
    }
}

@media only screen and (min-width:1200px) {
    .header__heading {
        font-size: 100px;
        line-height: 108px
    }
}

@media only screen and (min-width:768px) {
    .header__heading {
        max-width: 550px
    }
}

@media only screen and (min-width:1024px) {
    .header__heading {
        padding: 150px 0
    }
}

@media only screen and (min-width:1200px) {
    .header__heading {
        padding: 200px 0
    }
}

.header__image {
    width: 100%;
    margin-left: 25px
}

@media only screen and (min-width:768px) {
    .header__image {
        width: calc(100% + 40px);
        margin-left: 0
    }
}

@media only screen and (min-width:1024px) {
    .header__image {
        width: 100%
    }
}

.header__image--full {
    width: auto;
    height: 100%
}

.header__image-container {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    height: 100%;
    margin-top: 75px;
    font-size: 0;
    line-height: 0
}

@media only screen and (min-width:768px) {
    .header__image-container {
        width: calc(83.33333% - 36.66667px);
        float: left;
        margin-left: 20px;
        margin-left: calc(16.66667% - 23.33333px + 40px);
        margin-top: 120px
    }
}

@media only screen and (min-width:1024px) {
    .header__image-container {
        width: calc(62.5% - 48.75px);
        float: left;
        margin-left: 30px;
        margin-left: calc(18.75% - 35.625px + 60px);
        height: 100%;
        margin-top: 90px
    }
}

@media only screen and (min-width:1200px) {
    .header__image-container {
        width: calc(62.5% - 65px);
        float: left;
        margin-left: 40px;
        margin-left: calc(18.75% - 47.5px + 80px);
        height: 100%;
        margin-top: 90px
    }
}

.header__inline {
    display: inline-block;
    width: 0
}

.header__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    padding: 0 25px
}

@media only screen and (min-width:768px) {
    .header__inner {
        padding: 0 40px
    }
}

@media only screen and (min-width:1024px) {
    .header__inner {
        padding: 0 30px
    }
}

@media only screen and (min-width:1200px) {
    .header__inner {
        padding: 0 40px
    }
}

.header__mask {
    width: 100%;
    overflow: hidden
}

.header__tagline {
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 100%;
    font-family: 'Apercu', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: left
}

@media only screen and (min-width:1024px) {
    .header__tagline {
        font-size: 26px;
        line-height: 36px
    }
}

@media only screen and (min-width:768px) {
    .header__tagline {
        left: 0;
        padding-left: 20px;
        font-size: 26px;
        line-height: 36px
    }
}

@media only screen and (min-width:1024px) {
    .header__tagline {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) {
    .header__tagline {
        margin-left: calc(8.33333% - 21.66667px + 40px)
    }
}

@media only screen and (min-width:1024px) {
    .header__tagline {
        margin-left: calc(6.25% - 31.875px + 60px)
    }
}

@media only screen and (min-width:1200px) {
    .header__tagline {
        margin-left: calc(6.25% - 42.5px + 80px)
    }
}




button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}











.menuOpen {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 10px;
    overflow: hidden;
    text-indent: -100px;
    background-position: -7px -77px;
    cursor: pointer;
    z-index: 3000;
    -webkit-transition: 0.5s ease left;
    -moz-transition: 0.5s ease left;
    transition: 0.5s ease left;
}

.white .menuOpen {
    background-position: -48px -77px;
}

.display-nav .menuOpen {
    left: -50px;
    background-position: -7px -77px !important;
}

#logoContainer {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 3000;
}

#logoContainer a {
    display: block;
    overflow: hidden;
 
    background-position: -7px -40px;
    cursor: pointer;
    margin: auto;
    width: 205px;
    height: 30px;
}

.white #logoContainer a {
    background-position: -7px -5px;
}




.category_title {width: 100%; text-align: center;}
.category_title h2 {font-size: 14px; padding: 0px; margin: 0px; text-transform: uppercase; letter-spacing: 0.2rem;}








.header-btn {
    display: block;
    width: 1rem;
    height: 1rem;
    position: relative
}

.btn-menu {
    order: 1
}

.btn-menu::after {
    content: "About";
    left: 1rem;
    transform: translateX(0.5rem)
}

.btn-search {
    order: 3
}

.btn-search::after {
    content: "Search";
    right: 2rem;
    transform: translateX(-0.5rem)
}

.header-btn::after {
    position: absolute;
    top: 0;
    opacity: 0;
    transition-duration: var(--a-speed);
    transition-timing-function: var(--a-ease);
    transition-property: transform, opacity
}

.header-btn:hover::after,
.header-btn:hover::before {
    opacity: 1;
    transform: initial
}

.menu-btn {
    text-align: center;
    padding: .5rem;
    width: 100%;
    display: block
}

@media (min-width: 460px) {
    .menu-btn {
        display: none
    }
}






.left-panel {position: fixed; top: 0px; left: 0px; width: 70px; height: 100%; z-index: 1;}


.left-panel  .panel-inner {
  font-size: 16px;
  font-color: #878787;
  position: absolute;
  top: 50%;
  left: 50%;
    width: 300px;
    text-align: center;
}

.left-panel .rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}

.nav-bar { 
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  height: 70px;
    position: fixed; 
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
   
}

.nav-bar-right {  width: calc(50%); height: 70px;
    margin-right: 0px;
    
     display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.nav-bar .nav-bar-logo { padding: 0px; margin: 0px; }

.cent_logo {height 70px !important; padding: 0px; margin: 0px;}

.nav-bar ul li{
    margin: 0;
    padding: 0px;
 

}

.nav-bar a {
  color: #fefefe;
  transition: color 0.2s ease-in;
}

.nav-bar a:hover {
  color: #a8b8c3;
}



.nav-bar .offcanvas-trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem ;
    width: 70px;
  color: #fefefe;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in;
  cursor: pointer;
}

.nav-bar .offcanvas-trigger .offcanvas-trigger-text {
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.nav-bar .offcanvas-trigger:hover {

}


.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-310px);
      -ms-transform: translateX(-310px);
          transform: translateX(-310px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-310px);
        -ms-transform: translateX(-310px);
            transform: translateX(-310px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(310px);
        -ms-transform: translateX(310px);
            transform: translateX(310px); }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }


.multilevel-offcanvas {
  background: #fff;
  color: #fefefe;
    width: 310px;
}







#site-navigation {
    margin-bottom: 20px;
}


#site-navigation .menu .nav-title {
    color: #CB242C
}

.multilevel-offcanvas .menu a:hover {
  color: red;
}

.multilevel-offcanvas .fa {
  color: red;
}

.multilevel-offcanvas .is-accordion-submenu-parent > a::after {
  border-color: rgba(254, 254, 254, 0.6) transparent transparent;
}

.multilevel-offcanvas .social-links {
  margin-left: 20px;
}

.multilevel-offcanvas .social-links li {
  margin-right: 5px;
}

.multilevel-offcanvas .social-links a:hover .fa {
  color: #bebebe;
  transition: color .2s ease-in;
}

.multilevel-offcanvas .social-links .fa {
  font-size: 2.2rem;
}

.body-info {
  text-align: center;
  color: #2c3840;
}

.body-info .button {
  margin: 1rem 0;
  padding: 0.85em 2em;
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1),
.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  width: 12px;
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1) {
  -webkit-transform: translateX(-5px) rotate(-45deg);
      -ms-transform: translateX(-5px) rotate(-45deg);
          transform: translateX(-5px) rotate(-45deg);
}

.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  -webkit-transform: translateX(-5px) rotate(45deg);
      -ms-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
}

.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:last-child {
  margin-bottom: 0;
}













/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/




.header-social {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font: 12px  "Arial", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold",Helvetica Neue, Arial, sans-serif;
font-weight: 400;
line-height: 1.6;

box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
position: fixed;
left: 100px;
top: 50%;
-webkit-transform: translateY(-50%);
opacity: 1;
    z-index: 999;
    list-style-type: none;

}

.social-links-icons {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font: 12px  "Arial", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold",Helvetica Neue, Arial, sans-serif;
font-weight: 400;
line-height: 1.6;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;

margin: 0;
padding: 0;

    
    }




#logoContainer {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 3000;
}

#logoContainer a {
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    background-position: -7px -40px;
    cursor: pointer;
    margin: auto;
    width: 205px;
    height: 30px;
}

.white #logoContainer a {
    background-position: -7px -5px;
}

#subscribe img {
    width: 270px;
}



.menuOpen {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    background: #222;
    border-radius: 25px;
    top: 15px;
    left: 15px;
    overflow: hidden;
    text-indent: -100px;
    background-position: -7px -77px;
    cursor: pointer;
    z-index: 3000;
    -webkit-transition: .5s ease left;
    -moz-transition: .5s ease left;
    transition: .5s ease left;
}

.white .menuOpen {
    background-position: -48px -77px;
}

.display-nav .menuOpen {
    left: -50px;
    background-position: -7px -77px !important;
}



.burger-click-region {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 17px;
    box-sizing: border-box;
    cursor: pointer;
}

.burger-menu-piece {
    display: block;
    position: absolute;
    width: 16px;
    border-top: 1px solid #000;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all 200ms ease-out;
}

.white .burger-menu-piece {
    border-top: 1px solid #fff;
}

.display-nav .white .burger-menu-piece {
    border-top: 1px solid #000;
}

.burger-menu-piece:nth-child(1) {
    top: 19px;
}

.burger-menu-piece:nth-child(2) {
    top: 24px;
}

.burger-menu-piece:nth-child(3) {
    top: 29px;
}

.categoryHeading h3 {
    letter-spacing: 2px;
    padding: 30px 10px 2px 11px;
}




.taxonomy-list p a{color: #CB242C}







/**
 * 7.0 - Header
 */
.site-header {
    width: 50%;
    height: 70px;
    position:fixed;
   
  top: 10px;
  left: 0px;
  z-index: 110;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
 }


.site-header--transparent {
  }
  .site-header--transparent .navigation-toggle, .site-header--transparent .navigation-toggle:hover {
    }



.icon-logo svg {height: 70px; position: absolute; left: 160px;}

.site-header--transparent .logo__text, .js-transparent-header .logo__text  {
  margin: 0;
    font-size: 18px !important; 
    text-align: center;
 }










#socialMenu {
    width: calc(100% - 2*10px);
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

#shareMenu {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 3000;
}

.socialIcon {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -1000px;
    margin: 0px 3px;
}

.socialIcon.instagram {
    background-position: -17px -201px;
}

.socialIcon.facebook {
    background-position: -55px -201px;
}

.socialIcon.twitter {
    background-position: -93px -201px;
}

.socialIcon.youtube {
    background-position: -133px -201px;
    margin: 0px 6px;
}

.socialIcon.link {
    background-position: -172px -239px;
}

.socialIcon.instagram:hover {
    background-position: -17px -239px;
}

.socialIcon.facebook:hover {
    background-position: -55px -239px;
}

.socialIcon.twitter:hover {
    background-position: -93px -239px;
}

.socialIcon.youtube:hover {
    background-position: -133px -239px;
}

.socialIcon.link:hover {
    background-position: -172px -239px;
}

.mainColumn .socialIcon.facebook {
    background-position: -338px -201px;
}

.mainColumn .socialIcon.twitter {
    background-position: -379px -201px;
}

.mainColumn .socialIcon.link {
    background-position: -417px -201px;
}

.mainColumn .socialIcon.facebook:hover {
    background-position: -338px -239px;
}

.mainColumn .socialIcon.twitter:hover {
    background-position: -379px -239px;
}

.mainColumn .socialIcon.link:hover {
    background-position: -417px -239px;
}

.mainColumn.white .socialIcon.facebook {
    background-position: -215px -201px;
}

.mainColumn.white .socialIcon.twitter {
    background-position: -258px -201px;
}

.mainColumn.white .socialIcon.link {
    background-position: -295px -201px;
}

.mainColumn.white .socialIcon.facebook:hover {
    background-position: -215px -239px;
}

.mainColumn.white .socialIcon.twitter:hover {
    background-position: -258px -239px;
}

.mainColumn.white .socialIcon.link:hover {
    background-position: -295px -239px;
}

#galleryDescription .socialIcon.facebook {
    background-position: -460px -201px;
}

#galleryDescription .socialIcon.twitter {
    background-position: -501px -201px;
}

#galleryDescription .socialIcon.link {
    background-position: -538px -201px;
}

#galleryDescription .socialIcon.facebook:hover {
    background-position: -460px -239px;
}

#galleryDescription .socialIcon.twitter:hover {
    background-position: -501px -239px;
}

#galleryDescription .socialIcon.link:hover {
    background-position: -538px -239px;
}



.white .menuOpen {
    background-position: -48px -77px;
}

.nav--is-visible .menuOpen {
    left: -50px;
    background-position: -7px -77px !important;
}






.filter-nav {position: relative; display: block;}
#filter {position: relative; display: block;}




.page-header {
    width: 100%;

    position: relative;
text-align: center;
    padding: 40px;
 }

.page-header h4 {text-transform: uppercase; padding: 0px; margin: 0px; letter-spacing: 1px;  font-size: 14px !important;}








#greyout {
    display: block;
    height: 0;
    z-index: 99;
    background: none;
    background-color: transparent;
    transition: background-color 0.5s cubic-bezier(0.5, -0.5, 0.3, 1.3);
}

#greyout:after {
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    background-color: #bd9e81;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    transition: all 1s ease-in-out;
}

.nav--is-visible #greyout,
.page-loading #greyout,
.gallery-open #greyout,
.search-open #greyout {
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}



.site-branding-td {
	width: 20%;
}

.site-title,
.site-description {
	margin: 0;
	line-height: 1;
}

/* nav */

.main-navigation-td {
	vertical-align: bottom;
}

.main-nav-align-left .main-navigation-td {
	text-align: left;
}

.main-nav-align-center .main-navigation-td {
	text-align: center;
}

.main-nav-align-right .main-navigation-td {
	text-align: right;
}







/* social & big search */

.social-search-td {
	width: 120px;
	text-align: right;
	vertical-align: bottom;
}

.social-search-wrapper {

}

/* big search */

.big-search-trigger {
	line-height: 1;
}

.search-wrap {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	padding: 200px 130px;
	right: 0;
	left: 0;
	box-shadow: 0 0 40px 20px rgba(0,0,0,0);
}

.big-search-open .search-wrap {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	box-shadow: 0 0 40px 20px rgba(0,0,0,0.3);
}

.big-search-close,
.main-nav-align-hamburger .menu-close {
	font-size: 34px;
	font-weight: 100;
}

.big-search-close,
.main-nav-align-hamburger .menu-close,
.menu-close {
	color: #fff;
}

.big-search-close {
	position: absolute;
	top: calc(100% + 30px);
	right: 130px;
	visibility: hidden;
	opacity: 0;
}

.big-search-open .big-search-close {
	visibility: visible;
	opacity: .2;
	-webkit-transition: 0.2s 0.5s linear;
	-moz-transition: 0.2s 0.5s linear;
	-ms-transition: 0.2s 0.5s linear;
	-o-transition: 0.2s 0.5s linear;
	transition: 0.2s 0.5s linear;
}

.big-search-open .big-search-close:hover {
	opacity: 1;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

.big-search-open .search-wrap ~ .menu-background {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition: opacity .5s cubic-bezier(.12,.6,.54,.96);
	-moz-transition: opacity .5s cubic-bezier(.12,.6,.54,.96);
	-ms-transition: opacity .5s cubic-bezier(.12,.6,.54,.96);
	-o-transition: opacity .5s cubic-bezier(.12,.6,.54,.96);
	transition: opacity .5s cubic-bezier(.12,.6,.54,.96);
}

.search-line {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 1em;
}

.search-wrap .search-instructions,
.search-wrap .search-form {
	display: inline-block;
}

.search-wrap .search-form input[type="search"] {
	line-height: 1;
	vertical-align: baseline;
}

.search-wrap .search-instructions {
	width: 180px;
	opacity: .6;
	line-height: 1;
}

.search-wrap .search-form {
	width: calc(100% - 190px);
}

.search-wrap .icon-search {
	font-size: 40px;
}

.icon-search {
	display: inline-block;
	font-size: 20px;
	width: 1em;
	height: 1em;
	position: relative;
	margin-bottom: -3px;
}


.icon-search:before,
.icon-search:after {
	content: '';
	position: absolute;
}

.icon-search:before {
	top: .2em;
	left: .2em;
	width: .6em;
	height: .6em;
	border-radius: 50%;
	border: 1px solid #000;
}

.icon-search:after {
	bottom: 0;
	right: 0;
	width: .4em;
	height: 1px;
	background: #000;
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-wrap .icon-search:after {
	height: 2px;
}

.search-wrap .search-form button {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
}

.search-wrap .search-instructions,
.search-wrap input[type="search"] {
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 0;
}

.big-search-open .search-wrap .search-form button,
.big-search-open .search-wrap .search-instructions,
.big-search-open .search-wrap input[type="search"] {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition: 0.3s 0.3s ease-in-out;
	-moz-transition: 0.3s 0.3s ease-in-out;
	-ms-transition: 0.3s 0.3s ease-in-out;
	-o-transition: 0.3s 0.3s ease-in-out;
	transition: 0.3s 0.3s ease-in-out;
}

/* jetpack social */

.social-button {
	padding: 3px 3px 1px;
	margin: 0 10px 0 0;
	font-size: 15px;
	vertical-align: baseline;
	line-height: 1;
}

.social-button .icon-close {
	display: none;
}

.social-button .social-close,
.social-menu-open .social-button .social-follow {
	display: none;
}

.social-button .social-follow,
.social-menu-open .social-button .social-close {
	display: block;
}

#primary-menu,
.social-wrapper {
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

.social-menu-open:not(.main-nav-align-hamburger) #primary-menu {
	visibility: hidden;
	opacity: 0;
}

.main-navigation-td {
	position: relative;
}

.social-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.social-menu-open .social-wrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.social-wrapper {
	text-align: right;
}

.social-wrapper .jetpack-social-navigation ul {
	margin: 0;
	list-style: none;
	font-size: 15px;
}

.social-wrapper .jetpack-social-navigation a {
	height: auto;
	width: auto;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}

.social-wrapper .jetpack-social-navigation-genericons a:before {
	display: none;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-newsletter-wrapper,
.footer-instagram-wrapper,
.footer-widget-area,
.site-info {
	margin-top: 50px;
}

.site-info {
	margin-bottom: 30px;
}

.footer-instagram-wrapper {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 80px;
}


.footer-widget-area {
	padding-top: 40px;
}

/* newsletter */

.widget-area #mc_subheader {
	line-height: 1.5;
}

.footer-newsletter .mc_custom_border_hdr,
.footer-newsletter #mc_subheader {
	float: left;
	clear: left;
	width: 750px;
	max-width: calc(100% - 555px);
	display: inline-block;
	padding-right: 40px;
	margin-top: 14px;
}

.footer-newsletter .mc_custom_border_hdr {
	margin-bottom: 10px;
}

.footer-newsletter .mc_form_inside {
	display: inline-block;
	max-width: 550px;
	width: 100%;
	float: right;
}

.footer-newsletter .mc_merge_var {
	margin: 0;
	clear: none;
}

#mc_signup_form .mc_var_label {
	margin-bottom: 1em;
}

.footer-newsletter #mc_signup_form .mc_input {
	width: 350px;
	display: inline-block;
	clear: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#mc_signup_form .mc_input,
#mc_signup_submit {
	height: 42px;
	border: 1px solid #000;
	border-radius: 0;
	width: 100%;
}

.widget #mc_signup_submit,
.footer-newsletter #mc_signup_submit {
	width: 100%;
	margin: 0;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}

.widget .mc_merge_var {
	margin-bottom: 0.4em;
}

#mc_signup_submit:hover {
	background: rgba(0,0,0,0.2);
}

#mc_signup_form .mc_input:not(:focus) {
	border-color: rgba(0,0,0,0.2);
}

#mc_signup_submit,
.comment-form input[type="submit"] {
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.footer-newsletter #mc_signup_form .mc_input {
	width: calc(100% - 174px);
	display: inline-block;
}

.footer-newsletter .mc_signup_submit {
	width: 170px;
	display: inline-block;
	float: right;
}

#mc_display_rewards {
	text-align: left;
	opacity: .6;
}

.footer-newsletter #mc_display_rewards {
	margin-top: 2.4em;
}

.widget-area #mc_display_rewards {
	margin-top: 0;
}

/* instgram */

.footer-instagram-wrapper .widget {
	margin: 0;
	max-width: 100%;
}

.footer-instagram-wrapper .widget ul {
	margin-left: -16px;
	margin-right: -16px;
}

.footer-instagram-wrapper .widget li {
	width: calc(100% / 6);
	padding: 0 16px;
	display: inline-block;
	float: left;
	font-size: 0;
}

.footer-instagram-wrapper .widget a {
	display: block;
	overflow: hidden;
}

.footer-instagram-wrapper .widget a img {
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-ms-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	will-change: transform;
}

.footer-instagram-wrapper .widget a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

p.instagram-username {
	margin-bottom: 0;
}

p.instagram-username a {

}

/* site info */

.footer-site-branding,
.footer-site-copyright {
	display: inline-block;
}

.footer-site-branding {
	margin-right: 30px;
}

.footer-site-copyright {
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.posts-navigation ul {
	list-style: none;
	display: block;
	margin-top: 4em;
	padding-top: 2em;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.posts-navigation li {
	display: inline-block;
}

.posts-navigation span.page-numbers,
.posts-navigation a.page-numbers {
	padding: 0.2em;
}

.posts-navigation .prev.page-numbers {
	margin-right: 2em;
}

.posts-navigation .next.page-numbers {
	margin-left: 2em;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a,
button {
	cursor: pointer;
}

a {
	color: inherit;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a:focus,
a:hover,
a:active,
button:focus,
button:hover,
button:active,
input:focus,
input:hover,
input:active {
	outline: 0;
}







/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.entry-content figure.size-full,
.entry-content img,
.entry-content p>img {
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.alignleft,
.alignright {
	max-width: 60%;
}

@media screen and (min-width: 1600px) {
	.no-sidebar .alignleft {
		margin-left: -90px;
	}

	.page.no-sidebar .alignleft {
		margin-left: 0;
	}

	.page.no-sidebar .alignright {
		margin-right: 0;
	}
}

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

.entry-content figure.aligncenter,
.entry-content img.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

/*
.single .entry-content .aligncenter {
	max-width: 900px;
}

@media screen and (min-width: 1620px) {
	.no-sidebar .aligncenter,
	.no-sidebar figure.aligncenter {
		max-width: calc(100% + 180px);
	}
}
*/

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.site-main:before,
.site-main:after,
.footer-newsletter:before,
.footer-newsletter:after,
.footer-instagram-wrapper .widget:before,
.footer-instagram-wrapper .widget:after,
.widget .instagram-pics:before,
.widget .instagram-pics:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.site-main:after,
.footer-newsletter:after,
.footer-instagram-wrapper .widget:after,
.widget .instagram-pics:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 5em;
	/* Make sure select elements fit in widgets. */
	max-width: 300px;
	width: 100%;
}

.widget:last-child {
	margin-bottom: 0;
}

.footer-widget-area .widget {
	display: inline-block;
	margin-right: 60px;
	vertical-align: top;
	margin-bottom: 2em;
}

.footer-widget-area .widget.widget_archive,
.footer-widget-area .widget.widget_categories,
.footer-widget-area .widget.widget_pages,
.footer-widget-area .widget.widget_nav_menu {
	max-width: 120px;
}

.widget select {
	max-width: 100%;
}

.widget ul,
.widget ol {
	list-style: none;
}

.widget ul ul,
.widget ol ol {
	margin-top: 0.5em;
}

.widget li {
	padding-bottom: 0.6em;
}

.widget-title {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 2em;
}

.widget > ul,
.widget > div > ul,
.widget select {
	font-size: 0.875rem;
}

.widget .post_count {
	float: right;
	font-size: 0.857em;
	font-weight: 500;
}

.widget .post-date {
	display: block;
	opacity: .7;
}

/* text widget */

.textwidget {
	font-size: 14px;
}

.textwidget > * {
	margin-top: 0;
}

/* search */

.search-form input,
.search-form button {
	display: inline-block;
	vertical-align: middle;
}

.search-wrap .search-form {
	border-bottom: 0;
}

.search-wrap .icon-search:before {
	border-width: 2px;
}

.search-wrap .icon-search:after {
	height: 2px;
}

.search-wrap .search-form input[type="search"] {
	width: calc(100% - 65px);
	letter-spacing: -0.02em;
}

.search-wrap .search-form button {
	width: 55px;
	text-align: right;
}

.search-form {

	padding-bottom: 0.4em;
}

.search-form input[type="search"] {
	border: none;
	width: calc(100% - 35px);
}

.search-form button {
	width: 30px;
	margin-bottom: 4px;
}

input::-webkit-input-placeholder {
	opacity: 1;
}

input:-moz-placeholder {
	opacity: 1;
}

input::-moz-placeholder {
	opacity: 1;
}

/* Calendar */

.widget_calendar table {
	text-align: center;
	border: 1px solid rgba(0,0,0,0.2);
}

.widget_calendar table td,
.widget_calendar table th {
	padding: 0.1em 0.2em;
}

.widget_calendar table caption {
	padding-bottom: 1em;
}

.widget_calendar table thead th {
	padding-top: 0.5em;
}

.widget_calendar table tfoot td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/* recent comments */

.widget_rss a,
.widget_text a,
.widget_recent_comments a,
.widget_tag_cloud a {
}

.recentcomments > a {
	display: block;
}

/* recent posts */

.widget_recent_entries li > a,
.recentcomments > a {
	font-size: 18px;
	line-height: 1.2;
}

.widget.widget_recent_entries li,
.recentcomments {
	padding-bottom: 1.5em;
}


/* tag cloud */

.widget_tag_cloud a {
	padding-right: 0.5em;
}

/* instagram */



.instagram-pics {
	margin: 0;
}

.instagram-pics li {
	font-size: 0;
	width: 33.33333%;
	padding: 0;
	display: inline-block;
	float: left;
}

.instagram-pics a {
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
	will-change: opacity;
}

.instagram-pics a:hover {
	opacity: .7;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/




/* share */

.sharedaddy-holder {
	margin-left: 30px;
}

.sharedaddy-holder div.sharedaddy h3.sd-title {
	margin: 0 10px 0 0;
	display: inline-block;
	font-weight: 400;
}

.sharedaddy-holder div.sharedaddy h3.sd-title:before {
	display: none;
}

.sharedaddy-holder div.sharedaddy .sd-content {
	display: inline-block;
}

.sharedaddy-holder div.sharedaddy .sd-social-icon .sd-content {
	vertical-align: middle;
}

.sharedaddy-holder .sd-content ul {
	margin: 0!important;
}

.sd-social-text,
.sd-social-icon,
.sd-social-icon-text {

}

.sharedaddy-holder .sd-content ul li {
	margin: 0 0 0 5px;
}

.sharedaddy-holder .sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
	margin-top: -5px;
	margin-bottom: -5px;
}

.sharedaddy-holder .sd-social-icon.sd-sharing .sd-content ul li[class*=share-] a.sd-button {
	background: transparent;
	border: 1px solid rgba(0,0,0,0.2);
	color: #000!important;
}

.sharedaddy-holder #sharing_email .sharing_send,
.sharedaddy-holder .sd-content ul li .option a.share-ustom,
.sharedaddy-holder .sd-content ul li a.sd-button,
.sharedaddy-holder .sd-content ul li.advanced a.share-more,
.sharedaddy-holder .sd-content ul li.preview-item div.option.option-smart-off a,
.sharedaddy-holder .sd-social-icon .sd-content ul li a.sd-button,
.sharedaddy-holder .sd-social-icon-text .sd-content ul li a.sd-button,
.sharedaddy-holder .sd-social-official .sd-content>ul>li .digg_button>a,
.sharedaddy-holder .sd-social-official .sd-content>ul>li>a.sd-button,
.sharedaddy-holder .sd-social-text .sd-content ul li a.sd-button {
	border-radius: 0;
	color: #000!important;
	background: transparent;
	border-color: rgba(0,0,0,0.2);
	box-shadow: none;
}

.sharedaddy-holder .sd-content ul li a.sd-button:before {
	font-size: 15px;
}

.sharedaddy-holder .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
	top: 0;
}

.sharedaddy-holder .sd-social-icon .sd-content ul li[class*=share-] a {
	border-radius: 50%;
}





.c-pile-content-wrapper blockquote,
.c-pile--content-wrapper q,
.c-pile- .wp-block-quote:not(.is-large) {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-left: 50px;
	padding-top: 20px;
	position: relative;
	font-weight: 600;
    font-size: 40px;
    line-height: 36px;
}

.c-pile--content-wrapper blockquote:before,
.c-pile--content-wrapper q:before {
	content: '"';
}

.c-pile--content-wrapper blockquote:before,
.c-pile--content-wrapper q:before {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;

}

.c-pile--content-wrapper q:before {
	margin-right: 0.6em;
}

.c-pile--content-wrapper blockquote p,
.c-pile--content-wrapper q p {
	margin-top: 0;
}

.c-pile--content-wrapper cite {
	font-size: 17px;
	margin-bottom: 1em;
	margin-top: 1em;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
}

.article-content-wrapper blockquote + cite,
.article-content-wrapper blockquote + p cite {
	margin-top: 0;
}

.article-content-wrapper .entry-footer {
	margin-top: 1em;
}

.article-content table td,
.article-content table th {
	padding: 0.4em 0.6em;
	border: 1px solid #000;
}

.article-content ul,
.article-content ol {
	padding-left: 1.4em;
}

.article-content li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}








/* gutenberg blocks styling */

.gutenberg .wp-block-more {
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	font-family: inherit;
	border: 1px solid rgba(198, 159, 115, 0.7);
	border-radius: 0;
	background: transparent;
	padding: 0.8em 1.6em;
	height: auto;
	letter-spacing: 0.01em;
}

.wp-block-separator {
	border-bottom: 1px solid rgb(198, 159, 115);
	margin: 2em auto;
	max-width: 160px;
}

.wp-block-separator.is-style-dots {
	background: none;
}

.entry-content .wp-block-separator.is-style-dots:before {
	color: rgb(198, 159, 115);
	font-weight: 700;
	font-size: 27px;
	letter-spacing: 1em;
	padding-left: 1em;
}

p.wp-block-subhead {
	font-size: 1.3em;
}

pre.wp-block-preformatted {
	background: transparent;
	border: none;
	white-space: pre-wrap;
	padding: 0;
}

.wp-block-verse pre,
pre.wp-block-verse {
	white-space: nowrap;
	font-family: inherit;
	padding: 1em;
	overflow: auto;
	font-size: 1.2em;
}

.entry-content .wp-block-latest-posts,
.wp-block-categories ul,
ul.wp-block-archives {
	padding-left: 0;
}

.wp-block-archives {
	list-style: none;
}

.wp-block-latest-posts li,
.wp-block-categories li,
.wp-block-archives li {
	margin: 0 0.8em 0.8em 0;
	font-size: 18px;
	list-style: none;
}

.wp-block-archives.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-categories .post_count {
	font-size: 0.7em;
	margin-left: 0.5em;
}

.wp-block-quote p {
	margin-bottom: 0;
}

.entry-content .wp-block-quote:not(.is-large) {
	border-left: 0;
}

.wp-block-quote.is-large {
	padding: 0 1em 0 2em;
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}

.wp-block-quote.is-large {
	position: relative;
}

blockquote.wp-block-quote.is-large:before {
	position: absolute;
	top: 0.45em;
	left: 0;
	margin-bottom: 0;
}

.wp-block-quote.is-large p {
	font-size: 1.4em;
	font-style: inherit;
	line-height: 1.25;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
	font-size: 19px;
	text-align: right;
	display: block;
}

.wp-block-audio audio {
	width: 100%;
}

.wp-block-button .wp-block-button__link {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	border-radius: 0;
	padding: 0.8em 1.6em;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
	opacity: .7;
}

.wp-block-pullquote,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: inherit;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	float: none;
	display: block;
}

.wp-block-pullquote.alignleft {
	margin-left: 0;
	text-align: left;

}

.wp-block-pullquote.alignright {
	margin-left: auto;
	text-align: right;
}

.wp-block-pullquote.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wp-block-pullquote.aligncenter,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	margin-top: 0;
	padding: 1em 0;
	max-width: 450px;
}

.wp-block-pullquote {
	border-bottom: none;
	padding-left: 0;
}



.entry-content-wrapper blockquote.wp-block-pullquote:before {
	display: none;
}

.wp-block-pullquote p {
	margin-bottom: 0;
}

.entry-content-wrapper .wp-block-pullquote cite {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 14px;
}

.wp-block-cover-image {
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
	display: flex;
}

.wp-block-code {
	border-color: rgba(0,0,0,0.1);
	border-radius: 0;
}






/* CTA */

.front-cta {
	width: 100%;
	height: 85vh;
	overflow: hidden;
	position: relative;
	background: #000;
}

.front-cta.no-featured-image {
	position: relative;
}

.front-cta.no-featured-image:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	background-image: url('inc/img/no-img-pat.png');
	background-image: url('inc/img/circle-pattern.svg');
}

.front-cta .front-cta-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.8;
}

.front-cta .front-cta-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

@supports (object-fit: cover) {

	.front-cta .front-cta-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.front-cta .front-cta-text {
	position: absolute;
	bottom: 14vh;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
}

.front-cta-text > * {
	max-width: 600px;
}

.front-cta-text > a {
	display: block;
}

.front-cta-text h2 {
	font-weight: 400;
	font-size: 50px;
	letter-spacing: -0.01em;
}

.front-cta-text p {
	font-size: 18px;
	margin-bottom: 0;
}

.front-cta-text > a.button {
	display: inline-block;
	margin-top: 25px;

	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 1em 2.5em;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}

.front-cta-text > a.button:hover {
	opacity: 1;
	background: rgba(255,255,255,0.2);
}

/* 404 */

.error-404.container.container-medium {
	margin-left: 0;
}

.no-results.container.container-medium {
	max-width: 450px;
}

.error-404 .page-title,
.no-results .post-title {
	font-weight: 300;
}

.error-404 .search-instructions {
	display: none;
}

.error-404 .search-form,
.not-found .search-form {
	max-width: 360px;
	margin-top: 3em;
}

.error-404 .page-content,
.no-results .post-content {
	font-size: 18px;
	margin-bottom: 4em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-title {
	position: relative;
	border: 1px solid rgba(198, 159, 115, 0.7);
	padding: 1.6em;
	font-size: 0.625rem;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.comments-title:hover {
	background: rgba(198, 159, 115, 0.2);
	border-color: rgba(198, 159, 115, 1);
}

.icon-arrow-down {
	font-size: 2em;
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0.8em;
	top: calc(50% - 0.5em);
}

.icon-arrow-down .icon-arrow-line {
	width: 1px;
	height: 0.8em;
	background: #000;
	position: absolute;
	left: 50%;
	top: 0.1em;
}

.icon-arrow-down .icon-arrow-line:before,
.icon-arrow-down .icon-arrow-line:after {
	content: '';
	width: 0.4em;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.icon-arrow-down .icon-arrow-line:before {
	left: 1px;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.icon-arrow-down .icon-arrow-line:after {
	right: 1px;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.comments-title.opened .icon-arrow-down .icon-arrow-line:before {
	bottom: 100%;
	left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.comments-title.opened .icon-arrow-down .icon-arrow-line:after {
	bottom: 100%;
	right: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.comment-list-wrapper {
	margin-top: 90px;
	margin-bottom: 60px;
	display: none;
}

.comment-list {
	list-style: none;
	margin-bottom: 190px;
}

.comment > ol {
	margin-left: 0;
	margin-top: 30px;
}

.comment {
	padding-left: 60px;
	position: relative;
	margin-bottom: 60px;
}

.comment-list .avatar {
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.comment.bypostauthor .fn:after {
	margin-left: 1em;
	font-size: 0.5em;
	opacity: .4;
}

.comment-list .says {
	display: none;
}

.comment-author,
.comment-metadata {
	display: inline-block;
}

.comment-list .edit-link {
	margin-left: 10px;
}

.comment-author {
	margin-right: 10px;
}

.comment-list .fn {
	font-size: 26px;
	font-weight: 400;
}

.comment-reply-link {
	text-decoration: underline;
	text-transform: uppercase;
}

/* reply form */

.comment-list .comment-respond {
	margin-top: 2em;
	margin-bottom: 4em;
}

.comment-reply-title {
	opacity: .3;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.logged-in-as,
.comment-notes {

}

.comment-form label {
	display: block;
	margin-bottom: 1em;
	opacity: .7;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 100%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	max-width: 100%;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 100%;
		max-width: 33%;
		display: inline-block;
	}

	.comment-form-email,
	.comment-form-url {
		padding-left: 1em;
	}
}


#cancel-comment-reply-link {
	text-decoration: underline;
}

#commentform .comment-subscription-form {
	margin-bottom: 0;
	margin-top: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #post-load .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
}

.infinite-loader {
	position: fixed;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	text-align: center;
	height: auto;
	z-index: 999;
}

body #infinite-handle span {
	display: inline-block;
	background: transparent;
	border-radius: 0;
	color: inherit;
	height: 42px;
	padding: 1.3em 6em;
	font-size: 10px;
	font-weight: 700;
	border: 1px solid #000;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}

body #infinite-handle span:hover {
	background: rgba(0,0,0,0.2);
}

body #infinite-handle span button {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

body #infinite-handle span button:hover,
body #infinite-handle span button:focus {
	background: transparent;
	color: inherit;
}

@keyframes pulse {
	from {
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-ms-transform: scale(0.3);
		-o-transform: scale(0.3);
		transform: scale(0.3);
		opacity: .4;
	}
	to {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: .1;
	}
}

.infinite-loader:before {
	background: #000;
}

.infinite-loader:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-animation: pulse .6s ease infinite alternate;
	-o-animation: pulse .6s ease infinite alternate;
	animation: pulse .6s ease infinite alternate;
}

.infinite-loader .spinner {
	display: none;
}

/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/

.related-holder #jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
	clear: both;
}

.related-holder #jp-relatedposts h3.jp-relatedposts-headline {
	margin-bottom: 40px;
	display: block;
	float: none;
	font-size: 16px;
	font-weight: 500;
	opacity: .3;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.related-holder #jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 500;
}

.related-holder #jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}

.related-holder #jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: 0;
}
.related-holder #jp-relatedposts .jp-relatedposts-items {
	clear: left;
}

.related-holder #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post,
.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	padding-right: 0;
	margin-right: 60px;

	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.related-holder #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(2n),
.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(2n) {
	margin-right: 0;
	margin-left: 60px;
}

.related-holder #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3),
.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3) {
	clear: left;
}

.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 50%;
	width: calc(50% - 60px);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.related-holder #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(1),
.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(2) {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	max-width: 100%;
}

.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
	float: right;
	margin-left: 40px;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}

.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post a:hover img.jp-relatedposts-post-img {
	opacity: .7;
}

.related-holder #jp-relatedposts .jp-relatedposts-items p {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	clear: none;
}

.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	color: #c69f73;
}

.related-holder #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.36;
	clear: none;
	margin-bottom: 10px;
}

.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: none;
}

.related-holder #jp-relatedposts .jp-relatedposts-items p {
	margin-bottom: 0;
}

.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 0.8;
}

.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	margin-right: 1em;
	display: inline-block !important;
}

.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	display: inline-block;
}

.related-holder #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
.related-holder #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: none;
}

/* contact form */

.contact-form {
	margin-top: 2em;
	margin-bottom: 2em;
}

body .contact-form > div {
	margin-bottom: 40px;
}

body .contact-form label {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
}

body .contact-form label span {
	color: inherit;
	opacity: .4;
	letter-spacing: 0;
}

body .contact-form input[type=email],
body .contact-form input[type=text],
body .contact-form input[type=url] {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}

body .contact-form textarea {
	height: 200px;
	width: 100%;
	margin-bottom: 0;
}

.contact-form input[type="submit"] {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	width: 100%;
	max-width: 200px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 16px;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

/* hovers effect */
@media screen and (min-width: 1200px) {
	.featured-image a img,
	.post-thumbnail img,
	.custom-logo-link img {
		-webkit-transition: 0.2s linear;
		-moz-transition: 0.2s linear;
		-ms-transition: 0.2s linear;
		-o-transition: 0.2s linear;
		transition: 0.2s linear;
		will-change: opacity;
	}

	.featured-image a:hover img,
	.post-thumbnail:hover img,
	.custom-logo-link:hover img {
		opacity: .8;
	}

	.single-navigation-wrapper .post-nav-title {
		-webkit-transition: 0.15s ease-in-out;
		-moz-transition: 0.15s ease-in-out;
		-ms-transition: 0.15s ease-in-out;
		-o-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
	}

	.single-navigation-wrapper a:hover .post-nav-title {
		border-bottom-color: #000;
	}

	.front-cta a {
		-webkit-transition: 0.15s linear;
		-moz-transition: 0.15s linear;
		-ms-transition: 0.15s linear;
		-o-transition: 0.15s linear;
		transition: 0.15s linear;
	}

	.front-cta a:hover {
		opacity: .6;
		color: inherit;
	}

	.front-slider-two article:hover .entry-title a {
		border-bottom-color: #fff;
	}
}

@media screen and (min-width: 900px) {
	.entry-footer .sharedaddy-holder {
		display: none;
	}
}

@media screen and (max-width: 1620px) {
	.container,
	.front-slider-float .slick-list {
		max-width: calc(100% - 80px);
	}

	/* single */
	.single-content-wrapper > * {
		display: inline-block;
	}

	.single-navigation-wrapper {
		width: 100%;
		max-width: 740px;
	}
	.single-sidebar-wrapper {
		width: 400px;
	}

	.single-navigation-wrapper {
		float: none;
		margin-top: 3em;
	}

	.single-navigation-wrapper .nav-previous {
		margin-bottom: 1em;
	}

	.entry-content-wrapper {
		margin-left: 0;
	}

	@supports (display: flex) or (display: -webkit-flex) or (display: -moz-flex) or (display: -ms-flex) or (display: -o-flex) {

		.single-content-wrapper {
			flex-wrap: wrap;
		}

		.single-navigation-wrapper,
		.single-sidebar-wrapper {
			float: none;
		}

		.entry-content-wrapper {
			order: 1;
		}

		.single-sidebar-wrapper {
			order: 2;
		}

		.single-navigation-wrapper {
			order: 3;
		}

		.single-navigation-wrapper .post-navigation {
			position: static;
		}
		.single-navigation-wrapper .post-navigation {
			max-width: 100%;
		}

		.single-navigation-wrapper .post-nav-text,
		.single-navigation-wrapper .post-nav-title {
			display: inline-block;
			margin-bottom: 0;
		}

		.single-navigation-wrapper .post-nav-text {
			margin-right: 1em;
		}

	}

}

@media screen and (max-width: 1500px) {

	/* archive */




	/* sliders */
	/* side */

	.front-slider-side {
		height: 80vh;
	}

	.front-slider-wrapper h2.section-title:not(.container) {
		top: 30px;
		left: 30px;
	}

	.front-slider-side article:not(.no-featured-image) .entry-text {
		width: 35%;
	}

	.front-slider-side .entry-text {
		padding-right: 40px;
		padding-bottom: 30px;
	}

	.front-slider-side .entry-img {
		width: 65%;
	}

	.front-slider-side .front-slider-dots {
		margin: 0 30px 30px 0;
	}

	h2 + .front-slider-two .front-slider-dots {
		margin-top: 70px;
	}

	/* two */

	.front-slider-two {
		height: 90vh;
	}

	.front-slider-two .entry-text {
		margin: 30px 0 40px 30px;
	}

	.front-slider-two .front-slider-dots {
		margin: 40px 0 0 30px;
	}

	/* float */

	.front-slider-float .entry-img .horizontal-img img {
		width: 75%;
	}

	/* CTA */

	.front-cta .front-cta-text {
		bottom: 60px;
	}

	/* footer */

	.footer-newsletter-wrapper,
	.footer-instagram-wrapper,
	.footer-widget-area,
	.site-info {
		margin-top: 60px;
	}

	.footer-instagram-wrapper {
		padding-top: 60px;
	}

	/* instagram */

	.footer-instagram-wrapper .widget ul {
		margin-left: -10px;
		margin-right: -10px;
	}

	.footer-instagram-wrapper .widget li {
		padding: 0 10px;
	}
}

@media screen and (max-width: 1300px) {
	.archive-layout-side #post-load article:not(.sticky).has-featured-image .entry-img,
	.front-archive-side article:not(.sticky).has-featured-image .entry-img {
		width: 44%;
	}

	.archive-layout-side #post-load article:not(.sticky).has-featured-image .entry-text,
	.front-archive-side article:not(.sticky).has-featured-image .entry-text {
		width: 54%;
	}

	.archive-layout-side #post-load article:not(.sticky) .entry-img,
	.front-archive-side article:not(.sticky) .entry-img {
		padding-right: 30px;
	}

	/* single */
    
    
    
    
    

	.has-sidebar #post-load,
	.front-archive-wrapper.archive-has-sidebar .front-archive {
		width: calc(100% + 30px);
		float: none;
	}

	.single-navigation-wrapper,
	.single-sidebar-wrapper {
		width: 100%;
	}

	.single-navigation-wrapper,
	.single-sidebar-wrapper {
		float: none;
	}

	.has-sidebar #secondary,
	.front-archive-wrapper.archive-has-sidebar #secondary {
		float: none;
		width: 100%;
		margin-left: 0;
		border-top: 1px solid #ddc09f;
		border-left: none;
		padding-left: 0;
		padding-top: 40px;
		margin-top: 40px;
	}

	@supports (display: flex) or (display: -webkit-flex) or (display: -moz-flex) or (display: -ms-flex) or (display: -o-flex) {

		.has-sidebar .site-main-archive,
		.front-archive-wrapper.archive-has-sidebar {
			display: block;
		}

		.has-sidebar #post-load,
		.front-archive-wrapper.archive-has-sidebar .front-archive {
			flex: 0 1 calc(100% + 30px);
		}

		.has-sidebar #secondary,
		.front-archive-wrapper.archive-has-sidebar #secondary {
			flex: 0 1 100%;
		}

		.single-sidebar-wrapper {
			order: 4;
		}

	}

	.widget {
		display: inline-block;
		vertical-align: top;
		margin: 0 30px 30px 0;
	}

}


@media screen and (max-width: 1200px) {

	/* iOS input shadow fix */

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	/* sizes */

	h1,
	.front-cta-wrapper h2.section-title,
	.front-cta-text h2 {
		font-size: 50px;

	}

	h2 {
		font-size: 36px;
		font-size: 2.25rem;
	}

	h3,
	.front-slider-float h3 {
		font-size: 32px;
		font-size: 2rem;
	}

	h4,
	.mc_custom_border_hdr,
	.front-slider-side h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	.site-title,
	.entry-content-wrapper .emphasis,
	.widget-area .emphasis {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.main-nav-align-hamburger .main-navigation ul,
	.main-navigation ul,
	.dropdown-toggle,
	.main-nav-align-hamburger .dropdown-toggle,
	.social-wrapper .jetpack-social-navigation ul,
	.search-wrap .search-form input[type="search"],
	#post-load h2.entry-title,
	.front-archive h2.entry-title {
		font-size: 22px;
	
	}
    
    
  
    

	.entry-content-wrapper blockquote,
	.entry-content-wrapper q,
	.search-post-text-img .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h5,
	.single-navigation-wrapper .post-nav-title,
	.archive-layout-list #post-load h2.entry-title,
	.front-archive-list h2.entry-title {
		font-size: 28px;
	
	}

	.main-nav-align-hamburger .main-navigation ul ul .dropdown-toggle,
	.main-nav-align-hamburger .main-navigation ul ul,
	.front-slider-dots {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.main-nav-align-hamburger .main-navigation ul ul ul .dropdown-toggle,
	.main-nav-align-hamburger .main-navigation ul ul ul {
		font-size: 16px;
		font-size: 1rem;
	}

	
    
    
    

	

	/* social */

	.social-button {
		top: 15px;
	}

	.social-menu-open .social-button {
		z-index: 21;
		color: #fff;
		border-color: #fff;
		position: fixed;
		right: 0;
		top: 30px;
		opacity: .4;

		font-size: 20px;
		-webkit-transform: translateX(100%) rotate(90deg);
		-moz-transform: translateX(100%) rotate(90deg);
		-ms-transform: translateX(100%) rotate(90deg);
		-o-transform: translateX(100%) rotate(90deg);
		transform: translateX(100%) rotate(90deg);
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-ms-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
		-webkit-transition: top 0.15s 0.2s linear;
		-moz-transition: top 0.15s 0.2s linear;
		-ms-transition: top 0.15s 0.2s linear;
		-o-transition: top 0.15s 0.2s linear;
		transition: top 0.15s 0.2s linear;

	}

	.social-menu-open .social-button .icon-close {
		display: inline-block;
	}

	.social-wrapper .jetpack-social-navigation li {
		padding: 0;
		margin-bottom: 6px;
		line-height: 1.5;
	}

	.social-wrapper .jetpack-social-navigation a {
		padding: 0.1em 0;
	}

	/* big search */

	.search-wrap,
	.main-nav-align-hamburger .menu-wrapper {
		z-index: 20;
	}

	.menu-background {
		z-index: 19;
	}

	.search-wrap {
		padding: 140px 20px;
	}

	.big-search-close,
	.main-nav-align-hamburger .menu-close {
		font-size: 20px;
	}

	.big-search-close {
		top: calc(100% + 15px);
		right: 20px;
	}

	.search-line {
		padding-bottom: 0.5em;
	}

	.search-wrap .search-instructions {
		display: none;
	}

	.search-wrap .search-form {
		width: 100%;
	}

	.search-wrap .search-form input[type="search"] {
		width: calc(100% - 35px);
	}

	.search-wrap .search-form button {
		width: 30px;
	}

	.search-wrap .icon-search {
		font-size: 20px;
	}


	/* archive */

	.archive-layout-masonry #post-load article,
	.front-archive-masonry article {
		width: 33.33333%;
	}

	.archive-layout-masonry #post-load article.sticky,
	.front-archive-masonry article.sticky {
		width: 66.66666%;
	}

	.archive-layout-masonry .archive-has-sidebar #post-load article,
	.archive-layout-side .archive-has-sidebar #post-load article.sticky + article:not(.sticky),
	.front-archive-masonry .archive-has-sidebar article,
	.front-archive-side .archive-has-sidebar article.sticky + article:not(.sticky),
	.archive-has-sidebar .archive-layout-masonry #post-load article,
	.archive-has-sidebar .archive-layout-side #post-load article.sticky + article:not(.sticky),
	.archive-has-sidebar .front-archive-masonry article,
	.archive-has-sidebar .front-archive-side article.sticky + article:not(.sticky) {
		width: 50%;
	}

	.archive-has-sidebar .archive-layout-masonry #post-load article.sticky,
	.archive-has-sidebar .archive-layout-side #post-load article.sticky,
	.archive-has-sidebar .front-archive-masonry article.sticky,
	.front-archive-side .archive-has-sidebar article.sticky,
	.archive-layout-masonry .archive-has-sidebar #post-load article.sticky,
	.archive-layout-side .archive-has-sidebar #post-load article.sticky,
	.front-archive-masonry .archive-has-sidebar article.sticky,
	.front-archive-side .archive-has-sidebar article.sticky {
		width: 100%;
		max-width: 900px;
	}

	.archive-layout-list #post-load article,
	.front-archive-list article {
		width: 100%;
	}

	/* sliders */
	/* two */

	.front-slider-two {
		height: 70vh;
	}

	.front-slider-two article {
		width: 85vw;
	}

	.front-slider-two .front-slider-arrows .slick-next {
		width: 15vw;
	}

	/* footer */

	/* newsletter */

	.footer-newsletter .mc_custom_border_hdr,
	.footer-newsletter #mc_subheader {
		float: none;
		width: 100%;
		max-width: 750px;
		display: block;
		padding-right: 0;
	}

	.footer-newsletter #mc_subheader {
		padding-bottom: 20px;
	}

	.footer-newsletter .mc_custom_border_hdr {
		margin-bottom: 10px;
	}

	.footer-newsletter .mc_form_inside {
		display: block;
		max-width: 100%;
	}

	.footer-newsletter #mc_signup_form .mc_input {
		width: 100%;
		display: block;
		float: none;
	}

	#mc_signup_form .mc_input,
	#mc_signup_submit {
		height: 42px;
		border: 1px solid #000;
		border-radius: 0;
		width: 100%;
	}

	.widget #mc_signup_submit,
	.footer-newsletter #mc_signup_submit {
		width: 100%;
		margin: 0;
		margin-top: 1em;
	}

	.widget .mc_merge_var {
		margin-bottom: 0.4em;
	}

	.footer-newsletter #mc_signup_form .mc_input {
		width: 100%;
		display: block;
	}

	.footer-newsletter .mc_signup_submit {
		width: 100%;
		display: block;
		float: none;
	}

	.footer-newsletter #mc_display_rewards {
		margin-top: 0.5em;
	}

	/* archive */

	.blog .site-content {
		margin-top: 20px;
	}

	/* single */

	.single-navigation-wrapper .post-nav-text,
	.single-navigation-wrapper .post-nav-title {
		display: block;
	}
}










footer .menu {
line-height: 1;
list-style: none;
list-style-type: none;
margin: 0;
padding: 30px 0px;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
margin-bottom: 120px;
}
footer .menu li {
    padding: 0px;
display: block;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 13px;
}

footer .menu li a{
    padding: 10px 0px;
}

footer .menu li a:hover{
    color: red;
}


footer .footer__logo svg {width: 100px; opacity: 1; padding: 0px; margin: 0px;}

footer .footer__logo path {fill:#fff;}  




/* Sign UP */

.footer_section {background: #fff; color: #222; text-align: left; padding: 100px 60px 0px 60px; }

.newsletter-title {text-transform: uppercase;}

#mc_embed_signup_scroll { 

-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: cormo;
color: #999;
box-sizing: border-box;
margin: 0;
display: -webkit-flex;
-webkit-box-align: center;
align-items: center;
padding: 5px;
border: 1px solid #e6e6e6;

}

.newsletter .newsletter-content {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: cormo;
color: #999;
box-sizing: border-box;
margin: 0;
padding: 20px 0px;

}


form #mc_embed_signup_scroll input[type=email] {
-webkit-font-smoothing: antialiased;
margin: 0;
border: 0;
padding: 5px;
display: inline-block;
vertical-align: middle;
white-space: normal;
background: 0 0;
line-height: 1;
color: #e6e6e6;
}


form #mc_embed_signup_scroll input.button {
-webkit-font-smoothing: antialiased;
margin: 0;
border: 0;
display: inline-block;
vertical-align: middle;
white-space: normal;
background: 0 0;
line-height: 1;
-webkit-appearance: none;
box-sizing: border-box;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNXB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAyNSAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZW5kPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8cGF0aCBkPSJNMjQuNzA3NDgyNCw4LjI5MzE5MTEgTDE2LjcwNzAwMjQsMC4yOTI1MjQzNzcgQzE2LjMxNjk3OSwtMC4wOTc1MDgxMjU3IDE1LjY4Mjk0MSwtMC4wOTc1MDgxMjU3IDE1LjI5MjkxNzYsMC4yOTI1MjQzNzcgQzE0LjkwMjg5NDIsMC42ODI1NTY4OCAxNC45MDI4OTQyLDEuMzE2NjA5NzIgMTUuMjkyOTE3NiwxLjcwNjY0MjIyIEwyMS41ODcyOTUyLDcuOTk5MTY2NiBMMS4wMDAwNiw3Ljk5OTE2NjYgQzAuNDQ4MDI2ODgyLDcuOTk5MTY2NiAwLDguNDQ3MjAzOTMgMCw4Ljk5OTI0OTk0IEMwLDkuNTUxMjk1OTQgMC40NDgwMjY4ODIsOS45OTkzMzMyOCAxLjAwMDA2LDkuOTk5MzMzMjggTDIxLjU4NzI5NTIsOS45OTkzMzMyOCBMMTUuMjk0OTE3NywxNi4yOTM4NTc4IEMxNC45MDQ4OTQzLDE2LjY4Mzg5MDMgMTQuOTA0ODk0MywxNy4zMTc5NDMyIDE1LjI5NDkxNzcsMTcuNzA3OTc1NyBDMTUuNDkwOTI5NSwxNy45MDM5OTIgMTUuNzQ2OTQ0OCwxOCAxNi4wMDA5NjAxLDE4IEMxNi4yNTQ5NzUzLDE4IDE2LjUxMjk5MDgsMTcuOTAxOTkxOCAxNi43MDcwMDI0LDE3LjcwNTk3NTUgTDI0LjcwNzQ4MjQsOS43MDUzMDg3OCBDMjUuMDk3NTA1OSw5LjMxNTI3NjI3IDI1LjA5NzUwNTksOC42ODEyMjM0NCAyNC43MDc0ODI0LDguMjkxMTkwOTMgTDI0LjcwNzQ4MjQsOC4yOTMxOTExIFoiIGlkPSJTZW5kIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4gICAgPC9nPjwvc3ZnPg==);
background-size: contain;
filter: invert(100%);
background-repeat: no-repeat;
cursor: pointer;
width: 16px;
height: 16px;
padding: 8px 16px;
opacity: .8;
}\

form #mc_embed_signup_scroll input.button svg path {fill: #222;}


/* font family */

html, body {
    
    font-family: gill-sans-nova, sans-serif;
font-weight: 400;
font-style: normal;
    
    
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: grayscale;
}

/* weights */

.main-navigation .current-page-item > a,
.main-navigation .current-menu-item > a {
	border-bottom-color: #000;
}

.main-navigation ul ul .current-page-item > a,
.main-navigation ul ul .current-menu-item > a {
	border-bottom-color: #fff;
}


h2.entry-title,
.entry-content-wrapper .emphasis,
.widget-area .emphasis {
	font-weight: 400;
}

.search-wrap .search-form input[type="search"] {
	font-weight: 100;
}

/* sizes */

h1,
.front-cta-wrapper h2.section-title {
font-size: 70px;
	line-height: 1.1;
}

h2 {
	font-size: 48px;
	font-size: 3em;
	line-height: 1.1;
}



/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/


.cat-links {
	color: #2f2f2f;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 500;
}

.single .entry-header,
.page:not(.page-template) .entry-header {
	
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000;
}

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

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

@media screen and (min-width: 1200px) {

	

}






/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/





/**
 * 10.0 - Hero component
 */

#djaxHero {width: calc(50% - 0px); background: white;
    padding: 0px 0px; 
position: fixed; 
    top: 0px; bottom: 0px;  left: 0px; overflow: hidden;
border-top: 0px solid #fff;
border-left: 70px solid #fff;
border-right: 0px solid #fff;
border-bottom: 0px solid #fff;    
}





.hero {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 30px 0px 0px 0px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;

}


.rsContent  {
    padding: 60px !important;
}





@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
 
     #djaxHero { position: relative; width: 100%;  height: 100vh;  left: 0px; 
    border-left: 0px solid #fff;
    }
    
    
    
    .hero-content {
padding: 120px 30px 80px 30px;
 
}
    
}





@media (max-width:768px) {
  
 #djaxHero { position: relative; width: 100%;  height: 100vh; left: 0px;
        border-left: 0px solid #fff;}
    
    
.rsContent  {
    padding: 30px !important;
}
    
    
        .hero-content {
padding: 120px 30px 80px 30px;
 
}
    
}








  @media not all and (min-width: 699px) {
    .hero {
      padding: 0px 0px 0px 0px; }
      .hero .hero-title {
        font-size: 24px;
        margin-bottom: 0;
        word-break: break-word; } }
  body.admin-bar #djaxHero.full-height > .hero {
    margin-top: -32px; }
  .hero.left {
    justify-content: flex-start; }
  .hero.right {
    justify-content: flex-end; }

.hero-content {
  position: relative;
    width: 100%;
  z-index: 20;
  max-width: 900px;
  color: #fff !important;
    text-align: center;
 ;
padding: 120px 80px 80px 80px;

background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.17) 60%, rgba(0, 0, 0, 0.6));
 
}


.hero-content  .c-pile__title {font-size: 46px;}
.hero-content  .entry-categories-inner a { color: #fff !important; font-weight: 600 !important; font-size: 12px !important;}




  .top .hero-content {
    align-self: flex-start; }
  .bottom .hero-content {
    align-self: flex-end; }
  .left .hero-content {
    text-align: left; }
  .right .hero-content {
    text-align: right; }
  .hero-content .desc.small {
    font-size: 1em; }
  .hero-content :not(h4) {
    color: inherit; }
  .hero-content .btn {
    background: transparent;
    border: 1px solid transparent; }
    .hero-content .btn:after {
      content: '';
      position: absolute;
      z-index: 1;
      left: -1px;
      right: -1px;
      top: -1px;
      bottom: -1px;
      border: 2px solid white; }
    .hero-content .btn:hover {
      color: #262526;
      background: white; }
      .hero-content .btn:hover:after {
        border-color: white; }



.hero-content .entry-header {padding: 0px;}
.hero-content .entry-header h2.entry-title {padding: 0px; margin: 10px 0px 0px 0px; font-size: 26px;}

.hero-content .entry-header .c-lead p { margin: 0px; font-size: 13.4px; padding: 0px;}
.hero-content .entry-header .c-pile__footer_issue p {margin: 0px;}

.hero-slider .hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }



.hero-bg--color {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%; }






.hero-bg--image,
.hero-bg--map,
.hero-bg--video {
  position: absolute;
  top: 0;
  left: 0% !important;
  max-width: none;
  will-change: transform; }

.hero-bg--map {
  width: 100%;
  height: 100%; }
  .half-height .hero-bg--map {
    height: 50vh; }
  .two-thirds-height .hero-bg--map {
    height: 66.667vh; }

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hero-bg--color {
  position: absolute; }

.hero-title--map {
  color: #262526; }

.djax--hidden {
  display: none; }

.view-project-overlay {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hero-scroll-down {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  margin-left: -21.5px;
  color: white; }
  @media not all and (min-width: 699px) {
    .hero-scroll-down {
      display: none; } }
  .hero-scroll-down .arrows {
    display: block;
    width: 43px;
    height: 37px;
    padding: 10px;
    margin-bottom: -10px; }
  .hero-scroll-down path {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transition: all 0.2s; }
  .hero-scroll-down:hover #arrow-1 {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px); }
  .hero-scroll-down:hover #arrow-2 {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px); }

.hero--next {
  background: #eee;
  height: 50vh;
  color: #262526;
  position: relative; }
  .hero--next, .hero--next:hover {
    border-color: #333; }
  .hero--next .hero-content {
    display: block;
    color: inherit;
    transition: color .3s ease-in-out; }
  .hero--next .hero-slider {
    background-color: #333;
    position: absolute;
    opacity: 0;
    transition: opacity .3s ease-in-out; }
  .hero--next:hover .hero-content {
    color: white; }
  .hero--next:hover .hero-slider {
    opacity: 1; }

.hero--next__label {
  margin: 6px 0 0 0;
  text-transform: none;
  letter-spacing: 0; }

.hero--next__cta {
  border-bottom: 1px solid currentColor; }

.hero--next__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }






/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/







.archive-description > p {
	max-width: 500px;
}

.results-count-wrapper {
	text-align: right;
	width: 25px;
}

.results-count {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	padding: 4px 0;
	text-align: center;
	font-size: 11px;
}

body:not(.search) .results-text {
	display: none;
}

.results-text {
	margin-right: 1em;
}

/* loop */



#post-load h2.entry-title,
.front-archive h2.entry-title {
	margin: 0;
}



.entry-content .readmore {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 1px solid rgba(198, 159, 115, 0.7);
	padding: 1em 2.5em;
	margin-top: 1.8em;
	display: inline-block;
}

.front-slider-float .entry-content .readmore {
	margin-top: 2.2em;
}

.rounded-corners .front-cta-text > a.button,
body.rounded-corners #infinite-handle span,
.rounded-corners .contact-form input[type="submit"],
.rounded-corners .entry-content .readmore,
.rounded-corners .comments-title,
.rounded-corners .comment-form input[type="submit"],
.rounded-corners #mc_signup_form .mc_input,
.rounded-corners #mc_signup_submit {
	border-radius: 2.5em;
	margin-left: -2px;
}

.rounded-corners .footer-newsletter #mc_signup_form .mc_input {
	margin-left: -6px;
}








.slider--loaded .rsArrow, .slider--loaded
.rsBullets {
  opacity: 1; }

.rsContent .hero-content {
  opacity: 0; }
  .slider--loaded .rsContent .hero-content {
    opacity: 1; }

.slider--loaded .rsSlide {
  opacity: 1 !important;
  transition: none !important; }

.slider--loaded .rsContent {
  display: flex;
  opacity: 1 !important;
  transition: none !important; }







@-webkit-keyframes raiseMeUp {
  0% {
    transform: translate3d(-50%, -50%, 0) scaleY(0); }
  100% {
    transform: translate3d(-50%, -50%, 0) scaleY(1); } }

@keyframes raiseMeUp {
  0% {
    transform: translate3d(-50%, -50%, 0) scaleY(0); }
  100% {
    transform: translate3d(-50%, -50%, 0) scaleY(1); } }

@-webkit-keyframes fadeMeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeMeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fillMe {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(90%, 0, 0); } }

@keyframes fillMe {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(90%, 0, 0); } }

.js-border {
  display: none; }
  .is-ready .js-border {
    display: block; }

.is--customizer-preview {
  opacity: 0; }
  .is--customizer-preview .js-border {
    display: none !important; }
  .is-loaded .is--customizer-preview:not(.wp-customizer-unloading) {
    opacity: 1; }

body.js-open-cart {
  opacity: 0; }
  body.js-open-cart .js-border {
    display: none !important; }

body:not([data-ajaxloading]) .js-border {
  display: none !important; }

body:not([data-ajaxloading]) .hero-bg--image, body:not([data-ajaxloading])
.hero-bg--video, body:not([data-ajaxloading])
.hero-content > *, body:not([data-ajaxloading])
.site-footer {
  transition: opacity .3s ease-in-out; }

body:not([data-ajaxloading]) .hero-slider {
  transform: translateZ(0) !important; }



body:not([data-ajaxloading]) .slider--loaded .hero-slider {
  opacity: 0;
  -webkit-animation: fadeMeIn .2s .1s ease-in-out forwards;
          animation: fadeMeIn .2s .1s ease-in-out forwards; }




html:not(.is-ready) body:not([data-ajaxloading]) .hero-content > *, html:not(.is-ready) body:not([data-ajaxloading])
.hero-bg--video {
  opacity: 0 !important; }

html:not(.is-loaded) body:not([data-ajaxloading]) .hero-bg--image, html:not(.is-loaded) body:not([data-ajaxloading])
.site-footer {
  opacity: 0 !important; }




/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

.search .page-header {
	border-bottom: 1px solid rgba(198, 159, 115, 0.5);
	padding-bottom: 1.5em;
}

.search .page-title,
.search .results-count-wrapper {
	display: inline-block;
}

.search .page-title {
	width: calc(100% - 120px);
	margin-bottom: 0;
	font-weight: 300;
}

.search .results-count-wrapper {
	width: 110px;
}

.search-for,
.search-post-type {
	position: relative;
	top: -4px;
	font-size: 14px;
	font-weight: 400;
	width: 180px;
	padding-right: 50px;
	display: inline-block;
	opacity: .6;
}

.search-post-type {
	text-transform: capitalize;
}




.search-post-text-img {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 190px);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.search article:not(:last-of-type) .search-post-text-img {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.search-post-text-img .entry-meta {
	margin-bottom: 1.5em;
	letter-spacing: 0.02em;
}


.search-post-text-img .post-thumbnail {
	width: 200px;
	float: right;
}

.search-post-text-img .entry-header {
	max-width: 400px;
}

.search-post-text-img .entry-title {
	clear: none;
	margin-top: 0;
	margin-bottom: 0;
}

.search .page:not(.page-template) .entry-header {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}



.share-container {
        display: flex;
  align-items: center;
  justify-content: center;
   flex-direction: row;
    
}

.share-container a {
    padding: 10px;
    
}


.inner {
    position: absolute;
    top: 50%;
    left: 50%;
}

.rotate {  
    transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}





nav.post-navigation  {
  width:100vh;    
  height:70px;
  position:fixed;
    left: 100%;
    z-index: 99999 !important;
  -webkit-transform-origin: left top;
  -webkit-transform:rotate(-90deg) translateX(-100%) translateY(-70px);
}
nav.post-navigation  .nav-links  {    
  margin-right:0px;
    text-align: center;
  height:100%;
  line-height:70px;
    font-size: 11px;
    letter-spacing: 1.2px;
    color: #999;
    text-transform: uppercase;
}


nav.post-navigation .nav-next{ display: none; text-align: center; }


.c-pile-content {padding: 0 30px 0px 45px;}
.c-pile-content p{

font-family: gill-sans-nova, sans-serif;
font-weight: 400;
font-style: normal;
    
-webkit-font-smoothing: antialiased;
font-size: 17px;
color: #2f2f2f;
box-sizing: border-box;
line-height: 1.7;


}


.c-pile-content figcaption {font-family: 'Montserrat';  font-size: 12px; text-align: right}

.c-pile-content blockquote {margin: 50px 0px;border-top: solid #999 1px; border-bottom: solid #999 1px; position: relative;}
.c-pile-content blockquote::before {position: absolute; top: -20px; margin-left: -30px; width: 60px; line-height: 60px; height: 60px; background: #fff; left: 50%; content: '"'; background: #fff; padding: 0px 20px; font-size: 60px;}
.c-pile-content blockquote p{ font-size: 24px; color: #6d6d6d; padding: 60px 0px 0px 0px; font-family: 'CooperBT' !important;
}

.c-pile-content blockquote cite {font-family: 'Montserrat'; font-size: 14px; padding: 0px 0px 40px 0px;}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.main__content {padding: 0px 40px 45px 0px; opacity: 0; }


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
 
     .main__content {padding: 60px 40px;}
    
}

@media (max-width:768px) {
  
  .main__content {padding: 0px 0px;}
    
}




.posts { margin: 0px 35px 60px 35px; background: #Fff; }




.c-pile .c-pile__item-border {
  z-index: 90;
  font-size: 14px;
  line-height: 1px; }

.js-border {
  display: none;
  position: fixed;
  pointer-events: none;
  z-index: 1000;
  border-color: #333; }


.hero-image {position: fixed; top: 0px; left: 0px; }
.hero-post-image { background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; position: absolute; top: 0px; left: 0px; width: 100% !important; height: 100%; }

.post .entry-title {

-webkit-font-smoothing: antialiased;
color: #2f2f2f;
box-sizing: border-box;
font-style: normal;
font-weight: normal;
margin: 0 0 25px;
font-weight: 300;
font-family: 'CooperBT', sans-serif;
margin-bottom: 20px;
text-size-adjust: 100%;
box-sizing: inherit;
font-feature-settings: 'lnum';
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
display: inline;
letter-spacing: -.1px;
font-size: 30px;
line-height: 32px;
    
    
}


.post .entry-categories .entry-categories-inner {margin-top: 5px; padding-bottom: 7px;}

.entry-categories .entry-categories-inner a{
 -webkit-font-smoothing: antialiased;
font-weight: 400;
font-style: normal;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 0.115em;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
list-style: none;
box-sizing: border-box;
color: #2f2f2f;
text-decoration: none;
display: inline-block;
position: relative;
border-bottom: 1px solid #D17D74;
     padding: 0px;
    margin: 0px;
}






.post .entry-excerpt {font-size: 14px;  font-family: 'Montserrat'; color: #4D4D4D !important}

.posts_related {text-align: left;}

.has-animation {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
        
}




  






.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* header */




.page:not(.page-template) .entry-header h1 {
	margin-bottom: 0;
	margin-top: 0;
}

.entry-meta-bottom,
.sharedaddy-holder div.sharedaddy h3.sd-title {
	text-align: right;
	font-size: 14px;
}

.entry-meta-bottom > * {
	display: inline-block;
}

.entry-meta-bottom .byline {
	float: left;
	position: relative;
	line-height: 1.8;
}

.byline-img {
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-9%);
	-moz-transform: translateY(-9%);
	-ms-transform: translateY(-9%);
	-o-transform: translateY(-9%);
	transform: translateY(-9%);
}

.byline-img img {
	border-radius: 50%;
}

.byline-text {
	margin-left: 50px;
}




/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/

.article-header {
    text-align: center;
    height: 50vh;
    width: 100%;
    display: flex;
  align-items: center;
  justify-content: center;
   flex-direction: column;
    
    
    
}

.single .article-header {
    text-align: center;
    height: 80vh;
    width: 100%;
    display: flex;
  align-items: center;
  justify-content: center;
   flex-direction: column;
    padding: 30px 60px
    
    
    
}






.c-lead p{-webkit-font-smoothing: antialiased;
font-weight: 400;
color: #2f2f2f;
box-sizing: border-box;
margin: 0 0 20px;
font-size: 14px;
font-style: italic;
margin-bottom: 40px;
position: relative;
line-height: 1.7;
padding: 0 15px;
   
}

.main__content h3 { 
font-family: 'Montserrat';
font-size: 0.9375rem;
font-weight: 400;
font-style: normal;
color: #2f2f2f;
box-sizing: border-box;
margin: 0 0 20px;
line-height: 1.7;
padding: 0 15px;
}


.posts .c-lead p{
-webkit-font-smoothing: antialiased;
font-weight: 400;
font-style: normal;
box-sizing: border-box;
margin: 0 0 0px;
display: block;
margin-bottom: 0;
line-height: 24px;
    font-size: 16px;
color: #4D4D4D;
    padding: 0 0px;

}


/**
 * 20.0 - Plugins
 */
/*rtl:begin:ignore*/
.royalSlider, .pixslider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > *, .pixslider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100% !important;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .js-hero .rsOverflow {
    height: 100% !important; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

.royalSlider.rsFullscreen, .rsFullscreen.pixslider {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader, .pixslider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;}

.royalSlider.rsAutoHeight, .rsAutoHeight.pixslider,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: static; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: absolute;
  z-index: 1; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px; }

.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsPlayBtnIcon {
  cursor: pointer;
  display: block;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 40px;
  font-family: FontAwesome;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  opacity: .6;
  transition: all .2s linear;
  height: 80px;
  width: 80px;
  padding-left: 8px;
  line-height: 78px;
  color: white;
  border: 3px solid white;
  border-radius: 50%; }
  .rsPlayBtnIcon:after {
    cursor: pointer;
    content: ""; }

.rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(data:image/png;base64,R0lGODlhEAAQAJECAP///wAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAI0lC8RyLkBgFoMSotrVHsnhHWXdISS+DzRimIWy3Ii7CU0Tdn3mr93bvDBgMFfozg86mKHAgA7) 8 8, move; }

.grabbing-cursor {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAAZklEQVR42sSTUQrAIAxD88T7Xzn7GpQ6OlHH8lWQ1rxUsa0dNW3q7ADAgKs6q8fmO4+qliTblAgx2ByybUU3LRwAlLxPG2sRYSXEnjk/XyMwhjjD/+pgZki+fUBYcbL9lPn9N14DABr2QCOzCyetAAAAAElFTkSuQmCC) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

.pixslider {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .pixslider img {
    margin: auto;
    height: auto;
    display: block; }

.pixslider__slide {
  width: 100%; }

.rsArrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 150;
  width: 37px;
  height: 54px;
  margin-top: -18px; }
  .rsArrow .rsArrowIcn {
    width: 17px;
    height: 34px;
    margin: 10px;
    background: transparent url(assets/images/rs-arrow-dark.svg) center center no-repeat;
    transition: -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hero .rsArrow .rsArrowIcn {
      background-image: url(assets/images/rs-arrow.svg); }

.rsArrowLeft {
  left: 10px; }
  @media only screen and (min-width: 699px) {
    .rsArrowLeft {
      left: 30px; }
      .rsArrowLeft:hover .rsArrowIcn {
        -webkit-transform: translateX(-10px);
                transform: translateX(-10px); } }

.rsArrowRight {
  right: 10px; }
  .rsArrowRight .rsArrowIcn {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
  @media only screen and (min-width: 699px) {
    .rsArrowRight {
      right: 30px; }
      .rsArrowRight:hover .rsArrowIcn {
        -webkit-transform: translateX(10px) scale(-1, 1);
                transform: translateX(10px) scale(-1, 1); } }

.full-width-slider {
  width: 100%; }

.rsBullets {
  position: absolute;

  left: 50%;
  bottom: 30px;
  z-index: 100;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  
.rsBullet {
  float: left;
  margin: 0 5px 10px;
  width: 12px;
  height: 12px;
  border: 0px solid red;
  border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
  text-indent: -999em;
  cursor: pointer;
  transition: background-color .2s ease-out; }

.rsNavSelected {
  background-color: rgba(255, 255, 255, 1);
  transition: background-color .2s ease-in; }

.rsImg {
  display: block; }

.pixcode-slider[data-arrows] .slide {
  padding: 0 50px; }

.entry-content .pixslider .rsArrowLeft {
  left: 10px; }

.entry-content .pixslider .rsArrowRight {
  right: 10px; }

@media not all and (min-width: 699px) {
  .entry-content .pixslider .rsArrow {
    width: 17px;
    height: 34px; }
  .entry-content .pixslider .rsArrowIcn {
    -webkit-transform: none;
            transform: none;
    height: 14px; }
  .entry-content .pixslider .rsArrowLeft {
    left: -10px; }
  .entry-content .pixslider .rsArrowRight {
    right: -10px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); } }

.entry-content .pixslider .rsSlide {
  padding: 0 20px; }
  @media only screen and (min-width: 699px) {
    .entry-content .pixslider .rsSlide {
      padding: 0 60px; } }

.entry-content .pixslider--gallery-slideshow .rsSlide {
  padding: 0; }

@media not all and (min-width: 699px) {
  .slider-arrows-header .rsArrowIcn {
    margin: 0 auto;
    margin-top: 15px;
    height: 20px;
    width: 10px;
    background-size: 100% 100%; }
  .slider-arrows-header .rsArrowLeft {
    left: -5px; }
  .slider-arrows-header .rsArrowRight {
    right: -5px; } }

.slider-arrows-header.arrows--hover .rsArrow {
  cursor: none;
  width: 40%;
  height: 70%;
  top: 15%;
  background: transparent;
  -webkit-transform: none;
          transform: none; }

.slider-arrows-header.arrows--hover .visible .rsArrowIcn {
  opacity: 1; }

.slider-arrows-header.arrows--hover .is--scrolled .rsArrowIcn {
  opacity: 0; }

.slider-arrows-header.is--inactive {
  pointer-events: none; }

.video_autoplay .rsImg,
.video_autoplay .rsBtnCenterer {
  opacity: 0; }

.hero .rsArrow, .hero
.rsBullets {
  opacity: 0;
  transition: opacity .3s ease-in-out; }

.slider--loaded .rsArrow, .slider--loaded
.rsBullets {
  opacity: 1; }

.rsContent .hero-content {
  opacity: 0; }
  .slider--loaded .rsContent .hero-content {
    opacity: 1; }

.slider--loaded .rsSlide {
  opacity: 1 !important;
  transition: none !important; }

.slider--loaded .rsContent {
  display: flex;
  opacity: 1 !important;
  transition: none !important; }





