/*!
 * Eichner Law Custom Styles
 */

body {
	font-family: libre-franklin, sans-serif;
	font-weight: 300;
	font-style: normal;
}
 
.is-animated {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	-ms-transition: all .15s linear;
}


/* typography */

.line-height-tight {
	line-height: 1.1em !important;
}

.text-serif {
	font-family: Span, serif;
	font-weight: 300;
}

.text-sans {
	font-family: libre-franklin, sans-serif;
	font-weight: 300;
}

p {
	font-weight: 200;
	line-height: 2em;
}

p.text-serif {
	line-height: 1.2em;
}

ul li {
	font-weight: 200;
}

ul.list-practice-areas li{
	font-size: .9em;
	text-indent: none;
}

ul.list-case-list {
	padding-inline-start: 20px;
	text-indent: none;
}

ul.list-case-list li {
	margin-bottom: 10px;
}

.subhead {
	font-size: 1.2em;
	margin-bottom: 0;
}

.text-caption {
	/*
font-size: .8em;
	line-height: 1.3em;
	margin-bottom: 50px;
*/
	line-height: 1.8em;
	font-weight: 200;
	font-size: .75em;
}

.text-small {
	font-size: .7em;
	line-height: 1.3em;
}


/* staff headers */

.staff-header {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
}

/* navigation and sections */

main {
	padding-top: 0px;
	position: relative;
}

nav.nav-top {
	/* padding: 30px 0 30px 0; */
	position: fixed;
	z-index: 1200;
	width: 100%;
}

.navbar-brand img {
	max-width: 180px;
}

.section-header {
	padding: 125px 0 45px 0;
}

div.section-header + div {
	padding-top: 70px !important;
}

div.section-header + div.no-padding-top {
	padding-top: 0px !important;
}

.section-padded {
	padding-bottom: 150px;
}

.section-counsel {
	padding-bottom: 100px;
}

.header-profile {
	height: 40vh;
	max-height: 400px;
}

.header-profile-text {
	position: absolute;
	top: 50px;
}

nav.nav-footer {
	padding: 30px 0 30px 0;
}

nav.nav-footer li {
	padding-left: 20px;
	padding-right: 20px;
}

footer .row{
	padding: 200px 0 100px 0;
}

/* profile lists */

ul.list-profile-list li {
	margin-bottom: 40px;
}

ul.list-profile-list .date-block {
	font-weight: 400;
	display: block;
}


/* cases + cards */

.row.case-thumbs {
	min-height: 350px;
}

.row.case-thumbs a.card-img-overlay {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}

.row.case-thumbs a.card-img-overlay:hover {
	opacity: .9;
}

.card, .card-img {
	border: none;
	border-radius: 0;
}

.card a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: left;
	border-radius: 0;
}

.card .case-date {
	bottom: 0;
}

.card .card-title {
	line-height: 1em;
}

.case-news-list {
	margin-bottom: 60px;
}

.case-news-list li {

}

.case-news-list li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.case-news-list li a {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px 20px 30px 0;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
}

.case-news-list li a span.news-bullet {
	color: #fff;
	text-decoration: none;
	font-size: 42px;
	position: absolute;
	left: 10px;
	top: 0;
	display: flex;
}

span.link-arrow {
	background-color: #978bcb;
    width: 30px;
    height: 30px;
}

.circle-icon {
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    vertical-align: middle;
    padding: 2px;
}

.circle-teaser {
	height: 0;
    width: 100%;
	padding-top: 100%;
}

.circle-inset {
	height: 10vh;
    width: 10vh;
	display: flex;
}

.circle-teaser .circle-teaser-title {
	font-size: 1.3em;
	top: 45%;
	position: absolute;
	left: 0;
	right: 0;
}

.circle-teaser-target {
	background-color: #978bcb;
    width: 50px;
    height: 50px;
    font-size: .9em;
    text-align: center;
}

/* links */

.link-email {
	margin: 20px 0 70px 0;
	display: block;
	height: 50px;
	line-height: 20px;
}

.link-email:before{
  /*content:url('../img/icons/mail.svg');*/
  margin-right: 5px;
  margin-top: -5px;
  height: 33px;
  width: 30px;
  float: left;
  display: block;
  content: ' ';
  background-image: url('../img/icons/mail.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* footer teaser */

.footer-teaser p {
	font-size: .8em;
	line-height: 13px;
}

/* splash */

.col-splash {
	width: 100vw;
	height: 100vh;
	display: flex;
}

.col-splash-50-lg {
	width: 100vw;
	min-height: 50vw;
}

.col-splash-50-lg > div {
	width: 50vw;
	min-height: 50vw;
}

.col-splash h1 {
	font-size: 5em;
}

.col-splash h2 {
	margin-top: 150px;
}
	
.team-icon {
	max-width: 50px;
}

.bg-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}

.one-word-per-line > span {
    display: block;
    width: 100%;
}

#map {
	height: 70vh;
	width: 100%;
	top: 0;
	bottom: 0;
}

#map .map-marker {
  background-image: url('../img/icons/dot-dark.svg');
  background-size: cover;
  width: 70px;
  height: 70px;
}

.readmore-content p.more {
	display: none;
}

.track-wide {
	letter-spacing: 2px;
}


/* particles */

#td-particles {
	width: 100vw;
	height: 800px;
}

#hw-spheres canvas {
	width: 50vw;
}

