
/*
Theme Name: Zinpro 2.0
Description: Custom WordPress Theme
Version: 1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: custom
Text Domain: zinpro
*/

/*

<--- Table of Contents --->

1. Resets
2. General
3. Basic Structure
4. Header
5. Body
6. Footer
7. Slick Slider
8. Tabs
9. Accordion/Toggle
10. Media Queries

*/

/*-- 1. Resets--*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline;
	outline: none;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

.clear {
	clear: both;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail, img {
	max-width: 100%;
	height: auto;
}

a:hover, input[type=submit]:hover, button:hover {
	cursor: pointer;
}

aside, section, div {
	-webkit-box-sizing: -moz-border-box;
	box-sizing: border-box;
	box-sizing: border-box;
}

*, :after, :before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 100;
}

@-moz-document url-prefix() {
	body {
		font-weight: lighter !important;
	}
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-- 2. General--*/
html {
	overflow-y: scroll;
}

body {
	font-family: "Gotham", sans-serif;
	line-height: 1.48em;
	font-size: 20px;
	font-display: auto;
	color: #000;
	font-style: normal;
	font-weight: 400;
	background-color: #fff;
}

p {
	margin: 0 0 20px;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6, p.h1, p.h2, p.h3, p.h4 {
	line-height: 135%;
	margin-bottom: 20px;
	font-weight: 600;
	font-stretch: normal;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p.h1:last-child, p.h2:last-child, p.h3:last-child, p.h4:last-child {
	margin-bottom: 0px;
}

h1, p.h1 {
	font-size: 2.8em;
	line-height: 1.2em;
	letter-spacing: .002em;
}

h1.home-hero {
	font-size: 3.2em;
	line-height: 1.2em;
	letter-spacing: .002em;
	font-weight: 900;
}

h2, p.h2 {
	font-size: 2.4em;
	line-height: 1.3em;
}

h3, p.h3 {
	font-size: 2.2em;
}

h4, p.h4 {
	font-size: 1.4em;
}

h5, p.h5 {
	font-size: 1.2em;
	font-weight: 500;
}

h6 {
	font-size: 1em;
}

strong, .bold, b {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.has-x-large-font-size {
	line-height: 1.2em;
	margin-bottom: .2em;
}

small, .small {
	font-size: .9em;
}

.smaller {
	font-size: .8em;
}

sup {
	font-size: .5em;
	vertical-align: super;
	line-height: 0;
}

em {
	font-style: italic;
}

ul, ol {
	margin: 20px 0 20px 20px;
	padding-left: 30px;
	line-height: 160%;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin-bottom: 10px;
}

hr, hr.wp-block-separator {
	border-bottom: none;
	border-top: solid 1px #f7f7f7;
	margin: 35px 0 25px;
}

.no-margin {
	margin-bottom: 0 !important;
}

.thin {
	font-weight: 100;
}

.line-height-1 {
	line-height: 1em;
}

/*tables*/
table {
	width: 100%;
	margin: 0 0 30px;
}

table th {
	padding: 20px 10px;
	font-weight: bold;
	color: #fff;
	background: #00f;
}

table td {
	padding: 10px;
	border: solid 1px #eee;
}

/*wp-styles*/
.wp-caption {
	max-width: 100%;
}

.alignright {
	float: right;
	width: 25%;
	margin: 0 0 30px 30px;
}

.alignleft {
	float: left;
	max-width: 100%;
	margin: 0 30px 30px 0;
}

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

.home-icons {
	padding-left: 10px;
	padding-bottom: 0px;
}

blockquote {
	margin-bottom: 30px;
}

blockquote em {
	display: block;
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 160%;
}

blockquote br {
	display: none;
}

p.quote-text {
	position: relative;
	padding: 30px;
	font-size: 1.1em;
	border-radius: 10px;
	background-color: #f7f7f7;
}

p.quote-name {
	display: inline-block;
	position: relative;
}

p.quote-name:before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: calc(100% + 25px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #f7f7f7 transparent transparent transparent;
	z-index: 500;
}

.has-radius {
	border-radius: 10px;
}

@media screen and (max-width:980px) {
	p.quote-name:before {
		top: -20px;
		border-width: 20px 20px 0 0;
		border-color: #f7f7f7 transparent transparent transparent;
	}
}

/*Gravity Forms*/
div.gform_wrapper {
	margin: 0;
}

.gform_page_fields {
	margin-top: 20px;
}

.gform_wrapper.gravity-theme h3 {
	margin: 0;
	font-size: 1.75em;
	padding-bottom: 20px;
}

.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 24px;
}

.gform_wrapper.gravity-theme .gfield {
	text-align: left;
}

.gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 3px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper.gravity-theme .ginput_complex input, .gform_wrapper.gravity-theme .ginput_complex select, .gform_wrapper.gravity-theme select {
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	width: 100%;
	padding: 1rem 1.25rem;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full.half-left {
	-ms-grid-column-span: 6;
	grid-column: span 6;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full.half-right {
	-ms-grid-column-span: 6;
	grid-column: span 6;
}

div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=submit] {
	margin-bottom: 0;
}

div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type=submit]:hover {
	cursor: pointer;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px;
}

div.gform_wrapper .gform_footer {
	padding: 16px 0 0 0;
	margin: 16px 0 0 0;
}

.gform_wrapper .gfield_required {
	color: red;
}

.gform_wrapper.gravity-theme .field_sublabel_above .description, .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description, .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
	margin-top: 0;
	padding-bottom: 3px;
}

.gform_wrapper.gravity-theme .gfield_radio {
	margin-bottom: 5px;
}

input[type=submit]:hover, input[type=button]:hover {
	cursor: pointer;
}

.gform_wrapper.gravity-theme .gsection {
	border-bottom: 0px solid #ccc;
	padding: 0 16px 8px 0;
}

.gform_required_legend {
	display: none;
}

.ginput_container.ginput_container_consent {
	display: flex;
	align-items: flex-start;
}

.ginput_container.ginput_container_consent .gfield_consent_label {
	font-size: .9rem;
	line-height: 1.4;
}

.ginput_container.ginput_container_consent input {
	margin: 3px 8px 0 0;
}

/*errors*/
.gform_wrapper .gform_validation_errors {
	background: #f9f0e4;
	border-radius: 5px;
	border: 1.5px solid red;
	box-shadow: none;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 30px 16px 30px 58px;
}

.gform_wrapper .gform_validation_errors>h2 {
	color: red;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 17.6px;
	margin: 0 0 12px 0;
}

.gform_wrapper .gform_validation_errors>ol {
	padding-left: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}

.gform_wrapper .gform_validation_errors>ol li {
	color: red;
	font-size: .9em;
}

.gform_wrapper .gform_validation_errors>ol a {
	color: red;
	font-size: .9em;
}

.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true] {
	color: red;
}

