/*
Theme Name: ATC 2025 (Twenty Nineteen Child)
Version: 2024.06
Description: The AgeTech Collaborative WordPress theme for the 2025 event. A child theme of Twenty Nineteen.
Template: twentynineteen
Author: Adam Louie, Matthew Roosa, M
*/
@import url("../twentynineteen/style.css");
/* Your awesome customization starts here */

:root {
	--header-mobile-height: 104px;
	--header-desktop-height: 147px;
	--max-width: 1200px;
	--inner-width: 1140px;
	--font-size--h1: clamp(60px, 5vw, 80px);
	--font-size--h2: clamp(32px, 3vw, 48px);
	--font-size--h3: clamp(26px, 2vw, 32px);
	--font-size--h4: clamp(20px, 1.7vw, 22px);
	--font-size--h5: clamp(18px, 1.6vw, 22px);
	--font-size--body: clamp(16px, 1.4vw, 18px);
}

body {
	color: #323232;
}

/* Nav area */
header {
	position: relative;
}
header #nav-inner {
	position: fixed;
	width: 100%;
	z-index: 99;
}
header,
header #nav-inner {
	height: var(--header-mobile-height);
}

@media (min-width:1024px) {
	header,
	header #nav-inner {
		height: var(--header-desktop-height);
	}
}

header #nav-location,
header #nav-primary {

}

.scroll header #nav-location {
	
}
.scroll header #nav-primary {
	
}

/* Menu */
.elementor-widget-container .elementor-menu-toggle {
	padding: 10px;
}
nav .elementor-item-active a {
/* 	text-decoration: underline !important; */
}
nav .menu-item a:hover {
/* 	text-decoration: none !important; */
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	padding: 20px 0;
	height: calc(100vh - 32px);
}

/*for the mainsite event listings page*/
.hide-event {
  display: none !important;
}

/* 2024 page limits */
div[data-elementor-type="archive"],
div[data-elementor-type="wp-page"] {
/* 	max-width: 1440px; */
	margin: 0 auto;
}

/* for the event listings shortcode [get_speakers] */
div.event-links {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	color: #323232;
}
div.event-links a {
	text-decoration: underline;
}
div.speakers {
	padding-bottom: 20px;
}
div.event-links h4 {
	color: #323232;
}
div.event-links ul {
	color: #323232;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.event-links ul li {
	line-height: 1.3;
	font-size: clamp(20, 1.5vw, 22px);
/* 	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: flex-start; */
}

div.event-links ul li a {
	font-weight: 600;
}
div.event-links ul li span {
	text-decoration: none;
	color: #231F20;
	font-style: italic;
	font-weight: 400;
}
/* 
div.event-links img {
	border-radius: 50% !important;
	margin: 5px 15px 5px 5px;
}
div.event-links .evlinks_img {
	min-width: 75px;
}
div.event-links .evlinks_nfo {
	padding-top: 5px;
} */

