/*
Theme Name: CCE Theme
Theme URI:
Author: Stature Marketing
Author URI: https://staturemarketing.com
Description: Custom theme developed exclusively for Canadian Concrete Expo. Initially developed in 2023.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cce
Tags:

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Links
# Cookie Notice
# Header & Site Branding
# Site Alert
# Header Top Bar
# Site Navigation
# Shortcodes (Social Media)
# Footer
# CPT - Sessions / Schedule
# CPT - VIP Codes
# Accessibility
# Alignments
# Clearings
# Content
	## Posts and pages
  ## Error 404 Page
	## Comments
  ## Unsupported Browser
# Media
	## Captions
	## Galleries
# Media Queries (Responsive)
# Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: border-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.75em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
  border: initial;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Focus Styles for Keyboard Only
--------------------------------------------------------------*/
:focus {
    outline: initial;
}
:focus-visible, a:focus-visible input:focus-visible {
    outline: -webkit-focus-ring-color auto 1px !important;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
	/* Fallback for when there is no custom background color defined. */
}
ul {
	margin: 0 0 1.5em 0;
	padding-left: 17px;
	list-style: disc;
}
ol {
	margin: 0 0 1.5em 0;
	padding-left: 30px;
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--blue);
}

a:visited {
  
}

a:hover, a:focus, a:active {
  color: var(--blue-alt);
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Site Containers
--------------------------------------------------------------*/

.site {
	max-width: 100%;
}
.site-content {
  position: relative;
}
.wrap {
  margin: 0 auto;
  width: var(--width-wide);
  max-width: 100%;
}

/*--------------------------------------------------------------
# Cookie Notice Bar
--------------------------------------------------------------*/
.alert-box {
    position: fixed;
    bottom: 10px;
    right: 10px;
    min-height: 100px;
    width: 100%;
    max-width: 350px;
    z-index: 20000;
    background-color: var(--white);
    padding: 1.75em;
    line-height: 1.5em;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 3px;
    font-size: 0.9em;
}
.alert-box a {
   color: var(--grey-90);
   font-weight: 700;
}
.alert-box-logo {
   position: absolute;
   left: 10px;
   top: 10px;
}
.alert-box-close {
   display: block;
   position: absolute;
   top: 5px;
   right: 5px;
   background: none;
   border: none;
   padding: 0;
}
.alert-box-close svg {
   width: 23px;
   height: 23px;
   fill: var(--grey-90);
	 background:	var(--white);
	 border: solid 1px rgba(0,0,0,0.2);
	 border-radius: 100%;
	 padding: 3px;
}
.alert-box .alert-box-close:hover svg,
.alert-box .alert-box-close:focus svg {
	fill: var(--white);
	background:	var(--grey-90);
}
.alert-box-body {
  margin-bottom: 20px;
}
body h2.alert-box-title {
  font-size: 1.3em !important;
  margin: 0 0 15px !important;
}
#alert-box-message {
   margin: 0;
}
.alert-box-button-container {
   flex: 1 150px;
   max-width: 150px;
}
.alert-box-button {
   line-height: 2em;
}
@media screen and (max-width: 1200px) {
  .alert-box {
      border: none;
      border-top: solid 1px rgba(0,0,0,0.2);
      border-radius: 0;
      bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .alert-box {
    flex-wrap: wrap;
    padding: 15px 30px 15px 15px;
    max-width: 100%;
    right: 0;
  }
  #alert-box-message {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.3em;
  }
  .alert-box-button {
    font-size: 0.9em;
  }
  .alert-box-button a.allow-all {
    font-size: 0.9em;
    padding: 10px 30px;
    line-height: 1;
    border-radius: 3px;
  }
  body h2.alert-box-title {
    display: none;
  }
}

