.modal-wrapper .modal {
    padding: 0px !important;
}

div.top-ten-header-bar {
  width: 100%;
  height: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  position: relative;
}

div.top-ten-editor div.top-ten-header-bar div.round_image_1 {
  position: absolute;
  left: 9%;
  top: 20%;
  transform: scale(0.7) rotate(180deg);
}

div.top-ten-editor div.top-ten-header-bar div.round_image_2 {
  position: absolute;
  left: 10%;
  transform: scale(0.7);
  width: 142px;
}

div.top-ten-editor div.top-ten-header-bar div.round_image_3 {
  position: absolute;
  right: 10%;
  transform: scale(0.7);
  width: 142px;
}

div.top-ten-editor div.top-ten-header-bar div.round_image_4 {
  position: absolute;
  right: 9%;
  bottom: 15%;
  transform: scale(0.7);
}

div.top-ten-editor div.top-ten-header-bar.pride div.round_image_1 {
  left: 6%;
  top: -10px;
  transform: scale(0.5) rotate(180deg);
}

div.top-ten-editor div.top-ten-header-bar.pride div.round_image_4 {
  bottom: -20px;
  right: 6%;
  transform: scale(0.5);
}

div.top-ten-header-bar-text {
  font-family: Roboto;
  font-size: 23.4px;
  font-stretch: condensed;
  letter-spacing: 1.98px;
  color: #ffffff;
}

div.top-ten-post {
  display: flex;
  flex-direction: column;
  width: 405px;
  height: 720px;
  color: #fff;
  font-size: 24px;
  font-family: Roboto;
  padding: 10px;
  background-size: cover;
  text-align: center;
  padding-right: 22px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.top-ten-post.pride::before {
  content: " ";
  height: 5px;
  margin-top: -15px;
  background-image: linear-gradient(90deg, #ff0018, #ffa52c 16%, #ffff41 31%, #008018 46%, #0000f9 65%, #86007d 82%, #cc0099 100%);
}

div.top-ten-post.pride::after {
  content: " ";
  height: 5px;
  margin-bottom: -15px;
  background-image: linear-gradient(89deg, #ff0018, #ffa52c 16%, #ffff41 31%, #008018 46%, #0000f9 65%, #86007d 82%, #cc0099 100%);
}

hr {
    border: 0px;
    border-top: solid 1px #f8993a;;
    margin: 0;
}

div.top-ten-post.pride hr {
  border: 0px;
  height: 2px;
  background: linear-gradient(to right, #ff0018, #ffa52c 16%, #ffff41 31%, #008018 46%, #0000f9 65%, #86007d 82%, #cc0099);
  margin-top: 10px;
}

div.top-ten-post p {
    margin-bottom: 0;
}

div.top-ten-post div.top-ten-title {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 8px;
    color: #f8993a;
    margin-bottom: 10px;
}

div.top-ten-post div.top-ten-title-image {
  margin-left: 10px;
  margin-right: 10px;
}

div.top-ten-post.pride div.top-ten-title-image {
  margin-top: 10px;
}

div.top-ten-post.pride div.top-ten-title {
  background: linear-gradient(85deg, #ff0018, #ffa52c 16%, #ffff41 31%, #008018 46%, #0000f9 65%, #86007d 82%, #cc0099); /* Will override color (regardless of order) */
  -webkit-background-clip: text;
  fill: none;
  stroke-width:0.5px;
  -webkit-text-fill-color: transparent;
  text-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
}

div.top-ten-post div.top-ten-title hr {
    margin: auto;
    width: 350px;
}

div.top-ten-post div.top-ten-subtitle {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 8px;
    font-size: 20px;
}

div.top-ten-post.pride div.top-ten-subtitle {
  margin-top: 10px;
  font-weight: normal;
  color: #272e5e;
}

div.top-ten-post.pride div.top-ten-subtitle hr {
  margin-top: 10px;
}

div.top-ten-post.pride .top-ten-accent {
    color: #272e5e;
    font-weight: bold;
}

div.top-ten-post div.top-ten-subtitle hr {
    margin: auto;
    width: 370px;
}

div.top-ten-post div.top-ten-items {
    flex: 1;
    margin-top: 30px;
    margin-bottom: 5px;
    margin-left: 40px;
    text-align: left;
    font-size: 19px;
}

div.top-ten-post div.top-ten-logo {
    width: 78px;
    height: 62px;
    margin: auto;
    margin-bottom: 10px;
}

div.top-ten-post div.top-ten-footer {
}

div.top-ten-post.pride div.top-ten-logo {
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
}

div.top-ten-post div.top-ten-hashtags {
  font-size: 18px;
}

div.top-ten-post.pride div.top-ten-hashtags {
  color: #272e5e;
  font-weight: bold;
}

div.top-ten-post.pride div.top-ten-hashtags:last-child {
  margin-bottom: 10px;
}

/* Ensure Google API suggestions are not hidden by modal frame */
.pac-container {
    z-index: 9999;
}

div.top-ten-list-editor {
    width: 100%;
    display:flex;
    justify-content: center;
    padding-top: 10px;
}

div.top-ten-search-panel {
    width: 50%;
    padding: 30px;
    margin: auto;
}

div.top-ten-selected-items-container {
    width: 50%;
    padding: 30px;
    height: 630px;
}

div.top-ten-list-editor .ccf-form label {
    display: none !important;
}

div.top-ten-list-editor .top-ten-selected-items {
    list-style-type: none;
    font-size: 15px;
    color: #4A4A4A;
}

.top-ten-panel-header {
    font-family: Roboto Slab, serif;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #272e5e;
    margin-bottom: 20px;
}

div.top-ten-panel-description {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 20px;
}

div.top-ten-list-editor-enter-business input {
    width: 306px;
    height: 44px;
    padding: 10px;
    border: solid 1px #4A4A4A;
    outline: none;
    background-color: white !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#top-ten-preview-container {
    display:flex;
    justify-content: center;
}

.top-ten-editor {
    font-family: Roboto, sans-serif;
}

.top-ten-editor #top-ten-preview {
  padding-top: 10px;
}

#top-ten-register {
  width: 47%;
  padding: 30px;
}

#top-ten-download {
  width: 47%;
  margin-right: 30px;
  padding: 30px;
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.top-ten-panel-button {
    border: solid 1px #AF5B26;
    background-color: #ffffff;
    color: #AF5B26 !important;
    padding: 9px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.top-ten-panel-button:hover {
    background-color: #AF5B26;
    color: #fff !important;
}

.top-ten-action-button {
    display: block;
    padding: 9px;
    width: 100%;
    text-align: center;
    color: #fff !important;
    background-color: #AF5B26;
}

.top-ten-action-button:hover {
    color: #AF5B26 !important;
    background-color: #fff;
    border: 1px solid #AF5B26;
}

.top-ten-selected-items-container {
    display: flex;
    flex-direction: column;
}

.top-ten-selected-items {
    flex-grow: 1;
}

.top-ten-selected-items-empty {
    flex-grow: 1;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
    margin: 40px;
}

ul.top-ten-selected-items {
    margin-left: 0;
}

.top-ten-selected-items li {
    display: flex;
    margin-bottom: 10px;
    margin-left: 0 !important;
}

.top-ten-selected-items li .value {
    flex-grow: 1;
    margin-left: 10px;
}

.top-ten-register .top-ten-sign-in {
  color: #AF5B26 !important;
}

.top-ten-register input#register {
    color: #AF5B26;
    border: solid 1px #AF5B26;
    background-color: #ffffff;
    padding: 15px;
}

.top-ten-register input#register:hover {
    color: #ffffff;
    border: solid 1px #AF5B26;
    background-color: #AF5B26;
}

.top-ten-register #nav a {
  color: #AF5B26 !important;
}

#top-ten-edit-list {
    text-align: center;
}

