/*!
Theme Name: Seidel Tabakman Family Law
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seidel-tabakman-family-law
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Seidel Tabakman Family Law is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.logo-slider .slick-arrow {
	color:black !important;
}

a {
	color:#0582ca;
}

.wider-gap {
	gap:2rem;
}
.single-post .post-thumbnail img {
	object-fit: cover;
	width:100%;
	height:500px;
	object-position: center center;
}
/* ACCESSIBLITY */
.offscreen {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip-path: inset(1px 1px 1px 1px);
	clip-path: inset(1px, 1px, 1px, 1px);
}

.skip-to-content.offscreen:focus {
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
	padding: 0.625em 1.25em;
	background-color: #002e5e;
	color: #fff;
	overflow: visible;
	clip-path: none;
	text-decoration: none;
}

html {
	font-size: 16px;
		overflow-x: hidden !important;

}
.single-post .post-thumbnail img {
  filter: brightness(0.6);
}
body {
	width: 100%;
	overflow-x: hidden !important;
}
.location-container {
	border:1px solid white;
	border-radius:80px;
	height:45px;
	width:300px;
	padding-left:12px;
}
.location-container p {
	margin-bottom:0 !important;
}
.practice-area-card:hover {
  background-color: #0582ca; /* very slight darken */
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transform: translateY(-2px);
  cursor: pointer;
	color: white !important;
}
.wp-block-button__link.has-blue-background-color:hover  {
	background:gray !important;
	color:black !important;
}

.practice-area-card {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius:15px;
	padding:2rem;
 transition:all .2s ease;
  will-change: background-color, box-shadow, transform;
	min-height: 100%;

}
.hand-underline {
  position: relative;
  display: inline-block;
}

/* SVG lives under the text */
.hand-underline svg {
  position: absolute;
  left: 0;
  bottom: -0.12em; /* adjust as needed */
  width: 100%;
  height: 0.45em;
  overflow: visible;
  pointer-events: none;
}

/* Clean, professional underline */
.hand-underline path {
  stroke: currentColor;          /* match text color */
  stroke-width: 4.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;

  stroke-dasharray: var(--path-length, 0);
  stroke-dashoffset: var(--path-length, 0);
}

.left-animated-border.is-animating::before {
  transition-delay: 0.15s;
}

.left-animated-border::before {
  opacity: 0;
}

.left-animated-border.is-animating::before {
  opacity: 1;
}
.left-animated-border {
  position: relative;
  padding-left: 50px; /* space between border and content */
}
.pl-50 {
	padding-left:50px !important;
}
.left-animated-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  background-color:#0582CA ; /* matches text color */
  transform: scaleY(0);
  transform-origin: top;
  
  transition: transform 0.7s ease-out;
}

/* Animation active state */
.left-animated-border.is-animating::before {
  transform: scaleY(1);
}


/* Animation state, triggered by IntersectionObserver */
.hand-underline.is-animating path {
  transition: stroke-dashoffset 0.5s ease-out;
  stroke-dashoffset: 0;
}
.appear {
  opacity: 0;
  transform: translateY(20px); /* subtle lift */
  transition:
    opacity 0.8s ease-out,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.appear.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.wp-block-columns.wide-column {
	gap:4rem;
}
.wp-block-columns {
	margin-bottom:40px;

}
.service-slider h3 {
	margin-bottom:0 !important;
}
.service-slider .wp-block-group {
	padding:0 2rem;
	transition: all .1s;
}
.service-slider .wp-block-group:hover {
	transform: scale(1.02);
}
.slick-track {
	display: flex;
	align-items: center;
}
/* TYPOGRAPHY */
h1 {
	font-size:3rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.25rem;
}
h4 {
	font-size: 1rem;
}
h1, h2, h3, h4, h5 {
	font-family: 'Merriweather', serif;

}
p, li, a {
	font-family: 'Work Sans', sans-serif;
}


.page-id-204 label {
	color:black;
}
label {
	width:100%;
	color:whitesmoke;
}
.site-main {
	min-height: 80vh;

}
.badge-gallery img {
	height:100px !important;
	object-fit: contain;
}
.attorney-card {
	border:2px solid #0582ca;
	padding:16px;
	border-radius:20px;
	transition: all .2s;
	min-height: 100%;
}
.attorney-card:hover {
	background: #0582ca;
	color:white;
}
.blog-container img {
	height:220px !important;
	object-fit: cover;
	
}
.blog-container .wp-block-post-featured-image {
	margin-bottom: 0;
}
.blog-container .wp-block-group:first-child {
	padding-left:0 !important;
	padding-top: 0 !important;
	padding-right:0 !important;
		border-radius: 15px;

}
.blog-container .wp-block-group {
	min-height: 100%;
	height: 100%;

}
.blog-card-content {
	padding:16px 0;	

}
/* GUTENBERG EDITOR COLORS */
.slick-prev {
	left:-50px;
}
.slick-next {
	right:-50px;
}
.has-blue-background-color {
	background-color: #0582ca;
}

.has-blue-color {
	color: #0582ca;
}
.wp-block-getwid-content-slider .slick-next:before, .wp-block-getwid-content-slider .slick-prev:before, .wp-block-getwid-images-slider .slick-next:before, .wp-block-getwid-images-slider .slick-prev:before, .wp-block-getwid-media-text-slider .slick-next:before, .wp-block-getwid-media-text-slider .slick-prev:before, .wp-block-getwid-post-carousel .slick-next:before, .wp-block-getwid-post-carousel .slick-prev:before, .wp-block-getwid-post-slider .slick-next:before, .wp-block-getwid-post-slider .slick-prev:before {
	color:white;
}
.slick-dots li.slick-active button:before {
	color:white;
}
.wp-block-getwid-content-slider-slide .wp-block-group__inner-container {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
}
.has-dark-background-color {
	background-color: #002A32;
}


.has-dark-color {
	color: #002A32;
}

.has-gray-background-color {
	background-color: #A6B3BB;
}

.has-gray-color {
	color: #A6B3BB;
}


/* NAVIGATION */
.site-header {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	z-index: 1000;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
		max-width:1232px;
	margin:0 auto;
	height:100px;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	width:100%;
	top:0;
	display: flex;
	justify-content: space-between;
	align-items:center;
	padding-top:32px;
	padding-left:16px;
	padding-right:16px;

}
.site-branding img {
	width: 300px;
	height: auto;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.main-navigation li a {
	font-family: 'Work Sans', sans-serif !important;
}


/* FOOTER */
.site-footer {
	min-height: 100px;
	position: relative;
	background: #002A32;
}

.site-footer h3, .site-footer a, .site-footer p, .site-footer li {
	
}
.site-footer h3 {
	
}
.site-footer p, .site-footer p, .site-footer li {
}
.site-footer ul {
	
}
.site-footer li {
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 15px;
	}
}

@media only screen and (max-width: 480px) {
	html {
		font-size: 14px;
	}
}