.gform_wrapper .gfield_validation_message {
	font-style: italic;
}

.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description.validation_message {
	padding: 5px;
	color: #fff;
	background-color: red;
	border: none;
}

@media screen and (max-width: 767px) {
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
		padding: 7px 10px;
		line-height: 1.4em;
	}
}

/*links and buttons*/
a, a:hover {
	text-decoration: none;
	color: #00f;
}

.a-white a {
	color: #fff;
}

a:focus {
	text-decoration: none;
}

a:focus, input:focus, select:focus, textarea:focus {
	outline: none !important;
}

input, textarea, select {
	max-width: 100%;
}

/*buttons*/
.wp-block-buttons {
	margin-top: 1.48rem;
}

.button, a.button, a.wp-block-button__link {
	position: relative;
	display: inline-block;
	padding: calc(.6em + 2px) calc(1.2em + 2px);
	margin: 0 0 20px;
	font-size: 1.05em;
	font-weight: 500;
	color: #fff;
	letter-spacing: .01em;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none;
	background-color: #00f;
	border: none;
	border-radius: 3px;
	transform: translateX(0px);
	transition: all ease-in-out .2s;
	white-space: pre-wrap;
}

.wp-block-buttons:last-child a.wp-block-button__link:last-child {
	margin-bottom: 0px;
}

.button:hover, a.button:hover, a.wp-block-button__link:hover {
	color: #fff;
	transform: translateX(3px);
}

.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline>.wp-block-button__link {
	border: 2px solid;
	padding: .6em 1.2em;
	color: #00f;
	background-color: transparent;
}

/*helpers*/
.displaynone {
	display: none !important;
}

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

.desktop-hide, .hidden-desktop, .header-container-top-mobile {
	display: none;
}

.mobile-hide, .hidden-mobile {
	display: block;
}

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

.absolutely-filled {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.wow {
	visibility: hidden;
}

iframe {
	max-width: 100%;
}

.epyt-video-wrapper, .videoWrapper {
	position: relative;
	padding-top: 56.25%;
	padding-bottom: 0px;
	height: 0;
}

.epyt-video-wrapper iframe, .videoWrapper iframe, .wp-block-embed.is-type-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.epyt-video-wrapper > .epyt-facade {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

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

/*scrolltop button*/
#scroll-top {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 46px;
	height: 46px;
	color: #fff;
	text-align: center;
	background-color: #00f;
	z-index: 5;
	transform: translateY(0px);
	transition: all ease-in-out .2s;
}

#scroll-top:before {
	display: block;
	font-size: 28px;
	padding: 10px 0 0 0;
	margin: 0;
}

#scroll-top:hover {
	background-color: #000;
	transform: translateY(-3px);
}

