.wrap-ads-registry {
  width: 1400px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 6em; }
  @media (max-width: 1450px) {
    .wrap-ads-registry {
      width: 100%;
      padding: 0 1em 0 1em; } }
  .wrap-ads-registry .header-ads-registry {
    width: 55%;
    margin: 0 auto;
    margin-top: 7em;
    text-align: center; }
    @media (max-width: 650px) {
      .wrap-ads-registry .header-ads-registry {
        width: 90%;
        margin-top: 3em; } }
    .wrap-ads-registry .header-ads-registry h1 {
      font-family: 'bellslimregular';
      font-size: 2.75rem; }
      @media (max-width: 650px) {
        .wrap-ads-registry .header-ads-registry h1 {
          font-size: 2.125rem; } }
    .wrap-ads-registry .header-ads-registry p {
      color: black;
      margin-top: 1.5em; }
  .wrap-ads-registry .section-ads-registry {
    margin-top: 8em; }
    @media (max-width: 650px) {
      .wrap-ads-registry .section-ads-registry {
        margin-top: 4em; } }
    .wrap-ads-registry .section-ads-registry .ads-header, .wrap-ads-registry .section-ads-registry .agent {
      display: flex;
      justify-content: flex-start;
      text-align: left; }
      .wrap-ads-registry .section-ads-registry .ads-header div, .wrap-ads-registry .section-ads-registry .agent div {
        width: 100%; }
      .wrap-ads-registry .section-ads-registry .ads-header div:first-child, .wrap-ads-registry .section-ads-registry .agent div:first-child {
        width: 40%; }
        @media (max-width: 650px) {
          .wrap-ads-registry .section-ads-registry .ads-header div:first-child, .wrap-ads-registry .section-ads-registry .agent div:first-child {
            width: 50%; } }
    .wrap-ads-registry .section-ads-registry .ads-header {
      border-bottom: 1px solid #e7e7e7;
      padding-bottom: 1em; }
      .wrap-ads-registry .section-ads-registry .ads-header h2 {
        font-family: 'bellslimregular';
        font-size: 2.3125rem; }
        @media (max-width: 650px) {
          .wrap-ads-registry .section-ads-registry .ads-header h2 {
            font-size: 1.2em; } }
      .wrap-ads-registry .section-ads-registry .ads-header div:first-child {
        padding-right: 1em; }
    .wrap-ads-registry .section-ads-registry .authorizing-agents .agent {
      padding: 3em 0;
      border-bottom: 1px solid #e7e7e7; }
      @media (max-width: 650px) {
        .wrap-ads-registry .section-ads-registry .authorizing-agents .agent {
          padding: 2em 0; } }
      @media (max-width: 650px) {
        .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .agent-name {
          padding-right: 1em; } }
      .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .agent-name h3 {
        margin: 0;
        font-family: 'bellslimregular';
        font-size: 1.6875rem; }
        @media (max-width: 650px) {
          .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .agent-name h3 {
            font-size: 1em; } }
      .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: -1em; }
        @media (max-width: 650px) {
          .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets {
            flex-wrap: nowrap;
            overflow-x: scroll;
            -ms-overflow-style: none;
            scrollbar-width: none;
            margin: -1vw; } }
        .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets::-webkit-scrollbar {
          display: none; }
        .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets .ad-asset {
          width: 300px;
          height: 200px;
          margin: 1em;
          margin-bottom: 2em;
          position: relative;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
          @media (max-width: 650px) {
            .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets .ad-asset {
              margin: 1vw;
              margin-bottom: 2em;
              max-width: 50vw;
              max-height: 30vw;
              min-width: 50vw;
              min-height: 30vw; } }
          .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets .ad-asset .overlay-image {
            background-color: rgba(0, 0, 0, 0);
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.5s; }
            .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets .ad-asset .overlay-image p {
              color: white;
              font-family: 'bellslimregular';
              font-size: 1.8em;
              opacity: 0;
              margin: 0;
              transition: all 0.5s; }
              @media (max-width: 650px) {
                .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets .ad-asset .overlay-image p {
                  font-size: 15px; } }
            .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets .ad-asset .overlay-image:hover {
              background-color: rgba(0, 0, 0, 0.7); }
              .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets .ad-asset .overlay-image:hover p {
                opacity: 1; }
          .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets .ad-asset .inner-ad-asset {
            display: block;
            width: 100%;
            height: 100%;
            cursor: pointer; }
          .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets .ad-asset .click-through {
            font-family: 'bellslimregular';
            margin-top: 0.7em;
            font-size: 13px;
            display: flex;
            justify-content: center;
            color: #0066a4; }
            .wrap-ads-registry .section-ads-registry .authorizing-agents .agent .creative-assets .ad-asset .click-through img {
              height: 12px;
              margin-left: 1em;
              margin-bottom: 6px; }
  .wrap-ads-registry .pagination {
    margin-top: 2em; }
    .wrap-ads-registry .pagination ul {
      display: inline; }
      .wrap-ads-registry .pagination ul li {
        display: inline-block;
        margin: 0 0.1em; }
        .wrap-ads-registry .pagination ul li a {
          background-color: #f2f2f3;
          font-size: .9em;
          color: #555555;
          width: auto;
          margin-top: 0;
          padding: 0.1em 1.2em;
          transition: background-color 200ms, color 200ms;
          font-family: "bellslimregular";
          cursor: pointer; }
          .wrap-ads-registry .pagination ul li a:hover {
            background-color: #0066a4;
            color: white; }
        .wrap-ads-registry .pagination ul li.active a {
          background-color: #0066a4;
          color: white;
          cursor: default; }
  .wrap-ads-registry span.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    transition: opacity .3s, visibility .3s; }
    @media (max-width: 650px) {
      .wrap-ads-registry span.play-video {
        width: 50px;
        height: 50px; } }
    .wrap-ads-registry span.play-video i {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-35%, -50%);
      transform: translate(-35%, -50%);
      transition: opacity .8s; }
  .wrap-ads-registry iframe {
    width: 100%;
    height: 100%;
    border: none; }
  .wrap-ads-registry .ico-play {
    background-image: url(/wp-content/plugins/bellmedia-ads-registry/assets/img/sprite.png);
    background-position: 0% 100%;
    background-size: 635.7142857142857% 493.75%;
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wrap-ads-registry .ico-play {
      background-image: url(/wp-content/plugins/bellmedia-ads-registry/assets/img/sprite.@2x.png);
      background-position: 0% 100%;
      background-size: 655.5555555555555% 493.75%;
      width: 13.5px;
      height: 16px;
      display: inline-block;
      vertical-align: middle;
      font-size: 0; } }
  .wrap-ads-registry .cols:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both; }
