/*
Theme Name: Craft Beer Professionals
Version: 6.1
Description: Customizable responsive accessible Wordpress child theme created by CyberOptik
Author: CyberOptik
Author URI: https://www.cyberoptik.net/
Template: optik-theme-6
*/





/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/

@import url("../optik-theme-6/style.css");

/* Add font imports here */

/* 

/***  ALEXANDRIA ***/
/* Regular  */
@font-face {
	font-family: 'Alexandria';
	font-weight: 400;
	src: url('fonts/Alexandria/Alexandria-Regular.ttf');
	font-display: swap;
}

/* Medium  */
@font-face {
	font-family: 'Alexandria';
	font-weight: 500;
	src: url('fonts/Alexandria/Alexandria-Medium.ttf');
	font-display: swap;
}

/* Semi-Bold  */
@font-face {
	font-family: 'Alexandria';
	font-weight: 600;
	src: url('fonts/Alexandria/Alexandria-SemiBold.ttf');
	font-display: swap;
}

/* Bold  */
@font-face {
	font-family: 'Alexandria';
	font-weight: 700;
	src: url('fonts/Alexandria/Alexandria-Bold.ttf');
	font-display: swap;
}


/*** OPEN SANS ***/
/* Regular  */
@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	src: url('fonts//OpenSans/OpenSans-Regular.ttf');
	font-display: swap;
}

/* Italic */
@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: italic;
	src: url('fonts/OpenSans/OpenSans-Italic.ttf');
	font-display: swap;
}

/* 	Medium  */
@font-face {
	font-family: 'Open Sans';
	font-weight: 500;
	src: url('fonts/OpenSans/OpenSans-Medium.ttf');
	font-display: swap;
}

/* Medium Italic */
@font-face {
	font-family: 'Open Sans';
	font-weight: 500;
	font-style: italic;
	src: url('fonts/OpenSans/OpenSans-MediumItalic.ttf');
	font-display: swap;
}

/* 	Semi-Bold  */
@font-face {
	font-family: 'Open Sans';
	font-weight: 600;
	src: url('fonts/OpenSans//OpenSans-SemiBold.ttf');
	font-display: swap;
}

/* Semi-Bold Italic */
@font-face {
	font-family: 'Open Sans';
	font-weight: 600;
	font-style: italic;
	src: url('fonts/OpenSans/OpenSans-SemiBoldItalic.ttf');
	font-display: swap;
}

/* Bold  */
@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
	src: url('fonts/OpenSans/OpenSans-Bold.ttf');
	font-display: swap;
}

/* Bold Italic */
@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
	font-style: italic;
	src: url('fonts/OpenSans/OpenSans-BoldItalic.ttf');
	font-display: swap;
}

 

/******************************************************************************
 * * *  STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 16px;
	scroll-padding-top: 120px;
}

body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--2);
	color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--primary--main);
}

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

/***  BACK TO TOP BUTTON  ***/

.btt-button {
	bottom: 100px;
}

.btt-button [class*="fa"] {
	border-radius: var(--wp--custom--radius--full);
	background-color: var(--wp--custom--primary--main);
	font-weight: 300;
	border: 1px solid var(--wp--custom--secondary--main);
	color: var(--wp--custom--secondary--main);
}

.btt-button:hover [class*="fa"] {
	background-color: var(--wp--custom--primary--light);
		color: var(--wp--custom--secondary--main);
}





/******************************************************************************
 * * *  CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/



/***  TEXT & LINKS  ***/

a {
	color: var(--wp--custom--secondary--main);
}

a:hover {
	color: var(--wp--custom--primary--light);
}

a:not([class]) { font-weight: 600; }

/* body content links */
.main-wrap a:not(.entry-link, .icon-cards a, .wp-block-button a, .wp-block-cover__inner-container a, .partner-titles a,.partner-back a, .wp-block-image a) {
	transition: all 0.2s ease-in-out;
    box-shadow: inset 0 -.1rem #24272a;
    display: inline-block;
    position: relative;
}
.main-wrap a:hover:not(.entry-link, .icon-cards a, .wp-block-cover__inner-container a, .partner-link, .partner-titles a, .wp-block-image a) {
	color: #fff;
	background-color: var(--wp--custom--secondary--main);
}

