/* request_sc:regular*/
/* Last-Modified: Thu, 22 Jul 2021 21:52:34 GMT [ver: ] */
/* Current-Time:Thu, 22 Jul 2021 16:58:51 -0500*/
/* NOT Pulled From Cache */
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/*
Fix select boxes on certain browsers that were inheriting the select color from
content.text or other variables that make it hard to read.
*/
select { color: black; }

/* ==========================================================================
   General
   ========================================================================== */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font: 15px/24px 'Lato', sans-serif;
	font-weight: 400;
	color: #555555;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #FFFFFF;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

img.lazyload, img.lazyloaded {
	transition: opacity linear 300ms;
}

img.lazyload {
    opacity: 0;
}

img.lazyloaded {
    opacity: 1;
}

.col-3-4 p img {
	max-height: 500px;
}

p.faso-user-p img {
    margin: 10px;
}

.round {
	border-radius: 50%;
}

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 25px !important; }
.margin-bottom { margin-bottom: 50px !important; }
.margin-bottom-dbl { margin-bottom: 100px !important; }
.margin-bottom-half { margin-bottom: 25px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 50px !important; }
.padding-bottom { padding-bottom: 50px !important; }
.padding-bottom-dbl { padding-bottom: 100px !important; }
.padding-bottom-half { padding-bottom: 25px !important; }

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #9564A2;
	clear: both;
}

.spacer {
	margin: 35px;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #2E2E44;
	font-family: 'Merriweather', sans-serif;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 25px;
	margin-top: 0;
}

/*Fix it so collection titles don't collide with site header*/
h1 {
	text-align: right;
	margin-right: 1%;
}

h4, h5, h6 {
	color: #92A2A7;
}

