/* Last-Modified: Fri, 26 Aug 2016 12:19:01 GMT [ver: ] */
/* Current-Time:Sat, 27 Aug 2016 05:25:11 -0500*/
/*! 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 'Droid Sans', sans-serif;
	font-weight: 400;
	color: #222222;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #938172;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.img-left {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.img-right {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

.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: 50px !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 #7C6D60;
	clear: both;
}

hr.small-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { 
	color: #541F14;
	font-family: 'Oswald', sans-serif;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 0;
}

h4, h5, h6 { 
	color: #51473F;
}

h1, .h1 { font-size: 34px; }
h2, .h2 { font-size: 28px; }
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }
h6, .h6 { font-size: 14px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #541F14; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #51473F; }

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; }

.text-light { color: #020304; }

@font-face {
    font-family: 'boldbrush';
    src: url('//janemayerfineart.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//janemayerfineart.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//janemayerfineart.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//janemayerfineart.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//janemayerfineart.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//janemayerfineart.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;
}

.dpw:before {
	content: 'D';
	font-family: 'boldbrush';
	font-size: 64px;
	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: #CC9E61;
	text-decoration: underline;
	outline: 0;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

a:hover { color: #541F14; }
a:hover, a:active, a:focus { outline: 0; }

a.arrow-link {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
}

a.arrow-link:after {
	font-family: 'FontAwesome';
	font-size: 13px;
	content: '\f105';
	position: relative;
	top: 0;
	right: -5px;
}

a.link, a.page_links, .blog-feed-link a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
}

/* ==========================================================================
   Lists
   ========================================================================== */
   
.inline-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 {
	margin-right: 0px;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	width: 100%;
	padding-bottom: 50px;
	padding-top: 40px;
}

.site-title {
	display: block;
	margin-bottom: 33px;
}

.site-title a {
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	line-height: normal;
	font-size: 34px;
	text-transform: uppercase;
}

.main-nav {
	background: #541F14;
	padding: 10px;
}

.main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-nav ul li {
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}

.main-nav ul li:first-child {
	margin-left: 0px;
}

.main-nav ul li:last-child {
	margin-right: 0px;
}

.main-nav ul li a {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #CC9E61;
	text-decoration: none;
	letter-spacing: .5px;
}

.main-nav ul li a:hover {
	color: #938172;
}

.main-nav .selectednavlink a {
	color: #938172 !important;
}

.main-nav .emptynavlink {
	display: none !important;
	visibility: hidden;
}

.hamburger {
	cursor: pointer;
	display: none;
}

.hamburger i {
	font-size: 20px;
	line-height: 24px;
	color: #CC9E61;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.hamburger i:hover {
	color: #541F14;
}

/* ==========================================================================
   Mobile Nav
   ========================================================================== */
   
.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #541F14;
	overflow: auto;
	z-index: 9999;
}

.nav-wrapper {
	text-align: center;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}

.mobile-nav {
	padding: 50px 0px 25px;
}

.mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 25px;
}

.mobile-nav ul li a {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #CC9E61;
	text-decoration: none;
	letter-spacing: .5px;
	display: inline-block;
	padding: 10px 0;
}

.mobile-nav ul li a:hover {
	color: #938172;
}

.mobile-nav .selectednavlink a {
	color: #938172 !important;
}

.mobile-nav .emptynavlink {
	display: none !important;
	visibility: hidden;
}

.nav-wrapper .close {
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 25px;
}

.nav-wrapper .close i {
	font-size: 24px;
	color: #CC9E61;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.nav-wrapper .close:hover i {
	color: #541F14;
}

/* ==========================================================================
   Social
   ========================================================================== */
   
.social {
	line-height: 0;
}

.social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.social ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

.social ul li i {
	font-size: 20px;
}

.social ul li a {
	color: #CC9E61;
	text-decoration: none;
}

.social ul li a:hover {
	color: #938172;
}

/* ==========================================================================
   Content
   ========================================================================== */

.content {
	padding-bottom: 50px;
}

.content-section {
	padding-bottom: 75px;
	padding-top: 50px;
}

.page-title { display: none !important; }

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
	font-size: 12px;
	color: #020304;
	background: #541F14;
	overflow: hidden;
	padding: 15px;
}

.footer .copyright {
	display: inline-block;
	text-align: right;
}

.footer a {
	color: #CC9E61;
	text-decoration: none;
}