/* popup links */
.popmake-content a {
	transition: all 0.2s ease-in-out;
    box-shadow: inset 0 -.1rem #24272a;
    display: inline-block;
    position: relative;
}
.popmake-content a:hover {
	color: #fff;
	background-color: var(--wp--custom--secondary--main);
}


/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: var(--wp--custom--secondary--main);
	font-family: var(--wp--custom--font--1);
	text-transform: uppercase;
}

h1 {
	font-size: 3.1em;
}

h2 {
	font-size: 3em;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
	h2 { font-size: 2.5em; }
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.85em;
}


@media screen and (max-width: 900px) {
	h1 { font-size: 2.5em; }
	h2 { font-size: 2em; }
	h3 { font-size: 1.5em; }
}



/***  BORDERS & DIVIDERS  ***/

hr, .divider {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #e2e2e2;
	margin: 2.5em auto;
	padding: 0;
}



/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link,
body:not(.wp-admin) .table-sched a:not(th a),
body:not(.wp-admin) .table-sched-merge a:not(th a, .not-button){
	padding: 18px 28px;
	border-color: transparent;
	background-color: var(--wp--custom--secondary--main);
	color: white;
	font-weight: 700;
	font-family: var(--wp--custom--font--1);
	text-transform: uppercase;
}

.button:hover, 
.wp-block-button__link:hover, 
.button-outline:hover,
.is-style-outline .wp-block-button__link:hover,
.table-sched a:hover,
.table-sched-merge a:hover {
	border-color: transparent;
	background-color: var(--wp--custom--secondary--light) !important;
	color: white;
}

.button [class*="fa"], 
.wp-block-button__link [class*="fa"], 
.button:hover [class*="fa"], 
.wp-block-button__link:hover [class*="fa"] {
	color: inherit !important;
}

/* Outlined Button */

.button-outline, 
.is-style-outline .wp-block-button__link {
	background: #fff;
	color: var(--wp--custom--secondary--main);
}

.button-outline:hover,
.is-style-outline .wp-block-button__link:hover {
	border-color: transparent;
	background-color: var(--wp--custom--dark--3) !important;
	color: var(--wp--custom--secondary--main) !important;
}

.three-buttons.wp-block-buttons.is-vertical .wp-block-button__link {
	margin: 1px;
}

/* button - Single Partner */
.partner-back .button {
	background-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--secondary--light);
}


/***  ICONS  ***/

.fa {
	font-weight: 300;
}

/* Icon Colors */

.fa, .fas, .far, .fal, .fab {
	color: var(--wp--custom--primary--main);
}

a .fa, a .fas, a .far, a .fal, a .fab {
	color: var(--wp--custom--primary--main);
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {
	color: var(--wp--custom--secondary--main);
}

/* Icon Backgrounds */

.fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a .fa-bg {
	background-color: var(--wp--custom--primary--main);
	color: white;
}

a:hover .fa-bg {
	background-color: var(--wp--custom--secondary--main);
	color: white;
}

/* Icon Borders */

.fa-br {
	border-color: var(--wp--custom--primary--main);
}

a .fa-br {
	border-color: var(--wp--custom--primary--main);
}

a:hover .fa-br {
	border-color: var(--wp--custom--secondary--main);
}



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before, 
.arrow-list li [class*="fa"], 
.check-list li [class*="fa"], 
.check-circle-list li [class*="fa"], 
.icon-list li [class*="fa"], 
.contact-list li [class*="fa"] {
	color: var(--wp--custom--secondary--main);
}



/***  FORMS  ***/


/* label */
.field_sublabel_above .gform-field-label,
.gfield_label {
	font-weight: 700 !important;
	font-family: var(--wp--custom--font--1) !important;
	font-size: 16px !important;
}

.gform-field-label--type-sub{
	color:var(--gf-ctrl-label-color-primary)!important;
}

.gform-field-label {
	font-size: 16px !important;
}

/* Inputs */

input[type="text"], input[type="email"], input[type="number"], 
input[type="password"], input[type="search"], input[type="tel"], 
input[type="url"], input[type="date"], input[type="datetime-local"], 
input[type="month"], input[type="time"], input[type="week"], 
textarea, select, .filter-reset {
    height: 60px !important;
    background-color: transparent !important;
    border-radius: 0 !important; 
	border: 2px solid var(--wp--custom--secondary--main) !important;
}

.gform_drop_area {
  background-color: transparent !important;
  border: 2px solid var(--wp--custom--secondary--main) !important;
}
.gform_drop_area::before {
	color: var(--gf-ctrl-label-color-req) !important;
}
select.gfield_select {
	 line-height: 60px !important;
	 background-color: #fff !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {
	

}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
	padding: 18px 28px !important;
	border-color: transparent;
	background-color: var(--wp--custom--secondary--main) !important;
	color: white !important;
	font-weight: 700 !important;
	font-family: var(--wp--custom--font--1) !important;
	text-transform: uppercase !important;
}