/*--------------------------------------------------------------
# Header & Site Branding
--------------------------------------------------------------*/
.admin-bar .site-header {
  top: 32px;  
}
.site-header {
  background: var(--blue-darker);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: ease 0.45s position;
}
.site-header > .wrap {
	display: flex;
	flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  width: var(--width-wide);
  max-width: var(--width-max-padding);
}
.site-branding {
	padding: 10px 0;
  max-width: 270px;
  width: 270px;
  height: var(--header-offset-desktop);
	float: left;
	z-index: 10000;
  transition: ease 0.75s all;
}
.site-branding .site-title {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.site-branding a.site-logo {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('./inc/images/brand/logo-header-white.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000;
  transition: ease 0.6s all;
}

/*--------------------------------------------------------------
## Overlay Header Style
--------------------------------------------------------------*/
.header-overlay .site-header {
  background: var(--blue-darker-overlay);
}
.header-overlay .site-content {
  margin-top: 0;
}
.alert-active.header-overlay .site-header:before {
  top: 50px;
}

/*--------------------------------------------------------------
## Site Alert
--------------------------------------------------------------*/

.site-alert {
    position: relative;
    z-index: 10000;
    width: 100%;
    min-height: 50px;
    max-height: 200px;
    height: auto;
    background: var(--yellow);
    color: var(--black);
    transition: ease 0.2s all;
    font-size: 0.85em;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    text-align: center;
    top: 0;
}
.site-alert:not(.hide-alert) {
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.site-alert.hide-alert {
    height: 0;
    min-height: 0;
    overflow: hidden;
    top: -200px;
}
.site-alert .wrap {
    max-width: var(--width-max-padding);
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 9px;
    align-items: center;
    justify-content: center;
}
.alert-content {
  display: inline;
}
a.alert-link {
    color: var(--black);
    text-decoration: none;
    font-weight: 900;
    display: inline-block;
    border-bottom: solid 2px;
    transition: ease 0.25s all;
    position: relative;
    top: 1px;
}
a.alert-link:hover, a.alert-link:focus {
    border-color: transparent;
}
a.alert-link:after {
    font-family: dashicons;
    content: "\f344";
    margin-left: 7px;
    position: absolute;
    right: -14px;
    top: -1px;
    opacity: 0;
    transition: ease 0.25s all;
}
a.alert-link:hover:after, a.alert-link:focus:after {
    opacity: 1;
    right: -18px;
}
@media screen and (max-width: 767px) {
  .site-alert {
    font-size: 0.9em;
  }
  .site-alert .wrap {
    padding: 10px 10px; 
  }
}


/*--------------------------------------------------------------
## Header Top Bar
--------------------------------------------------------------*/
.topbar {
    background: var(--blue-dark);
    color: var(--white);
    width: 100%;
}
.topbar .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--width-max-padding);
    margin: 0 auto;
    padding: 8px 0;
    font-size: 0.85em;
}
.topbar-col2 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.topbar-sponsor-heading {
    line-height: 1.3em;
    text-align: left;
}
.topbar-sponsor-logo-wrap img {
    max-height: 40px;
    width: auto;
    border-radius: 3px;
    display: block;
    transition: ease 0.25s all;
}
a.topbar-sponsor-logo:hover img {
    transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .topbar .wrap {
      flex-wrap: wrap;
      gap: 12px;
      padding: 12px 0;
      justify-content: center;
  }
  .topbar-col1, .topbar-col2 {
      flex-basis: 100%;
      text-align: center;
      justify-content: center;
  }
  .topbar-sponsor-heading {
      font-size: 0.8em;
  }
  .topbar-sponsor-logo-wrap img {
      max-height: 35px;
  }
  body:not(.home) .topbar-sponsors {
    display: none;
    /* show topbar sponsors on home only*/
  }
  body:is(.home) .topbar-content {
    display: none;
    /* hide topbar dates on home */
  }
  body:is(.home) .site-header {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    background: var(--blue-darker) !important;
    /* reverse topbar and header on homepage */
  }
}

/*--------------------------------------------------------------
## Site Navigation
--------------------------------------------------------------*/

.site-navigation {
  flex: 1 calc(100% - 200px);
  max-width: calc(100% - 200px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Show main navigation and hide mobile navigation on mobile */
#main-navigation {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
  }
#mobile-navigation {
  display: none;
}
@media only screen and (max-width: 960px) {
    /* Hide main navigation and show mobile navigation on mobile */
    #main-navigation {
      display: none;
    }
    #mobile-navigation {
      display: inline-block;
    }
}

