/*
 Theme Name:  Couchbase Com
 Description: Couchbase Blog theme, a child of the Paperback theme.
 Author:      XWP
 Author URI:  http://xwp.co
 Template:    paperback
 Version:     4.1.9
 License:     GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: couchbase Com
*/

.pp-multiple-authors-wrapper {
  display: none;
}
.site-main {
  padding-top: 50px;
  margin-top: 120px;
}
.site-main h2{
  margin: 10px 0;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}
.site-main ul {
  margin: 0 0 1.4em 20px;
  list-style: square;
}
.site-main ul a{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.Partner-inner-content {
  display: flex;
  align-items: center;
  line-height: 1;
}
.Partner-Opportunities {
  margin-right: 107px;
  width: 50%;
}
.Partner-Opportunities-img {
  width: 70%;
}
@media (max-width: 992px) {
  .Partner-inner-content {
    display: block;
  }
  .Partner-Opportunities,
  .Partner-Opportunities-img {
    width: 100%;
    text-align: center;
  }
  .Partner-Opportunities-img {
    margin-top: 30px;
  }
  .Partner-Opportunities p {
    padding-bottom: 38px;
  }
}

.no-results {
  text-align: center;
  background: #f3f3f3;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.no-results h3:first-child {
  margin-bottom: 15px;
}

input#search-bar::placeholder {
  color: #ffffff;
}


.load_more,
.load_more:before,
.load_more:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.load_more {
  color: #EA2328;
  font-size: 10px;
  margin: -40px auto 40px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.load_more:before,
.load_more:after {
  content: '';
  position: absolute;
  top: 0;
}

.load_more:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.load_more:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
