/*
Theme Name: LocatorInmate Child Theme
Theme URI: https://locatorinmate.com
Description: Child theme for GeneratePress
Author: LocatorInmate
Template: generatepress
Version: 1.0
*/

.bv-page{
  max-width:980px;
  margin:0 auto;
  padding:20px 15px;
  font-family:Arial, Helvetica, sans-serif;
  color:#1f2937;
}

.bv-hero{
  background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%);
  border:1px solid #dbe7f5;
  border-radius:18px;
  padding:34px 28px;
  box-shadow:0 8px 24px rgba(15,23,42,0.05);
  margin-bottom:24px;
}

.bv-label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#2754c5;
  background:#eaf1ff;
  border-radius:999px;
  padding:8px 12px;
  margin-bottom:14px;
}

.bv-hero h1{
  font-size:38px;
  line-height:1.15;
  margin:0 0 14px;
  color:#0f172a;
}

.bv-subtitle{
  font-size:18px;
  line-height:1.65;
  color:#475569;
  max-width:760px;
  margin:0 0 24px;
}

.bv-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
}

.bv-card{
  background:#fff;
  border:1px solid #e5edf5;
  border-radius:16px;
  padding:24px;
  box-shadow:0 4px 14px rgba(15,23,42,0.04);
}

.bv-card h2,
.bv-card h3{
  margin-top:0;
  margin-bottom:12px;
  color:#0f172a;
}

.bv-card p{
  color:#475569;
  margin-bottom:14px;
}

.bv-form-row{
  margin-bottom:12px;
}

.bv-form-row input,
.bv-form-row select{
  width:100%;
  height:50px;
  border:1px solid #cfd8e3;
  border-radius:12px;
  padding:0 14px;
  font-size:16px;
  box-sizing:border-box;
  background:#fff;
  color:#1f2937;
}

.bv-form-row input:focus,
.bv-form-row select:focus{
  outline:none;
  border-color:#2563eb;
  box-shadow:0 0 0 4px rgba(37,99,235,0.12);
}

.bv-btn{
  width:100%;
  display:inline-block;
  text-align:center;
  background:#2563eb;
  color:#fff !important;
  text-decoration:none;
  font-weight:700;
  font-size:17px;
  border:none;
  border-radius:12px;
  padding:15px 20px;
  cursor:pointer;
  transition:.2s ease;
  box-sizing:border-box;
}

.bv-btn:hover{
  background:#1d4ed8;
  transform:translateY(-1px);
}

.bv-powered{
  text-align:center;
  font-size:13px;
  color:#64748b;
  margin-top:10px;
}

.bv-checks{
  list-style:none;
  padding:0;
  margin:0;
}

.bv-checks li{
  position:relative;
  padding-left:28px;
  margin:12px 0;
  color:#475569;
}

.bv-checks li:before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  font-weight:700;
  color:#2563eb;
}

.bv-highlight{
  background:#0f172a;
  color:#fff;
  border-radius:16px;
  padding:20px 22px;
  margin:26px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.bv-highlight p{
  margin:0;
  color:#e2e8f0;
  font-size:16px;
}

.bv-highlight a{
  display:inline-block;
  background:#2563eb;
  color:#fff !important;
  text-decoration:none;
  font-weight:700;
  border-radius:12px;
  padding:14px 22px;
}

.bv-section{
  margin:28px 0;
}

.bv-section h2{
  font-size:30px;
  margin-bottom:14px;
  color:#0f172a;
}

.bv-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.bv-soft{
  background:#fff;
  border:1px solid #e5edf5;
  border-radius:16px;
  padding:22px;
  box-shadow:0 4px 14px rgba(15,23,42,0.03);
}

.bv-soft h3{
  margin-top:0;
  color:#0f172a;
}

.bv-soft p,
.bv-soft li{
  color:#475569;
}

.bv-soft ul{
  margin:0;
  padding-left:20px;
}

.bv-soft li{
  margin:8px 0;
}

.bv-faq{
  display:grid;
  gap:14px;
}

.bv-faq-item{
  background:#fff;
  border:1px solid #e5edf5;
  border-radius:16px;
  padding:20px 22px;
}

.bv-faq-item h3{
  margin:0 0 8px;
  font-size:19px;
  color:#0f172a;
}

.bv-faq-item p{
  margin:0;
  color:#475569;
}

/* BeenVerified buttons fix */

.bv-btn,
.pr-btn,
input[type=submit].bv-btn,
input[type=submit].Animated_button{

background:#1e40af !important;
color:#ffffff !important;
border:0;
font-weight:700;

}

.bv-btn:hover,
.pr-btn:hover,
.Animated_button:hover{

background:#1d4ed8 !important;
color:white !important;

}

.bv-bottom h2{
  margin-top:0;
  margin-bottom:12px;
  font-size:32px;
  color:#0f172a;
}

.bv-bottom p{
  max-width:760px;
  margin:0 auto 18px;
  font-size:17px;
  color:#475569;
}

.bv-disclaimer{
  margin-top:18px;
  font-size:12px;
  line-height:1.7;
  color:#64748b;
  text-align:left;
}

.bv-sticky{
  display:none;
}

@media (max-width:900px){
  .bv-grid,
  .bv-two-col{
    grid-template-columns:1fr;
  }

  .bv-hero h1{
    font-size:31px;
  }
}

@media (max-width:768px){
  .bv-hero{
    padding:24px 18px;
  }

  .bv-hero h1{
    font-size:27px;
  }

  .bv-subtitle{
    font-size:16px;
  }

  .bv-sticky{
    display:block;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    border-top:1px solid #dbe3ea;
    box-shadow:0 -4px 18px rgba(0,0,0,0.08);
    padding:10px 12px;
    z-index:9999;
  }

  .bv-sticky a{
    display:block;
    width:100%;
    text-align:center;
    background:#2563eb;
    color:#fff !important;
    text-decoration:none;
    font-weight:700;
    border-radius:12px;
    padding:14px 18px;
  }

  body{
    padding-bottom:80px;
  }
}
.cp-sbox1 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 2px auto;
  padding: 20px 8px 10px;
  border-radius: 5px;
  background: #0092ff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.cp-sbox1 input,
.cp-sbox1 select {
  border-radius: 3px;
  margin: 2px 2px 0 10px;
  width: 100%;
  height: 44px;
  padding: 0 8px;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  background: #fff;
  border: none;
  box-sizing: border-box;
}

.cp-sbox1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  padding-right: 26px;
}