.footer a:hover {
	color: #938172;
}

/* ==========================================================================
   Widgets
   ========================================================================== */

.widget {
	overflow: hidden;
	margin-bottom: 25px;
}

.widget h4 {
	width: 100%;
	background: #541F14;
	color: #020304;
	padding: 10px 15px;
}

.widget ul, .sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li, .sidebar ul li {
	margin-bottom: 8px;
	line-height: 24px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #020304;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #020304;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #020304;
}
:-moz-placeholder { /* Firefox 18- */
  color: #020304;
}



/* ==========================================================================
   Blog
   ========================================================================== */

#blog-topical-nav, #blog-archive-nav {
	display: none;
}

.post-comment {
	margin-bottom: 10px;
	padding: 20px;
}

.post-comment .avatar {
	margin-right: 12px;
	float: left;
}

.post-comment .post-message {
	margin-bottom: 20px;
}

.post-comment .post-meta {
	font-size: 13px;
	line-height: normal;
}

.post-comment .post-body {
	overflow: hidden;
}

.post-message p:last-child {
	margin-bottom: 0px;
}

.blog-comment-odd {
	background: none;
}

.blog-comment-even {
	background: #51473F;
}

.social-buttons {
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px;
}

.social-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-buttons li {
	line-height: normal;
	margin: 0;
	float: left;
	padding: 6px 10px;
}

.social-buttons li a {
	font-size: 25px;
	line-height: normal;
}

.social-buttons li a:hover {
	font-size: 25px;
	line-height: normal;
}

.post-nav {
	width: 100%;
	list-style: none;
	overflow: hidden;
	display: inline-block;
	margin: 30px 0 50px;
	padding: 15px 0;
	border: 1px solid #7C6D60;
	border-width: 1px 0;
}

.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: 700;
}

.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;
	transition: all 0.25s;
}

.item-caption {
	display: block;
	position: relative;
	z-index: 9;	
}

.item-caption:after {
	content: "";
	background-color: #541F14;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0.89);
	   -moz-transform: scaleX(0.89);
			transform: scaleX(0.89);
	-webkit-transition: all 0.15s;
	   -moz-transition: all 0.15s;
	  	 -o-transition: all 0.15s;
			transition: all 0.15s;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
}

.item-title {
	color: #020304;
	text-align: center;
	padding: 6px 24px;
	margin: -24px 12px 0;
	-webkit-transition: color 0.15s;
	   -moz-transition: color 0.15s;
		 -o-transition: color 0.15s;
			transition: color 0.15s;
}

/* Hovers */

.item-box:hover .item-caption:after {
	background-color: #51473F;
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
			transform: scaleX(1);
}

.item-box:hover .item-title {
	color: #020304;
}


/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, input[type='submit'] {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #CC9E61;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #7C6D60;
	border: none;
	padding: 15px 40px;
	max-width: 100%;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.btn:hover, input[type='submit']:hover {
	color: #CC9E61;
	background: #51473F;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
	text-align: center;
	padding-top: 25px;
	clear: both;
	margin-bottom: 50px;
}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	float: left;
	list-style: none;
}

.pagination ul li a {
	color: #222222;
	background: #CC9E61;
	text-decoration: none;
	padding: 10px 15px;
	-webkit-transition:0.2s color linear, 0.2s background linear;
			transition:0.2s color linear, 0.2s background linear;
}

.pagination ul li a:hover {
	color: #938172;
	background: #51473F;
}

.pagination ul li a.current {
	color: #938172;
	text-decoration: none;
	font-weight: 700;
	background: #541F14;
}

/* ==========================================================================
   Forms
   ========================================================================== */

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
	font: 16px/24px 'Droid Sans', sans-serif;
	font-weight: 400;
	color: #020304;
	width: 80%;
    padding: 10px 20px;
    margin: 0;
	background: #7C6D60;
	border: 1px solid #222222;
	
	-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;
}

label {
	display: block;
}

.form-item {
	margin-bottom: 25px;
}

.form-item.error input, .form-item.error textarea {
	border: 1px solid #ff0000;
}