/*-- 3. Basic Structure --*/
div, main {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-wrapper {
	padding-top: 100px;
}

.container, .page-wrapper main > :not(.alignfull, .alignwide) {
	width: 1400px;
	max-width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

/* First Children Defaults */
.page-wrapper main > .alignfull > .wp-block-cover__inner-container > :not(.alignfull, .alignwide), .page-wrapper main > .alignwide > .wp-block-cover__inner-container > :not(.alignfull, .alignwide), .page-wrapper main > .alignfull:not(.wp-block-cover) > :not(.alignfull, .alignwide) {
	width: 1400px;
	max-width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

/* WIDE - 1st */
.page-wrapper main > .alignwide {
	margin: 0 auto;
	width: clamp(300px, calc(100% - 40px), 1800px);
}

/* WIDE > First Child */
.wp-block-cover.alignwide > .wp-block-cover__inner-container > .alignwide, .wp-block-cover.alignwide > .wp-block-cover__inner-container > .alignwide, .wp-block-group.alignwide > .wp-block-cover__inner-container > .alignwide, .wp-block-group.alignwide > .wp-block-cover__inner-container > .alignwide {
	padding: 80px;
}

/* FULL-WIDTH - 1st */
.page-wrapper main > .alignfull {
	margin: 0 auto;
	width: 100%;
}

/* FULL-WIDTH > First Child */
.wp-block-cover.alignfull > .wp-block-cover__inner-container > .alignwide, .wp-block-group.alignfull > .alignwide {
	margin: 0 auto;
	width: clamp(300px, calc(100% - 40px), 1800px);
}

.wp-block-cover.alignfull > .wp-block-cover__inner-container > .alignfull, .wp-block-cover.alignfull > .wp-block-cover__inner-container > .alignfull, .wp-block-group.alignfull > .wp-block-cover__inner-container > .alignfull, .wp-block-group.alignfull > .wp-block-cover__inner-container > .alignfull {
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 1366px) {}

/*Gutenberg Block Editor*/

/*general*/
.wp-block-image:last-child {
	margin: 0;
}

figure + h1, figure + h2, figure + h3, figure + h4, figure + h5, figure + h6, figure + p {
	padding-top: 20px;
}

/* groups and covers */
.wp-block-group .wp-block-group {
	width: auto;
	margin: 0;
}

.wp-block-cover, .wp-block-cover-image {
	padding: 0;
}

.wp-block-cover.is-style-big {
	height: clamp(660px, 60vh, 900px);
}

.wp-block-cover__inner-container, .wp-block-group {
	padding: 80px 0;
}

.wp-block-cover:not(.alignfull) .wp-block-cover__inner-container {
	padding: 80px;
}

.wp-block-group:not(.has-background) + .wp-block-group:not(.has-background) {
	padding-top: 0;
}

.wp-block-group.has-background:not(.alignfull) {
	padding: 60px;
}

.wp-block-group .wp-block-group, .wp-block-cover__inner-container .wp-block-group {
	padding: 0;
}

@media screen and (max-width: 1366px) {
	.wp-block-cover__inner-container, .wp-block-group {
		padding: 60px 0;
	}
	
	.wp-block-cover:not(.alignfull) .wp-block-cover__inner-container {
		padding: 60px;
	}
}

@media screen and (max-width: 960px) {
	.wp-block-cover.is-style-big {
		height: clamp(200px, 50vh, 600px);
	}
	
	.wp-block-cover__inner-container, .wp-block-group {
		padding: 40px 0;
	}
	
	.wp-block-cover:not(.alignfull) .wp-block-cover__inner-container {
		padding: 40px;
	}
	
	.wp-block-group.has-background:not(.alignfull) {
		padding: 4%;
	}
	
	.wp-block-cover, .wp-block-cover-image {
		min-height: 300px;
	}
}

/*columns*/
.wp-block-columns {
	margin-bottom: 1.75em;
}

.wp-block-columns.alignwide {
	width: 85%;
	margin: 0 auto;
}

.wp-block-columns:last-child, .wp-block-column :last-child {
	margin-bottom: 0;
}

.wp-block-column.has-background {
	padding: 30px;
}

.wp-block-column.is-style-padded {
	padding: 4%;
}

.wp-block-column.is-style-full-img {
	align-self: unset !important;
}

.wp-block-column.is-style-full-img figure {
	width: 100%;
	height: 100%;
}

.wp-block-column.is-style-full-img figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wp-block-column.is-layout-flow:has(.wp-block-buttons.is-style-align-bottom) {
	display: flex;
	flex-direction: column;
}

.wp-block-column.is-layout-flow .wp-block-buttons.is-style-align-bottom {
	justify-self: flex-end;
	margin-top: auto;
}

@media screen and (max-width: 781px) {
	.wp-block-column + .wp-block-column.is-style-full-img {
		order: 0;
	}
	
	.wp-block-column:has(+ .wp-block-column.is-style-full-img) {
		order: 1;
	}
	
	.wp-block-column.is-style-padded {
		padding: 10%;
	}
}

/* Gutenslider */
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev {
	left: -70px;
}

.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next {
	right: -70px;
}

@media only screen and (max-width: 600px) {
	body .wp-block-eedee-block-gutenslider.content-change .slide-content, body .wp-block-eedee-block-gutenslider.content-fixed .slide-content {
		padding: 40px 50px 50px;
	}
	
	body .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav {
		width: 30px;
	}
	
	body .wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-prev {
		left: 0px;
	}
	
	body .wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next {
		right: 0px;
	}
	
	body .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg {
		width: 30px;
		background: rgba(0, 0, 0, .44);
	}
	
	.slide-content ul {
		margin: 0 0 20px 10px;
	}
	
	.slide-content ul li {
		margin-bottom: 0;
	}
}

/*Product Styles*/
.single-product main {
	padding: 100px 0;
}

.single-product h1 {
	font-size: 2.8em;
	margin-bottom: .4em;
}

.single-product p {
	font-size: .9em;
}

/*social icons*/
.wp-block-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
}

@media screen and (max-width: 1366px) {
	.page-wrapper {
		padding-top: 100px;
	}
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 767px) {
	.wp-block-cover.is-style-big {
		min-height: 50vh;
	}
}

/*columns*/
.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.cols-spaced .col {
	padding: 10px;
}

section > .container > .row:last-child, .banner-text .row:last-child {
	margin-bottom: 0;
}

.col.last, .col:last-of-type {
	margin-right: 0;
	margin-bottom: 0;
}

.col.full {
	float: none;
	width: 100%;
}

.col.half, .col.fifty {
	width: 50%;
}

.col.third {
	width: 33.33%;
}

.col.thirty {
	width: 30%;
}

.col.thirty-five {
	width: 35%;
}

.col.two-thirds {
	width: 66.66%;
}

.col.fourth {
	width: 25%;
}

.col.three-fourths {
	width: 75%;
}

.col.fifth, .col.twenty {
	width: 20%;
}

.col.four-fifths {
	width: 80%;
}

.col.three-fifths {
	width: 60%;
}

.col.two-fifths, .col.forty {
	width: 40%;
}

.col.sixth {
	width: 16.66%;
}

.col.three-tenths {
	width: 30%;
}

.col.eighth {
	width: 12.5%;
}

/*Blog*/

/*archive pages*/
.blog article, .posts-list article {
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #f9f0e4;
}

.blog article .post_thumb_wrap, .posts-list  article .post_thumb_wrap {
	width: 150px;
	height: 150px;
}

.blog article .post_thumb_wrap img, .posts-list  article .post_thumb_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
	background-color: #f9f0e4;
}

.blog article .post_body, .posts-list  article .post_body {
	width: calc(100% - 150px);
	margin-left: 20px;
}

.entry-meta {
	margin: 0 0 4px;
	font-size: .8em;
	color: #a0a0a0;
}

.post-type-archive-news main {
	padding-top: 80px;
	padding-bottom: 80px;
}

.post-type-archive-news .news-col {
	width: 31.5%;
	padding-bottom: 40px;
}

.post-type-archive-news article {
	padding: 30px;
	background-color: #f7f7f7;
	height: 100%;
}

a.news-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*blog*/
.blog aside.sidebar-right {
	border-left: solid 1px #f9f0e4;
}

@media screen and (max-width:980px) {
	.blog aside.sidebar-right {
		border-left: none;
	}
}

/*single post*/
.single-post main {
	padding: 0px 0;
}

.single-news main {
	padding: 80px 0;
}

.single .page-wrapper, .single-news .page-wrapper {
	overflow: unset;
}

.single .row, .single-news .row {
	flex-wrap: nowrap;
}

.single-news .content-right, .single .content-right {
	padding: 0 50px;
	width: auto;
	order: 2;
}

.single-news aside, .single aside {
	width: auto;
	padding: 0 50px;
	order: 1;
}

.single-post article header h1.entry-title {
	font-size: 2.4em;
}

.single-news .entry-date {
	font-weight: bold;
}

article.type-post {
	margin-bottom: 40px;
}

.single h1.entry-title {
	margin-bottom: 30px;
}

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

.single .entry-meta {
	margin: 5px 0 30px;
	font-size: 1em;
}

.featured-image {
	margin-bottom: 20px;
}

.featured-image img {
	max-height: 400px;
	height: auto;
	max-width: 100%;
	width: auto;
}

article footer {
	color: #777779;
	background-color: transparent;
}

footer.footer {
	margin: 30px 0 0;
	padding-top: 20px;
	border-top: solid 1px #f9f0e4;
	clear: both;
}

#nav-below {
	display: flex;
	justify-content: space-between;
}