input[type="Submit"].search-submit {
	background-image: url('./images/icon-search.svg');
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
form button:hover {
	border-color: var(--wp--custom--primary--light);
	background-color: var(--wp--custom--primary--light);
	color: white;
}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active, 
form button:active {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
}





/******************************************************************************
 * * *  HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: var(--wp--custom--secondary--main);
	display: block;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.scroll-bar-container {
	max-width: 100%;
}
.scroll-logo {
	max-height: 64px;
}

.scroll-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: var(--wp--custom--spacer--xxs);
}
.scroll-right-widget {
	order: 1;
	width: auto;
}

.scroll-right-nav {
	width: auto;
    margin: 0;
}

.scroll-masthead {
    width: auto;
}

.scroll-left:nth-last-child(3), 
.scroll-right:nth-child(3) {
	    width: calc(50% - 33px);
}





/***  TOP BAR  ***/

.top-bar {
	background-color: var(--wp--custom--light--2);
}



/***  HEADER  ***/

.header-logo {
	max-height: 90px;
}

@media screen and (max-width: 600px) {
.header-logo {
	max-height: 55px;
}
}
.header-container {
	max-width: 100%;
	background-color: var(--wp--custom--secondary--main);
}

.wp-block-social-links .wp-social-link a{
    margin-right: 0.8rem;
	padding: 0;
}

.header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: var(--wp--custom--spacer--xxs);
}
.header-right-widget {
	order: 1;
	width: auto;
}

.header-masthead {
    width: auto;
}

.header-left:nth-last-child(3), 
.header-right:nth-child(3) {
	    width: calc(50% - 46px);
}

/* @media screen and (max-width: 1024px) {
.masthead:nth-child(2):not(:last-child) .masthead-link {
    justify-content: left;
}
} */

/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: var(--wp--custom--light--1);
}

.header .menu-button.active [class*="fa"] {
	background-color: var(--wp--custom--primary--main);
	color: white;
}
@media screen and (max-width: 1200px) {
.header-right {
	display: none !important;
}
}


/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: var(--wp--custom--dark--3);
	font-family: var(--wp--custom--font--1);
	font-size: 18px;
	font-weight: 700;
    text-transform: uppercase;
	    color: #fff;
}

@media screen and (max-width: 1400px) {
	.nav-menu > li > a, 
	.nav-menu > li > span, 
	.nav-menu > li > button { font-size: 17px; }
}

@media (max-width: 1260px) {
.nav-menu > li {
	padding: 0;
}
}

.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.single-service .nav-menu > li.services-link > a, 
.single-career .nav-menu > li.careers-link > a, 
.single-resource .nav-menu > li.resources-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-ancestor > span, 
.nav-menu > li.current-menu-ancestor > button, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li.current-menu-item > span, 
.nav-menu > li.current-menu-item > button, 
.nav-menu > li:hover > a, 
.nav-menu > li:hover > span, 
.nav-menu > li:hover > button {
	color: var(--wp--custom--dark--3);
}

/* Nav Button */

.nav-menu > li.nav-button {
	background-color: transparent !important;
}

.nav-menu > li.nav-button > a {
	margin-left: 10px;
	margin-right: 10px;
	background-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	color: white;
}

.nav-menu > li.nav-button > a:hover {
	background-color: var(--wp--custom--primary--light);
}

.nav-menu li ul li > a[target="_blank"] > [class*="fa"] { right: 12px; }

/* Dropdowns */
.nav-menu > li > ul {
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--wp--custom--primary--light);
}
.nav-menu > li:last-child > ul,
.nav-menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
    transform: none;
}
.nav-menu li > ul {
	width: 200px;
}
.sub-menu:not(.hidden-nav-nav .sub-menu):after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        top: -9px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); 
      border-bottom-color: #f8d75f;
}