.form-item.error lOswald {
	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: 100%;
	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 input[type="text"] {
	width: 100%;
}

.signup-form button {
	position: absolute;
	top: 2px;
	right: 0;
	padding: 10px;
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	color: #020304;
	line-height: normal;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.signup-form button:hover {
	color: #%input.text.hover%;
}

.success_message {
	font: 14px/24px 'Droid Sans', sans-serif !important;
	font-weight: 400 !important;
	padding: 20px;
	color: #020304;
	background-color: #51473F !important;
}

.success_message h2 {
	font-size: 24px !important;
}

.success_message .blog_comment {
	border-bottom: none !important;
}

.faso-sidebar-blog-archives {
	position: relative;
	display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    overflow: hidden;
    background-color: #7C6D60;
}

.faso-sidebar-blog-archives:after {
	content: "\f107";
	font-family: 'FontAwesome';
    color: #020304;
    font-size: 16px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 11px;
    right: 5px;
    z-index: 5;
}

.faso-sidebar-blog-archives select {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #020304;
	line-height: normal;
    padding: 15px 15px;
    width: 100%;
    cursor: pointer;
    border: none;
    z-index: 10;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	-webkit-border-radius: 0px;
			border-radius: 0;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.row .row {
    width: auto;
    margin: 0 -20px !important;
}

*[class*='col-'] {
	float: left;
	padding: 0 20px;
	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: 0 10px 20px;
	margin: 0;
}
.grid-item img { width: 100%; }
.grid-item h2 { line-height: 28px; }
.grid-item p:last-child { margin-bottom: 0 !important; }
.grid-item a { text-decoration: none; }

/* ==========================================================================
   Slick Slider
   ========================================================================== */

.slick-slide img {
	width: 100%;
	height: auto;
}
   
.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/* ==========================================================================
   Slick Theme
   ========================================================================== */
   
/* Slider */
.slick-loading .slick-list {
    background: #fff url('//janemayerfineart.com/styles/williamsburg/images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 10px;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #51473F;
    opacity: .75;
    -webkit-transition:0.2s all linear;
    		transition:0.2s all linear;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    opacity: .90;
}

/*.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}*/

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 28px;
    line-height: 1;
    color: #020304;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    right: 45px;
}

.slick-prev:before {
    content: '\f104';
}

.slick-next {
    right: 10px;
}

.slick-next:before {
    content: '\f105';
}


/* Dots */
.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* ==========================================================================
   lightGallery Overrides
   ========================================================================== */

@font-face {
  font-family: 'lg';
  src: url("//janemayerfineart.com/styles/shared/fonts/lg.eot?n1z373");
  src: url("//janemayerfineart.com/styles/shared/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("//janemayerfineart.com/styles/shared/fonts/lg.woff?n1z373") format("woff"), url("//janemayerfineart.com/styles/shared/fonts/lg.ttf?n1z373") format("truetype"), url("//janemayerfineart.com/styles/shared/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-sub-html {
	font-family: 'Droid Sans', 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;
}


/* ==========================================================================
   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 (min-width : 993px) {

	.grid-item {
		width: 33.33333%;
	}
	
}

@media only screen and (max-width : 992px) {

	.grid-item {
		width: 50%;
	}
	
}

@media only screen and (max-width : 768px) {

	.grid-item {
		width: 50%;
	}
	
	.item-title {
		font-size: 18px;
	}
	
	.item-category {
		font-size: 14px;
	}
	
	.feature img {
		width: 120px;
	}
	
}

@media only screen and (max-width : 480px) {

	.grid-item {
		width: 100%;
	}
	
}

@media only screen and (max-width: 640px) {

	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.alpha { padding: 0; }
	.omega { padding: 0; }
	
	.text-left-center { text-align: center; }
	.text-right-center { text-align: center; }
	
	.header {
		padding-bottom: 40px;
	}
	
	.site-title {
		margin-bottom: 20px;
	}
	
	.main-nav {
		display: none;
	}
	
	.hamburger {
		display: block;
	}
	
	.btn, input[type='submit'] {
		width: 100%;
	}
	
	.feature {
		text-align: center;
	}
	
	.feature img {
		float: none;
		margin-bottom: 25px;
		margin-right: 0px;
		width: 60%;
	}
	
	.feature .col-1-4 {
		text-align: center;
		padding-right: 0px;
	}
	
	.feature .col-3-4 {
		border-left: none;
		padding-left: 0px;
	}
	
	.social, .footer .copyright {
		text-align: center;
	}
	
	.social {
		margin-bottom: 25px;
	}
	
	input[type="text"], textarea {
		width: 100%;
	}
	

}

/* ==========================================================================
   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;
    }
}
