@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

* {
  font-family: 'Open Sans', sans-serif;
}

.load-more,
.load-more a {
  display:block;
}

.load-more a {
  background:#2d76ba;
  color:#fff;
  padding:10px;
  text-align:center;
  width:200px;
  margin:20px auto;
  text-decoration:none;
}

.rows {
  overflow:hidden;
  text-align:center;
}

.row {
  display:inline-block;
  margin:5px;
  position:relative;
}

.enable-chooser .row img {
  cursor:pointer;
}

.rows img {
  width:300px;
  height:276px;
}

.row span {
  position:absolute;
  bottom:0px;
  left:0px;
  padding:10px 5px;
  box-sizing:border-box;
  width:100%;
  background:rgba(0,0,0,0.6);
  color:#fff;
  opacity:0;
}

.row:hover span {
  opacity:1;
}

#submit-choice {
  width:100%;
  height:100%;
  text-align:center;
  margin-bottom:30px;
}

#submit-choice form,
.thank-you-page h2 {
  margin:0px auto;
  background:#fff;
  width:100%;
  max-width:400px;
  padding:10px;
  border-radius:10px;
  position:relative;
  box-sizing:border-box;
  box-shadow:0 0 5px rgba(0,0,0,0.3);
}


#submit-choice form .close {
  border:1px solid #dedede;
  color:#444;
  position:absolute;
  top:6px;
  right:5px;
  border-radius:5px;
  background:white;
  width:30px;
  height:30px;
  line-height:30px;
  font-size:20px;
  cursor:pointer;
}

#submit-choice form .close:hover {
  background:#f36e6e;
  border-color:#f36e6e;
  color:#fff;
}

#submit-choice form .form-text,
#submit-choice form .form-submit {
  display:inline-block;
  padding:6px 10px;
  box-sizing:border-box;
  border-radius: 5px;
  border:1px solid #ddd;
  margin:0px 0px 5px 0px;
  width:100%;
}

#submit-choice form .form-submit {
  background:#2d76ba;
  color:#fff;
  border:none;
  border-radius: 5px;
  padding:7px 10px;
  cursor:pointer;
}

#submit-choice form.platform-active .form-submit {
  border-radius:5px;
}

#search-backdrops {
  width:90%;
  background:#fff url('https://widget.pbbackdrops.com/sites/all/themes/blank/img/search.png') no-repeat 8px 9px;
  color:#333;
  margin:0 auto;
  display:block;
  font-size:15px;
  line-height:20px;
  padding:10px 10px 10px 40px;
  border-radius:5px;
  border:1px solid #c7c7c7;
  margin-bottom:20px;
}

@media (max-width:636px) {
  .row{
    width:48%;
    margin:1%;
    height:auto;
  }
  .row img{
    width:100%;
    height:auto;
  }
}