.nav-menu li ul li:first-child {
	padding-top: 8px;
}
.nav-menu li ul li:last-child {
	padding-bottom: 8px;
}

.nav-menu li ul > li > a, 
.nav-menu li ul > li > span, 
.nav-menu li ul > li > button {
	color: var(--wp--custom--secondary--main);
	text-transform: uppercase;
	font-family: var(--wp--custom--font--1);
	text-align: center;
	
}

.single-careers .nav-menu li ul li.careers-link > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li.current-menu-item > span, 
.nav-menu li ul li.current-menu-item > button, 
.nav-menu li ul li:hover > a, 
.nav-menu li ul li:hover > span, 
.nav-menu li ul li:hover > button {
	color: var(--wp--custom--secondary--light);
}

/* Nested Dropdowns */

.nav-menu li ul li ul {
	top: -8px;
}



/* Category Nav Bar - Blog Archive */
.wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: 4px;
  font-family: var(--wp--custom--font--1);
}
.wp-block-categories-list .cat-item {
  margin: 0;
  padding: 0;
}
.wp-block-categories-list .cat-item a {
  background-color: var(--wp--custom--secondary--main);
  color: #fff;
  padding: 12px 16px;
  text-transform: uppercase;
  white-spaces: nowrap;
}
.wp-block-categories-list .cat-item a:hover {
  background-color: var(--wp--custom--secondary--light) !important;
}



/***  HIDDEN NAV  ***/

.hidden-nav-overlay .hidden-nav.active .menu-close-button {
	width: 40px;
	height: 40px;
	display: flex;
	background-color: var(--wp--custom--primary--main);	
}
.hidden-nav.active .hidden-nav-inner {
    display: table-cell;
}

.hidden-nav-overlay .hidden-nav-inner {
	background-color: var(--wp--custom--secondary--dark);	
}

.hidden-nav-inner { padding: 12px; }

.hidden-menu { 
	font-size: 18px; 
	text-align: left;
}

.hidden-menu li > span,
.hidden-menu li a,
.hidden-menu li > button {
	color: var(--wp--custom--light--1);
	font-weight: 700;
}

.hidden-menu li > a, 
.hidden-menu li > span { padding: 4px 0; }

.hidden-menu ul.sub-menu a {
		font-weight: 400;
}
.hidden-menu li.current-menu-item > a {
	color: var(--wp--custom--light--1);
}



/******************************************************************************
 * * *  BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  BANNER  ***/

.banner {
	background-color: var(--wp--custom--dark--1);
}

.banner-inner {
	padding-top: var(--wp--custom--spacer--lg);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner-viewheight .banner-inner {
	padding-top: calc(var(--wp--custom--spacer--lg) + 140px);
	padding-bottom: var(--wp--custom--spacer--lg);
}

.banner-short .banner-inner {
	min-height: calc(50vh);
}

.banner-tall .banner-inner {
	min-height: calc(55vh);
}

.banner a {
	color: var(--wp--custom--primary--light);
}

.banner a:hover {
	color: white;
}



/***  HEADLINE BAR  ***/

h1.headline {
	text-transform:uppercase;
}
.headline-bar {
	text-align: center;
	padding-top: var(--wp--custom--spacer--lg);
}

/* banner deck */
.banner .deck {
    font-size: 32px;
	font-family: var(--wp--custom--font--1);
	font-weight: 700;
	text-transform:uppercase;
}


/***  ENTRY NAVBAR  ***/

.entry-menu > li > a {
	color: var(--wp--custom--dark--3);
}

.entry-menu > li.current-menu-item > a, 
.entry-menu > li:hover > a {
	color: var(--wp--custom--primary--main);
}



/***  MAIN  ***/

.main {
	padding-top:  var(--wp--custom--spacer--lg);
	padding-bottom:  var(--wp--custom--spacer--lg);
}

.content > .alignfull:first-child {
	margin-top: calc(var(--wp--custom--spacer--lg) * -1);
}
.content > .alignfull:last-child {
	margin-bottom: calc(var(--wp--custom--spacer--lg) * -1);
}




/***  ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
	/* border-radius: var(--wp--custom--radius--md);  */
	background-color: var(--wp--custom--primary--main);
	overflow: hidden;
	color: var(--wp--custom--dark--2);
}

.entry-cols .entry-link:hover {
}