aside .ss-inline-share-wrapper .ss-social-icons-container {
	display: flex;
	flex-direction: column;
}

.share {
	position: sticky;
	top: 200px;
}

.share p {
	margin: 5px 0;
	color: #666;
	font-size: 1.2rem;
	font-weight: 600;
}

@media screen and (max-width:980px) {
	.post-type-archive-news .news-col {
		padding-bottom: 0px;
	}
}

@media screen and (max-width:767px) {
	.single-news main {
		padding: 40px 0;
	}
	
	.single-post main {
		padding: 0;
	}
	
	.single .entry-meta span {
		display: block;
	}
	
	.single .entry-meta span.sep {
		display: none;
	}
	
	.single-new-releases .featured-image {
		max-width: 50%;
	}
	
	.single .content-right {
		padding: 0;
		order: unset;
	}
	
	.single-news aside, .single aside {
		order: unset;
		padding: 20px 0;
		border-top: solid 1px #eee;
	}
	
	aside .ss-inline-share-wrapper .ss-social-icons-container {
		flex-direction: row;
	}
}

/*Yoast Breadcrumbs*/
.yoast-breadcrumbs {
	padding-top: 30px;
	font-size: 18px;
}

/*404 Page*/
form.search-form {
	display: flex;
	max-width: 100%;
	width: 500px;
}

form.search-form label:first-of-type {
	width: 70%;
	display: block;
}

form.search-form input.search-field {
	height: 50px;
	border: none;
	line-height: 50px;
	padding: 0 20px;
	width: 100%;
	font-size: 1em;
	font-weight: 400;
	border-radius: 3px 0 0 3px;
}

form.search-form input.search-submit {
	width: 30%;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	border: 0;
	border-radius: 0 3px 3px 0;
	background-color: #00f;
}

/*-- 4. Header --*/
#header {
	position: fixed;
	padding: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	transition: all ease-in .15s;
	z-index: 99999;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .12);
}

#header .header-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: unset;
	height: 100%;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
}

.header-middle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: unset;
}

.header-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: unset;
	margin-left: auto;
}

#header.fixed-open {
	transform: translate3d(256px, 0px, 0px);
}

/* logo/branding */
div.site-logo {
	display: block;
	height: 136px;
	margin-top: 0px;
	transition: all ease-in .15s;
	z-index: 999;
}

div.site-logo img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

div.site-logo p {
	margin: 0;
	font-size: 2rem;
	color: #121212;
}

div.site-logo a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-indent: -300px;
	overflow: hidden;
}

/* stickiness */
#header.fixed {
	position: fixed;
	top: 0;
	height: 80px;
}

#header.fixed div.site-logo {
	height: 110px;
}

.admin-bar > .wrapper {
	margin-top: 32px;
}

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

/* Header Navigation General*/
#header-nav, .header-nav-desktop {
	position: unset;
	height: 100%;
}

