/*
Theme Name: CMH Label Group
Theme URI: https://cmhlabelgroup.com/
Description: Custom theme created for CMH Label Group
Author: Studio Wallflower
Author URI: https://studio-wallfower.com/services

Version: 3.5.47

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],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}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 62.5%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: scandia-web, sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #000;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #1A9FDC !important;
	text-decoration: none;
}

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

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

.hidden {
	border: 0;
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: scandia-web, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: 4rem;
}

h2, .h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: 4rem;
}

.entry-content h2 {
	font-size: 3rem;
	margin: 0 0 30px;
}

h3 {
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 700;
}

h4 {
	font-size: 2rem;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

::placeholder {
	color: #000;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #000;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;

    text-transform: uppercase;
    letter-spacing: .05rem;
}

button:focus,
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,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff !important;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 60px auto 0;
	padding: 0;
}

.page-template-default .site-inner, .error404 .site-inner {
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
}



/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

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

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 1.4rem;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	padding: 30px;
}

.site-header .wrap {
	display: flex;
    align-items: center;
}

/* Title Area
--------------------------------------------- */


.wp-custom-logo .title-area {
	max-width: 350px;
	margin-right: 140px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Header Menu
---------------------------------------------------------------------------- */

	.nav-primary {
		clear: none;
		width: 100%;
	}

.nav-primary .menu-item {
        text-transform: uppercase;
        letter-spacing: .1rem;
        font-size: 2.4rem;
        font-weight: 700;		
}

.menu-primary {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.menu-bg {
    background: #000;
	width: 100%;
    color: #fff;
	opacity: 0;
	height: 320px;
	visibility: hidden;
    transition: .3s all;
	position: absolute;
	z-index: -1;
}

.nav-primary .sub-menu {
	position: absolute;
	padding: 70px 0 45px;
    padding-right: 121px;
    line-height: 2.5;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
    transition: .3s all;
}


.nav-primary .sub-menu .menu-item {
    font-size: 2.2rem;
	z-index: 1;
	position: relative;
}

.menu-dropdown .nav-primary .sub-menu {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.menu-dropdown .menu-bg {
	opacity: 1;
	height: 320px;
	visibility: visible;
	z-index: 9;
}

.nav-primary .sub-menu .menu-item a {
	color: #fff;
}

section .container {
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}

.nav-primary a:hover {
	color: #1A9FDC;
}

/* Mobile Menu
--------------------------------------------- */

 .menu-overlay {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 111111;
	 text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}


.menu-overlay .container {
    display: block;
    max-width: 1330px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.admin-bar .menu-overlay {
	top: 32px;
}

.menu-overlay .overlay-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
	z-index: 111111;
}

.menu-overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.menu-overlay.open .inner {
    z-index: 11111;
}

#mobile-menu {
	display: none;
}

#mobile-menu {
	-webkit-user-select: none;
    user-select: none;
}

#mobile-menu .menu-toggle {
    background: none;
    color: #000;
	padding: 0;
	transition: .2s fade;
}

#mobile-menu .menu-toggle:hover {
	background: none !important;
}

#mobile-menu .menu-item-has-children > a {
	position: relative;
}

#mobile-menu .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    background: url(/wp-content/uploads/2024/08/angle-down-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

#mobile-menu .menu-item-has-children > a.open::after {
	 transform: translateY(-50%) rotate(180deg);
}

#mobile-menu .menu-item > .sub-menu{
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: .2s all;
}


#mobile-menu .menu-item.open > .sub-menu {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.admin-bar #mobile-menu .menu-toggle {
	top: 52px;
}

.admin-bar #mobile-menu .inner {
	height: calc(100vh - 32px);
}

#mobile-menu .menu-toggle.hide {
	z-index: -1;
}

#mobile-menu .menu-toggle:hover {
	opacity: 1;
}

#mobile-menu .menu-toggle .bars {
    position: relative;
    z-index: 11111;
}

#mobile-menu .menu-toggle span, .overlay-close .menu-toggle span {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    transition: 0.4s;
    z-index: 1;
    width: 32px;
    margin: 6.5px 0;
}

#mobile-menu span:nth-of-type(2), .overlay-close span:nth-of-type(2) {
  margin: 0;
}

#mobile-menu .inner .menu-toggle.open {
	margin: 0 0 40px;
}

#mobile-menu .menu-toggle.open span, .overlay-close span {
	margin: 2.55px 0;
	background: #FFF;
}