.entry-cols .entry-icon-wrap:first-child {
	padding: 30px 30px 0;
}

.entry-cols .entry-icon svg {
	width: 60px;
	fill: var(--wp--custom--primary--main);
}

.entry-cols .entry-text-wrap {
	padding: 20px 3px 20px 3px;
}

.includes-link-text .entry:not(.col-full) .entry-text-wrap {
	padding-bottom: 80px;
}

.entry-cols .entry:not(.col-full) .entry-link-text-wrap {
	left: 30px;
	bottom: 30px;
}

.entry-cols .entry-link .entry-link-text {
	color: var(--wp--custom--primary--main);
}

.entry-cols .entry-link:hover .entry-link-text {
	color: var(--wp--custom--primary--light);
}

.entry-cols .entry-title {
	font-size: 16px;
	text-transform: uppercase;
}

.post .entry-thumb {
   transition: all 0.2s ease-in-out
}

article.post.entry:hover .entry-thumb {
    transform: scale(1.1);
}

.post .entry-thumb-wrap {
    overflow: hidden;
}

.post-cols .post-cats {
    position: absolute;
    top: 12px;
    left: 12px;
}

.post-cols .post-cat {
	font-family: var(--wp--custom--font--1);
	padding: 2px;
	background-color: #fff;
	border-radius: inherit;
	font-size: 12px;
	display: inline;
	color: var(--wp--custom--secondary--dark);
}

.post-cols .post-date {color: var(--wp--custom--secondary--light);font-size: 14px;}

.entry-text-wrap {
    display: flex;
    flex-direction: column;
}

.entry-title {
    order: 2;
}

.entry-meta {
    order: 1;
}

/* Archive Pagination */

.archive-pagination a {
	border-radius: var(--wp--custom--radius--xl);
	border-color: var(--wp--custom--light--1);
	color: var(--wp--custom--primary--main);
}

.archive-pagination a:hover {
	border-color: var(--wp--custom--primary--light);
	color: var(--wp--custom--primary--light);
}

.archive-pagination a [class*="fa"], 
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}

/* Pagination Blog Archive */
.posts-pagination {
    margin-top: 2rem;
}
.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}




/*** BLOCK COLUMNS ***/
/* @media (max-width: 1100px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:40%!important;
    }
} */

@media (max-width: 900px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:100%!important;
    }
}


/***  SINGLE  ***/





/******************************************************************************
 * * *  FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/



/***  CTA BAR  ***/

.cta-bar {
	padding-top: var(--wp--custom--spacer--xl);
	padding-bottom: var(--wp--custom--spacer--xl);
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--secondary--main);
}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6 {
	color: var(--wp--custom--secondary--main);
	text-transform:uppercase;
	font-size: 32px;
} 




/***  FOOTER  ***/

.footer {
	padding-top: var(--wp--custom--spacer--xxl);
	padding-bottom: var(--wp--custom--spacer--xxl);
	background-color: var(--wp--custom--secondary--main);
	font-size: 0.9em;
}

.footer a:not(.wp-block-image a) {
	transition: all 0.2s ease-in-out;
    box-shadow: inset 0 -.1rem var(--wp--custom--primary--main);
    display: inline-block;
    position: relative;
	color: var(--wp--custom--primary--main);
}

.footer a:hover:not(.wp-block-image a) {
	color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--primary--main);
}

.footer h3,
.footer p {
	color: #fff;
}

@media screen and (min-width: 900px) {
.footer h3 {
	  margin-bottom:  var(--wp--custom--spacer--md)
}
}

.footer .wp-block-button__link {
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--secondary--main) !important;
	font-weight: 700;
	padding: 12px 16px;
}

.footer .wp-block-button__link:hover {
	color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--primary--main) !important;
}


.footer .wp-block-social-links svg:hover {
	color: var(--wp--custom--secondary--light);
	background-color: var(--wp--custom--secondary--main);	
}


/***  6.3 BOTTOM BAR  ***/
.bottom-bar {
color: #fff;
padding-bottom: var(--wp--custom--spacer--md)
}

.bottom-bar {
	background-color: var(--wp--custom--secondary--main);
	font-size: 0.9em;
}

.copyrights-credits-wrapper {
	margin-top: var(--wp--custom--spacer--xxs) !important;
}


/* Menus */

