@charset "utf-8";
/* CSS Document */

/**** Base styles ****/
* {
  box-sizing: border-box;
}

html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  scroll-behavior: smooth;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* remove blue over effect when something is tapped on mobile */
}

body {
	font-family: 'Figtree', sans-serif;
	color: #333333;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

p {
	font-size: 0.85em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
	margin-top: 0.3em;
}

p a, h2 a, h1 a, h3 a {
	color: #333333;
}
p a:visited {
	color: #333333;
}
a:active {
	color: #9F9F9F;
}

strong {
	font-weight:600;
}
em {
	font-style: italic;
}
h1, h2 {
	font-size: 1.6em;
	margin-bottom: 0.2em;
	line-height: 1.2em;
}

h3, .project-description h2 {
	font-size: 0.85em;
	line-height: 1.4em;
}
h3 + p {
    margin-top: 0.8em;
}

h1 a:visited, h2 a:visited, h3 a:visited  {
	color: #333333;
}
.center a:hover, .right-col a:hover, .left-col a:hover, .contact-form a:hover, .banner-button a:hover {
	background: #CF1992;
	background: linear-gradient(to right, #CF1992 0%, #00ADCF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.uppercase{
	text-transform: uppercase;
	padding-top: .3em;
	letter-spacing: 0.1em;
}
.grey-bg {
	background-color: #F1F1F1;
}
.red {
	color: red;
}

.center {
	text-align: center;
}

.top-padding {
	padding-top: 80px;
}
.ten-padding {
	width: 90%;
	margin: 0 auto 0 auto;
}


figcaption {
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
	margin: 5px auto 12px auto;
	display: inline-block;
	}

.small-button { /* used for "view in portfolio" in library */
	cursor: pointer;
	display: inline-block;
	color: #666666;
	padding: 0 .5em;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: .7em;
	line-height: 2;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: .25em;
	margin: 20px 0 0 12px;
}

.small-button:hover {
	color: #666666;
	background-color: rgba(255, 255, 255, 1);
}
.exclusive {
	color: #FFFFFF;
	background-color: rgba(255, 75, 75, 1);
}

table a:link {
	text-decoration: none;

}
.caps-button {
	cursor: pointer;
	display: inline-block;
	padding: 0.4em 1.2em;
	color: #666;
	font-size: .8em;
	letter-spacing: 0.1em;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 2;
	border: 2px solid #666;
}

.standard-button {
	cursor: pointer;
	display: inline-block;
	padding: 0 .5em;
	color: #666;
	font-size: .9em;
	font-weight: 600;
	line-height: 2;
	border: 2px solid #ddd;
}

@media (max-width: 1080px) {
.standard-button {
	width: 60%;
}
}

.read-more-state {
  display: none;
}
.shop-more-state {
  display: none;
}
.shop-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.shop-more-state:checked ~ .shop-more-wrap .shop-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.shop-more-state ~ .shop-more-trigger:before {
  content: 'Shop this collection';
}
.shop-more-state:checked ~ .shop-more-trigger:before {
  content: 'Shop this collection';
}
.shop-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: .4em .8em;
	color: #FFFFFF;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
	line-height: 2;
 	border-radius: .25em;
	background-color: #00CBC8;
	margin: .5em 0 .8em 0;
}
.shop-more-trigger:hover {
	background-color: #CACACA;
}

@media (max-width: 900px) {

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Read more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Read less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  background-color: #FFFFFF;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

}

.mobile {
	display: none;
	visibility: hidden;
	height:0px;
}
.desktop {
	display:inline;
	visibility:visible;
	height: auto;
}

@media (max-width: 500px) {
.mobile {
	display:inline;
	visibility:visible;
	height: auto;
}
.desktop {
	display: none;
	visibility: hidden;
	height:0px;
}
}



/* -----------------------------MENU-------------------------------- */	
header {
	text-align: center;
	padding: 45px 0 45px 0;
}
#logo {
	width: 300px;
	margin: auto;
}
#logo img {
	width: 100%;
}
nav {
	margin-top: 5px;
}
nav ul li, footer ul li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
	padding: 0 13px 0 7px;
	letter-spacing: 0.1em;
}
nav ul li a, footer ul li a {
	text-decoration: none;
	color: #333333;
}
nav ul li a:visited, footer ul li a:visited {
	color: #333333;
}
nav ul li a:hover, footer ul li a:hover {
	background: #CF1992;
background: linear-gradient(to right, #CF1992 0%, #00ADCF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
nav ul li a:active, footer ul li a:active {
	background: #CF1992;
background: linear-gradient(to right, #CF1992 0%, #00ADCF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
.icons {
	display: inline;
}
.icons .social-icon {
	padding-left: 0.7em;
	top: 0.2em;
	line-height: 1.8em;
}
.icons .social-icon img {
	height: 16px;
}
.right-col .social-icon {
	padding-right: 0.5em;
	top: 0.8em;
	line-height: 2.8em;
}
.right-col .social-icon img {
	height: 30px;
}
.social-icon {
	position:relative;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	filter: alpha(opacity=8);
 	-moz-opacity: 0.8;
 	-khtml-opacity: 0.8;
 	opacity: 0.8;
}

.social-icon:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
 	filter: alpha(opacity=4);
 	-moz-opacity: 0.4;
 	-khtml-opacity: 0.4;
 	opacity: 0.4;
}
 /* Dropdown */
		 ul { /* all lists... */
			padding: 0;
			margin: 0;
			
		}
		 li { /* all list items... */
			display: inline; /* set the list items left-to-right */
			position: relative; /* set the origin for child boxes to be positioned from */
		}

		 ul ul { /* lists within lists... */
			position: absolute; /* place them over the top of everything */
			z-index: 2; /* position on top of project images */
			left: -4px; /* align them to the left of the parent list item  - necessary for some older browsers */
			top: 100%; /* align them to the bottom of the parent list item - again only necessary for older browsers */
			display: none; /* hide 'em */
			padding-top: 15px;
			text-align: left;
			min-width: 130px;
			background-color: #FFFFFF;
			border-bottom: solid 3px transparent;
			border-image: linear-gradient(90deg, #CF1992 , #00ADCF);
			border-image-slice: 1;

		}
		nav ul ul li {
			text-transform: none;
			font-size: 1.1em;
			font-weight: 500;
			display: block;
			padding: 0 10px 10px 10px;
			letter-spacing: 0px;
			
		}
	
		 li:hover ul { /* when list items are hovered over, do this to lists contained within them... */
			display: block; /* show 'em */
		}

footer {
	text-align: center;
	padding: 7px 0 10px 0;
	font-size: 0.8em;
	background-color: #FFFFFF;
	width: 100%;
	z-index: 999;
}
footer .social-icon img {
	height: 18px;
}

/* Hamburger Menu Icon */
.hamb{
	position: absolute;
	top: 20px;
	right: 16px;
    cursor: pointer;
    float: left;
    padding: 17px 10px;
}/* Style label tag */

.hamb-line {
    background: #000000;
    display: block;
    height: 2px;
    position: relative;
    width: 20px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background: #000000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 8px;
}
.hamb-line::after{
    top: -8px;
}

.hamburger-icon {
    display: none;
} /* Hide checkbox */

/* Toggle menu icon */
.hamburger-icon:checked ~ nav{
    max-height: 100%;
}
.hamburger-icon:checked ~ .hamb .hamb-line {
    background: transparent;
}
.hamburger-icon:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.hamburger-icon:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

body:has(.hamburger-icon:checked) {
  overflow: hidden;
}

@media (min-width: 700px) {

    .hamb{
        display: none;
    }
}

@media (max-width: 700px) {
	header {
		padding: 30px 0 20px 0;
	}
	#logo {
		width: 200px;
	}
	 nav {
		position: fixed;
		top: 100px;
		z-index: 3;
		background: #FFFFFF;
		height: 100%;
		width: 100%;
		overflow: scroll;
		max-height: 0;
		transition: max-height .5s ease-out;
	}
	nav ul li {
		display: block;
		padding: 20px 0 20px 0;
		margin: 0 15% 0 15%;
		border-bottom: 1px solid #E0E0E0;
	}
	nav ul:first-child {
		padding-top: 40px;
	}
	nav ul li:last-of-type {
		border-bottom: 0px;
	}
	
	#last-item {
		height:300px;
	}

	ul ul { /* lists within lists... */
		display: block; /* make visbile */
		position: relative; /* make them display nested rather than over top of everything */
		left: 0; /* recenter */
		width: 100%;
		text-align: center;
		border: none;

			}
	nav ul ul li {
		margin: -2px 0px 0px 0px;	
		border: none;
		}

	.icons {
		background-color: #FFFFFF;
		width: 100%;
		position: fixed;
		bottom: 0;
		display: block;
		z-index: 4;
		padding: 8px 0 8px 0;
		-webkit-box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.35);
		box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.35);
	}
	.icons .social-icon {
		padding: 0.7em;
	}
	.icons .social-icon img {
		height: 16px;
	}
	.right-col .social-icon img {
		height: 40px;
	}
	.right-col .social-icon {
		padding-right: 0.5em;
		top: 1.2em;
		line-height: 2.8em;
	}


	footer {
		display: none;
	}
}/* end max width 700 */


	
/* ----------------------------HOME PAGE------------------------------ */
.container {
	width: 100%;
	margin: 0 auto 0 auto;
	z-index: 1;
	max-width: 2400px;
}