.overlay-close span {
	background: #000;
}

#mobile-menu .menu-toggle.open span:first-of-type, .overlay-close span:first-of-type {
 transform: rotate(-45deg) translate(-3px, 2.5px);
}

#mobile-menu .menu-toggle.open span:last-of-type, .overlay-close span:last-of-type {
    transform: rotate(45deg) translate(-3px, -3px);
}

#mobile-menu .menu-toggle.open span:nth-of-type(2), .overlay-close span:nth-of-type(2) {
	background: transparent;
}

#mobile-menu .inner {
    background: #000;
    color: #FFF;
    list-style-type: none;
    position: absolute;
    overflow-y: scroll;
	overflow-x: hidden;
    right: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1111111;
    width: 100%;
    top: 0;
    padding: 40px 20px;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    height: calc(100vh);	
}

#mobile-menu a {
	color: #FFF;
    margin: 0 0 35px;
    text-decoration: none;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

#mobile-menu .sub-menu a {
	font-size: 2rem;
}

/* Homepage
---------------------------------------------------------------------------- */

.home .site-inner {
	margin: 0 auto;
}

.image-grid {
	padding: 0 30px;
    margin: 0 0 50px;
}

.image-grid .container {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width: 100%;
	padding: 0;
}

.image-grid .container .col {
	padding: 30px;
	height: 505px;
    display: flex;
    align-items: flex-end;
	margin-bottom: 30px;
	position: relative;
	transition: .3s all;
}

.image-grid .container .col .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000005c;
	transition: .3s all;
	opacity: 0;
	z-index: 9;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.image-grid .container .col:hover .overlay {
	opacity: 1;
}


.image-grid .container .col:first-child,
.image-grid .container .col:nth-child(4) {
	width: 38%;
}

.image-grid .container .col:nth-child(2),
.image-grid .container .col:nth-child(3) {
	width: 60%;
}

.image-grid h3 {
	margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: 3rem;
}

.image-grid h3 {
	color: #fff;
	transition: .3s all;
}

.image-grid a:hover h3 {
	color: #fff;
}

.current-releases {
    padding: 0 30px;
    margin: 0 0 80px;
}

.current-releases h2 {
    text-align: center;
    margin: 0 0 30px;
	padding: 0 30px;
}

.current-releases .container {
	position: relative;
	max-width: 100%;
	padding: 0;
}

.home-slider .slide-link {
	width: 100%;
	height: 600px;
}

.home-slider .slide {
	width: 100%;
	height: 100%;
}

.current-releases .slider-arrows {
	position: absolute;
    right: 0;
	width: 120px;
	display: flex;
	justify-content: space-between;
	bottom: 50px;
    right: 30px;
}

.next-slide {
	    transform: rotate(180deg);
}

.next-slide, .prev-slide {
	cursor: pointer;
}

.about {
	margin: 0 0 80px;
}