.bottom-bar .menu a,
.bottom-bar .credits a
.bottom-bar p,
.bottom-bar a {
	transition: all 0.2s ease-in-out;
	box-shadow: inset 0 -.1rem var(--wp--custom--primary--main);
	display: inline-block;
	position: relative;
	color: var(--wp--custom--primary--main);
}

.bottom-bar .menu a:hover,
.bottom-bar .credits a:hover,
.bottom-bar a:hover {
	color: var(--wp--custom--secondary--main);
	background-color: var(--wp--custom--primary--main);
}

.bottom-bar li a {
	padding: 0;
}

.bottom-bar .menu {

}


.bottom-bar .menu li:not(:last-child)::after{
  content: "|";
  margin: 0 3px;
}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/

/* Add custom theme styles here */


/*** GALLERY BLOCK ***/
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin: 0;
}

/***  ICON CARDS  ***/

.icon-cards {
	text-align: center;
}

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--accent--1);
	color: white;
}

.icon-cards .wp-block-column .wp-block-heading, 
.icon-cards .wp-block-column .wp-block-heading a {
	color: var(--wp--custom--primary--main);
	border-bottom: none;
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover .wp-block-heading, 
.icon-cards .wp-block-column:hover .wp-block-heading a, 
.icon-cards .wp-block-column:hover .wp-block-heading a:hover {
	color: white;
}

.icon-cards .wp-block-outermost-icon-block {
	justify-content: center;
}

.icon-cards .wp-block-heading:not(:first-child) {
	margin-top: 0.25em;
	font-size: 1.45em;
}



/*** SERVICES && EVENTS ***/
.service-navbar {
	display: none;
}


 .entry-cols .service .entry-text-wrap,
 .entry-cols .event .entry-text-wrap {
	padding: 0px;
}
 .service .wrap-content,
 .event .wrap-content  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
    z-index: 2;
}
 .service h3,
 .event h3 {
	 color: #fff;
	 text-transform:uppercase;
	  font-size: 24px !important; 
 }
@media screen and (max-width: 1024px) {
 .service h3,
 .event h3 {
	  font-size: 16px !important;
	} 
}

.service .service-text-wrap::before,
.event .event-text-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--wp--custom--dark--2);
	opacity: .6;
}

.service .service-text-wrap:hover::before,
.event .event-text-wrap:hover::before {
	opacity: .8;
}

.service .service-link ::before,
.event .event-link ::before {
	outline: solid 2px #F5CE3E;
    outline-offset: -20px;
	transition: all 200ms ease;
}
.service .service-link :hover::before,
.event .event-link :hover::before {
	outline-offset: -10px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.service .thumb-size-square,
	.event .thumb-size-square {
		height: 350px;
		width: 100%;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column .service,
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column .event {
        flex-basis:50%!important;
	}
}

.service .thumb-size-square,
.event .thumb-size-square {
	width: 100%;
}




/*** BOTTOM PAGES ***/

.bottom-pages .wp-block-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--wp--custom--dark--2);
    opacity: .6;
    outline: dashed 2px #F5CE3E;
    outline-offset: -20px;
    transition: all 300ms ease;
    z-index: 1;
    pointer-events: none;
}

.bottom-pages.link-cards .wp-block-cover::before,
.bottom-pages .pum-trigger .wp-block-cover::before { outline-style: solid; }

/*  Ribbon */
.bottom-pages .wp-block-cover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 2;
}

/* .bottom-pages .wp-block-cover:hover::before {
    opacity: .8; 
    outline-offset: -10px; 
} */

.bottom-pages.link-cards .wp-block-cover:hover::before,
.bottom-pages .pum-trigger .wp-block-cover:hover::before {
    opacity: .8; 
    outline-offset: -10px; 
}

.bottom-pages .wp-block-cover__inner-container {
    position: relative;
    z-index: 3;
	padding: var(--wp--custom--spacer--xxs);
}
.bottom-pages .wp-block-cover__inner-container h3,
.bottom-pages .wp-block-cover__inner-container h3 a,
.bottom-pages .wp-block-cover__inner-container h4 a {
    font-size: 22px;
	line-height: 1.1em;
	color: #fff;
}

.bottom-pages .wp-block-cover__inner-container P {
    font-weight: 700;
	color: #fff;
	
}

/*** EVENTS ***/