.header-nav-desktop a {
	display: inline-block;
}

.header-nav-desktop a:not(.button):hover, .header-nav-desktop a.active {
	color: #00f;
}

ul.menu li {
	list-style: none;
	line-height: 1.1em;
}

/*Main Nav Parents*/
.header-nav-desktop > ul.menu {
	display: flex;
	margin: 0 10px;
	padding-left: 0;
	height: 100%;
}

.header-nav-desktop > ul#menu-header-menu-right {
	margin-right: 0;
}

.header-nav-desktop > ul.menu > li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.header-nav-desktop > ul.menu > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 20px 24px;
	margin: 0 0 0 14px;
	height: 100%;
	line-height: 2em;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	letter-spacing: .3px;
	border: none;
}

.header-nav-desktop > ul.menu > li.current-menu-item > a, .header-nav-desktop > ul.menu > li > a:hover, .header-nav-desktop > ul.menu > li > a:focus, .header-nav-desktop > ul.menu > li > a.open {
	color: #00f;
}

.header-nav-desktop:not(#header-right-nav-inner) > ul.menu > li > a:after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 20px);
	bottom: 0;
	left: 10px;
	border-bottom: solid 0px #00f;
	transition: all ease-in-out .2s;
}

.header-nav-desktop:not(#header-right-nav-inner) > ul.menu > li.current-menu-item > a:after, .header-nav-desktop:not(#header-right-nav-inner) > ul.menu > li > a:hover:after, .header-nav-desktop:not(#header-right-nav-inner) > ul.menu > li > a:focus:after, .header-nav-desktop:not(#header-right-nav-inner) > ul.menu > li > a.open:after {
	border-bottom-width: 5px;
}

.header-nav-desktop span.open-sub-menu {
	display: none;
}

.header-nav-desktop > ul.menu > li.menu-button > a {
	padding: 5px 20px;
	height: auto;
	color: #fff;
	background-color: #00f;
	border-radius: 3px;
}

.header-nav-desktop > ul.menu > li.menu-item-mobile-only {
	display: none;
}

/*Mega Menu Sub-menus*/
#header nav {
	display: flex;
	align-items: center;
	position: unset;
	height: 100%;
}

.nav-item.menu-item-depth-2 div a:not(.button) {
	font-weight: 500;
}

.nav-item > a:focus, .nav-item > a.open {
	border-color: #eee;
}

.nav-item > a.open {
	background-color: #fff;
	z-index: 1;
}

.sub-nav {
	display: none;
	position: absolute;
	width: 100vw;
	top: 100%;
	left: 0;
	padding: 0;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	background-color: #fff;
}

.sub-nav.open {
	display: block;
}

.sub-nav .sub-nav-row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 55px 0 45px;
}

.sub-nav .sub-nav-row > .sub-nav-group {
	width: 33.33%;
	padding: 0 20px 0 0;
	flex-shrink: 1;
	flex-grow: 2;
}

.sub-nav .sub-nav-row > .sub-nav-group:first-child {
	flex-shrink: 0;
	padding-right: 5%;
}

.sub-nav .sub-nav-row > .sub-nav-group a:not(.button) {
	transform: translateX(0px);
	transition: all ease-in-out .2s;
}

.sub-nav .sub-nav-row > .sub-nav-group a:not(.button):hover, .sub-nav .sub-nav-row > .sub-nav-group a:not(.button):focus {
	color: #1c1c1c;
	transform: translateX(3px);
}

.sub-nav ul {
	display: block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.sub-nav li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-nav ul.sub-menu-depth-2 {
	margin-bottom: 8px;
	margin-left: 5px;
}

.header-nav-desktop .sub-menu > li a:not(.button) {
	padding: 4px 5px;
	margin-bottom: 4px;
}

.menu-item-text p:last-child a.button {
	margin-bottom: 0;
}

/* Mobile Menu */

/*menu toggle*/
body.mobile-menu-open {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;
	right: 0;
	visibility: visible;
	z-index: 9999;
}

body.mobile-menu-open #trp-floater-ls.trp-language-switcher-container {
	display: none;
}

.menu-toggle-button {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	border: 0;
	background-color: transparent;
	outline: none;
}

.menu-toggle-button i {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0;
	color: #1c1c1c;
	opacity: 1;
	transition: opacity ease-in .2s;
}

.menu-toggle-button:not(.toggle-open) i.is-open {
	opacity: 0;
}

.menu-toggle-button.toggle-open i.is-closed {
	opacity: 0;
}

.mobile-menu > ul.menu > li.menu-item-mobile-only {
	display: block;
}

/* general */
#header-nav.menu-mobilized {
	display: flex;
	align-items: center;
	justify-content: center;
}

#header-nav.menu-mobilized.menu-open {
	left: 0;
}

.mobile-menu ul.nav-menu {
	display: block;
	position: absolute;
	left: 100%;
	top: 100%;
	width: 100%;
	height: calc(100vh - 80px);
	margin: 0;
	padding: 25px 0 10px;
	font-size: 16px;
	text-align: left;
	background: #fff;
	transition: all ease-in-out .3s;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.menu-open .mobile-menu ul {
	left: 0;
}

/* top/parent level */
.mobile-menu > ul.menu > li {
	display: block;
	margin: 0;
	padding: 7px 25px;
	border-bottom: solid 1px #cdcdcd;
}

.mobile-menu > ul.menu > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	font-weight: 600;
	line-height: 1em;
	margin: 0;
	border: none;
}

.mobile-menu > ul.menu > li > a > span.open-sub-menu {
	transform: rotate(-90deg);
}