/* Max Mega Nav - Desktop & Mobile Styles */
.meganav-col1 {
    height: 100%;
}
.meganav-col2 {
    height: 100%;
}
.meganav-col2 ul > li {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
.meganav-col2 a {
    font-weight: 400 !important;
}
.meganav-col2 a {
    font-size: 0.9em !important;
    line-height: 1.3 !important;
}
.mega-menu-item .textwidget {
    font-size: 0.9em;
}
span.mega-menu-badge.mega-menu-badge-style-two {
    background: var(--white) !important;
    color: var(--black) !important;
    border: solid 1px !important;
    top: 0 !important;
}
/* General Nav Styles */
.mega-menu-mobile-navigation-mobile-open .site-header {
    background: var(--blue-darker) !important;
}
.meganav-col1 li.mega-has-icon > a {
    display: flex !important;
    align-items: center !important;
}
.meganav-col1 li.mega-has-icon > a:before {
    font-size: 1.2em !important;
    margin-right: 10px !important;
    border-radius: 100%;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: ease 0.2s all;
}
.meganav-col1 li.mega-has-icon > a:not(.mega-custom-icon):before {
    color: var(--white) !important;
    background: var(--grey-30) !important;
}
.meganav-col1 li.mega-has-icon > a:not(.mega-custom-icon):hover:before {
    background: var(--grey-70) !important;
}
.meganav-col1 li.mega-has-icon > a:is(.mega-custom-icon):before {
    background-size: 100% !important;
    background-position: center !important;
}
.nav-section-title {
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: solid 3px var(--green);
}
.nav-section-title-2 {
    font-size: 0.9em;
    font-style: italic;
    border-bottom: solid 1px;
}
.meganav-col2 .mega-menu-description {
    margin-top: 0 !important;
}
/* Mobile Nav */
.mobile-nav .mega-menu-logo {
    max-width: 250px !important;
    margin: 0 auto 10px !important;
}
.mobile-nav .mega-social-nav {
    padding: 0 25px !important;
    margin: 30px 0 !important;
}
.mobile-nav ul.mega-sub-menu {
    padding: 0px 0px 30px !important;
    margin-bottom: 20px !important;
}
.mobile-nav .meganav-col1 {
    margin: 10px 0 !important;
}
.mobile-nav .meganav-col2 {
    border-top: none !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}
.mobile-nav ul.mega-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0 30px !important;
}
.mobile-nav .meganav-col1 li.mega-has-icon > a:before {
    font-size: 1em !important;
    width: 30px !important;
    height: 30px !important;
}
.mobile-nav .meganav-col1 li.mega-has-icon > a:not(.mega-custom-icon):before {
    color: var(--blue-darker) !important;
    background: var(--grey-30) !important;
}
.mobile-nav .meganav-col1 li.mega-has-icon > a:not(.mega-custom-icon):hover:before {
    background: var(--white) !important;
}
.mobile-nav .social-links svg {
    fill: var(--white);
}
.mobile-nav li.mega-menu-item-type-widget {
    padding: 5px 30px !important;
}
/* Desktop Nav */
.main-nav a.mega-menu-link {
    text-decoration-thickness: 3px !important;
}
.main-nav ul.mega-menu > li > a {
    border-radius: 5px 5px 0 0 !important;
}
.main-nav ul.mega-menu > li.mega-toggle-on > a {
    background: var(--white) !important;
    border-color: transparent !important;
    color: var(--black) !important; 
    text-decoration: none !important;
}
.main-nav ul.mega-menu > li > a span {
  background-image: linear-gradient(var(--green), var(--green));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;  
}
.main-nav ul.mega-menu > li > a.mega-menu-link:is(:hover,:focus,[aria-expanded="true"]) span{
    background-size: 100% 2px;
}
.main-nav ul li.nav-button a {
    border-radius: 60px !important;
    height: auto !important;
    padding: 3px 25px !important;
    line-height: 1.7 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    background: transparent !important;
    color: var(--white) !important;
    border: solid 1px var(--green) !important;
}
.main-nav li.nav-button a:is(:hover,:focus) {
    background: var(--green) !important;
    color: var(--black) !important;
}
.main-nav .mega-menu-wrap {
    width: 100% !important;
    max-width: 800px !important;
    margin-left: auto !important;
}
.main-nav ul.max-mega-menu {
    width: 100% !important;
}
.main-nav ul.max-mega-menu > li > ul.mega-sub-menu {
    overflow: hidden !important;
    box-shadow: 5px 12px 25px rgba(0,0,0,0.2) !important;
}
.main-nav .meganav > ul {
    display: flex !important;
}
.main-nav .meganav-col1 {
    padding: 30px 20px !important;
}
.main-nav .meganav-col2 {
    padding: 30px 20px !important;
    border-left: solid 1px var(--grey-20) !important;
    background: var(--grey-10) !important;
}
.main-nav li.mega-menu-item-type-widget {
    padding: 5px 25px !important;
}
.main-nav .meganav-col1 ul.mega-sub-menu > li {
    padding: 2px 10px !important;
}
.main-nav ul.mega-sub-menu > li > a {
    border-radius: 5px 5px !important;
}
.main-nav .meganav-center-col ul.mega-sub-menu {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
/* Social Follow Shortcode  */
.social-links {
  display: flex;
}
.social-links a {
  padding: 0 5px;
  margin: 0 3px;
  display: flex;
  align-items: center;
  background: none !important;
}
.social-links svg {
  height: 25px;
  width: 25px;
  fill: var(--black);
  transition: ease 0.3s all;
}
.social-links svg:hover, .social-links svg:focus {
  transform: scale(1.25);
  fill: var(--green);
}

/* Social Share Shortcode  */

.social-share {
	display: flex;
	align-items: center;
}
.share-text {
  margin-right: 6px;
  font-weight: 900;
}
.share-icons {
  flex: 1;
  display: flex;
}
.social-share a {
  padding: 0 5px;
  margin: 0 2px;
  display: flex;
  align-items: center;
  border: none !important;
}
.social-share svg {
  height: 25px;
  width: 25px;
  fill: var(--grey-90);
  transition: ease 0.3s all;
}
.social-share svg:hover, .social-share svg:focus {
  transform: scale(1.25);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  clear: both;
  width: 100%;
  max-width: 100vw;
	color: var(--white);
  background: var(--blue-darker);
  position: relative;
  z-index: 1;
  padding: 70px 0;
}
.site-footer a {
  color: var(--white);
  text-decoration: none;
  background-image: linear-gradient(var(--green), var(--green));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
}
.site-footer a:hover, .site-footer a:focus {
    background-size: 100% 2px;
}
.site-footer ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}
/* Footer Dates & Locations */
.footer-dates {
    margin-bottom: 30px;
    border-bottom: solid 3px var(--grey-70);
    padding-bottom: 30px;
    width: 100%;
}
.footer-dates-row {
  font-size: 1.1em;
  color: var(--grey-30);
}
.footer-dates-row span {
    font-weight: 900;
    margin-right: 10px;
    color: var(--white);
}
/*----- Footer Content ------- */
.footer-wrap {
    width: var(--width-wide);
    max-width: var(--width-max-padding);
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 60px;
    margin: 0px auto;
}
.footer-column.col-1 {
    flex-basis: calc(60% - 60px);
}
.footer-column.col-2 {
    flex-basis: 40%;
    color: var(--white);
    margin: 0 0 30px;
}
h2.newsletter-heading {
    display: inline-block;
    margin: 0 0 20px;
    border-bottom: solid 3px var(--green);
    padding-bottom: 3px;
    font-style: italic;
}
.newsletter-content {
    max-width: 450px;
    width: 100%;
    margin: 0 0 20px;
}
.newsletter-content a {
    background-image: linear-gradient(var(--grey-20),var(--grey-20));
    background-position: 0 100%;
    background-size: 100% 1px;
}
.newsletter-content a:hover {
    background-image: linear-gradient(var(--green),var(--green));
    background-position: 0 100%;
    background-size: 100% 3px;
}
/*--------  Footer Menu  ---------*/
ul.footer-nav {
  list-style: none;
  padding: 0;
  column-count: 2;
  column-gap: 50px;
}
ul.footer-nav > li {
  break-inside: avoid-column;
  margin-bottom: 30px;
  max-width: 50%;
  min-width: 200px;
}
ul.footer-nav > li > a {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: var(--white);
    background-image: none;
    margin-bottom: 5px;
}
ul.footer-nav ul.sub-menu a {
    color: var(--grey-30);
    font-weight: 400;
    font-size: 0.95em;
}
ul.footer-nav ul.sub-menu a:is(:hover,:focus) {
    color: var(--white);
}
/* Footer Members Logos */
.members-heading {
    font-size: .8em;
    font-style: italic;
    margin-bottom: 6px;
}
.members-logos-wrap {
    display: flex;
    gap: 20px;
}
.members-logos-wrap a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: var(--grey-70);
    border-radius: 10px;
    width: 240px;
    transition: ease 0.25s all;
}
.members-logos-wrap a:is(:hover,:focus) {
    background: var(--grey-50);
}
.members-logos-wrap a img {
    max-height: 60px;
    margin: 0 auto;
}
/* Footer Social Links */
.footer-social .social-links {
    margin: 0 0 45px;
}
.footer-social .social-links svg {
    fill: var(--grey-30);
}
.footer-social .social-links a:hover svg {
    fill: var(--green);
}
/*-------- Footer Legal --------*/
.footer-legal {
    flex-basis: 100%;
    margin: 20px 0 0;
    float: left;
    color: var(--grey-20);
    font-size: 0.85em;
    line-height: 1.4;
}
.footer-copyright {
    display: flex;
}
.footer-credit {
    margin: 10px 0 0 0;
    font-style: italic;
    color: var(--green);
}
.legal-nav {
  float: right;
  line-height: 1.4em;
}
.legal-nav li {
    display: inline-block;
    margin-left: 20px;
    font-weight: 700;
}