/* CBP connects event */
.postid-143 .headline {
	display: none !important;
}
.cbp-connects-logo {
	width: 608px;
}

/* Single Event pages (Ribbon) */
.bottom-pages .wp-block-cover.cbp-produced::after {
    background-image: url('/wp-content/uploads/ribbon-cbp-produced.png');
}

.bottom-pages .wp-block-cover.two-annually::after {
    background-image: url('/wp-content/uploads/ribbon-2-annually.png');
}

.bottom-pages .wp-block-cover.annual-event::after {
    background-image: url('/wp-content/uploads/ribbon-annual-event-2-2.png');
}



/*** ACCORDIONS ***/
.accordion-sched details summary  {
	background-color: var(--wp--custom--secondary--main);
	padding: 10px 15px;
	font-size: inherit;
	color: white;
}
.accordion-sched details summary a  {
	color: #fff
}
.accordion-sched .wp-block-details {
	border: 1px solid var(--wp--custom--light--2);
}
.accordion-sched details summary:after {
	color: #fff;
}
.accordion-sched details summary + .wp-block-group { 
	background-color: white;
	margin-top: 0; 
}

/* faq */
details summary  {
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--secondary--main);
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 24px;
	font-family: var(--wp--custom--font--1);
}
details summary:after {
	color: var(--wp--custom--secondary--main);
	right: 10px;
	top: 50%;
	left: inherit;
	content: "\e59e";
	font-size: 12px;
	font-weight: 700;
}
details[open] summary::after {
	content: "\f068";
}
.wp-block-details p:not(.accordion-sched  .wp-block-details p )  {
	padding: 0px 0px 25px 0px;
	margin-top: 0;	
}
details summary {
	padding: 25px 20px 25px 0px;
}
details {
	border-bottom: 1px solid var(--wp--custom--secondary--main);
}


/*** POPUP MAKER ***/
.pum-overlay{
    background-color: color-mix(in srgb, var(--wp--custom--secondary--dark) 80%, transparent);
}
.pum-content {
	color: var(--wp--custom--secondary--main) !important;
}
.pum-content li {
	margin-bottom: 1rem;
}
.pum-container {
	padding: 4rem 3rem !important;
	background-color: var(--wp--custom--primary--main) !important;
}
.pum-close.popmake-close{
    padding: 15px 25px 15px 25px !important;
    font-size: 28px !important;
    background-color: var(--wp--custom--secondary--main) !important;
    color: #fff !important;
}
.pum-close.popmake-close:hover{
 background-color: var(--wp--custom--secondary--light) !important;
}


/*** TABLE SCHEDULE ***/

.table-sched.wp-block-table td,.wp-block-table th {
    border: 4px solid var(--wp--custom--secondary--main);
    padding: 1.3em;
}

.table-sched td:first-child,
.table-sched th:first-child {
    width: 20%; /* adjust as needed */
}
.table-sched td:last-child,
.table-sched th:last-child {
    width: 80%;
	background-color: #F8D75F;
}

.table-sched.ollie td:last-child,
.table-sched.ollie th:last-child {
    width: 80%;
	background-color: #F7C40E;
}

/*** OUR STORY ***/
/* @media (max-width: 900px) {
    .our-story-content .wp-block-columns.is-layout-flex {
        flex-direction: column-reverse;
	}
} */

/*** GUTENA TABS ***/
.wp-block-gutena-tabs li {
    margin-left: 0;
}
li .gutena-tab-title-text {
	font-family: var(--wp--custom--font--1);
	font-weight: 700;
}


/*** INDUSTRY PARTNERS ***/
.page-id-18771 .main-wrap {
	background-color: #fff;
}
.partner-cols .cols-spaced > [class*="col"] {
	padding: 30px;
}
.partner .partner-logo {
   transition: all 0.2s ease-in-out;
}
a.partner-link {
   box-shadow: none !important;
}
.partner-titles a:hover {
	color: var(--wp--custom--secondary--main);
}
/* .partner .partner-logo-wrap {
	  overflow: hidden;
} */
.partner-link:hover .partner-logo {
  transform: scale(1.1);
}
.partner-titles {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}


/* tags */
.partner-tags {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.partner-tag {
  position: relative;
  display: inline-block;
  background-color: var(--wp--custom--secondary--main);
  color: var(--wp--custom--primary--main);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px 4px 0 4px;
}
.partner-tag::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid var(--wp--custom--secondary--main);
  border-left: 10px solid transparent;
}