h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 26px; }
h4, .h4 { font-size: 22px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

h1 a, h2 a, h3 a { color: #2E2E44; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #92A2A7; }

h4 a, h5 a, h6 a { color: #92A2A7; text-decoration: none; }
h4 a:hover, h5 a:hover, h6 a:hover { color: #2E2E44; }

p { margin: 0 0 25px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .small { font-size: 90%; }

.text-center { text-align: center; }
.text-left, .text-left-center { text-align: left; }
.text-right, .text-right-center { text-align: right; }
.uppercase { text-transform: uppercase; }

.overflow-visible {
	overflow: visible !important;
}

@font-face {
    font-family: 'boldbrush';
    src: url('//www.adirondackartistsguild.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//www.adirondackartistsguild.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.adirondackartistsguild.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//www.adirondackartistsguild.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//www.adirondackartistsguild.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//www.adirondackartistsguild.com/styles/shared/fonts/boldbrush-webfont.svg#new_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleur:before {
	content: 'F';
	font-family: 'boldbrush';
	font-size: 28px;
	font-style: normal;
	position: relative;
	top: 4px;
	left: 0;
	margin-right: 5px;
}
.enso:before {
     content: 'B';
     font-family: 'boldbrush';
     font-size: 28px;
     font-style: normal;
     position: relative;
     top: 4px;
     left: 0;
     margin-right: 5px;
 }

.dpw:before {
	content: 'D';
	font-family: 'boldbrush';
	font-size: 60px;
	font-style: normal;
	position: relative;
	top: 15px;
	left: 0;
}

.boldbrush {
	font-family: 'boldbrush';
	font-size: 28px !important;
	font-style: normal;
	position: relative;
	top: 2px;
	left: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #9564A2;
	text-decoration: underline;
	outline: 0;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

a:hover { color: #7AA629; }
a:hover, a:active, a:focus { outline: 0; }

/* ==========================================================================
   Lists
   ========================================================================== */


.inline-list, .subnav ul, .artist-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.inline-list li {
	float: left;
	margin: 0 10px;
}

.inline-list li:first-child {
	margin-left: 0px;
}

.inline-list li:last-child, .subnav ul li:last-child {
	margin-right: 0px;
}

.subnav {
	text-align: right;
	margin-right: 1%;
}

.subnav ul li {
	display: inline;
	margin-right: 20px;
	position: relative;
}

.subnav ul li:after {
	content: "|";
	position: absolute;
	top: -4px;
	right: -14px;
}

.subnav ul li:last-child:after {
	content: "";
}

/* ==========================================================================
   Header
   ========================================================================== */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 260px;
	z-index: 1;
	height: 100%;
	background: #E4E4EC;
	text-align: center;
	overflow: scroll;
}

.site-title {
	display: block;
	padding: 40px 15px 20px;
}

.site-title a {
	font-family: 'Merriweather', sans-serif;
	line-height: normal;
	font-size: 28px;
	font-weight: 400;
	text-decoration: none;
	color: #9564A2;
}

.site-title a:hover {
	color: #7AA629;
}

.main-nav {
	padding: 0 15px;
}

.main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-nav ul li {
	display: block;
	padding: 2px 0;
	position: relative;
}

.main-nav ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #9564A2;
	text-decoration: none;
	letter-spacing: .5px;
	padding: 5px 8px;
	display: block;
}

.main-nav ul li a:hover {
	color: #7AA629;
}

.main-nav > ul > li:hover {
	outline: 2px solid #7AA629;
}

.main-nav .selectednavlink > a {
	color: #7AA629 !important;
}

.main-nav .selectednavlink {
    outline: 2px solid #7AA629;
}

.main-nav .emptynavlink {
	display: none !important;
	visibility: hidden;
}

.main-nav ul ul {
	display: none;
}

.main-nav ul li:hover > ul {
	display: block;
}

.main-nav ul li.has-child > a:after {
   content: '\f107';
   font-family: 'FontAwesome';
   font-size: 18px;
   position: absolute;
   top: 7px;
   right: 5px;
}

#mobile-nav {
	cursor: pointer;
	display: none;
	width: 20px;
	height: 20px;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 24px;
	color: #9564A2;
	position: absolute;
	z-index: 101;
	width: 50px;
	height: 50px;
	background-color: #E4E4EC;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

#mobile-nav:before {
	content: "\f0c9";
	position: absolute;
	top: 12px;
	left: 17px;
}

#mobile-nav.active:before {
	content: "\f00d";
}

#mobile-nav:hover {
	color: #7AA629;
}

.bottom-header {
	width: 100%;
	padding: 0 15px;
}

.social {
	margin: 50px 0 5px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.social li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}

.social li i {
	font-size: 18px;
}

.social li a {
	color: #9564A2;
	text-decoration: none;
}

.social li a:hover {
	color: #7AA629;
}

.header-background {
	background: #E4E4EC;
	width: 260px;
	position: fixed;
	height: 100%;
}

/* ==========================================================================
   Content
   ========================================================================== */

.content {
	position: relative;
	padding-left: 260px;
	width: 100%;
}

.content-section {
	padding-bottom: 32px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

.pushed-left .content, .pushed-left .cover {
	-webkit-transform: translate3d(260px, 0px, 0px);
	transform: translate3d(260px, 0px, 0px);
}

.content, .header, .cover {
	-webkit-transition: -webkit-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
	transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}

.cover {
	display: none;
}

.page-title {
	padding-left: 25px;
	padding-right: 25px;
}

.page-title h1 {
	margin-top: 37px;
	text-align: right;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
	font-size: 13px;
	color: #555555;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 20px 25px;
}

.footer a {
	color: #9564A2;
}

.footer a:hover {
	color: #7AA629;
}

.footer .fleur-bug a {
	text-decoration: none;
}

.faso-footer-extrahtml {
	text-align: center;
}

/* ==========================================================================
   Works
   ========================================================================== */

.works-subheader {
	list-style: none;
	padding: 0;
	margin: 0;
}

.works-subheader li {
	display: inline;
	padding: .2em;
}

/* ==========================================================================
   workszoom/worksdetail
   ========================================================================== */
#artwork-viewer {
    display: block;
    margin: 0 auto 25px auto;
}
#artwork-viewer.portrait .faso-workszoom-data-image,
#artwork-viewer.landscape .faso-workszoom-data-image {
    width: 100%;
    display: block;
}
#artwork-viewer.portrait{
    max-width: 555px;
}
#artwork-viewer.landscape {
    max-width: 748px;
}
#artwork-viewer .lazyload,
#artwork-viewer .lazyloading,
#artwork-viewer .lazyloaded {
    transition: opacity 300ms linear;
}
#artwork-viewer .lazyload {
    opacity: 0.5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