#top-ten-edit-list .top-ten-panel-button {
    width: 150px;
}

.top-ten-selected-items .top-ten-bullet {
    flex-shrink: 0;
}

.top-ten-selected-items .top-ten-remove {
    flex-shrink: 0;
}

.top-ten-selected-items .value {
    display: inline-block;
    text-align: left;
}

.modal .close-modal {
    color: #fff !important;
}

.top-ten-accent {
    color: #f8993a;
}

/* hack to get around whitespace on html2canvas */
.hide-scrollbar {
	overflow: -moz-hidden-unscrollable;
	overflow: hidden;
}

.universal-search-bar {
  display: none;
}

.entry-header {
  display: none !important;
}

@media only screen and (min-width: 639px) {
  div.top-ten-header-bar hr {
      position: absolute;
      width: 30% !important;
      left: 35%;
      top: 40px;
  }

  div.top-ten-header-bar hr:nth-child(1) {
      top: 100px;
  }

  .top-ten-header-bar-text {
      margin: auto;
  }
}

/* mobile */
@media only screen and (max-width: 640px) {
  div.top-ten-list-editor {
    display: inline;
  }

  #top-ten-preview-container {
    display: inline;
  }

  #top-ten-register {
    width: 100% !important;
    text-align: center;
  }

  div.top-ten-search-panel {
      width: 100% !important;
      margin: 0 !important;
      text-align: center;
  }

  div.top-ten-selected-items-container {
      width: 100% !important;
      height: auto !important;
      margin: 0 !important;
    }

  #top-ten-download {
    width: 100%;
    text-align: center;
  }

  div.top-ten-post {
    background-color: #fff;
    margin: auto;
  }

  form.register-form {
    text-align: left;
  }

  .month_top_ten_container {
    display: block !important;
  }

  .month_top_ten_container {
      position: relative;
  }

  .month_top_ten_container .month_top_ten_details {
      padding-bottom: 50px;
  }

  .month_top_ten_container .month_top_ten_details .month_top_ten_title {
      max-width: 100%;
      position: absolute;
      left: 10px;
      right: 10px;
      top: 10px;
  }

  .month_top_ten_container .month_top_ten_details .month_top_ten_subtitle {
      margin-top: -110px;
      text-align: left;
  }

  .month_top_ten_container .month_top_ten_details .month_top_ten_description {
      text-align: left;
  }

  .month_top_ten_container .month_top_ten_details {
      text-align: center;
      margin-left: 30px;
  }

  div.top-ten-header-bar {
    height: 70px;
  }

  div.top-ten-editor div.top-ten-header-bar div.round_image_1,
    div.top-ten-editor div.top-ten-header-bar div.round_image_2,
    div.top-ten-editor div.top-ten-header-bar div.round_image_3,
    div.top-ten-editor div.top-ten-header-bar div.round_image_4 {
      display: none;
  }
}

@media only screen and (max-width: 380px) {
  div.top-ten-post {
    width: 100%;
    min-width: 360px;
  }

  div.top-ten-post div.top-ten-subtitle {
    font-size: 18px;
  }
}
