/**
 * @file
 * Footer-specific CSS
 * AT-Legolas Barrio Subtheme for Drupal 10
 */
 
 /* ===== Site Footer ===== */
 
.site-footer
{
	position: relative;
	font-family: 'Roboto', sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #333333 !important;
	color: #969696;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* footer CTA buttons */

.site-footer .call-to-action
{
	font-weight: 700;
	font-size: 12pt;
	text-align: center;
	margin: 0;
	border-radius: 4px;
	padding: 0.5em 2em;
	text-transform: uppercase;
}

/* bottom section below the decorative CTA area w/contact info, links */

#middle-footer
{
	display: flex;
	flex-direction: row;
	padding: 3em 3em 0em;
}

/* left-side dark contact block */
#middle-footer-contact-block
{
	width: 50%;
	color: #ffffff;
	z-index: 10;
}

.footer-department-name,
.footer-social-header
{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 22pt;
	color: #ffffff !important;
	line-height: 80%;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1.25;
}

.footer-office-name
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14pt;
	font-weight: 700;
	line-height: 80%;
	color: #ffffff;
	text-transform: uppercase;
}

.footer-contact-box
{
	font-size: 14pt;
	border-left: #bbd236 2px solid;
	padding-left: 10px;
	margin-bottom: 2em;
}

.footer-contact-box ul
{
	list-style: none;
	padding-left: 0.5em;
}

.footer-contact-box ul li
{
	padding: 0.1em 0 0.5em 1em;
	text-indent: -1.5em;
}

.footer-contact-box ul li .svg-inline--fa
{
	font-size: 0.9em;
	width: 20px;
}

.footer-contact-box ul li a
{
	text-decoration: none;
	color: #ffffff;
	transition: 0.25s;
}

.footer-contact-box ul li a:hover
{
	color: #bbd236;
}

/* right-side footer block */
#middle-footer-right
{
	width: 50%;
	z-index: 10;
}

#middle-footer-right-wrapper
{
	width: 50%;
	text-align: left;
	display: flex;
	flex-direction: column;
}

#footer-eagle
{
	width: 20%;
	display: block;
}

#footer-eagle-logo
{
	padding-left: 2.5em;
	padding-right: 2.5em;
}

#footer-eagle-logo img
{
	width: 100%;
}

#footer-eagle-mobile
{
	display: none;
}

#social-media
{
	display: flex;
	justify-content: flex-start;
	padding-top: 0;
	padding-bottom: 3em;
	width: 275px;
}

#social-media a
{
	margin-right: 0.5em;
	display: flex;
	height: 2.5em;
	width: 2.5em;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff;
	border-radius: 9999px;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	color: #ffffff;
	text-decoration: none;
}

#social-media a:hover
{
	color: #bbd236;
	border-color: #bbd236;
}

#unt-cta-links
{
	display: inline-block;
	margin-right: auto;
}

.cta-pill
{
	font-size: 14px;
	position: relative;
	margin-bottom: .25em;
	display: flex;
	width: 100%;
	min-width: 275px;
	max-width: 275px;
	border-radius: 9999px;
	background-color: #000000;
	padding: .75em 3em .75em 1em;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	color: #ffffff;
	text-decoration: none;
}

a.cta-pill:hover,
a.cta-pill:active
{
	color: #bbd236;
	text-decoration: underline;
}

.cta-pill svg
{
	margin-right: 1px;
	position: absolute;
	right: .5em;
	align-self: center;
	fill: #bbd236;
	font-size: 1.5em;
	line-height: 2em;
	--tw-text-opacity: 1;
	color: #bbd236;
	overflow: visible;
	box-sizing: content-box;
}

.battle-flag-wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1440px;
	padding: 0em 1.5em;
}