.project, .tile {
	width: 25%;
	float: left;;
	position: relative;
	outline: 4px solid white;
	background: white;
}

.project img, .tile img {
	width: 100%;
	vertical-align: middle;
}
 .related .project img:hover, .tile img:hover {
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.preview-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
}

.preview-hover:hover {
 	opacity: 1;
}

@media (max-width: 900px) {
.project, .tile {
	width: 50%;
}
}

#about {
	max-width: 1670px;
}



/* ----------------------------PAGES------------------------------ */
main {
	width: 85%;
	margin: 0 auto 30px auto;
}
.left-col {
	float: left;
	width: 65%;
	display:block;
	text-align: center;
	margin-top: 15px;
}
.left-col img {
	width: 100%;
	display: block;
	margin: 0 0 4px 0;
}

.half-width {
	width: 49.5%;
	display: inline-block;
}
.half-width1 {
	width: 49.7%;
	display: inline-block;
	float: left;
	margin-bottom: 4px;
}
.half-width2 {
	width: 49.7%;
	display: inline-block;
	float: right;
	margin-bottom: 4px;
}

.pin1080x1650 {
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.portrait1080x1920 {
	aspect-ratio: 9 / 16;
	overflow: hidden;
}

.right-col {
	float: right;
	width: 33%;
	margin-top: 15px;
}

.insta {
	padding: 25px 0 10px 0;
	font-size: 0.8em;
}

.shop-box {
	border: solid 2px #B5B5B5;
	padding: 0px 15px 15px 15px;
}
.shop-box::before { 
    content: "Shop this collection";
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	font-weight: 700;
	background-color: #FFFFFF;
	padding: 2px 7px 2px 7px;
	position: relative;
	top: -12px;
}

.shop-box p {
	margin-bottom: 0;
}

@media (max-width: 400px) {
	.shop-box {
	padding: 0px 15px 18px 15px;
}
}


.related {
	padding-top: 20px;
}
.related .project {
	width: 30%;
	height: auto;
	float: left;
	margin: 1% 2% 1% 0;
}
.related .project h2 {
	display: none;
	visbility: hidden;
}

@media (max-width: 1200px) {
main {
	width: 93%;
}
.related .project {
	width: 46%;

}
}
@media (max-width: 900px) {
main  {
	width: 100%;
	position: relative;
}
.left-col {
	width: 100%;
}
.left-col-pad {
	padding-bottom: 270px;
}

.right-col {
	width: 100%;
	clear: both;
	float:none;
	padding: 3% 5% 0 5%;
	margin: 0 auto 0 auto;
	border-top: solid 1px #CCCCCC;
}
.related {
	position: absolute;
	bottom: 40px;
}
.related .project {
	width: 22%;
	height: auto;
	float: left;;
	display: inline-block;
}
.spacer {
	height: 30px;
}

}
@media (max-width: 750px) {
.left-col-pad {
	padding-bottom: 230px;
}

}
@media (max-width: 600px) {
.left-col-pad {
	padding-bottom: 250px;
}
.right-col {
	padding-top: 5%;
}
.related .project {
	width: 30%;
	height: auto;
	float: left;;
	display: inline-block;
}
}
@media (max-width: 510px) {
.left-col-pad {
	padding-bottom: 230px;
}
.right-col {
	padding-top: 5%;
}
}
@media (max-width: 500px) {
.left-col-pad {
	padding-bottom: 200px;
}
.half-width, .half-width1, .half-width2 {
	width: 100%;
}
}

/* ----------------------------SHOP------------------------------ */

.wide-margins {
	
	margin: 0px auto 30px auto;
	padding: 0px 20% 8px 20%;
	
}
.wide-margins img {
	width: 100%;
}

.threecol img {
	width: 33%;
	float: left;;
	position: relative;
	padding: 3px 0 3px 0;
}

.threecol img:hover, .fourcol img:hover {
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.fourcol img {
	width: 25%;
	float: left;;
	position: relative;
	padding: 0px 10px 0px 10px;
}
.extra-padding img {
	padding: 15px;
}
@media (max-width: 900px) {
.fourcol img {
	width: 50%;
}
}

@media (max-width: 700px) {
.wide-margins {
	width: 94%;
	padding: 12px 3% 8px 3%;
	margin-bottom: 10px;
}
	
.threecol {
	width: 50%;
}
}
.banner {
	z-index: 2;
	line-height: 0;
	position: relative;
	text-align: center;
}

.banner img {
	width: 25%;
	display: inline;
	z-index: 3;
	opacity: 1;
}
.banner-button {
	padding: 35px;
	background-color: #FFFFFF;
	width: fit-content;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	cursor: pointer;
	color: #333333;
	font-weight: 800;
	font-size: 1.2em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.banner-button a {
	text-decoration: none;
	color: #333333;
}
@media (max-width: 700px) {
	
	.banner-button {
		padding: 20px;
		font-size: 0.9em;
	}
	.disappear700 {
		display: none;
		height: 0;
	}
	.banner img {
	width: 33.3333%;
}
}

/* ----------------------------SHOP PAGES------------------------------ */
.feature{
	padding: 4%;
	text-align: left;
	font-size: larger;
}
.feature h1 {
	
}
.feature p {
	
}
.landscape5-4 {
	aspect-ratio: 5 / 3;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.forty {
	width: 40%;
}
.fifty {
	width: 50%;
}
.fifty img {
	width: 100%;
}

.sixty {
	width: 60%;
}

@media (max-width: 1200px) {
	.feature {
		font-size: initial;
		}
}
@media (max-width: 900px) {
	.forty, .sixty {
		width: 100%;
		
	}
	
}
@media (max-width: 600px) {
	.overflow-text {
		display: none;
	}
	.tile p {
	font-size: 0.75em;
	}
}

.full-width {
	width: 100%;
}

.collections-menu h3 {
	font-size: 1em;
	font-weight: 500;
	line-height: 2em;
	margin-bottom: 20px;
}
.swatch-group {
	margin-left: -10px;
}
.swatch {
	width: 25%;
	float: left;;
	position: relative;
	padding: 10px;
}

.swatch img {
	width: 100%;
	vertical-align: middle;
}
.swatch img:hover {
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
@media (max-width: 600px) {
	.swatch {
		padding: 5px;
}
	.swatch-group {
	margin-left: -5px;
}
}


/* ----------------------------FORM------------------------------ */
.contact-form {
	width:40%;
	margin: 0 auto 80px auto;
}
.contact-form .hide-input {
	display:none;
}
label {
	font-size: 0.8em;
	display: block;
	padding: 15px 0 4px 0;
}
.sub-label {
	font-size: 0.7em;
	font-style: italic;
}
.text-bar {
	padding: 2%;
	width: 100%;
}
select {
	width: 70%;
	padding: 2%;
}
.clear {
	text-align: center;
	clear: both;
}
.g-recaptcha {
	clear: both;
	margin-top: 10px;
}
textarea {
	float: left;
	width: 100%;
	height: 150px;
	overflow: visible;
	display: block;
    } 

.radio-button {
	position: relative;
	top: 2px;
}


#newslettercheck {
	display: block;
	float: left;
	margin: 18px 0 0 0;
}

label.indented-checkbox-text {
  margin-left: 1.8em;
  display: block;
  position: relative;

}

.send {
	width: auto;
	color: #FFFFFF;
	font-family: Figtree;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: #666666;
	border: none;
	-webkit-border-radius: 3;
 	-moz-border-radius: 3;
  	border-radius: 3px;
	margin-top: 30px;
	padding: 15px 18px 15px 18px;
	display: inline;
    } 
.send:hover {
	background-color: #999999;
    } 
@media (max-width: 1200px) {
.contact-form {
	width:50%;
}
}
@media (max-width: 900px) {
.contact-form {
	width:60%;
}
}
@media (max-width: 700px) {
.contact-form {
	width:70%;
}
}
@media (max-width: 600px) {
.contact-form {
	width:80%;
}
}
@media (max-width: 500px) {
.contact-form {
	width:90%;
}
.text-bar {
	padding: 5%;
	width: 100%;
}

select {
	width: 101%;
	padding: 5%;
}
}

/* ------------------------------------------ */

.endclear {
	clear: both;
}

/* -------------------- LIBRARY --------------------- */
.library {
	width: 97%;
	margin: 0 auto 0 auto;
	z-index: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;

}


/* --------------- LIBRARY SLIDESHOW STYLES ---------------- */

.gallery-collection {
	width: 24.9%; /* for some reason 25% wouldn't work in Chrome */
	padding: 1%;
	margin-bottom: 20px;
	flex-grow: 1;
}
@media (max-width: 1250px) {
.gallery-collection {
	width: 33%;
}
}

@media (max-width: 1100px) {
.gallery-collection {
	width: 50%;
}
}

@media (max-width: 800px) {
.gallery-collection {
	width: 100%;
	padding: 0 3% 0 3%;
}
}
.gallery-collection h1 {

}
.gallery-collection table {
	margin-bottom: 10px;
	font-size: 0.75em;
}
.gallery-collection table td {
	padding-right: 20px;
}

.gallery-viewport img {
	width: 100%;
	color: #ffffff;
	aspect-ratio: 1 / 1;
}

.gallery-viewport figcaption {
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

.gallery-viewport .small-button {
	position: absolute;
	float: left;
	z-index: 9;
}

.gallery-slide {
	text-align: center;

}

/* --- Next & previous buttons --- */
.prev, .next {
	cursor: pointer;
	position: absolute;
	bottom: 0; 
	width: 50%;
	height: 100%; /* make it overlay the image */
	color: #CCCCCC;
	font-weight: bold;
	font-size: 32px;
	user-select: none; /* makes arrow unselectable, ie. can't copy/paste */
}
.prev:hover, .next:hover {
	color: #DDDDDD;
}

.prev span, .next span {
    position: absolute;
    bottom: 5px; /* make the actual arrow icon be at the bottom */
}
.next span {
	right: 0px;
	text-align: right;
}

/* Position the "next button" to the right */
.next {
	right: 4%;
	text-align: right;
}
@media (max-width: 1250px) {
.prev span, .next span {
    bottom: 0px; /* make the actual arrow icon be at the bottom */
}
}
@media (max-width: 1100px) {
.prev span, .next span {
    bottom: -3px; /* make the actual arrow icon be at the bottom */
}
	
.next {
	right: 4%;
	text-align: right;
}
}
@media (max-width: 800px) {
.prev span, .next span {
    bottom: -10px; /* make the actual arrow icon be at the bottom */
}
}


/* ------- Filter menu styles -------- */

#options {
	display: table;
	margin: 0 auto 20px auto;
	text-align: center;

	width: 100%;
	padding: 14px 10px 10px 10px;
}
#options ul {
	list-style: none;
}
#options li {
	float: left;
	cursor: pointer;
	color: #666666;
	background-color: #E2E2E2;
	font-size: 0.7em;
	padding: 0.8em 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0px 0 0 12px;
}

#options li:not(:last-child) {
	margin-right: 5px;
}

#options li a {
	text-decoration: none;
	color: #666666;
	padding: 0.8em 1em;
}

#filter li:nth-child(9) a:hover {
	color: #ffffff;
	background-color: rgba(255, 75, 75, 1);
}

#sort li a {
	text-transform: none;
	margin: 0px;
}

#options li a:hover {
	background-color: #E3E3E3;
}

#options li a.selected {
	background-color: #00CBC8;
	color: #FFFFFF;
}

#options li:nth-child(9) a.selected {
	color: #ffffff;
	background-color: rgba(255, 75, 75, 1);
}
@media (max-width: 990px) {
#options li {
	padding: 0.8em 0;
	letter-spacing: 0.05em;
	margin: 3px 0 3px 5px;
}
	#options li:not(:last-child) {
	margin-right: 3px;
}
}
/* Combination filter options*/

#options .option-combo {
	display: inline-block;
	margin: 0 auto 0 auto;
}



/* --------------- END LIBRARY SLIDESHOW STYLES ---------------- */
