/*
Theme Name: Zox News Child
Template: zox-news
Version: 1.0
*/
/*
Theme Name: Zox News Child
Template: zox-news
Version: 1.0
*/

.rci-hero{
  background:#0b1f3a;
  color:#fff;
  padding:14px 20px 12px;
}

.rci-hero__content{
  max-width:1200px;
  margin:0 auto;
}

.rci-hero__title{
  margin:0 0 6px;
  font-size:30px;
  line-height:1.05;
  font-weight:800;
  color:#fff;
}

.rci-hero__subtitle{
  margin:0 0 12px;
  font-size:15px;
  line-height:1.3;
  color:rgba(255,255,255,.85);
}

.rci-hero__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:#e10600;
  color:#fff;
  border:none;
  border-radius:999px;
  padding:12px 18px;
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  cursor:pointer;
}

.rci-hero__cta:hover{
  opacity:.92;
}

@media screen and (max-width: 767px){
  .rci-hero{
    padding:12px 16px 10px;
  }

  .rci-hero__title{
    font-size:22px;
  }

  .rci-hero__subtitle{
    font-size:14px;
    margin:0 0 10px;
  }

  .rci-hero__cta{
    width:100%;
    padding:12px 16px;
    font-size:14px;
  }
}

.rci-hero__title{
  margin:0 0 8px;
  font-size:32px;
  line-height:1.05;
  font-weight:800;
  color:#fff;
}

.rci-hero__subtitle{
  margin:0 0 14px;
  font-size:16px;
  line-height:1.35;
  color:rgba(255,255,255,.85);
}

.rci-hero__cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#e10600;
  color:#fff;
  border:none;
  border-radius:999px;
  padding:14px 22px;
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  cursor:pointer;
}

.rci-hero__cta:hover{
  opacity:.92;
}

@media screen and (max-width: 767px){
  .rci-hero{
  padding:16px 16px 14px;
}

.rci-hero__title{
  font-size:24px;
}

.rci-hero__subtitle{
  font-size:15px;
  margin:0 0 12px;
}