#artwork-viewer .lazyloading,
#artwork-viewer .lazyloaded {
    opacity: 1;
}

/* ==========================================================================
   E-Commerce
   ========================================================================== */

.price-boxes {
	text-align: left;
	overflow: hidden;
	width: 100%;
}

.price-boxes .box {
	display: inline-block;
	width: 50%;
	float: left;
	margin-bottom: 25px;
}

.price-box span {
	display: block;
}

.price-box span span {
	display: inline-block;
}

.price-box .note {
	font-weight: 700;
}

.price-box .shipping {
	font-size: 11px;
}

.price-box .cart-form {
	display: inline-block;
	margin-top: 10px;
}

.user-cta {
	margin-bottom: 30px;
}

/* ==========================================================================
   Gallery Artists
   ========================================================================== */
   
.gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	margin-bottom: 50px;
}

.artist-item {
	position: relative;
}

.artist-item a {
	text-decoration: none;
	display: block;
}

.artist-item h2 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
}

.artist-item img {
	margin-bottom: 15px;
}

.artist-image {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0px;
	opacity: 0;
	-webkit-transition: 0.2s opacity linear;
			transition: 0.2s opacity linear;
}

.artist-item:hover .artist-image {
	opacity: 1;
}

/* ==========================================================================
   Blog
   ========================================================================== */

#blog-topical-nav, #blog-archive-nav {
	display: none;
	color: #fff;
}

.sidebar-blog-topical {
	margin-right: 10px;
}

.follow-link i {
	color: #9564A2;
	margin-right: 5px;
}

.post-comment {
	margin-bottom: 10px;
	padding: 20px;
}

.post-comment .avatar {
	margin-right: 20px;
	float: left;
}

.post-comment .post-message {
	margin-bottom: 20px;
}

.post-comment .post-meta {
	font-size: 13px;
	line-height: normal;
	font-weight: 700;
}

.post-comment .post-body {
	overflow: hidden;
}

.post-message p:last-child {
	margin-bottom: 0px;
}

.blog-comment-odd {
	background: #CCCCFF;
}

.blog-comment-even {
}

.social-buttons {
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}

.social-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-buttons li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}

.social-buttons li:first-child {
	padding-left: 0px;
}

.social-buttons li:last-child {
	padding-right: 0px;
}

.social-buttons li a {
	font-size: 22px;
	line-height: normal;
	color: #9564A2;
}

.social-buttons li a:hover {
	color: #7AA629;
}

.social-buttons-cta {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.social-buttons-cta li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}

.social-buttons-cta li i {
	font-size: 18px;
}

.social-buttons-cta li a {
	color: #9564A2;
	text-decoration: none;
}

.social-buttons-cta a:hover {
	color: #7AA629;
}

.post-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.post-nav li {
	float: left;
	width: 33.33333%;
	text-align: center;
}

.post-nav li:first-child {
	text-align: left;
}

.post-nav li:last-child {
	text-align: right;
}

.post-nav li i {
	font-size: 14px;
	line-height: normal;
}

.post-nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.share-buttons {
	margin-bottom: 25px;
}

/*.share-buttons table {
	margin: 0 auto;
}*/

.related-posts {
	margin-bottom: 50px;
}

.related-posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-posts ul li {
	margin-bottom: 10px;
}

.caption {
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
}

/* ==========================================================================
   Grid Item Hover
   ========================================================================== */

.item-box {
	position: relative;
	overflow: hidden;
}

.item-caption:before,
.item-title {
    display: inline-block;
    vertical-align: middle;
}

.item-caption:before {
    content: "";
    height: 100%;
}

.item-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	color: #92A2A7;
	overflow: hidden;
	background: #E4E4EC;
	-webkit-transition: 0.2s all linear;
		-moz-transition: 0.2s all linear;
			transition: 0.2s all linear;

}

.item-title {
	margin: 0;
	font-size: 24px;
	padding: 0 10px;
	width: 95%;
}