/*children*/
.sub-nav .level-back {
	display: none;
}

.mobile-menu .sub-nav .level-back {
	display: block;
	width: 100%;
	margin: 0;
	padding: 20px;
	font-size: 1em;
	color: #fff;
	text-align: left;
	background-color: #00f;
	border: none;
}

.mobile-menu .sub-nav {
	display: block;
	left: 100%;
	top: 0;
	height: 100%;
	background-color: #fff;
	transition: all ease-in-out .3s;
	z-index: 9;
}

.mobile-menu a.open + .sub-nav {
	left: 0;
}

.mobile-menu .sub-nav .sub-nav-row {
	display: block;
	padding: 0 20px 0px;
	margin: 0;
	width: 100%;
	max-width: 100%;
	height: calc(100vh - 180px);
	overflow-y: scroll;
	overscroll-behavior-y: contain;
}

.is_iphone .mobile-menu .sub-nav .sub-nav-row {
	height: calc(100svh - 138px);
}

.mobile-menu .sub-nav .sub-nav-row > .sub-nav-group, .mobile-menu .sub-nav .sub-nav-row > .sub-nav-group:first-child {
	width: 100%;
	padding: 0;
}

/* grandchildren */
.mobile-menu > ul.menu > .menu-item-has-children > .sub-menu {
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height ease-in-out .3s;
}

.mobile-menu > ul.menu > .menu-item-has-children > .sub-menu.active {
	max-height: 800px;
}

.mobile-menu > ul.menu > .menu-item-has-children > .sub-menu .sub-menu {
	padding-top: 5px;
}

.mobile-menu .menu-item-has-children .sub-menu li {
	margin: 0;
	padding: 0;
}

.mobile-menu .sub-menu li.menu-item-depth-2 {
	padding: 8px 0;
	border-bottom: solid 1px #cdcdcd;
}

.mobile-menu .sub-menu .menu-item-text {
	margin-top: 10px;
}

.mobile-menu .menu-item-has-children .sub-menu li a:not(.button) {
	display: inline-block;
	padding: 6px 0;
	margin: 2px 0;
	font-size: 16px;
	line-height: 20px;
}

/* great grandchildren */
.mobile-menu .sub-nav ul.sub-menu-depth-2 {
	height: 0;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height linear .4s;
}

.mobile-menu .sub-nav ul.sub-menu-depth-2.open {
	height: auto;
	max-height: none;
	transition: max-height .3s ease-in-out;
}

/*sub-menu open close icon states*/
.mobile-menu li.menu-item-has-children.menu-item-depth-2:not(.menu-item-text) > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-menu li.menu-item-depth-2 div span.open-sub-menu {
	display: none;
}

.mobile-menu li.menu-item-has-children.menu-item-depth-2 div span.open-sub-menu {
	display: block;
	padding: 5px 10px;
}

.mobile-menu li.menu-item-has-children.menu-item-depth-2 div span.open-sub-menu:hover {
	cursor: pointer;
}

.mobile-menu li.menu-item-depth-2 div span.open-sub-menu i {
	display: block;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
}

.mobile-menu li.menu-item-depth-2 div span.open-sub-menu.active i {
	transform: rotate(-180deg);
}

/* Header Search */
.header-search {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

button.menu-search {
	font-size: 22px;
	height: 22px;
	background-color: transparent;
	border: none;
	line-height: 22px;
}

#menu-search {
	display: block;
	width: 100%;
	height: 0px;
	max-height: 0px;
	overflow: hidden;
	padding: 0;
	background-color: rgba(32, 32, 32, .96);
	transition: all ease-in-out .4s;
}

#menu-search.active {
	height: auto;
	max-height: 400px;
}

.search-form-wrap {
	padding: 60px 0;
}

@media screen and (max-width: 980px) {
	#header a.menu-search {
		display: none;
	}
}

/*-- 5. Body --*/

/*Home*/

/*-- 6. Footer --*/

/*footer-general*/
#footer {
	color: #fff;
	background-color: #202020;
}

#footer img.overlay-img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	object-fit: cover;
	opacity: .06;
}

#footer h3 {
	margin-bottom: 15px;
	font-size: 1em;
}

#footer p a:not(.button), #footer p a:visited:not(.button) {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
}

#footer hr {
	margin: 30px 0;
	opacity: .1;
	border-color: #fff;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
}

#footer .menu li {
	margin-bottom: 5px;
}

#footer .menu li a {
	color: #fff;
}

#footer .widget-container:last-child :last-child {
	margin-bottom: 0;
}

/*footer-top*/
#footer .footer-top .container {
	padding: 55px 0 50px;
	border-bottom: solid 1px rgba(218, 228, 255, .25);
}

#footer .footer-top .row {
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}

#footer .footer-top .col:first-of-type {
	padding: 0;
}

#footer .footer-top .col:not(:first-child) {
	padding: 0 0 0 30px;
}

#footer .widget_nav_menu {
	margin-bottom: 30px;
}

/*footer-bottom*/
.footer-bottom .container {
	padding: 20px 0;
	font-size: .8em;
}

.footer-bottom p {
	margin: 0;
}

.footer-left {
	float: left;
	display: flex;
}

#copyright {
	display: flex;
	justify-content: space-between;
}

p.copyright {
	opacity: .8;
}

.footer-right {
	float: right;
}

.footer-right-top {
	text-align: right;
}

.footer-right-top a.button {
	margin-top: 0;
	padding: 12px 24px;
}

