/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	overflow-x: hidden;
}

figcaption, figcaption em {
    word-wrap: break-word;
}

.modal-title {
	font-size: 1rem;
}

.hide-on-startup{
	display: none;
}

.a-moodboard {
	cursor: pointer;
}

.swatch {
    display: inline-block;
    padding: .5em .5em;
    font-size: 100%;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
	color: rgba(255,255,255,0.77);
}

.logo {
	height: 1.5rem;
}

#filters .filter-option-inner-inner{
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #121212;
}

.featured {
	position: absolute;
	z-index: 10;
	right: 1.75rem;
	top: 0.7rem;
}

.featured .btn {
	font-size: 0.75em;
	line-height: 1;
}

#jumbotron_block {
   background: rgba(34,193,195,0.40);
   margin-bottom: 0;
}

h1 {
  font-size: 5vmin;
  font-weight: bold;
  line-height: 0.9;
}

#moodboards_block {
	background-color: rgba(236,240,241,0.97);
}

.moodboard-title {
	font-size: 0.8rem;
}

.blob {
  position: absolute;
  top: 0;
  left: 0;
  fill: #18bc9c;
  width: 50vmax;
  z-index: -1;
  animation: move 10s ease-in-out infinite;
  transform-origin: 50% 50%;
}

.mazze {
  font-size: 0.7em;
}

.colours img {
  cursor: pointer;
  border-radius: 0.2rem;
  border: 2px solid #FFF;
  margin: 0 2px 2px 0;
}

.colours img:hover {
  border-color: #2c3e50;
}

.selected {
  border-color: #00ff00 !important;
}

@keyframes move {
  0%   { transform: scale(1)   translate(10px, -30px); }
  38%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
  40%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
  78%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
  80%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
  100% { transform: scale(1)   translate(10px, -30px); }
}

.blob2 {
  position: absolute;
  top: 0;
  left: 0;
  fill: #99CCFF;
  width: 50vmax;
  z-index: -1;
  animation: move2 10s ease-in-out infinite;
  transform-origin: 50% 50%;
}

@keyframes move2 {
  0%   { transform: scale(0.5)   translate(-10px, 30px); }
  30%  { transform: scale(0.7, 1) translate(-40vw, -25vh) rotate(80deg); }
  45%  { transform: scale(0.7, 1) translate(-40vw, -25vh) rotate(80deg); }
  80%  { transform: scale(1.2) translate(0vw, -20vh) rotate(20deg); }
  90%  { transform: scale(1.2) translate(0vw, -20vh) rotate(20deg); }
  100% { transform: scale(0.5)   translate(-10px, 30px); }
}


@media screen and (max-width: 768px) { /* Bootstrap's mobile view breakpoint */
	.sticky-top {
		position: relative !important;
	}
	#search_input, #checkout_header {
		display: block;
		clear: both;
		width: 100%;
		padding-top: 14px;
	}
}