/*--------------------------------------------------------------
# CPT - Sessions / Schedule Archives
--------------------------------------------------------------*/
header.schedule-header {
    background: var(--blue-dark);
    color: var(--white);
}
header.entry-header.schedule-header .header-content {
    width: var(--width-wide) !important;
    padding: 80px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 30px;
    text-align: left;
}
.schedule-header .header-content .col1 {
    flex-basis: calc(100% - 350px - 40px);
}
.schedule-header .header-content .col2 {
    flex-basis: 350px;
    padding: 30px;
    background: var(--white);
    border-radius: 20px;
    border: solid var(--grey-30);
    color: var(--grey-90);
}
header.entry-header.schedule-header .header-content h1, header.entry-header.schedule-header .header-content h2 {
    text-align: left;
}
.schedule-sponsor {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}
.schedule-sponsor-text {
    font-weight: 700;
    font-style: italic;
}
.schedule-sponsor img {
    height: 100px;
    width: auto;
}
.archive-description {
    margin: 30px 0 0;
    max-width: 750px;
}
header.schedule-header .social-share {
  margin: 30px 0 0;
}
header.schedule-header .social-share svg {
    fill: var(--white);
}
header.schedule-header .social-share a:is(:hover,:focus) svg {
    fill: var(--green);
}
h2.other-schedules-title {
  font-weight: 400;
    font-size: 1.8em !important;
    margin: 0 0 20px !important;
}
.other-schedules ul {
    margin: 0;
}
.other-schedules a {
    background-image: linear-gradient(var(--green),var(--green)) !important;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .4s;
}
.other-schedules a:is(:hover,:focus) {
    background-size: 100% 2px;
}
.session-archive-wrap {
    display: inline-block;
    width: 100%;
    background: var(--grey-10);
}
.sessions-grid {
    max-width: var(--width-max-padding);
    width: var(--width-wide);
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}
.sessions-grid .sticky-date {
    flex-basis: 100%;
}
.sessions-grid h2.date-title {
    flex-basis: 100%;
    font-size: 1.6em;
    line-height: 1.1em;
    transition: ease .15s all;
    padding: 10px 30px;
    background: var(--grey-90);
    display: inline-block;
    color: var(--white);
    border-radius: 90px;
}
.sessions-grid h2.date-title.fixed {
    position: fixed;
    top: 8px;
    z-index: 1;
    font-size: 1.2em;
}
@media screen and (min-width: 600px) {
  .admin-bar .sessions-grid h2.date-title.fixed {
    top: 40px;
  }
}
.sessions-grid article.session {
    flex-basis: calc(33.33% - 24px);
    font-size: 0.9em;
    line-height: 1.5em;
    background: var(--white);
    border: solid 1px var(--grey-30);
    border-radius: 20px;
    overflow: hidden;
}
.sessions-grid article.session .entry-content {
    padding: 0;
}
.session-top {
    flex: 1;
    padding: 30px;
}
.row-category {
    display: flex;
    gap: 10px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.row-category a {
    background: var(--grey-20);
    color: var(--grey-90);
    padding: 4px 15px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.9em;
    margin-top: -4px;
    transition: ease 0.2s all;
}
.row-category a:is(:hover,:focus) {
    background: var(--grey-90) !important;
    color: var(--white) !important;
}
.row-category .time {
    font-size: 1.2em;
    font-weight: 700;
}
.row-heading h3 {
    font-size: 1.6em;
    line-height: 1.2em;
}
.row-heading h3 a {
    color: var(--grey-90);
    text-decoration: none;
    background-image: linear-gradient(var(--grey-90), var(--grey-90));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 4px;
    transition: background-size .4s;
}
.row-heading h3 a:is(:hover,:focus) {
    background-size: 100% 4px;
}
.row-description a {
    font-weight: 700;
}
.session-bottom {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    border-top: solid 1px var(--grey-20);
}
.row-speakers {
    flex-basis: 100%;
}
.speaker-single {
    width: 100%;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;  
}
.speaker-single .speaker-name {
    flex-basis: calc(100% - 50px);
}
.speaker-single .speaker-image {
    flex-basis: 40px;
    width: 40px;
    border-radius: 100%;
}
.row-meta {
    flex-basis: calc(40% - 10px);
    line-height: 1.7em;
}
.row-sponsor {
    flex-basis: calc(60% - 10px);
    text-align: center;
    font-size: 0.85em;
    line-height: 1.3em;
}
.row-sponsor img {
    height: 60px;
    display: block;
    margin: 0 auto 10px;
}
/* Session Type Colors */
.type-conference-sessions .row-category a {
    background: var(--green-alt);
    color: var(--white);
}
.type-conference-sessions .row-heading h3 a {
    background-image: linear-gradient(var(--green), var(--green)) !important;
}
.type-stage-presentations .row-category a {
    background: var(--yellow-alt);
    color: var(--grey-90);
}
.type-stage-presentations .row-heading h3 a {
    background-image: linear-gradient(var(--yellow-alt), var(--yellow-alt)) !important;
}
.type-demonstrations .row-category a {
    background: var(--blue-alt);
    color: var(--grey-90);
}
.type-demonstrations .row-heading h3 a {
    background-image: linear-gradient(var(--blue-alt), var(--blue-alt)) !important;
}
.type-networking-events .row-category a {
    background: var(--red);
    color: var(--white);
}
.type-networking-events .row-heading h3 a {
    background-image: linear-gradient(var(--red), var(--red)) !important;
}
@media screen and (max-width: 960px) {
  .sessions-grid article.session {
    flex-basis: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .schedule-header .header-content .col1 {
      flex-basis: 100%;
  }
  .schedule-header .header-content .col2 {
      flex-basis: 100%;
  }
  .sessions-grid h2.date-title {
      font-size: 1.3em;
  }
  .sessions-grid h2.date-title.fixed {
      font-size: 1em;
  }
}
@media screen and (max-width: 640px) {
  .sessions-grid article.session {
    flex-basis: 100%;
  }
}

/*--------------------------------------------------------------
# CPT - Sessions / Schedule Single
--------------------------------------------------------------*/
.single-session main {
  background: var(--grey-10);
}
header.entry-header.session-header {
    background: var(--blue-dark);
    color: var(--white);
    z-index: 1;
}
header.entry-header.session-header .header-content {
    width: var(--width-wide);
    padding: 25px 0;
    text-align: left;
}
header.entry-header.session-header .header-content a {
    color: var(--white);
}
.session-header .breadcrumbs a {
    background-image: linear-gradient(var(--green),var(--green)) !important;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .4s;
    font-weight: 700;
    font-style: italic;
    font-size: 1.3em;
}
.session-header .breadcrumbs a:is(:hover,:focus) {
    background-size: 100% 2px;
}
.single-session .entry-content {
    margin: 0 auto;
    width: var(--width-wide);
    max-width: var(--width-max-padding);
    padding: 50px 0 80px;
}
.single-session .entry-content > .wrap {
    display: flex;
    gap: 40px 60px;
    flex-wrap: wrap;
    z-index: 1;
}
.single-session .entry-content > .wrap .col1 {
    flex-basis: calc(100% - 60px - 290px);
}
.single-session .entry-content > .wrap .col2 {
    flex-basis: 290px;
    position: relative;
}
.single-session a.type-link {
    background: var(--grey-20);
    color: var(--grey-90);
    padding: 6px 15px;
    border-radius: 50px;
    text-decoration: none;
    transition: ease .2s all;
}
.single-session a.type-link:is(:hover,:focus) {
    background: var(--grey-90) !important;
    color: var(--white) !important;
}
/* Session Type Colors */
.single-session a.type-link.term-14 {
    background: var(--green-alt);
    color: var(--white);
}
.single-session a.type-link.term-16 {
    background: var(--yellow-alt);
    color: var(--grey-90);
}
.single-session a.type-link.term-17 {
    background: var(--blue-alt);
    color: var(--grey-90);
}
.single-session a.type-link.term-15 {
    background: var(--red);
    color: var(--white);
}

.single-session h1.entry-title {
    font-size: 4.5em;
    margin: 20px 0 0;
}
.single-session h2 {
    font-size: 1.3em;
    margin: 0 0 20px;
    text-decoration: underline;
}
.session .social-share {
    justify-content: center;
    margin: 30px 0;
}
.session .share-icons {
    flex: initial;
}
.session-sponsor {
    text-align: center;
    border: solid 1px var(--grey-30);
    background: var(--white);
    border-radius: 10px;
    line-height: 1.3em;
    overflow: hidden;
}
.session-sponsor .heading {
    display: inline-block;
    margin: 0 0 15px;
    font-weight: 700;
    width: 100%;
    background: var(--grey-20);
    padding: 10px 15px;
}
.session-sponsor img.sponsor-logo {
    display: block;
    height: 90px;
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
}
.session-sponsor .session-sponsor-name {
    padding: 15px;
}
.session-details {
    max-width: 900px;
    border: solid 1px var(--grey-30);
    background: var(--white);
    margin: 50px 0 30px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
}
.session-details > * {
    flex-basis: 50%;
    padding: 10px 15px;
}
.session-details .date {
    border-right: solid 1px var(--grey-30);
    border-bottom: solid 1px var(--grey-30);
}
.session-details .duration {
    border-bottom: solid 1px var(--grey-30);
}
.session-details .location {
    border-right: solid 1px var(--grey-30);
}
.session-details > * > span:first-child {
    font-weight: 700;
}
.single-session .description, .single-session .session-speakers {
    max-width: 900px;
    border: solid 1px var(--grey-30);
    background: var(--white);
    border-radius: 6px;
    padding: 30px;
}
.single-session .description {
    margin: 0 0 30px;
}
.single-session .description p:last-child {
    margin-bottom: 0;
}
.session-speakers .single-speaker {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--grey-30);
}
.session-speakers .single-speaker:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.session-speakers .single-speaker img {
    flex-basis: 80px;
    max-width: 80px;
    border-radius: 100%;
}
.single-speaker .speaker-name {
    flex-basis: calc(100% - 80px - 20px);
}
.single-speaker .speaker-bio {
    margin: 10px 0;
    font-size: 0.9em;
}
.session-registration {
    background: var(--blue-dark);
    padding: 30px;
    border-radius: 10px;
    color: var(--white);
}
.session-registration a {
    margin: 20px 0 0;
    letter-spacing: 0 !important;
    font-size: 1.2em;
}
@media screen and (max-width: 960px) {
    .single-session .entry-content > .wrap .col1 {
        flex-basis: 100%;
    }
    .single-session .entry-content > .wrap .col2 {
        flex-basis: 100%;
    }  
}
@media screen and (max-width: 767px) {
    .session-header .breadcrumbs {
        font-size: 0.85em
    }
    .single-session h1.entry-title {
        font-size: 2.8em;
    }
    .single-session h2 {
        font-size: 1.1em;
    }
    .session-details > * {
        flex-basis: 100%;
    }
    .session-details .date {
        border-right: none;
        border-bottom: solid 1px var(--grey-30);
    }
    .session-details .location {
        border-right: none;
        border-bottom: solid 1px var(--grey-30);
    }
    .session-details > * > span:first-child {
        font-weight: 700;
    }
    .single-speaker .speaker-name {
        flex-basis: 100%;
    }
}

/*--------------------------------------------------------------
# CPT - VIP Codes Single
--------------------------------------------------------------*/
.single-vip .topbar {
    display: none;
}
article.type-vip {
    background: var(--grey-20);
}
header.vip-header {
    background: var(--blue-dark);
    color: var(--white);
}
header.entry-header.vip-header .header-content {
    width: var(--width-wide);
    padding-top: 0px;
}
.vip-header-top {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 30px;
}
.vip-header-col1 {
    flex-basis: 66.666%;
    text-align: left;
}
.vip-header-col2 {
    flex-basis: calc(33.333% - 30px);
}
.vip-header .entry-title-top {
    margin: 0 0 25px;
}
.vip-header .entry-title-top span {
    text-transform: uppercase;
    border-bottom: solid 5px var(--green);
    padding: 5px 0px;
    letter-spacing: 1px;
    font-size: 1.3em;
}
.vip-header .entry-title {
    text-align: left !important;
    margin-bottom: 30px !important;
}
.vip-partner {
    background: var(--white);
    color: var(--grey-90);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.vip-sponsor {
    margin-bottom: 13px;
}
.vip-booth {
    font-weight: 700;
    margin-top: 20px;
    font-size: 1.2em;
    border-top: solid 1px var(--grey-30);
    padding-top: 10px;
}
.vip-date {
    border-top: solid 1px rgba(255,255,255,0.3);
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 4%;
}
.vip-date-col {
    flex-basis: 48%;
    color: var(--grey-30);
}
.vip-header-btm {
    margin-top: 30px;
}
.vip-details {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    align-items: center;
    justify-content: space-between;
}
.vip-fineprint {
    text-align: left;
    flex-basis: 66.666%;
    font-size: 1.2em;
}
.vip-code {
    flex-basis: calc(33.333% - 30px);
    border-radius: 20px;
    background: var(--blue-darker);
    padding: 20px;
    border: dashed 3px var(--green);
    line-height: 1.7em;
}
.vip-code-number {
    font-weight: 700;
    font-size: 1.75em;
    letter-spacing: 3px;
    display: inline-block;
    margin-top: 10px;
}
.vip-code-line2 {
    font-style: italic;
}
.vip-register a.theme-button {
    font-size: 1.3em;
    letter-spacing: 0;
    padding: 15px 30px;
    margin: 15px 0 5px;
}
.vip-show-info {
    text-align: center;
    padding: 70px 10px;
    border-bottom: solid 1px var(--grey-20);
    background: url('https://canadianconcreteexpo.com/downloads/media/photos/cce-23-showfloor-1.jpg');
    color: var(--white);
    position: relative;
    min-height: 410px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.vip-show-info:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.vip-show-info .wrap {
    z-index: 1;
    position: relative;
}
.vip-tagline {
    font-family: var(--font-alt);
    font-style: italic;
    font-size: 2.8em;
    line-height: 1.1em;
}
.header-more {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.header-more .more-stat {
    flex-basis: calc(33% - 20px);
    padding: 10px;
}
.header-more .large-stat {
    font-size: 2em;
    font-style: italic;
    font-weight: 900;
    line-height: 1.3em;
}
.header-more .small-stat {
    line-height: 1.3em;
    font-size: 1.1em;
}
.entry-content.vip-content {
    max-width: 990px;
    width: calc(100% - 40px);
    padding: 40px 0;
}
.sessions-heading {
    font-family: var(--font-alt);
    font-size: 3em;
    font-style: italic;
    line-height: 1em;
    margin: 0 0 20px;
    text-align: center;
}
.entry-content.vip-content h2.date-title {
    text-align: center !important;
    margin: 0 auto;
    background: none;
    color: var(--black);
    padding: 0;
}
.entry-content.vip-content h2.date-title:not(:first-child) {
    margin-top: 20px;
}
.vip-sessions.sessions-grid {
    margin: 0 0 50px;
    max-width: 100%;
    gap: 20px 2%;
}
.vip-sessions.sessions-grid article.session {
    flex-basis: 100%;
}
.vip-travel {
    border-bottom: solid 1px var(--grey-30);
    padding-bottom: 60px;
    text-align: center;
}
.vip-travel a {
    margin-top: 20px;
}
.vip-content .sponsor-heading:after {
    background: var(--grey-30);
}
@media screen and (max-width: 767px) {
  .vip-header-col1 {
    flex-basis: 100%;
  }
  .vip-header-col2 {
    flex-basis: 100%;
  }
  .vip-header-col1 {
    padding-top: 0;
  }
  .vip-details {
    flex-direction: column-reverse;
  }
  .vip-fineprint {
    flex-basis: 100%;
    font-size: 1em;
  }
  .vip-date {
    display: none;
  }
  .vip-date-col {
    flex-basis: 100%;
  }
  .vip-code {
    flex-basis: 100%;
    width: 100%;
  }
  .vip-tagline {
    font-size: 2em;
  }
  .header-more .large-stat {
    font-size: 1.7em;
  }
  .header-more .small-stat {
    font-size: 1em;
  }
  .entry-content.vip-content h2 {
    font-size: 1.4em;
  }
  .entry-content.vip-content h2.date-title {
    font-size: 1em;
  }
}

/* VIP HELPER CLASSES FOR BODY CONTENT */
.vip-card {
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  gap: 30px;
  padding: 30px;
}
.vip-card-img {
  flex-basis: 50%;
}
.vip-card-content {
  flex-basis: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .vip-card-img,
  .vip-card-content {
    flex-basis: 100%;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Main Content Grid
--------------------------------------------------------------*/
.content-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 100vw;
}
.site-main {
	margin-right: 0;
	max-width: 100vw;
  position: relative;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
    position: relative;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-content {
	max-width: 800px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
.entry-content .wrap {
  margin: 0 auto;
  position: relative;
}
.content-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}
.content-main iframe {
  width: 100%;
}

/*--------------------------------------------------------------
## Error 404 Page
--------------------------------------------------------------*/
.error404 .site-content {
  min-height: 550px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-top: var(--header-offset-desktop);
}
.error404 .site-content .wrap {
  padding: 170px 20px 100px;
  max-width: 900px;
  margin: 0 auto;
}
.error404 .site-content .wrap h1 {
  font-size: 3.2rem;
}
.error404 .site-content .wrap p:last-child {
	margin-bottom: 0;
}
.error404 .image-404 {
    height: 280px;
    width: 280px;
    margin: 0 auto 40px;
    background: #f1f1f1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    max-width: 100%;
}
@media screen and (max-width: 640px) {
  .error404 .image-404 {
    height: 200px;
    width: 200px;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Unsupported Browser
--------------------------------------------------------------*/

.unsupported-browser {
  background: #f4f4f4;
}
.unsupported-browser .site-header {
  border: none;
  background: none;
}
.unsupported-browser .site-navigation,
.unsupported-browser .site-footer {
  display: none;
}
.unsupported-browser .site-header > .wrap {
  justify-content: center;
}
.unsupported-heading {
    max-width:900px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    padding: 0 40px
}
body.frontend .unsupported-heading h1 {
    font-size: 66px;
}
.browser-list-content {
    text-align: center;
}
body.frontend .browser-list-content p.description a {
    color: #007aff;
}
ul.browser-list {
    display: inline-block;
    max-width: 1240px;
    margin: 20px auto;
    padding: 0;
    border-top: solid 2px #e4e4e4;
}
li.browser-list__item {
    max-width: 25%;
    width: 25%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 50px;
    text-align: center;
    font-size: 22px;
}
a.browser-list__item-anchor {
    color: #414141;
    text-align: center;
}
a.browser-list__item-anchor:hover, a.browser-list__item-anchor:focus {
    color: #dd5044;
}
a.browser-list__item-anchor span {
    display: block;
    text-align: center;
}
span.browser-list__item-image {
    margin-bottom: 20px;
    text-align: center;
}
span.browser-list__item-image img {
    background: #fff;
    border: solid 1px #e4e4e4;
    display: inline-block;
    padding: 40px;
    max-width: 200px;
    border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  li.browser-list__item {
      font-size: 18px;
  }
  span.browser-list__item-image img {
      padding: 20px;
      max-width: 120px;
  }

}
@media screen and (max-width: 767px) {
    .unsupported-heading h1 {
      font-size: 46px !important;
    }
    li.browser-list__item {
      max-width: 50%;
      width: 50%;
    }

}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	overflow: scroll;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	color: #7c7c7c;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	font-weight: 400;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*=====================================
=            Media Queries            =
=====================================*/

/*----------  Retina (2x)  ----------*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

}

/*----------  1024  ----------*/
@media screen and (max-width: 1024px) {

  
}

/*----------  960  ----------*/

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

  .site-branding {
    height: var(--header-offset-mobile);
  }
  body:not(.home) .site-branding {
    max-width: 200px;
    width: 200px;
  }
  .site-navigation {
    flex: 1 100px;
    max-width: 100px;
    font-size: 1em;
  }
  /* Footer */
  .footer-wrap {
    font-size: 0.9em;
  }
  .footer-column.col-1, .footer-column.col-2 {
    flex-basis: 100%;
    width: 100%;
  }
  .footer-dates-row {
    font-size: 1em;
    line-height: 1.5em;
    margin: 5px 0;
}
  .footer-social .social-links {
    display: flex;
    float: none;
    flex-direction: row;
    gap: 10px;
    margin: 0 0 30px;
  }

}

/*----------  783  ----------*/

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

  /* Site Header */
  .admin-bar .site-header {
    top: 46px;
  }

}
/*----------  768  ----------*/

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

  /* 404 Page */
  .error404 .site-content {
  	min-height: auto;
  }
  .error404 .site-content .wrap h1 {
	font-size: 1.6rem;
  }

}

/*----------  640  ----------*/

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

  .menu-bottom {
    padding: 28px 20px;
  }

}

/*=====================================
=            Print Styles             =
=====================================*/
@media print {
    .site-header, .site-footer {
      display: none;
    }
    .site {
      background: var(--white) !important;
    }
    .site-main {
      margin-top: 0 !important;
    }
}