#footer .social-links {
	display: flex;
	margin: 0;
}

#footer .footer-bottom .social-links a {
	margin: 0 0 0 16px;
	font-size: 24px;
}

#footer .footer-bottom .social-links a:hover {
	text-shadow: 0px 0px 5px #003c62;
}

#menu-footer-legal li {
	display: inline-block;
}

#menu-footer-legal li a {
	padding: 10px;
}

#menu-footer-legal li:not(:last-child):after {
	content: "";
	display: inline-block;
	height: 15px;
	width: 2px;
	background-color: #fff;
}

/*-- 7. Slick Slider Defaults --*/
.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;
}

.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);
}

.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;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide > div {
	height: 100%;
}

.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;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	left: -40px;
	font-size: 2em;
	z-index: 10;
	transition: transform .3s;
}

.slick-arrow.slick-next {
	left: auto;
	right: -40px;
}

.slick-arrow:hover {
	transform: translateX(-5px);
	cursor: pointer;
}

.slick-arrow.slick-next:hover {
	transform: translateX(5px);
}

/* -- 10. Featherlight jQuery Lightbox --*/
.lightbox {
	display: none;
}

.featherlight-content .featherlight-inner {
	width: 800px;
	max-width: 100%;
	background-color: transparent;
	padding: 30px;
}

.featherlight-content .featherlight-inner .memorial-photo {
	float: right;
	margin: 0 0 20px 30px;
	max-width: 50%;
}

@media all {
	.featherlight {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2147483647;
		text-align: center;
		white-space: nowrap;
		cursor: pointer;
		background-color: rgba(255, 255, 255, .98);
	}
	
	.featherlight:before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -.25em;
	}
	
	.featherlight .featherlight-content {
		position: relative;
		text-align: left;
		vertical-align: middle;
		display: inline-block;
		overflow: hidden;
		min-width: 30%;
		width: 800px;
		max-width: 100%;
		background: transparent;
		cursor: auto;
		white-space: normal;
	}
	
	.featherlight .featherlight-inner {
		display: block;
	}
	
	.featherlight .featherlight-close-icon {
		position: absolute;
		z-index: 9999;
		top: 20px;
		right: 20px;
		padding: 0;
		font-size: 26px;
		line-height: 34px;
		padding-top: 1px;
		width: 36px;
		cursor: pointer;
		text-align: center;
		color: #fff;
		color: #00f;
		border-radius: 0;
		border: none;
	}
	
	.featherlight .featherlight-image {
		width: 100%;
	}
	
	.featherlight-iframe .featherlight-content {
		border-bottom: 0;
		padding: 0;
	}
	
	.featherlight iframe {
		border: 0;
	}
}

/*-- 9. Accordion/Toggle --*/
.js-title {
	display: flex;
	justify-content: space-between;
}

.js-title:hover {
	cursor: pointer;
}

.js-title i.icon-plus, .js-title.active i.icon-minus {
	display: inline-block;
}

.js-title.active i.icon-plus, .js-title i.icon-minus {
	display: none;
}

.js-copy {
	padding: 0px 0px 20px 25px;
	display: block;
}

/*-- 10. Media Queries --*/
@media screen and (max-width: 1740px) {
	#header .header-container {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1366px) {
	/*general*/
	body {
		font-size: 16px;
	}
	
	h1, p.h1 {
		font-size: 2.6em;
	}
	
	h2, p.h2 {
		font-size: 2em;
	}
	
	h3, p.h3 {
		font-size: 1.4em;
		line-height: 1.4em;
	}
	
	/*header*/
	#header {
		height: 100px;
	}
	
	div.site-logo {
		height: 139px;
	}
	
	.header-nav-desktop > ul.menu > li {
		margin: 0;
	}
	
	.header-parent-nav-menu ul.menu li a {
		padding: 5px;
		margin: 0 5px;
	}
	
	.header-nav-desktop > ul.menu > li > a {
		font-size: 1em;
		padding: 20px 10px;
	}
	
	.sub-nav .sub-nav-row {
		padding: 40px 0 30px;
	}
}

@media screen and (max-width: 1200px) {
	/*header*/
	.header-nav-main ul.menu {
		font-size: .9em;
	}
	
	/*footer*/
	#copyright {
		display: block;
	}
	
	.footer-left {
		float: none;
		text-align: center;
	}
	
	.footer-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.footer-right-top {
		text-align: center;
	}
	
	#footer .social-links {
		justify-content: center;
	}
}