.cp-sbox1 select::-ms-expand {
  display: none;
}

.cp-sbox1 input[type="submit"] {
  background: #FF8C00;
  color: #000;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}

.cp-sbox1 input[type="submit"]:hover {
  background: #FF4500;
}


.cp-row1 {
  width: 100%;
  padding: 5px 8px;
  box-sizing: border-box;
}


.Animated_button {
  -moz-animation: cycle 4s linear infinite;
  -webkit-animation: cycle 4s linear infinite;
}

@-moz-keyframes cycle {
  35% {transform: rotate(0) translate(0, 0);}
  40% {transform: rotate(2deg) translate(0, -2px);}
  45% {transform: rotate(-1deg) translate(0, -2px);}
  50% {transform: rotate(2deg) translate(0, -2px);}
  55% {transform: rotate(-1deg) translate(0, -2px);}
  60% {transform: rotate(2deg) translate(0, -2px);}
  65% {transform: rotate(-1deg) translate(0, -2px);}
  70% {transform: rotate(0) translate(0, 0);}
}


@media screen and (max-width: 600px) {
  .cp-sbox1 {
    padding: 10px;
  }

  .cp-row1 {
    width: 100%;
    height: auto;
  }

  .cp-sbox1 input,
  .cp-sbox1 select {
    font-size: 16px;
    height: 42px;
    margin: 4px 0;
  }

  table {
    border: 0;
  }

  table caption {
    font-size: 18px;
  }

  table thead {
    display: none;
  }

  table tr {
    display: block;
    margin-bottom: 0.625em;
    border-bottom: 3px solid #ddd;
  }

  table td {
    display: block;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
  }

  table td:before {
    content: attr(aria-label);
    font-weight: bold;
    text-transform: uppercase;
    float: left;
  }

  table td:last-child {
    border-bottom: 0;
  }
}


.alphabet-section {
  margin-bottom: 20px;
  text-align: center;
}

.alphabet-description {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
}

.alphabet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 10px;
  font-weight: bold;
}

.alphabet-nav a {
  padding: 10px 14px;
  background-color: #f0f0f0;
  border: 1px solid #bbb;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  min-width: 44px;
  text-align: center;
  transition: background-color 0.25s ease;
}

.alphabet-nav a:hover {
  background-color: #dce9ff;
}


.image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-bottom: 0.5px solid #ddd;
}

.image + .image {
  margin-top: 1rem;
}

.image img {
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
}
.az-nav-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 0;
  margin-bottom: 1em;
  justify-content: center;
}
.az-nav-buttons a {
  padding: 10px 18px;
  background-color: #f0f0f0;
  border: 1px solid #bbb;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  min-width: 44px;
  text-align: center;
  transition: background-color 0.25s ease;
}
.az-nav-buttons a:hover {
  background-color: #dce9ff;
}
.alphabet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 10px;
  font-weight: bold;
}
.alphabet-section {
  margin-bottom: 20px;
  text-align: center;
}

.alphabet-description {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
}