.about .container {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about .image {
	width: 57%;
    height: 600px;
}

.about .image div {
	width: 100%;
	height: 100%;
}

.about .col {
	width: 40%;
}

.about h2 {
	margin: 0 0 20px;
}

.cta {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: 2.2rem;
    padding-bottom: 12px;
    border-bottom: 2px solid #000;
}

.cta:hover {
	border-color: #1A9FDC;
}

/* Meet the Team + Team Member Pages
---------------------------------------------------------------------------- */

.archive h1, .archive .h1 {
	text-align: center;
	margin: 0 0 50px;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}

.team-grid {
	margin: 0 0 4rem;
}

.team-grid .row {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.team-grid .row article {
	width: 23.076923076923077%;
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 40px;
}

.team-grid .row article:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.team-grid h3 {
    margin: 14px 0 0;
    text-align: center;
    font-size: 2rem;
}

.team-grid .row article img {
  filter: grayscale(100%);	
	transition: .4s all;
}

.team-grid .row article img:hover {
	filter: none;
}

.team-grid .row article:hover h3 a {
	color: #1A9FDC;
}

.team-member-intro {
	margin: 0 0 80px;
}

.team-member-intro h1 {
	text-align: center;
	margin: 0;
}

.team-member-intro .title {
	font-size: 2.8rem;
	text-align: center;
}

.team-member-intro .image {
	margin: 40px auto 80px;
	text-align: center;
}

.team-member-intro .image img {
	max-height: 460px;
	width: auto;
}

.team-member-intro .bio {
    max-width: 1000px;
    margin: 0 auto;
}

.team-member-intro .bio p:last-of-type {
	margin: 0;
}

.team-card-info p {
    margin: .5rem 0 0;
    text-align: center;
	line-height: 1.4;
}

/* Label Page
---------------------------------------------------------------------------- */

.page-template-label .logo {
	padding: 0 20px;
    text-align: center;
	margin: 0 0 40px;
}

.page-template-label .logo img {
	width: auto;
    max-height: 130px;
}

.page-id-136 .logo img {
	max-height: 100px;
}

.page-template-label .site-inner section {
	margin: 0 0 80px;
}

.featured h2 {
    padding: 0 20px;
    text-align: center;
	margin: 0 0 50px;
}

.label-slider {
	position: relative;
}


.label-slider .slick-arrow {
	opacity: 0;
	visibility: hidden;
    cursor: pointer;
    transition: .2s all;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.label-slider .prev-slide {
	left: 30px;
}


.label-slider .next-slide {
	right: 30px;
	transform: translateY(-50%) rotate(180deg);
}


.label-slider:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.label-slider .slick-slide img {
    height: 500px;
	width: auto !important;
    padding: 0 5px;
}

.page-template-label .bio {
	text-align: center;
}


.page-template-label .bio p:last-of-type {
	margin: 0;
}

.bio .button {
    display: table;
    margin: 40px auto 0;
}

.featured .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured .container .col:first-child img {
    border: 5px solid #000;
}

.featured .container .col {
	width: 48%;
}

.featured .container .col p:last-of-type {
	margin: 0;
}

/* About Page
---------------------------------------------------------------------------- */

.about-content {
    margin: 0 0 80px;
}

.about-content .container {
	display: flex;
    justify-content: space-between;
}

.about-content .container .col:first-child {
	width: 65%;
}

.about-content .container .col:last-child {
	width: 30%;
}

.about-content .container .col:last-child img {
	width: 100%;
	margin: 0 0 20px;
}

.about-content .container .col:last-child img:nth-child(4) {
    width: 48%;
    float: left;
	margin: 0;
}

.about-content .container .col:last-child img:last-child {
    width: 48%;
    float: right;
	margin: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2rem 0 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Content Area
---------------------------------------------------------------------------- */

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

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.post-edit-link {
	display: none;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #000;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	clear: both;
    background: #000;
    color: #fff;
    padding: 90px 70px;
}

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

.site-footer a:hover {
	color: #1A9FDC;
	opacity: 1;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-menu {
	display: flex;
}

.footer-menu .menu-item {
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 700;
    font-size: 2.6rem;
	margin: 0 0 30px;
}

.footer-menu .menu-item-has-children {
	font-size: 4rem;
	margin-bottom: 0;
}

.footer-menu .menu-item-has-children a,
.footer-menu .menu-item-has-children a:hover {
	color: #fff !important;
	cursor: default;
}

.footer-menu .menu-item-has-children:first-of-type {
	margin-right: 80px;
}

.footer-menu .sub-menu {
	margin-top: 20px;
}

.site-footer .row {
	text-align: right;
    font-weight: 500;
    margin-top: 40px;
}

.footer-menu .sub-menu a:hover {
	color: #1A9FDC !important;	
	cursor: pointer;
}

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

@media only screen and (min-width: 1500px) {
.home-slider .slide-link {
	min-height: 800px;
	height: 70vh;
}
}

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (max-width: 1300px) {
	.nav-primary {
		display: none;
	}
	
#mobile-menu {
    display: block;
}
	
.site-header .wrap {
    justify-content: space-between;
}
	
.image-grid .container .col {
    height: 400px;
	}
	
.image-grid h3 {
    font-size: 2.4rem;
	}
	
	
.footer-menu .sub-menu {
    margin-top: 15px;
}
	
.footer-menu .menu-item {
    font-size: 2.2rem;
    margin: 0 0 20px;
}
	
.footer-menu .menu-item-has-children {
    font-size: 3rem;
	}
	
.footer-menu .menu-item-has-children:first-of-type {
    margin-right: 50px;
}
}

@media only screen and (max-width: 960px) {
	
.site-header {
    padding: 20px;
}
	
.site-inner, .page-template-default .site-inner, .error404 .site-inner {
    margin: 20px auto 0;
	}
	
section .container {
    padding: 0 20px;
	}
	
	
h1, h2 {
    font-size: 3rem;
}

.archive h1, .archive .h1 {
        margin: 0 auto 30px;
        max-width: 36rem;
}
	
.image-grid {
    margin: 0 0 30px;
	padding: 0 20px;
}
	
.image-grid .container .col {
    height: 300px;
	padding: 20px;
	margin-bottom: 20px;
	}
	
.image-grid .container .col .overlay {
	background: #00000042;
    opacity: 1;
	}	
	
.image-grid h3 {
    font-size: 2.2rem;
	}
	
.current-releases h2 {
    margin: 0 0 20px;
        padding: 0 20px;
}
	
.home-slider .slide-link {
    height: 400px;
}
	

	
.current-releases {
    margin: 0 0 50px;
	padding: 0 20px;
}
	
.next-slide, .prev-slide {
    width: 20px;
    height: 37px;
}
	
.current-releases .slider-arrows {
    width: 70px;
    bottom: 40px;
    right: 20px;
}
	
.about, .team-member-intro {
    margin: 0 0 50px;
}
	
.about .container {
    flex-direction: column-reverse;
}
	
.about .col {
    width: 100%;
    margin: 0 0 50px;
}
	
.about .image {
    width: 100%;
    height: 500px;
}
	
.about h2 {
    margin: 0 0 15px;
}
	
.cta {
    font-size: 1.8rem;
    padding-bottom: 8px;
	}
	
.site-footer {
    padding: 50px 20px;
}
	
.site-footer .row {
    margin-top: 20px;
}
	
.about-content {
    margin: 0 0 50px;
}
	
.about-content .container {
    flex-direction: column;
    align-items: center;
}
	
	.about-content .container .col:first-child {
		width: 100%;
	}
	
.about-content .container .col:last-child {
    max-width: 400px;
	width: 100%;
}
	
.team-grid .row article {
    width: 48.717948717948715%;
	margin-bottom: 2rem;
}
	
.team-grid .row article:nth-child(4n+1) {
    clear: none;
    margin-left: 2.564102564102564%;
}
	
.team-grid .row article:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
	
.team-member-intro .image {
    margin: 20px auto 30px;
	}
	
.team-member-intro .title {
    font-size: 2.2rem;
	}
	
.page-template-label .site-inner section {
    margin: 0 0 50px;
}	
	
.page-template-label .logo {
    margin: 0 0 40px;
}	
	
.page-template-label .logo img {
    width: auto;
    max-height: 70px;
}
	
.label-slider .slick-slide img {
    height: 360px;
	}
	.featured .container  {
		flex-direction: column;
	}	
	
.featured .container .col {
    width: 100%;
}

	.featured .container .col:first-child {
    max-width: 600px;
	margin: 0 0 30px;		
	}
	
.featured h2 {
    margin: 0 0 30px;
}
}

@media only screen and (max-width: 782px) {
.admin-bar .menu-overlay {
	top: 46px;
}
}

@media only screen and (max-width: 700px) {
.footer-menu {
    flex-direction: column;
}
	
    .footer-menu .menu-item {
        font-size: 2rem;
	}
	
    .footer-menu .menu-item-has-children {
        font-size: 2.6rem;
    }
	
    .site-footer .row {
        text-align: left;
    }
	
}

@media only screen and (max-width: 600px) {
	
.wp-custom-logo .title-area {
    margin-right: 0;
    padding-right: 30px;
}
	
    h2 {
        font-size: 2.6rem;
    }

.image-grid .container .col:first-child,
	.image-grid .container .col:nth-child(2),
	.image-grid .container .col:nth-child(3),
	.image-grid .container .col:nth-child(4) {
    width: 100%;
}
	.image-grid .container .col:nth-child(3) {
		order: 1;
	}	
	.image-grid .container .col:nth-child(2) {
		order: 2;
	}
	
	.image-grid .container .col:first-child {
		order: 3;
	}
	
	.image-grid .container .col:nth-child(4) {
		order: 4;
	}
	
    .home-slider .slide-link {
        height: 320px;
    }
	
.team-grid h3 {
    font-size: 1.6rem;
}
	
.label-slider .slick-slide img {
    height: 190px;
	}
	
}

@media only screen and (max-width: 400px) {
	.image-grid .container .col {
		height: 260px;
	}
	
    .about .image {
        height: 260px;
    }
}
		
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
