/* Homepage accessibility and responsive corrections. */
body.home #footer a[href^="https://wa.me/"],
body.home #footer a[href="https://www.facebook.com/adwokatsrocki/"] {
 display:inline-block;
 text-decoration:underline solid currentColor !important;
 border-bottom:1px solid currentColor !important;
}

body.home .wp-gr .wp-google-powered {color:#595959 !important;}
body.home #footer.main_footer p,
body.home #footer.main_footer .copyright,
body.home #footer.main_footer .copyright span {color:#595959 !important;}
body.home #footer.main_footer p a,
body.home #footer.main_footer .copyright a {
 color:#174b76 !important;
 text-decoration-line:underline !important;
 text-decoration-thickness:1px !important;
 text-underline-offset:3px !important;
}

body.home .top_footer, body.home .main_footer .copyright {color:#595959 !important;}
body.home .main_footer .textwidget a {text-decoration:underline !important;}

body.home .featured_post_info .listing_meta,
body.home .featured_post_info .listing_meta span,
body.home .wp-gr .wp-google-based,
body.home .wp-gr .wp-google-time {color:#595959 !important;}
body.home .wp-gr .grw-header .rpi-stars {color:#854200 !important;}
body.home .wp-gr .wp-google-wr a {background:#1f5d8f !important;opacity:1 !important;text-shadow:none !important;}
body.home .wpb_text_column a:not(.button_size_large),
body.home .textwidget a,
body.home .wp-gr a,
body.home .cmplz-description a,
body.home .cmplz-links a {text-decoration:underline !important;text-underline-offset:3px;}

body.home a:focus-visible, body.home button:focus-visible {
 outline:3px solid #ffbf47 !important; outline-offset:4px !important;
}
body.home p a, body.home .copyright a { text-decoration:underline !important; text-underline-offset:3px; }
body.home .hero-lawyer .desktop-phone a {background:transparent !important;}
body.home .hero-lawyer::before {background:rgba(0,0,0,.58) !important;}
body.home .wp-google-time {color:#595959 !important;}
body.home .grw-review .wp-google-name {color:#174b76 !important;}
body.home .logo_container img.default_logo,
body.home .logo_container img.sticky_logo {width:auto !important;object-fit:contain;}
body.home .hero-lawyer .wpb_wrapper {padding-top:0 !important;}
body.home .hero-lawyer .mobile-call-btn a {min-height:44px;box-sizing:border-box;}
@media(max-width:768px) {
 body.home .hero-lawyer {
  height:auto !important; min-height:0 !important;
  padding:0 12px 24px !important;
  background-size:cover !important;
  background-position:center top !important;
  background-repeat:no-repeat !important;
  /* The photo is the background of this entire grid, including the text row. */
  display:grid !important;
  grid-template-columns:minmax(0,1fr);
  grid-template-rows:minmax(400px,1.4fr) 1fr;
  margin-bottom:20px !important; overflow:visible !important;
 }
 body.home .hero-lawyer > .vc_column_container {
  grid-column:1;
  grid-row:2;
  align-self:start;
  width:100% !important;
  min-width:0;
 }
 body.home .hero-lawyer .wpb_wrapper {padding-top:0 !important;}
 body.home .hero-lawyer.vc_row h1 {
  margin-top:0 !important; font-size:34px !important; line-height:1.15 !important;
 }
 body.home .hero-lawyer p {font-size:20px !important;line-height:1.4 !important;}
}
@media(prefers-reduced-motion:reduce) {
 body.home {scroll-behavior:auto !important;}
}