@media screen and (min-width: 601px) and (max-width: 1200px) {
	.partner.tablet-col-third {
		width: 33.3333%;
	}
}

/* Single Partner */
.single-partner .main-wrap {
	background-color: #fff !important;
}
.single-partner .cta-bar {
	display: none;
}

.single-partner h2,
.single-partner h3,
.single-partner h4,
.single-partner h5,
.single-partner h6 {
	    margin-top: var(--wp--custom--spacer--xs);
	    margin-bottom: var(--wp--custom--spacer--xs)
}

.partner-meta strong {
	color: var(--wp--custom--secondary--light);
	
}
.partner-meta,
.partner-meta a {
	font-weight: bold;
	font-family: var(--wp--custom--font--1);
	margin-top: 5px;
	margin-bottom: 5px;
}

.partner-actions {
	margin-top: 50px;
    margin-bottom: 50px;
}

.partner-single-layout {
	display: flex;
    align-items: flex-start;
    gap: 60px;
}
.partner-single-layout__image {
    flex: 0 0 auto;
    width: 30%;
}
.partner-single-layout__image img {
    width: 100%;
    height: auto;
    display: block;
}
.partner-single-layout__content {
    flex: 1;
}
@media ( max-width: 768px ) {
    .partner-single-layout {
        flex-direction: column;
    }
    .partner-single-layout__image {
        width: 100%;
    }
}

/*** ON LOAD ANIMATE FIX BLINK ***/
.animated {
  opacity: 0;
  animation-fill-mode: both !important;
}

/* Line Cover Cards */
.line-cover-cards .wp-block-cover { height: 100%; }

/* Two Columns Equals on 1200 */
@media screen and (min-width: 901px) and (max-width: 1200px) {
	.two-cols-eq-on-1200.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column { flex-basis: 50% !important; }
}

/* Columns Stack on 1200px */
@media screen and (max-width: 1200px) {
	.stack-on-1200 { flex-direction: column; }
}

/* Columns Reverse */
@media screen and (max-width: 900px) {
	.columns-reverse.wp-block-columns:not(.is-not-stacked-on-mobile) { flex-direction: column-reverse; }
}
/* Archive Filter */
.archive-navbar .filter-form > * { 
	margin: 8px;
	height: auto; 
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* Notification Link */
.notification-link { 
	text-decoration: none !important; 
	border-bottom: 1px dashed currentColor;
}

.notification-link:hover { border-bottom-style: solid; }



/*** STICKY BOTTOM ALERT BAR  ***/
#siteAlertBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--wp--custom--secondary--main);
    letter-sdpacing: 0.05em;
    text-transform: uppercase;
    z-index: 9;
    display: flex;
}

#siteAlertBar a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 100px 18px 40px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-family: var(--wp--custom--font--1);
}

#siteAlertBar a:hover {
    background-color: var(--wp--custom--secondary--light);
}

#alertBarClose {
    position: absolute;
    right: 3px;
    top: 50%;
	width: 60px;
    transform: translateY(-50%);
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    padding: 10px;
    line-height: 1;
    background-color: rgba(0,0,0,.25);
}

#alertBarClose:hover {
    opacity: 0.5
}

/* VBC Flexible Table */
@media screen and (min-width: 901px) and (max-width: 1023px) {
	.vbc-flexible-table { font-size: 0.9em; }

	.vbc-flexible-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, 
	.vbc-flexible-table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td { padding: 12px; }

	.vbc-flexible-table .button, 
	.vbc-flexible-table .wp-block-button__link, 
	.vbc-flexible-table .button-outline, 
	.vbc-flexible-table .is-style-outline 
	.vbc-flexible-table .wp-block-button__link, 
	body:not(.wp-admin) .vbc-flexible-table.table-sched a:not(th a), 
	body:not(.wp-admin) .vbc-flexible-table.table-sched-merge a:not(th a, .not-button) { padding: 12px 16px; }
}

@media screen and (max-width: 900px) {
	.vbc-flexible-table.wp-block-flexible-table-block-table table.is-stacked-on-mobile th, 
	.vbc-flexible-table.wp-block-flexible-table-block-table table.is-stacked-on-mobile td {
		width: 100%!important;
		display: block;
	}
}