@media screen and (max-width: 980px) {
	/*general*/
	body {
		font-size: 15px;
	}
	
	.page-wrapper {
		padding-top: 80px;
	}
	
	hr {
		margin: 30px 0;
	}
	
	.alignright, .alignleft {
		float: none;
		margin: 10px 15% 0;
	}
	
	.row:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.col.half, .col.third {
		float: none;
		width: 100%;
		min-height: 1px !important;
		margin-bottom: 30px;
		margin-right: 0;
	}
	
	.col.two-thirds, .col.three-fourths, .col.four-fifths {
		width: 100%;
	}
	
	.col.fourth, .col.three-tenths, .col.fifth {
		width: 33.33%;
	}
	
	.col.sixth {
		width: 33.33%;
	}
	
	.hidden-desktop {
		display: flex;
	}
	
	.hidden-mobile {
		display: none;
	}
	
	/*header*/
	#header {
		height: 80px;
	}
	
	#header.fixed {
		height: 60px;
	}
	
	.header-left {
		position: relative;
		top: unset;
	}
	
	div.site-logo {
		height: 82px;
	}
	
	#header.fixed div.site-logo {
		height: 65px;
		padding: 0;
	}
	
	#header .header-container {
		justify-content: space-between;
	}
	
	.header-search {
		order: 0;
		margin-right: 14px;
	}
	
	#header-nav {
		order: 2;
	}
	
	.header-right {
		display: none;
	}
	
	.menu-item-text p {
		font-size: 15px;
	}
	
	/*mobile menu fouc fixes*/
	ul.nav-menu {
		position: absolute;
		left: 100%;
	}
	
	#header-nav {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	/*tabs*/
	.tabs li a {
		margin-right: 10px;
		padding: 10px 10px 10px 0;
		font-size: 1em;
		line-height: 1.6em;
	}
	
	/*footer*/
	#scroll-top {
		right: 10px;
		bottom: 20px;
		color: white;
		background-color: transparent;
	}
	
	.footer-left, .footer-right {
		display: block;
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar #header.fixed {
		top: 46px;
		margin-top: 0px;
	}
	
	.admin-bar > .wrapper {
		margin-top: 46px;
	}
	
	/*general*/
	.hidden-mobile {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	/*general*/
	h1 br, h2 br, h3 br, h4 br {
		display: none;
	}
	
	ul {
		margin: 0 0 20px 20px;
		padding-left: 10px;
	}
	
	ul.checked li {
		margin-bottom: .8em;
		font-size: 1em;
		line-height: 1.3;
	}
	
	/*header*/
	#header.fixed {
		height: 70px;
		box-shadow: 0px -2px 10px 0px #a2a2a2;
	}
	
	#branding {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 0px;
		margin: 0;
		height: 100%;
	}
	
	h1.home-hero {
		font-size: 1.6em;
	}
	
	@media screen and (max-width: 767px) {
		h1.home-hero br {
			display: none;
		}
	}
	
	/*header contact*/
	.header-container-top-mobile {
		display: flex;
		padding: 10px 5px;
		align-items: center;
		font-size: .95em;
		font-weight: 600;
		height: 50px;
		background: #fff;
		border-bottom: solid 1px #eee;
		z-index: 10;
	}
	
	.header-container-top-mobile > div {
		display: flex;
	}
	
	.header-container-top-mobile > div.hours {
		flex-grow: 2;
	}
	
	.header-container-top-mobile > div a {
		display: flex;
		align-items: center;
		margin-right: 5px;
		padding: 6px;
		background: red;
		border-radius: 100%;
	}
	
	.header-container-top-mobile svg {
		width: 20px;
		height: 20px;
	}
	
	.header-container-top-mobile div a svg {
		fill: #fff;
		margin: 0px;
	}
	
	.header-container-top-mobile > div br {
		display: none;
	}
	
	.header-container-top-mobile > div.address a {
		margin: 0;
		padding: 0;
		background: transparent;
	}
	
	.header-container-top-mobile > div.address a svg {
		height: 40px;
		width: 40px;
		margin: 0 0 0 -3px;
	}
	
	.header-container-top-mobile > div.hours {
		display: flex;
		align-items: center;
	}
	
	.header-container-top-mobile > div.hours svg {
		width: 16px;
		height: 16px;
		margin-right: 3px;
		fill: #54575a;
	}
	
	/* internal */
	
	/*footer*/
	#footer .footer-top .container {
		padding: 45px 0 40px;
	}
	
	#footer .footer-top .col, #footer .footer-top .col:not(:first-child) {
		padding: 0;
	}
	
	#footer h3 {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 600px) {
	/*admin bar style mods*/
	.admin-bar > .wrapper {
		margin-top: 0px;
	}
	
	.admin-bar #header {
		top: 46px;
	}
	
	.admin-bar #header.fixed {
		top: 0px;
	}
	
	.admin-bar .page-wrapper {
		padding-top: 126px;
	}
	
	html {
		margin-top: 0px !important;
	}
	
	.row {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.col.third, .col.thirty, .col.fourth, .col.fifth, .col.two-thirds, .col.three-fourths, .col.three-tenths, .col.two-fifths, .col.forty {
		float: none;
		-webkit-box-flex: 1 auto;
		-webkit-flex: 1 auto;
		-moz-box-flex: 1 auto;
		-ms-flex: 1 auto;
		flex: 1 auto;
		width: 100%;
		min-height: 1px !important;
		margin-bottom: 30px;
		margin-right: 0;
	}
}

@media screen and (max-width: 414px) {
	/*general*/
	.full-width-content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	h1, p.h1 {
		font-size: 2.2em;
	}
	
	h2, p.h2 {
		font-size: 1.8em;
	}
	
	h3, p.h3 {
		font-size: 1.4em;
	}
	
	/*buttons*/
	
	/*body*/
	.col.half, .col.third, .col.fourth, .col.two-thirds, .col.three-fourths, .col.three-tenths, .col.fifth, .col.sixth {
		margin-bottom: 20px;
	}
	
	.desktop-hide {
		display: block;
	}
	
	.mobile-hide {
		display: none;
	}
	
	/*tabs hover state fix for iOS mobile*/
	.tabs li a {
		padding: 5px 0 0;
	}
	
	.tabs li a.active {
		border-bottom: solid 1px;
	}
	
	.tabs li a:after {
		content: none;
		display: none;
	}
	
	.tabs li a:hover:after, .tabs li a.active:after {
		width: auto;
	}
	
	/*footer*/
	#footer .footer-top .container {
		display: block;
	}
}

html {
	visibility: visible;
	opacity: 1;
}
