/* Placement+ page */

.overlay-image {
  position: absolute !important;
  height: 1500px;
  pointer-events: none;
  background-repeat: no-repeat;
  width: 100vw;
  z-index: 60;
  right: 0;
  transform: translateY(60px);
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .overlay-image {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .overlay-image {
    background-position: 205% top;
  }
}

@media only screen and (min-width: 110px) {
  .overlay-image {
    background-position: 180% top;
  }
}

@media only screen and (min-width: 1200px) {
  .overlay-image {
    background-position: 140% top;
  }
}

@media only screen and (min-width: 1600px) {
  .overlay-image {
    background-position: 105% top;
  }
}

.placement_form {
  background: linear-gradient(to right, #ffefe0 0%, #e8e8e8b6 43%, #f8ece1 85%, #ffffffc3 100%);
}

.placement_form .search-holder {
  position: relative;
  max-width: 648px;
  z-index: 100;
}

.placement_form .search-holder .search-icon {
  position: absolute;
  z-index: 50;
  top: 22px;
  left: 19px;
  font-size: 32px;
  color: #009abf;
  cursor: pointer;
  width: 43px;
  height: 41px;
  background: url(../../../../wp-content/plugins/cb-placement-plus/search-icon.png);
}

.placement_form #placement_search {
  height: 82px;
  background: #f7f7f7;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e3e3e3;
  opacity: 1;
  text-align: left;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #009abf;
  padding: 24px 24px 24px 72px;
  width: 100% !important;
  font-style: normal;
  float: none !important;
  outline: none;
}

.placement_form #placement_search::placeholder {
  color: #009abf !important;
  /*font-weight: 300 !important;*/
}

#placement_results {
  display: flex;
  background: white;
  margin-top: 20px;
}

#placement_results > * {
  width: 50%;
  border-left: 1px solid #d4d4d4;
  position: relative;
}

#placement_plus {
  border-right: 1px solid #d4d4d4;
}

#placement_results .header {
  padding: 25px;
  font-size: 24px;
  line-height: 46px;
  font-family: 'Source Serif Pro', serif !important;
  background: #333333;
  color: white;
  font-weight: 500;
  border-bottom: 1px solid #d4d4d4;
}

#placement_results ul {
  padding: 0;
  margin: 0;
}

#placement_results ul li {
  list-style: none;
  padding: 25px;
  border-bottom: 1px solid #d4d4d4;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-transform: lowercase;
}

#placement_results ul li.highlighted {
  position: relative;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #009abf;
  width: calc(100% + 2px);
  transform: translate(-1px, -1px);
}

#placement_results ul li.highlighted:before {
  content: 'Ad';
  position: absolute;
  top: 10px;
  color: #6c6c6c;
  font-size: 11px;
  text-transform: capitalize;
}

#placement_results ul li strong {
  font-weight: normal;
  color: #009abf;
}

#placement_results .relevant {
  position: absolute;
  right: -215px;
  top: 282px;
  width: 200px;
  display: flex;
  align-items: center;
}

#placement_results .relevant .fas {
  width: 25px;
  font-size: 16px;
}

#placement_results .relevant .text {
  width: 175px;
  font-size: 18px;
  line-height: 21px;
  font-family: 'Source Serif Pro', serif !important;
  color: #333333;
  font-weight: 700;
}

@media (max-width: 767px) {
  #placement_results {
    flex-wrap: wrap;
  }

  #placement_results > * {
    width: 100%;
    border-right: 1px solid #d4d4d4;
  }

  #placement_results .relevant {
    display: none;
  }
}

.icon-arrow-left:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}