/* ----------------------------------------------*/
/* Single-events.php and single-speaker.php file */
.single-events-page, .bg-gradient {
	background: linear-gradient(180deg, #FFFFFF 0%, #FFECEA 100%);
}

.single-events-page .eyebrow,
.single-speaker-page .eyebrow {
	margin: 45px 0 60px 0;
	padding: 20px 0;	
}

.single-events-page .eyebrow a,
.single-speaker-page .eyebrow a{
	color: var(--e-global-color-4766f0e);
}


.single-events-page, .single-speaker-page {
/* 	max-width: 1440px; */
	margin: 0 auto;
	padding-bottom: 60px;
}

.single-events-page .inner,
.single-speaker-page .inner {
	margin: 0 auto;
	max-width: var(--max-width);
	width: 100%;
	padding: 0 15px;
}
.single-events-page .event-info,
.single-speaker-page .event-info {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
}


.single-events-page .inner .datetime {
	font-weight: 600;
	color: #540D32;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	line-height: 1.2em;
}
.speakers-section {
	margin: 40px 0 0 0;
}

.speakers-section div.speaker-row {
	display: grid;
/*     align-items: stretch; */
	grid-column-gap: var(--grid-column-gap, 30px);
    grid-row-gap: var(--grid-row-gap, 30px);
	text-align: center;
	align-items: center;
}

.speaker-row .e-loop-item.entry:first-child {
	margin-top: calc(1.5* 1rem);
}



.speakers-section div.speaker-row .speaker {
	max-width: 300px;
}

.speakers-section div.speaker-row img {
	width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top center;
    transition-duration: 0s;
    border-radius: 16px 16px 16px 16px;
}

@media (min-width: 768px) {
	.speakers-section div.speaker-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1025px) {
	.speakers-section {
		padding: 0 35px 20px 35px;
	}
	.speakers-section div.speaker-row {
		grid-template-columns: repeat(3, 1fr);
	}
}

.speakers-section .speaker-name h4.elementor-heading-title,
.speakers-section .speaker-title div p {
	text-align: center;
	line-height: normal;
	margin: 0;
}

.speakers-section .speaker-name h4.elementor-heading-title {
	margin-top: 20px;
	font-weight: 600;
}

.speakers-section .speaker-name h4.elementor-heading-title a {
    color: var(--e-global-color-ba87f0a);
}

.speakers-section .speaker-title {
	display: block;
	text-align: center;
	padding: 0
}
.speakers-section .speaker-title div p {
	font-style: italic;
	color: var(--e-global-color-text);
}
.speakers-section .speaker-title div,
.speakers-section .speaker-title div * {
	display: inline;
}


.speakers-section .speaker-single  h4,
.speakers-section .speaker-single  h5 {
	font-weight: 600;
}
.speakers-section .speaker-single  h4 a,
.speakers-section .speaker-single  h5 a {
	text-decoration: none;
}
.speakers-section .speaker-single  h4 a:hover,
.speakers-section .speaker-single  h5 a:hover {
	text-decoration: underline;
}

.speakers-section .speaker-inner h5 {
	margin: 1em 0 0 0;
	padding: 0;
}

.speakers-section .speaker-inner p.speaker-name {
	margin: 0;
  	padding: 20px 0 0 0;
	font-size: clamp(20px, 1.6vw, 24px);
	font-weight: 600;
}

.speakers-section .speaker-inner p.speaker-title {
	margin: 0;
  	padding: 0;
	line-height: 1.25;
	font-size: clamp(20px, 1.5vw, 22px);
	font-weight: 500;
}

.speakers-section .speaker-inner .photo {
	display: block;
	width: 300px;
  	height: 300px;
	border-radius:20px;
}

/* Single speaker page styling */
section.speaker {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 5%;
}
section.speaker .speaker-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section.speaker .speaker-bio-btn {
	margin: 20px 0;
}

section.speaker .speaker-bio-btn a {
	padding: 10px 40px;
	background-color: #540d32;
	border-radius: 30px;
	color: #ffffff;
	font-size: 1em;
}

section.speaker .speaker-details h2 {
	font-weight: 600;
}

section.speaker .speaker-details .position-title p {
	font-style: italic;
}

section.speaker .speaker-details h2 {
	font-weight: 600;
}

/* section.events {
	background: rgba(246,199,194,1);
	background: linear-gradient(180deg, rgba(255,255,255,1) 100px, rgba(246,199,194,1) 100%);
	padding-top: 40px;
} */

.event-info h3,
.event-info h4,
section.events .featuring h3 {
	font-weight: 600;
}

section.events .event-listings {
	padding: 1px 0 80px 0;
}
section.events .event-listings .e-con {
	display: block;
}
section.events .event-listings .e-loop-item.entry {
	margin: 20px 0;
}
section.events .event-listings .e-loop-item.entry,
section.events .event-listings .event-accordion-wrap,
section.events .event-listings .event-accordion-wrap .e-child {
	padding: 0;
}
.single-events-page .event-info .elementor-widget .elementor-icon-list-item,
section.events .event-listings .elementor-widget .elementor-icon-list-item {
	align-items: flex-start;
}
.single-events-page .event-info .elementor-widget .elementor-icon-list-icon,
section.events .event-listings .elementor-widget .elementor-icon-list-icon {
	top: 6px;
}
section.events .event-listings .event-accordion-wrap .e-n-accordion-item {
	padding: 10px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	border-radius: 8px;
	background: #ffffff;
}
section.events .event-listings .event-accordion-wrap .e-n-accordion-item-title {
	justify-content: space-between;
	align-items: center;

}
.event-location {
	font-weight: 600;
	color: var(--e-global-color-231F20);
}

section.events .event-listings .elementor-widget-n-accordion .e-n-accordion-item-title-text {
	font-weight: 600;
	font-size: var(--font-size--h5);
}
section.events .event-listings .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
	display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
	order: initial;
}
section.events .event-listings .elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
	height: 28px;
}
section.events .event-listings .elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i {
	font-size: 28px;
}
section.events .event-listings .e-loop-item .e-n-accordion-item-title,
section.events .event-listings .e-loop-item .elementor-element-c9e07d0 {
	border: 0;
	padding: 0;
}
section.events .event-listings .event-item .event-details {
	padding: 10px 0;
}
@media (min-width: 769px) {
	section.events .event-listings .event-item .event-details {
		padding: 10px 40px;
	}
	section.events .event-listings .e-loop-item .e-n-accordion-item-title,
	section.events .event-listings .e-loop-item .elementor-element-c9e07d0 {
		padding: 10px;
	}
}

