/*
Theme Name:   DanielleKuntz
Description:  Child theme for Danielle Kuntz
Author:       kimharp
Author URL:   	
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  DanielleKuntz
*/

.test {
	background: red;
}


.ttd-event-listing {
	background: #fff;
}

/*Header menu underline on hover */

:root {
	  --BottomOffset: -5px;
	  --LineHeight: 5px;
	  --LineColor: #1F85AB;
	}
	
	.ttd-menu ul.et-menu>li>a {
		position: relative;
		z-index: 1;
	}
	.ttd-menu ul.et-menu>li>a:before {
		position: absolute;
		content: '';
		display: block;
		z-index: -1;
		background: var(--LineColor);
		width: 0;
		height: var(--LineHeight);
		bottom: var(--BottomOffset);
		border-radius:var(--LineHeight);
		left: 50%;
		transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	}
	
	.ttd-menu ul.et-menu>li>a:hover:before {
		width: calc(100% + var(--LineHeight));
		left: calc(var(--LineHeight) / -2);
	}
	
/*disable underline on last menu item (when styled as button) */

.ttd-menu ul.et-menu > li:last-child > a:before {
	display: none;
}
	

/*style sub-menu */

#ttd-header ul.sub-menu a {
  text-transform: none;
  font-weight: 400;
}


/* Desktop Submenu styling */
@media (min-width:981px) {
	#ttd-header ul.sub-menu {
		border-style: solid;
		border-width: 2px;
		border-radius: 6px 6px 6px 6px;
		box-shadow: none;
		padding: 10px 0;
		width: 200px;
	}
	
	#ttd-header ul.sub-menu li {
		padding: 0;
		width:100%;
	}
	
	#ttd-header ul.sub-menu li a {
		width:100%;
		background:none;
		opacity:1;
		transition: all .3s linear;
	}
	#ttd-header ul.sub-menu li a:hover {
		padding-left:26px;
	}
}


/* Mobile Menu styling */
#ttd-header .et_mobile_menu {
  width: 80vw;
}

@media (max-width:600px) {
	#ttd-header .et_mobile_menu {
		width: 90vw;
	}
}

#ttd-header .et_mobile_menu a {
	background: none;
}
#ttd-header .opened .mobile_menu_bar::before {
	content: '\4d';
}


/*____ FOOTER ____ */


/* style substack form */

.embed-page {
	display: none!important;
}

/* GENERAL TEXT */

/* add decorative gradient line to end of headings */


.heading-dec-2 {
	position: relative;
}

.heading-dec:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 150px;
	background: linear-gradient(to right, #AB631C, transparent);
	right: -160px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 620px) {
	.heading-dec:after {
		display: none;
	}
}

.heading-dec-2:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 150px;
	background: linear-gradient(to right, #ffffff, transparent);
	right: -160px;
	top: 50%;
	transform: translateY(-50%););
}

/*add decorative gradient line to divider module */

.div-dec-2 {
	position: relative;
}

.div-dec:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 150px;
	background: linear-gradient(to right, #AB631C, transparent);
	top: 50%;
	transform: translateY(-50%);
}

/* customize the bullet icon on a list */

.list-bullet ul {
	list-style: none;
	padding-left: 0;
}

.list-bullet ul li {
	position: relative;
	padding-left: 30px;
}

.list-bullet ul li::before {
	content: "•";
	color: #AB631C;
	font-size: 28px;
	position: absolute;
	left: 0;
	top: -10px;
}

/* add a drop cap to first paragraph of text */

.drop-cap p:first-of-type::first-letter {
	float: left;
	font-size: 4.5em;
	line-height: 0.85;
	margin-right: 10px;
	margin-top: 0px;
	font-weight: bold;
	color: #AB631C;
	font-family: 'Playfair Display', serif;
}

/*style testimonial quote mark */

.test-quote {
	  position: relative;
	}
	
.test-quote {
	  position: relative;
	}
.test-quote::before {
	  content: "\201C";
	  font-family: 'Source Serif Pro';
	  position: absolute;
	  font-size: 10em;
	  line-height: 0;
	  color: #AB631C;
	  left: 50%;
	  top: 0;
	  transform: translate(-50%, -100%);
	  z-index: 999;
	}

/* Style left quotes in various places */

.left-quote {
	position: relative;
}

.left-quote::before {
	  content: "\201C";
	  font-family: 'Source Serif Pro';
	  position: absolute;
	  font-size: 10em;
	  line-height: 0;
	  color: #10526A;
	  left: 0;
	  top: 10%;
	  transform: translate(-110%, -60%);
	  z-index: 999;
	}
	
/* Style left quotes with longer text */



/*______HOME PAGE ______*/

/* add gradient overlay to hero image 

.gradient-image {
	  position: relative;
	}
	
.gradient-image::after {
	  content: '';
	  position: absolute;
	  inset: 0;
	  background: linear-gradient(
		to right,
		transparent 0%,
		transparent 25%,
		rgba(255, 255, 255, 0.6) 45%,
		rgba(255, 255, 255, 0.6) 100%
	  );
	  z-index: 1;
	  pointer-events: none;
	}
	
*/

/* _____EVENTS_____*/

/* STYLE EVENTS	ON HOMEPAGE*/

.ttd-event-entry {
	margin-bottom: 40px;
	padding: 10px 10px 20px 20px;
	border-radius: 10px;
}

/*

.ttd-event-entry {
	border: 1px solid rgba(171, 99, 28, 0.3);
	  box-shadow: 0 0 20px rgba(171, 99, 28, 0.15);
	  border-radius: 8px;
	  padding: 20px;
}




.ttd-event-entry {
	border: 1px solid #AB631C;
	  box-shadow: 0 0 20px rgba(171, 99, 28, 0.15);
	  border-radius: 8px;
	  padding: 20px;
}

*/


.ttd-event-entry {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ttd-event-date {
	display: inline-block;
	padding-bottom: 0px;
}

.ttd-event-end {
	display: inline-block;
	padding-bottom: 0px;
}

.ttd-date-separator {
	display: inline-block;
}

.ttd-time-separator {
	display: inline-block;
	margin-left: 20px;
}
.ttd-event-time {
	display: inline-block;
}

.ttd-event-address {
	font-style: italic;
}

.ttd-event-location {
	color: #AB631C;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 10px;
}

.ttd-event-title {
	padding-bottom: 0px;
}

.ttd-info-link {
	background: #AB631C;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
}

.ttd-info-link:hover {
	background: #10526A;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	transition: background-color 0.5s ease;