/* top/bottom padding for panels */
/* border radius */
.themes-nav {
  background-color: #001832;
  width: 100%;
  padding: 10px 30px;
}
.themes-nav img {
  width: 80px;
}

.photoday-themes-container {
  min-height: calc(100vh - 82px);
  padding: 20px 30px;
}

.photoday-themes-header h2 {
  text-align: center;
}
.photoday-themes-header h4 {
  text-align: center;
}

.photolabs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
.photolabs .lab-item {
  width: 25%;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 0 15px 15px 15px;
  margin: 10px;
  cursor: pointer;
}
.photolabs .lab-item:hover, .photolabs .lab-item:focus {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-color: transparent;
}
.photolabs .lab-item:hover button, .photolabs .lab-item:focus button {
  color: #fff;
  background: #ff4580;
  background: -moz-linear-gradient(left, #ff4580 0%, #ffa45e 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff4580), color-stop(100%, #ffa45e));
  background: -webkit-linear-gradient(left, #ff4580 0%, #ffa45e 100%);
  background: -o-linear-gradient(left, #ff4580 0%, #ffa45e 100%);
  background: -ms-linear-gradient(left, #ff4580 0%, #ffa45e 100%);
  background: linear-gradient(to right, #ff4580 0%, #ffa45e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff4580", endColorstr="#ffa45e", GradientType=1 );
}
.photolabs .btn-gray {
  width: 100%;
  background-color: #ebebeb;
  color: #666;
}
.photolabs .logo-img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photolabs img {
  width: 90%;
}
.photolabs .whcc-logo, .photolabs .bayphoto-logo {
  width: 60%;
}

.photolabs .bri-logo, .photolabs .richmond-logo {
  width: 80%;
}

.filter-margin {
  margin-top: 20px;
}

.centered-text {
  text-align: center;
  padding: 0px 10px 10px 10px;
}

.whcc-text {
  max-width: 800px;
  text-align: center;
}

.photolabs.smaller-logos {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  max-width: initial;
  margin: 0 30px;
  width: calc(100% - 60px);
}
.photolabs.smaller-logos .lab-item {
  width: 150px;
  border: none;
  padding: 10px;
}
.photolabs.smaller-logos .logo-img {
  height: auto;
}
.photolabs.smaller-logos button {
  display: none;
}

.lab-item.active-lab {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
}

.theme-content .lab-content {
  padding: 20px;
  text-align: center;
}

.lab-content {
  min-height: calc(100vh - 177px);
}

.tag-buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.tag-buttons-container .tag-buttons-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.tag-buttons-container p {
  margin-bottom: 0;
}
.tag-buttons-container .tag-dropdown {
  position: relative;
}
.tag-buttons-container .active-theme, .tag-buttons-container .color-active-theme {
  background-color: #e6e6e6;
  padding: 5px 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tag-buttons-container .active-theme .fa, .tag-buttons-container .color-active-theme .fa {
  padding-left: 5px;
}
.tag-buttons-container #tag-buttons, .tag-buttons-container #color-tag-buttons {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 250px;
  height: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  border-radius: 5px;
}
.tag-buttons-container #tag-buttons::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.tag-buttons-container #tag-buttons::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.tag-buttons-container button {
  border: none;
  display: block;
  width: 100%;
  border-radius: 0;
}
.tag-buttons-container button.active {
  color: #fff;
  box-shadow: none;
  border: none;
  background: #ff4580;
  background: -moz-linear-gradient(left, #ff4580 0%, #ffa45e 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff4580), color-stop(100%, #ffa45e));
  background: -webkit-linear-gradient(left, #ff4580 0%, #ffa45e 100%);
  background: -o-linear-gradient(left, #ff4580 0%, #ffa45e 100%);
  background: -ms-linear-gradient(left, #ff4580 0%, #ffa45e 100%);
  background: linear-gradient(to right, #ff4580 0%, #ffa45e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff4580", endColorstr="#ffa45e", GradientType=1 );
}

.collections-inner-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
}

.collection-item {
  width: 30%;
  padding: 20px;
  text-align: left;
}
.collection-item h4 {
  font-family: bebasregular, helvetica, arial, sans-serif;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
.collection-item p {
  font-size: 14px;
  color: #666;
}
.collection-item img {
  width: 100%;
}

.same-themes-alert {
  color: #0c5460;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  border-radius: 3px;
  padding: 10px;
  margin: 10px 30px 20px 30px;
  text-align: center;
}
.same-themes-alert p {
  margin: 0;
}

.bottom-links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #E8E8E8;
  padding: 0 20px;
}
.bottom-links p, .bottom-links a, .bottom-links a:visited, .bottom-links a:active {
  color: #A1A1A1;
  padding: 10px;
  font-size: 14px;
  line-height: initial;
}
.bottom-links p {
  margin-bottom: 0;
}

@media (max-width: 880px) {
  .photolabs .lab-item {
    width: 45%;
  }

  .photolabs .logo-img {
    padding: 10px;
  }

  .collection-item {
    width: 45%;
  }
}
@media (max-width: 650px) {
  .collection-item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .photolabs .lab-item {
    width: 100%;
  }

  .photolabs .logo-img {
    padding: 50px;
  }
}

/*# sourceMappingURL=photoday_themes.css.map */