.battle-flag-line
{
	position: relative;
	z-index: 0;
	margin: 0em auto;
	display: flex;
	width: 87.5%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.battle-flag-line div
{
	display: block;
	width: 100%;
}

.battle-flag-line svg 
{
	position: absolute;
	z-index: 20;
	max-height: 100%;
	-o-object-fit: none;
	object-fit: none;
	-o-object-position: center;
	object-position: center;
	--tw-shadow: 0 0 15px rgba(0,0,0,0.15);
	--tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
	--tw-shadow-color: rgba(0,0,0,0.15);
	--tw-shadow: var(--tw-shadow-colored);
}

.battle-flag-line hr
{
	z-index: 10;
	height: 1px;
	width: 100%;
	max-width: 1440px;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: #ffffff;
	opacity: .4;
	outline: 2px solid transparent;
	outline-offset: 2px;
	background-color: #ccc;
}

/* links at very bottom */

#bottom-footer
{
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	color: #969696;
	text-align: center;
	margin-bottom: 3em;
}

#bottom-footer a
{
	text-decoration: none;
	color: #ffffff;
	transition: 0.25s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

#bottom-footer a:hover
{
	color: #bbd236;
	text-decoration: underline;
}

#bottom-links-wrapper
{
	display: flex;
	width: 100%;
	justify-content: center;
}

#bottom-footer-branding
{
	width: 20%;
	padding-left: 2.5em;
	padding-right: 2.5em;
	align-self: center;
}

#bottom-footer-branding img
{
	width: 320px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#bottom-footer-university-links
{
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 1em 0 0;
	justify-content: center;
	padding: 0;
}

#bottom-footer-university-links li
{
	font-size: 12pt;
	display: inline-block;
	list-style-type: none;
	font-weight: bold;
	margin: 0;
}

#bottom-footer-university-links li::after
{
	content: " | ";
	color: hsla(0,0%,100%,.15);
}

#bottom-footer-university-links li:last-child::after
{
	content: "";
}

#bottom-footer-university-links li a
{
	margin-left: 1em;
	margin-right: 1em;
}

#bottom-footer-university-links li:first-child a
{
	margin-left: 0;
}

#bottom-footer-legal-links
{
	color: #ffffff;
	display: flex;
	justify-content: flex-start;
    flex-direction: row;
	margin-top: .5em;
	padding-top: .25em;
}

#bottom-footer-copyright
{
	margin-bottom: 0;
	margin-top: 2px;
	margin-right: 1.5em;
	display: inline-block;
	font-size: .75em;
	line-height: 1;
}

#legal-links-list
{
	display: flex;
	margin: 0;
	justify-content: center;
	padding: 0;
	font-size: .75em;
	line-height: 1em;
	list-style: none;
}

#legal-links-list li
{
	margin-right: 1em;
	margin-bottom: 0;
	list-style-type: none;
	font-size: .75em;
}

#legal-links-list li a
{
	text-decoration: underline;
}

/* On screens that are 900px or less */
@media screen and (max-width: 900px) 
{

	#middle-footer
	{
		flex-direction: column;
		padding: 1em;
	}
	
	#footer-eagle
	{
		display: none;
	}
	
	#footer-eagle-mobile
	{
		background-image: url('/sites/facultyinfo.unt.edu/themes/at_frodo/images/unt-diving-eagle-solo.svg');
		background-size: 100%;
		background-position: 50%;
		background-repeat: no-repeat;
		opacity: 0.4;
		position: absolute;
		top: 1em;
		right: 1em;
		bottom: 1em;
		left: 1em;
		z-index: 1;
		display: block;
	}
	
	#middle-footer-contact-block
	{
		width: unset;
		max-width: 100%;
		background-color: transparent;
		color: #ffffff;
		margin: 10px auto;
		padding: 12px 5px 10px 5px;
	}
	
	.footer-department-name,
	.footer-social-header
	{
		font-size: 18pt;
		text-align: center;
		border-bottom: #276436 2px solid;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer-contact-box
	{
		font-size: 12pt;
	}
	
	.footer-contact-box ul li a
	{
		color: #ffffff;
	}
	
	.footer-contact-box
	{
		border-left: none;
		padding-top: 5px;
		padding-left: 0;
	}
	
	#footer-eagle-logo
	{
		padding-left: 2em;
		padding-right: 2em;
	}
	
	#middle-footer-right
	{
		width: 100%;
	}
	
	#middle-footer-right-wrapper
	{
		width: 100%;
	}
	
	#social-media
	{
		justify-content: center;
		padding-top: .5em;
		padding-top: .5em;
		padding-bottom: 2em;
		margin: 0 auto;
	}
	
	#social-media a
	{
		margin-left: 0.5em;
	}
	
	#unt-cta-links
	{
		text-align: center;
		margin: 0 auto;
	}
	
	.cta-pill
	{
		font-size: 13px;
	}
	
	#bottom-links-wrapper
	{
		flex-direction: column;
	}
	
	#bottom-footer-branding
	{
		width: 100%;
	}
	
	#bottom-footer-university-links
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 1.25em;
	}
	
	#bottom-footer-university-links li
	{
		flex: none;
		flex-wrap: nowrap;
		font-size: 8pt;
	}
	
	#bottom-footer-university-links li::after
	{
		content: "";
	}
	
	#bottom-footer-university-links li a
	{
		margin-left: 0;
		margin-right: 0;
	}
	
	#bottom-footer-legal-links
	{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	#bottom-footer-copyright
	{
		text-align: center;
		font-size: 0.75em;
		margin-right: 0;
		margin-bottom: 0.25em;
	}
	
	#legal-links-list
	{
		display: block;
	}
	
	#legal-links-list li
	{
		margin-right: 0;
	}

}
