/*
Theme Name: The 7 child
Template: dt-the7
Version: 1.0.3
*/

.top-bar-mobile {
  margin: 0 auto;
  max-width: 1300px;
  padding: 15px 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
}
.top-bar-mobile .textwidget p:last-of-type,
.top-bar-mobile .textwidget {
  margin-bottom: 0;
}
.cta-top-mobile {
  background: #6b973a;
  color: #ffffff !important;
  padding: 6px 30px;
  display: inline-block;
  border-radius: 25px;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 991px) {
  .top-bar-mobile {
    display: none;
  }
}
@media (max-width:480px){
  .cta-top-mobile{
    font-size: 16px;
    padding: 6px 15px;
  }
}