body.widget-snippet .b-sponsor-local:before{
  display:none;
}
body.widget-snippet .b-sponsor-local .full-content {
  z-index:unset;
}
.b-sponsor-local {
  background: url("/template/7e07e034/images/b-network-sponsor-local-bg.jpg") no-repeat;
  padding: 95px 0 115px;
  background-size: cover;
  position: relative;
}
.b-sponsor-local:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 180, 29, 0.15);
}

.b-sponsor-local .full-content {
  z-index: 1;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.b-sponsor-local .full-content h3 {
  color: #000;
  text-align: center;
  font-family: Futura PT;
  font-size: 56px;
  font-style: normal;
  font-weight: 450;
  line-height: 59px;
  letter-spacing: -1.12px;
  margin: 25px 0;
  padding: 0;
}
.b-sponsor-local .full-content p{
  
  color: #000;
  text-align: center;
  font-family: Futura PT;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  padding: 0;
  margin: 0 0 50px;
}
.b-sponsor-local .full-content a{
  
  color: #000;
  font-family: Futura PT;
  font-size: 17px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: 0.17px;
  display: block;
  width: 100%;
  max-width: 220px;
  padding: 8px 10px 10px;
  background: #FDB41D;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  margin: 0 auto;
}
.b-sponsor-local .full-content a:hover{
  background:#000;
  color:#fff;
}
