  /*!
Theme Name: stonepllc
Theme URI: https://leuridanlabs.com/
Author: Leuridan Labs LLC
Author URI: https://leuridanlabs.com/
Description: Custom WordPress theme for ºÚÁÏÉç PLLC website
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: stonepllc
Tags: lawyer, 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.

stonepllc 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.

*/

#wpadminbar ~ #HeaderZone {
  top: 32px;
}

@media (max-width: 782px) {
  #wpadminbar ~ #HeaderZone {
    top: 46px;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#MainZone[tabindex="-1"]:focus {
	outline: 0;
}

.phone a {
  color: #fff;
}

.half + .wpcf7 {
  width: 40%;
  padding: 2.5em 4%;
  background: rgba(149,166,182,0.788);
}

.home .contact-form {
  padding: 0 !important;
  background: transparent !important;
}

.contact-form p:last-child {
  position: relative;
  margin: 0;
}

.wpcf7 textarea {
  height: 157px;
}

.btn[type="submit"] {
  border: none;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: -24px;
}

.wpcf7-response-output {
  display: none !important;
}

.light-bg a[href^="tel:"] {
  color: #000;
}

.dark-bg a[href^="tel:"] {
  color: #fff;
}

.widget {
  padding: 0;
}

.dark-bg.side-nav.t1 header h5 > a {
  color: #fff;
}

.complex-commercial-litigation li.complex-commercial-litigation > a,
.securities-litigation-arbitration li.securities-litigation-arbitration > a,
.international-discovery li.international-discovery > a,
.whistleblower-law li.whistleblower-law > a,
.stockbroker-fraud li.stockbroker-fraud > a {
  background: #173664;
  color: #fff;
}

.post {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.map-link {
  display: block;
}

.map-link--home {
  height: 100%;
}

.static-map {
  max-width: 100%;
}

.map-link--home > .static-map {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1000px) {
  .values-more .btn {
    border: none;
    color: #FFFFFF !important;
    background-color: #173664 !important;
  }

  .values-more .btn::before,
  .values-more .btn::after {
    border: none !important;
  }
}