.item-category {
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 10px;
}

/* Hovers */

.item-box:hover .item-caption {
	opacity: .9;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn, input[type='submit'],
.bbav .bbav-button .btn {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #2E2E44;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #A0A0B1;
	border: 2px solid #2E2E44;
	padding: 12px 24px;
	max-width: 100%;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.btn:hover, input[type='submit']:hover,
.bbav .bbav-button .btn:hover {
	color: #FFFFFF;
	background: #2E2E44;
	border-color: #FFFFFF;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
	text-align: center;
	padding-top: 25px;
	clear: both;
	margin-bottom: 100px;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	float: left;
	list-style: none;
}

.pagination ul li a {
	text-decoration: none;
	padding: 10px 15px;
}

.pagination ul li a.current {
	color: #FFFFFF !important;
	border: 2px solid #FFFFFF;
	font-weight: 700;
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder {
   color: #2E2E44;
}

:-moz-placeholder { /* Firefox 18- */
   color: #2E2E44;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #2E2E44;
}

:-ms-input-placeholder {
   color: #2E2E44;
}

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
	font: 16px/24px 'Lato', sans-serif;
	font-weight: 400;
	color: #2E2E44;
	width: 100%;
    padding: 10px 20px;
    margin: 0;
	border: 2px solid #9564A2;
	background: #FFFFFF;

	-webkit-appearance: none;
	-webkit-border-radius: 0px;
    border-radius: 0;
}

input[type="text"] {
	height: 46px;
}

textarea {
	height: 200px;
}

input[type="submit"] {
	display: block;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0;
}

.form-item {
	margin-bottom: 25px;
}

.form-item.error input, .form-item.error textarea {
	border: 2px solid #ff0000;
}

.form-item.error label {
	color: #ff0000;
}

.radio-group {
	display: block;
	margin-bottom: 20px;
}

input[type='radio'] {
    margin-right: 5px;
}

.alert {
	margin-bottom: 20px;
	display: block;
}

.alert label {
	color: #ff0000;
	display: block;
}

.subscribe {
	width: 350px;
	margin: 0 auto;
}

.subscribe p {
	line-height: normal;
	margin-bottom: 10px;
}

.signup-form {
	position: relative;
	display: block;
}

.signup-form .alert {
	line-height: normal;
}

.signup-form label.error {
	margin-bottom: 25px;
}

.signup-form button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	color: #2E2E44;
	line-height: normal;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.signup-form button:hover {
	color: #2E2E44;
}

.success_message {
	font: 14px/24px 'Lato', sans-serif !important;
	font-weight: 400 !important;
	padding: 20px;
	background-color: #E4E4EC !important;
}

.success_message h2 {
	font-size: 24px !important;
}

.success_message .blog_comment {
	border-bottom: none !important;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

*[class*='col-'] {
	float: left;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }

.alpha { padding-left: 0; }
.omega { padding-right: 0; }
.centered { margin: 0 auto; position: relative; float: none; }

.grid { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.grid-item { padding: 10px; margin: 0; float: left; }
.grid-item img { width: 100%; }
.grid-item h2 { font-size: 28px; line-height: 32px; }
.grid-item p:last-child { margin-bottom: 0 !important; }

.flex-grid {
	display: flex;
	flex-flow: row wrap;
}

.flex-item {
	flex-basis: 25%;
	padding: 10px;
}

.row-grid {
	width: 100%;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

.row-item {
	float: left;
	margin-bottom: 20px;
	position: relative;
}

.contained {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.square-item {
	position: relative;
	overflow: hidden;
	background: #CCCCFF;
}

.square-item::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.square-item .item-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin-bottom: 0;
}

.square-item .item-box img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* ==========================================================================
   lightGallery Overrides
   ========================================================================== */

@font-face {
  font-family: 'lg';
  src: url("//www.adirondackartistsguild.com/styles/shared/fonts/lg.eot?n1z373");
  src: url("//www.adirondackartistsguild.com/styles/shared/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("//www.adirondackartistsguild.com/styles/shared/fonts/lg.woff?n1z373") format("woff"), url("//www.adirondackartistsguild.com/styles/shared/fonts/lg.ttf?n1z373") format("truetype"), url("http://www.adirondackartistsguild.com/styles/shared/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-sub-html {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	width: 100%;
	white-space: normal;
  	padding: 10px 50px;
  	background-color: #000;
  	background-color: rgba(0, 0, 0, 0.85);
}

.lg-sub-html a {
	color: #fff;
	text-decoration: underline;
}

.lg-sub-html a:hover {
	color: #999;
}

.lg-outer .lg-thumb-item {
	border-radius: 0px;
	border-color: #666;
}

.lg-outer .lg-thumb-item img {
	border: 2px;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #fff;
}

#lg-counter {
	padding-left: 50px;
}

#lg-counter:before {
	content: 'F';
	font-family: 'boldbrush';
	font-size: 24px;
	font-style: normal;
	position: absolute;
	top: 12px;
	left: 20px;
}

/* ==========================================================================
   Videos
   ========================================================================== */
   
.video-grid {
	margin: 0 -7px;
}

.isotope-item {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 7px 50px;
}

.videos {
	min-width: 0;
}

.video-image {
	position: relative;
	margin-bottom: 10px;
	background: #000;
}

.video-meta {
	font-size: 13px;
	line-height: 20px;
}

.video-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.video-length {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	background: #000;
	padding: 2px 3px 1px;
	border-radius: 2px;
	z-index: 2;
}

.video-buy-btn {
	display: none;
}

.faso-video-paid-hide { display:none; }

/* ==========================================================================
   Filter
   ========================================================================== */

.filters {
	display: flex;
}

.filters > div {
	flex: 1;
}

.filter {
	display: inline-block;
}

.filter ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.filter ul li {
	float: left;
	position: relative;
	padding-right: 25px;
}

.filter > ul > li {
	margin-right: 30px;
	cursor: pointer;
	color: #9564A2;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.filter > ul > li:hover {
	color: #7AA629;
}

.filter > ul > li:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #9564A2;
	position: absolute;
	top: 0px;
	right: 0px;
}

.filter ul li:first-child {
	margin-left: 0px;
}

.filter ul li:last-child {
	margin-right: 0px;
}

.filter ul ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
					transform: translateX(-50%);
	margin: 0;
	padding: 20px;
	background: #FFFFFF;
	text-align: left;
	min-width: 18em; /* allow long menu items to determine submenu width */
	*width: 18em; /* no auto sub width for IE7, see white-space comment below */
	z-index: 999;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
     -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
		 			box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}

.filter ul ul li {
	float: none;
	margin: 0;
	padding: 0 0 8px;
}

.filter ul ul li:last-child {
	padding-bottom: 0px;
}

.filter ul ul li:after {
	content: '';
}

.filter ul ul li a {
	display: block;
	color: #9564A2;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.filter ul ul li a:hover, .filter a.selected {
	color: #7AA629;
}

.filter hr {
	margin: 5px 0;
}

.isotope-reset {
	text-align: right;
	color: #9564A2;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.2s color linear;
			transition: 0.2s color linear;
}

.isotope-reset:hover {
	color: #7AA629;
}

.filter-container {
	text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width : 1140px) {

	.gallery-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
	.price-boxes .box {
		display: block;
		width: 100%;
		float: none;
	}
	
	.isotope-item {
		width: 33.33333%;
	}

}

@media only screen and (min-width : 993px) {

	.grid-item {
		width: 33.33333%;
	}

	.grid-item-2 {
		width: 50%;
	}
	
	.flex-item {
		flex-basis: 33.33333%;
	}

}

@media only screen and (max-width : 992px) {

	.grid-item {
		width: 50%;
	}
	
	.flex-item {
		flex-basis: 50%;
	}
	
	.contained {
		grid-template-columns: 1fr 1fr;
	}
	
	.slider .slick-dots {
		margin-top: 10px !important;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.isotope-item {
		width: 50%;
	}
	
	.filters {
		flex-direction: column;
	}
	
	.filter > ul > li {
		margin-right: 10px;
		margin-left: 5px;
	}
	
	.isotope-reset, .filter-display {
		text-align: center;
	}
	
	.filter-container {
		order: 1;
		margin-bottom: 15px;
	}
	
	.filter-display {
		order: 2;
	}
	
	.isotope-reset {
		order: 3;
	}

}


@media only screen and (min-width : 768px) {
	
	.social-buttons-cta {
		display: none;
	}
	
}


@media only screen and (max-width : 843px) {

	.grid-item {
		width: 50%;
	}

	.grid-item-2 {
		width: 100%;
	}
	
	.flex-item {
		flex-basis: 50%;
	}
	
	.contained {
		grid-template-columns: 1fr 1fr;
	}

	.item-title {
		font-size: 18px;
	}

	.item-category {
		font-size: 14px;
	}

	.content {
		position: absolute;
		padding-left: 0px;
		z-index: 102;
	}

	.header {
		position: absolute;
		min-height: 100%;
		height: auto
	}

	.cover {
		background: #FFFFFF;
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 101;
		-webkit-overflow-scrolling: touch;
		top: 0;
		left: 0;
		display: block;
	}

	.bottom-header {
		position:relative;
		bottom:auto;
		width:100%;
	}

	#mobile-nav {
		display: block;
	}

	.page-title h1 {
		margin-top: 75px;
		text-align: center;
	}

	.subnav {
		text-align: center;
		margin-right: 0;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	
}

@media only screen and (max-width: 640px) {

	*[class*='col-'] {
		float: none;
		width: 100%;
	}

	.alpha { padding: 0; }
	.omega { padding: 0; }

	.text-left-center, .text-right-center {
		text-align: center;
	}

	body {
		font-size: 16px;
	}

	.page-title, .content-section, .footer {
		padding-left: 0px;
		padding-right: 0px;
	}

	.btn, input[type='submit'] {
		width: 100%;
	}

	.subscribe {
		width: 100%;
	}

	.margin-bottom-mobile { margin-bottom: 50px; }

	.works-subheader {
		text-align: center;
	}

	.works-subheader li {
		display: inline-block;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.price-boxes .box {
		display: inline-block;
		width: 50%;
		float: left;
	}

}

@media only screen and (max-width : 480px) {

	.grid-item {
		width: 100%;
	}
	
	.flex-item {
		flex-basis: 100%;
	}
	
	.contained, .gallery-grid {
		grid-template-columns: 1fr;
	}
	
	.gallery-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.price-boxes .box {
		display: block;
		width: 100%;
		float: none;
	}
	
	.isotope-item {
		width: 100%;
	}

}

@media screen and (min-width: 1451px) {

	section.about>.row>.col-1-3>p>img {
		max-width: 350px;
	}

}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.slider-container {
  padding: 0px 25px;
}
.slider {
  padding-bottom: 60px;
  height: 800px;
  display: none;
  padding: 0 6px;
  margin-bottom: 50px;
}
.slider-wrapper {
  height: 100%;
}
.slick-list {
  height: 100%;
}
.slideshow {
  height: 100%;
  padding-bottom: 45px;
}
.image img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center !important;
}
.image--cover img{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.image--contain img{
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}
.image--cover.image--valign-top img{
	background-position: center top !important;
}
.slick-track {
  height: 100%;
}
.slider .slick-prev, .slick-next{
  z-index: 1;
  top: calc(50% - 45px) !important;
}
.slider .slick-prev:before {
  content: '\f104';
}
.slider .slick-next:before {
  content: '\f105';
}
.slider .slick-prev:before,
.slider .slick-next:before
{
  font-family: 'FontAwesome';
  font-size: 40px;
  color: black;
}
.slider .slick-dots {
  position: static;
  bottom: 0;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .slider {
    max-height: 750px;
  }
}
@media screen and (max-width: 1200px) {
  .slider {
    max-height: 550px;
  }
}
/*moves nav bar UP - jen 01/20/2014*/
#nav {position: relative; top:-60px;}

/*moves content of pages UP - jen 01/20/2014*/
#main-content {position: relative; top:-30px;}

/*slate - removes gray bar at top */
#page-title { background-color:transparent; background-image: url(none); position: -9999px; }