section.events .event-listings .event-item .event-datetime {
	font-size: var(--font-size--h5);
	color: var(--e-global-color-4766f0e);
	display: flex;
    flex-direction: row;
    gap: 0;
	margin-bottom: 20px;
}
.single-events-page .event-info .elementor-widget .elementor-icon-list-icon i,
section.events .event-listings .event-item .event-location i {
	color: var(--e-global-color-fd65d44);
}
section.events .event-listings .event-item .event-speakers {
	margin-top: 40px;
}
section.events .event-listings .event-item .event-learn_more {
/* 	margin: 40px 0; */
}
section.events .event-listings .event-item .event-learn_more .elementor-button {
	font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    fill: var(--e-global-color-313c487);
    color: var(--e-global-color-313c487);
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}
section.events .event-listings .event-item .event-learn_more .elementor-button-content-wrapper {
	display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 5px;
}


@media screen and (min-width: 768px) {
	section.speaker .speaker-inner {
		flex-direction: row;
		justify-content: flex-start;
	}
	
	section.speaker .speaker-inner .speaker-photo {
		width: 33%;
	}
	section.speaker .speaker-inner .speaker-details {
		width: 66%;
	}
}
@media screen and (min-width: 1020px) {
	section.speaker .speaker-inner .speaker-photo,
	section.speaker .speaker-inner .speaker-details {
		width: 50%;
	}
}
section.speaker .speaker-inner .speaker-photo {
	object-fit: cover;
}
section.speaker .speaker-inner .speaker-photo img {
	width: 80%;
}

.diy hr {
	opacity: .33;
}

section.events {
	display: flex;
	flex-direction: column;
}
section.event .featuring {
	width: 100%;
}

.elementor-posts-masonry .entry {
	margin-top: calc(1.5 * 1rem);
}


/* Special colors */
.grad-text-down {
  background: -webkit-linear-gradient(#E5675F, #540D32);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grad-text-up {
  background: -webkit-linear-gradient(#540D32, #E5675F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Cal Links */
.cal-blocks {
	background-color: #F8F7F7;
	padding: 10px 22px;
	border-radius: 8px;
	font-size: var(--font-size--body);
	font-weight: 600;
	margin: 20px -20px;
}
.cal-blocks p {
	margin: 0;
}
.cal-blocks p a {
	font-weight: 400;
}

/* Back to top div */
.back_to_top {
	z-index: 999 !important;
	pointer-events: none;
	margin-top: calc(-1 * var(--header-mobile-height, 200px));
	padding-bottom: var(--header-mobile-height, 200px);
}
@media (min-width: 768px) {
	.back_to_top {
		margin-top: calc(-1 * var(--header-desktop-height));
		padding-bottom: var(--header-desktop-height);
	}    
}
.back_to_top * {
	pointer-events: all;
}



/* TEMP - Hide schedule */
.menu-item-9676 {display: none !important;}