#td-particles canvas, #hw-spheres canvas {
	padding-left: 0;
	padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h1#td-title {
	margin:0;
	display: none;
	justify-content: center;
	align-self: center;
	padding: .3em;
	font-family: Span, serif;
	width: 100%;
	position: absolute;
	color: rgba(255,255,255,.77);
	font-weight: 300;
	z-index: 99;
	text-align: center;
}

h2#hw-title {
	display: none;
	font-family: Span, serif;
	font-weight: 300;
}


/*overrides */


.carousel-indicators {
	bottom: 30px;
}

.text-light {
	color: #b5b5b5 !important;
}

.text-light-alt {
	color: #666666 !important;
}


.display-0 {
	font-size: 7rem;
}

.case-overview .case-title {
	line-height:1em;
}

.carousel-indicators li {
    border-radius: 50%;
    height: 10px;
    width: 10px;

}

.bg-dark-purple {
	background-color: #2e0b67;
}


/* Media query to add

.row.case-thumbs {
	min-height: 290px;
}

*/


.animated.standby {
  -webkit-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  visibility: hidden;
}


/* splash background images */

#carousel-splash .carousel-inner > div:nth-child(1) {
	background-image: url(/assets/img/home/slides/kenny.jpg);
}

#carousel-splash .carousel-inner > div:nth-child(2) {
	background-image: url(/assets/img/home/slides/jonny.jpg);
}

#carousel-splash .carousel-inner > div:nth-child(3) {
	background-image: url(/assets/img/home/slides/jury.jpg);
}

#carousel-splash .carousel-inner > div:nth-child(4) {
	background-image: url(/assets/img/home/slides/court.jpg);
}

/* seo */

.bg-light {
	background-color: #E7E7E7;
}

#seo-grid .row {
	width: 100vw;
}

#seo-grid .row .col {
	width: 50vw;
	height: 50vw;
	min-height: 50vw;
}

#seo-grid .row:nth-child(1) .col:nth-child(2) {
	background-color: #523CA9;
	color: #A294E1;
}

#seo-grid .row:nth-child(2) .col:nth-child(1) {
	background-color: #250067 !important;
	color: #523CA9;
}

#seo-grid .row:nth-child(2) .col:nth-child(2) {
	background-color: #d2d2d2 !important;
}

#seo-grid .row:nth-child(2) .col:nth-child(2) ul {
	font-size: 110%;
}

#seo-grid .row:nth-child(2) .col:nth-child(2) ul li {
	margin-bottom: 10px;
}

#seo-grid .row:nth-child(2) .col:nth-child(2) ul strong {
	color: #523BAD;
}

.text-purple {
	color: #240169;
}

#seo-grid .variable-text > ul {
	
}

@media (max-width: 992px) {

	.row.case-thumbs {
		min-height: 550px;
	}

	ul.list-practice-areas, ul.list-case-list {
		text-indent: none;
		padding-inline-start: 20px;
	}

	#seo-grid .variable-text {
		display: flex !important;
		height: auto !important;
		padding: 50px 0 50px 0 !important;
	}
	
	#seo-grid .variable-text > ul {
		width: 75% !important;
		margin: 30px 0 30px 0;
	}
	
}

@media (max-width: 768px) {

	#seo-grid .variable-text {
		display: flex !important;
		height: auto !important;
		padding: 50px 0 50px 0 !important;
		text-align: center !important;
	}
	
	#seo-grid .variable-text > ul {
		width: 90% !important;
		margin: 30px 0 30px 0;
		list-style: none;
		padding: 0;
	}
	
	div.section-header + div {
		padding-top: 50px !important;
	}
	
	.section-counsel {
		padding-bottom: 50px;
	}

	#seo-grid .row {
		display: block;
	}

	#seo-grid .row .col {
		width: 100vw !important;
		height: auto !important;
		/* min-height: 100vw !important; */
		display: block;
		float: none;
	}
	
	#hw-spheres canvas {
		width: 100vw;
	}
	
	nav.nav-footer ul li {
		font-size: .6em;
		padding-left: 7px;
		padding-right: 7px;
	}
	
	footer {
		font-size: 80%;
	}
	
	footer .row {
		padding-top: 50px;
	}
	
	.social-links {
		margin-top: 20px;
		float: left !important;
	}
	
	.text-copyright {
		margin-top: 50px;
	}
	
	#carousel-splash .carousel-inner > div:nth-child(1) {
		background-image: url(/assets/img/home/slides/kenny_m.jpg);
	}
	
	#carousel-splash .carousel-inner > div:nth-child(2) {
		background-image: url(/assets/img/home/slides/jonny_m.jpg);
	}
	
	#carousel-splash .carousel-inner > div:nth-child(3) {
		background-image: url(/assets/img/home/slides/jury_m.jpg);
	}
	
	#carousel-splash .carousel-inner > div:nth-child(4) {
		background-image: url(/assets/img/home/slides/court_m.jpg);
	}
	
	.col-splash h1 {
		font-size: 3.5em;
	}
	
	.col-splash {
		width: 100vw;
		height: 60vh;
		display: flex;
	}
	
	.col-splash h2 {
		margin-top: 50px !important;
	}

	.col-splash-50-lg.col-splash-100 {
		width: 100vw;
		min-height: 100vw;
	}
	
	.col-splash-50-lg.col-splash-100 > div {
		width: 100vw;
		min-height: 100vw;
	}
	
	h1, .display-4{
		font-size: 2.5em;
	}

	.display-3 {
		font-size: 3.5em;
	}

	h2{
		font-size: 1.8em;
	}

	h6{
		font-size: .8em;
	}
	
}
