.event-search-nav #prev_events{
    width: auto;
    order: 1;
    -webkit-order:1;
    margin-right: auto;
}

.event-search-nav #nxt_events{
    width: auto;
    order: 2;
    -webkit-order:2;
    margin-left: auto;
}
/*PBM 2x2 ads for footer only mobile*/
@media screen and (max-device-width: 768px) {
	[id^=adventive_4_126351]{
		z-index:7000!important;
	}
}
/*End*/

/*btm logo above header*/
@media (min-width: 850px) {
  #site-header-menu {
    position: relative;
  }
  #site-header-menu::before {
    background:#ba131a;
    content: "";
    height: 14px;
    position: absolute;
    top: -12px;
    width: 100%;
  }

  #site-header-menu .nav-container {
    position: relative;
  }

  #site-header-menu .nav-container::before {
    background: url("/wp-content/themes/pbm/assets/images/part-of-btmlogo.svg") #ba131a 0px 1.4px;
    background-repeat: no-repeat;
    background-size: 230px;
    content: "";
    height: 14px;
    position: absolute;
    top: -12px;
    margin: 0 auto;
    right: 0;
    max-width: 1260px;
    }
}

@media (min-width: 850px) {
  #site-header-menu .nav-container::before {
    left:20px;
  }
}

@media (min-width: 1344px) {
  #site-header-menu .nav-container::before {
    left: 0;
  }
}

@media (max-width: 849px) {
  .header-logo-ad {
    position: relative;
  }

  .header-logo-ad::before {
    background: url("/wp-content/themes/pbm/assets/images/part-of-btmlogo.svg") #ba131a 10px 1.4px;
    background-repeat: no-repeat;
    background-size: 230px;
    content: "";
    height: 14px;
    position: absolute;
    bottom: -10px;
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 100%;
  }
}
/*end*/
