@charset "UTF-8";
/*!
Theme Name: L Schrader Art
Theme URI: http://underscores.me/
Author: Pamela Schick
Author URI: http://schickwebdesign.com
Description: A simple artist\'s theme to display artwork in custom categories
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lschraderart
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

L Schrader Art is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS (Underscores default):
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS (NEW):
----------------------------------------------------------------
 * 1.0 - Generic
        1.1 - Normalize	
	1.2 - Box Sizing
 * 2.0 - Base
	2.1 - Typography	
	2.2 - Elements
        2.3 - Forms
 * 3.0 - Grid
 * 4.0 - Layout
	4.1 - Site
	4.2 - Header 
	4.3 - Footer
        4.4 - Sidebars
 * 5.0 - Accessibility
 * 6 0 - Alignments
 * 7.0 - Clearings
.* 8.0 - Navigation
        8.1 - Links
        8.2 - Main Navigation
        8.3 - Main Navigation at Larger Screen Sizes (783px and Up)
        8.4 - Horizontal Homepage Collections Navigation
        8.5 - Horizontal Paintings Page Collections Navigation
        8.6 - Comments and Posts Navigation
        8.7 - Prev/Next Paintings Pages Navigation
        8.8 - Footer Navigation
        8.9 - Edit-Artworks Links
 * 9.0 - Widgets
	9.1 - Footer Widgets
        9.2 - Header Widgets
        9/3 - Footer Widgets
 * 5.0 - Components
	5.1 - Site Content
	5.2 - Posts and Pages
	5.3 - Page Header
	5.4 - Entry Header
	5.5 - Entry Content
	5.6 - Article
	5.7 - Entry Footer
        5.8 - Pages
                5.8.1 - Home Page
                5.8.2 - Paintings Page
                5.8.3 - About Page and Privacy Policy Page
                5.9.4 - Contact Page
                5.8.5 - Blog Page
                5.8.6 - Newsletter Page
                5.8.7 - Archive Page
                5.8.8 - Search Results Page
                5.8.9 - 404 Page
                5.8.10 - Entry-Meta
                5.8.11 - Comments
 * 11.0 - Sidebars
	11.1 - Right Sidebar
	11.2 - Right Sidebar - Home Page
	11.3 - Right Sidebar - Paintings Page
        11.4 - Header Sidebars
	11.5 - Footer Sidebars
 * 12.0 - Infinite scroll
 * 13.0 - Media
	13.1 - Captions
	13.2 - Galleries
	13.3 - Paintings/Art
 * 14.0 - Print

--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS (Old):
----------------------------------------------------------------
 * 1.0 - Normalize
 * 2.0 - Typography
	2.1 - Genericons	
	2.2 - Font-Awesome Icons
 * 3.0 - Elements
 * 4.0 - Grid
 * 5.0 - Layout
	5.1 - Body
	5.2 - Site Header
	5.3 - Site Footer
 * 6.0 - Forms
 * 7.0 -  Navigation
	7.1 - Links
	7.2 - Main Navigation
	7.3 - Main Navigation, Larger Screen Sizes (783px and Up)
	7.4 - Horizontal Homepage Collections Navigation
	7.5 - Horizontal Paintings Page Collections Navigation
	7.6 - Comments and Posts Navigation
	7.7 - Prev/Next Paintings Pages Navigation
	7.8 - Footer Navigation
 * 8.0 - Accessibility
 * 9 0 - Alignments
 * 10.0 - Clearings
 * 11.0 - Widgets
	11.1 - Footer Widgets
 * 12.0 - Content
	12.1 - Site Content
	12.2 - Posts and Pages
	12.3 - Page Header
	12.4 - Entry Header
	12.5 - Entry Content
	12.6 - Articles
	12.7 - Entry Footer
	12.8 - Home Page
	12.9 - Paintings Page
	12.10 - About Page and Privacy Policy Page
	12.11 - Contact Page
	12.12 - Blog Page
	12.13 - Newsletter Page
	12.14 - Archive Page
	12.15 - Search Results Page
	12.16 - 404 Page
	12.17 - Entry-Meta
	12.18 - Edit-Artworks Links
	12.19 - Comments
 * 13.0 - Sidebars
	13.1 - Right Sidebar
	13.2 - Home Page Right Sidebar
	13.3 - Paintings Page Right Sidebar
	13.4 - Footer Sidebars
 * 14.0 - Infinite scroll
 * 15.0 - Media
	15.1 - Captions
	15.2 - Galleries
	15.3 - Paintings/Art
 * 16.0 - Print

--------------------------------------------------------------*/
@font-face {
  font-family: "Antic Didone LMS";
  src: url("fonts/anticdidonelms-webfont.woff2") format("woff2"), url("fonts/anticdidonelms-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
1.0 Generic
--------------------------------------------------------------*/
/* 1.1 Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 1.2 Box Sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (min-width: 783px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 1rem;
  }
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  color: #676767;
  font-weight: 300;
}

h1 a,
h1 a:visited {
  color: #676767;
}

h1 {
  margin-top: 0;
}

/* Copy */
p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Genericons */
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}

/* Font-Awesome Icons */
i {
  margin-right: 5px;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

html {
  height: 100%;
  margin: 0;
}

body {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.site {
  position: relative;
}

.site {
  margin: 0 auto;
}

.wrap {
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
  /* https://wordpress.org/support/topic/move-side-bar-to-top-on-mobiles-shop-page/ */
}
@media screen and (min-width: 1280px) {
  .wrap {
    margin-left: 2em;
  }
}

@media screen and (min-width: 640px) {
  body.home .site-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-content {
  margin: 0 auto;
}
.site-content:not(.home) {
  max-width: 1440px;
}

.page-contact .site-content {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}

.single-paintings .site-content {
  padding: 1em;
}
@media screen and (min-width: 783px) {
  .single-paintings .site-content {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (min-width: 783px) {
  .site-main {
    padding-right: 1em;
  }
}

.widget-area {
  padding-top: 1em;
  padding-left: 1em;
  min-height: 250px;
  position: relative;
  border-top: 5px solid #cccccc;
  background: #fff;
}
@media screen and (min-width: 783px) {
  .widget-area {
    background: #fff;
    border: 0;
    border-left: 1px solid #cccccc;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #6baed9;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

p.button,
p.homepg-button,
p.hero-button {
  background: #6baed9;
  margin-bottom: 1em;
  margin-top: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  min-width: 242px;
  min-height: 50px;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  font-weight: 300;
  font-size: 1.3em;
}
p.button:hover,
p.homepg-button:hover,
p.hero-button:hover {
  background-color: #6baed9;
}
p.button a,
p.homepg-button a,
p.hero-button a {
  color: #ffffff;
  text-decoration: none;
}

p.homepg-button {
  min-width: auto;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 200;
}

p.hero-button {
  padding: 1.5em 2.3em;
}

p.buy-now {
  background: #6baed9;
  margin-bottom: 1em;
  margin-top: 0;
  margin-top: 2em;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  min-width: 242px;
  min-height: 50px;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  font-weight: 300;
  font-size: 1em;
}
p.buy-now:hover {
  background-color: rgba(209, 146, 227, 0.8);
  /*where 0.5 stands for 50% opacity*/
}
p.buy-now a {
  color: #ffffff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
3.0 Grid
--------------------------------------------------------------*/
/*------------------------------------------------------------

	grid2.css
	changes break-point from 640 px to 780px

	From Style.css, created by	Dave Rupert
	Contact:		http://github.com/davatron5000/foldy960

	Copyright 2012
	License:	  WTFPL + "Not going to maintain this because
              the rent is too damn high licence."

--------------------------------------------------------------*/
/* Responsive Resets
-------------------------------------------------------------- */
@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Grid > 12 Column Mobile First
-------------------------------------------------------------- */
/* .container { */
.container,
.ps-container {
  /*
    The `max-width` property is the width governor. I dare you to experiment
    with setting this larger, something like 1280px.
  */
  margin: 0 auto;
  position: relative;
}

.row,
.ps-row {
  clear: both;
}

@media screen and (min-width: 480px) {
  .ps-grid-1,
.ps-grid-2,
.ps-grid-3,
.ps-grid-4,
.ps-grid-5,
.ps-grid-6,
.ps-grid-7,
.ps-grid-8,
.ps-grid-9,
.ps-grid-10,
.ps-grid-11,
.ps-grid-12,
.ps-grid-quarter,
.ps-grid-third,
.ps-grid-half,
.ps-grid-full,
.ps-grid-unit,
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-quarter,
.grid-third,
.grid-half,
.grid-full,
.grid-unit {
    float: left;
    width: 96.9696969697%;
    margin: 0 1.5151515152% 1em;
  }

  .gallery .ps-grid-unit,
.ps-grid-half,
.gallery .grid-unit,
.grid-half {
    width: 46.9696969697%;
    margin: 0 1.5151515152% 1em;
  }

  .ps-grid-flow-opposite,
.grid-flow-opposite {
    float: right;
  }
}
@media screen and (min-width: 941px) {
  .ps-grid-1,
.ps-grid-2,
.grid-1,
.grid-2 {
    width: 13.6363636364%;
  }

  .ps-grid-3,
.ps-grid-quarter,
.grid-3,
.grid-quarter {
    width: 21.9696969697%;
  }

  .ps-grid-4,
.ps-grid-third,
.grid-4,
.grid-third {
    width: 30.303030303%;
  }

  .ps-grid-5,
.grid-5 {
    width: 38.6363636364%;
  }

  .ps-grid-6,
.ps-grid-half,
.grid-6,
.grid-half {
    width: 46.9696969697%;
  }

  .ps-grid-7,
.grid-7 {
    width: 55.303030303%;
  }

  .ps-grid-8,
.grid-8 {
    width: 63.6363636364%;
  }

  .ps-grid-9,
.grid-9 {
    width: 71.9696969697%;
  }

  .ps-grid-10,
.grid-10 {
    width: 80.303030303%;
  }

  .ps-grid-11,
.grid-11 {
    width: 88.6363636364%;
  }

  .ps-grid-12,
.ps-grid-full,
.grid-12,
.grid-full {
    width: 96.9696969697%;
  }

  .gallery .ps-grid-unit,
.gallery .grid-unit {
    width: 30.303030303%;
  }

  .content-pad-right {
    padding-right: 4%;
    /* Use (or don't) as necessary. */
  }

  .content-pad-left {
    padding-left: 4%;
  }
}
@media screen and (min-width: 1280px) {
  .ps-grid-1,
.grid-1 {
    width: 5.303030303%;
  }
}
/*--------------------------------------------------------------
4.0 Layout
--------------------------------------------------------------*/
.wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "sidebar";
  grid-area: wrapper;
}
@media screen and (min-width: 783px) {
  .wrapper {
    column-gap: 1em;
    grid-template-columns: 1fr 180px;
    grid-template-areas: "main sidebar";
  }
}
@media screen and (min-width: 1180px) {
  .wrapper {
    grid-template-columns: 1fr 180px;
    grid-template-areas: "main sidebar";
  }
}

.site-main {
  grid-area: main;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
}

.widget-area {
  grid-area: sidebar;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
}
@media screen and (min-width: 783px) {
  .widget-area {
    padding-right: 0.3em;
  }
}
.widget-area .widget {
  position: relative;
}

.home .wrapper,
.page-template-tmpl_page_without_sdbr .wrapper {
  display: block;
}

body.page .site-main .entry-content {
  padding-left: 1em;
}
body.page .site-main .entry-content:not(.home) {
  padding-right: 1em;
}
@media screen and (min-width: 783px) {
  body.page .site-main .entry-content {
    padding-left: 3em;
    max-width: 800px;
    margin: 0 auto;
  }
}

body.page .site-main .ms-item .entry-content {
  padding-right: 0;
}

@media screen and (min-width: 783px) {
  body.page-template-tmpl_paintingsarchives .site-main .entry-content,
body.tax-collections .site-main .entry-content {
    padding-left: 0;
  }
}

body.home .site-main {
  padding-right: 0;
}

@media screen and (min-width: 783px) {
  .site-content {
    min-height: 500px;
  }
}

@media screen and (min-width: 783px) {
  .hebrew-word-section {
    margin-right: 2em;
  }
}
.hebrew-word-section .hebrew-word-group {
  text-align: center;
}
@media screen and (min-width: 783px) {
  .hebrew-word-section .hebrew-word-group {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    column-gap: 1em;
    column-gap: 8%;
    min-height: 100px;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
.hebrew-word-section .hebrew-word-group .letter-pic {
  margin-bottom: 2em;
}
@media screen and (min-width: 783px) {
  .hebrew-word-section .hebrew-word-group .letter-pic {
    max-width: 20%;
    max-width: 24%;
    margin-bottom: 0;
  }
}
.hebrew-word-section .word-group-caption {
  text-align: right;
}
.hebrew-word-section .word-group-caption p {
  font-size: 0.875rem;
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: right;
  font-weight: 300;
}

.landscape-display {
  display: none;
}
@media screen and (min-width: 783px) {
  .landscape-display {
    display: block;
  }
}

/*--------------------------------------------------------------
5.0 Components
--------------------------------------------------------------*/
/* 5.1 Site Header
--------------------------------------------- */
/*--------------------------------------------------------------
  ** Site Header
--------------------------------------------------------------*/
/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
  min-height: 32px;
}

#site-header {
  position: relative;
  z-index: 3;
}

.site-header {
  /* max-width: 1260px; */
  position: relative;
  z-index: 4;
  margin: 0 auto;
  /* Background needs to be same as mobile menu background */
  background: #d0b695;
}
@media screen and (min-width: 783px) {
  .site-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-header .header-main {
  min-height: 48px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .site-header .header-main {
    max-width: 98%;
  }
}

.sitenav-container {
  margin: 0 auto;
  background: #000000;
  height: 45px;
}
@media screen and (max-width: 700px) {
  .sitenav-container #primary-navigation.site-navigation.primary-navigation {
    max-width: 98%;
    padding: 0;
    margin: 0;
  }
}
.sitenav-container .sitenav-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
}

/* Header Search Box */
.search-toggle {
  background: #454545;
  cursor: pointer;
  float: right;
  height: 48px;
  margin-right: 38px;
  text-align: center;
  width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
  background: #696969;
}

.search-toggle:before {
  color: #fff;
  content: "";
  font-size: 20px;
  margin-top: 14px;
}

.search-toggle .screen-reader-text {
  left: 5px;
  /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
  box-sizing: border-box;
  position: absolute;
  top: 48px;
  right: 0;
  width: 100%;
  z-index: 2;
}

.search-box {
  background: #696969;
  padding: 12px;
}
.search-box .search-field {
  background: #ffffff;
  border: 0;
  float: right;
  font-size: 16px;
  padding: 2px 2px 3px 6px;
  width: 100%;
}

/* Site Branding */
.site-branding {
  word-break: normal;
}
@media screen and (max-width: 700px) {
  .site-branding {
    padding: 0;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 783px) {
  .site-branding {
    min-height: 70px;
    padding-top: 15px;
  }
}
.site-branding .header-title {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 700px) {
  .site-branding .header-title {
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 783px) {
  .site-branding .header-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.site-branding .site-title {
  font-family: "Antic Didone LMS", Palatino, serif;
  color: #000000;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 0;
  vertical-align: bottom;
  letter-spacing: -1px;
}
.site-branding .site-title a,
.site-branding .site-title a:hover {
  color: #000000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 980px) {
  .site-branding .site-title {
    font-size: 1.875rem;
  }
}
.site-branding .site-description {
  text-transform: uppercase;
  color: #000000;
  /* padding-bottom: 2px; */
  /* Helps it to align vertically with Site Title if there is no logo */
  font-size: 1.4rem;
  font-weight: 300;
  /* margin-top: 15px; */
}
@media screen and (min-width: 783px) {
  .site-branding .site-description {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 980px) {
  .site-branding .site-description {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .site-branding .site-description {
    font-size: 1.2rem;
  }
}
@supports (padding: max(0px)) {
  .site-branding {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
}
.header-logo {
  position: relative;
  margin: 0;
  padding: 0;
  /* vertical-align: bottom; */
}
@media screen and (min-width: 783px) {
  .header-logo {
    padding-right: 0.5em;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 783px) {
  .header-byline {
    padding-left: 0.5em;
  }
}
.header-byline p {
  margin-bottom: 0;
  font-weight: 300;
}
@media screen and (min-width: 783px) {
  .header-byline p {
    line-height: 1;
    padding-bottom: 10px;
  }
}

/* 5.2 Site Footer
--------------------------------------------- */
/*--------------------------------------------------------------
  ## Site Footer
--------------------------------------------------------------*/
.site-footer {
  background: #1b1818;
  font-size: 1.5rem;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}
@media screen and (min-width: 783px) {
  .site-footer {
    font-size: 0.875rem;
  }
  .site-footer p {
    color: #b0aba0;
  }
  .site-footer a,
.site-footer a:visited {
    color: #b0aba0;
  }
  .site-footer a:hover,
.site-footer a:active {
    color: #b0aba0;
  }
}

@supports (padding: max(0px)) {
  .site-footer {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
}
.sitefooter-inner {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.copyright p,
.copyright a {
  color: #b0aba0;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.5rem;
}
.copyright p a,
.copyright a a {
  color: #b0aba0;
}
@media screen and (min-width: 783px) {
  .copyright p,
.copyright a {
    font-size: 1rem;
  }
}

p#answer {
  color: #b0aba0;
}

#colophon {
  position: relative;
}
/* 5.3 Navigation
--------------------------------------------- */
/* Links */
a {
  color: #4a4a4a;
}
a:visited {
  color: #4a4a4a;
}
a:hover, a:focus {
  color: #696969;
}
a:active {
  color: #000000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
  ** Main Navigation
--------------------------------------------------------------*/
.site-navigation ul {
  list-style: none;
  margin: 0;
}

.site-navigation li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
  margin-left: 20px;
}

.site-navigation a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.site-navigation a:hover {
  color: #ffffff;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
  color: #ffffff;
  font-weight: 400;
}

/* Primary Navigation (Mobile First) */
.primary-navigation {
  box-sizing: border-box;
  /* font-size: 14px; */
  /* font-size: 0.875rem; */
  font-size: 1.2rem;
  padding-top: 24px;
  letter-spacing: 0.046875em;
  /* Background for Mobile Menu: */
  background: #d0b695;
}

.primary-navigation.toggled-on {
  padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}

.primary-navigation.toggled-on .nav-menu {
  display: block;
}

.primary-navigation a {
  padding: 7px 0;
}

/* Secondary Navigation */
/* 
.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	font-size: 0.750rem;
	margin: 48px 0;
} */
/* 
.secondary-navigation a {
	padding: 9px 0;
} */
/* Menu-Toggle */
.menu-toggle {
  letter-spacing: 0.046875em;
  border-radius: 0;
  cursor: pointer;
  height: 48px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 48px;
  background: #d0b695;
}

.menu-toggle:before {
  color: #fff;
  content: "";
  padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
  background: #aa8455;
}

.menu-toggle:focus {
  outline: 1px dotted;
}

.secondary-navigation .customize-partial-edit-shortcut button,
.footer-sidebar .widget:first-child .customize-partial-edit-shortcut button {
  left: 0;
}

/*--------------------------------------------------------------
  ** 7.3 - Main Navigation, Larger Screen Sizes >= 783px
--------------------------------------------------------------*/
@media screen and (min-width: 783px) {
  .site-navigation a {
    color: #666;
  }

  .site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
    color: #1c1c1c;
    font-weight: 400;
  }

  /* Non-mobile */
  .site-header {
    background: #ffffff;
  }

  .site-title {
    /* Search-toggle width = 48px */
  }

  .header-main {
    padding-right: 0;
    padding-left: 0;
  }

  .search-toggle {
    margin-right: 0;
  }

  /* Fixed Header */
  .masthead-fixed .site-header {
    position: fixed;
    top: 0;
  }

  .admin-bar.masthead-fixed .site-header {
    top: 32px;
  }

  .masthead-fixed .site-main {
    margin-top: 48px;
  }

  /* Navigation */
  .site-navigation li .current_page_item > a,
.site-navigation li .current_page_ancestor > a,
.site-navigation li .current-menu-item > a,
.site-navigation li .current-menu-ancestor > a {
    color: #666;
  }

  /* Primary Navigation */
  .sitenav-container {
    position: relative;
    background: #ffffff;
  }

  .primary-navigation {
    clear: both;
    float: left;
    /* font-size: 11px; */
    font-size: 1.2rem;
    /* margin: 0 1px 0 -12px; */
    margin: 0;
    padding: 0;
    width: 100%;
    /* z-index: 1000;  */
    /* So the drop-down will stay above the page content below */
    position: relative;
    background: #ffffff;
  }

  .primary-navigation .menu-toggle {
    display: none;
    padding: 0;
  }

  .primary-navigation .nav-menu {
    border-bottom: 0;
    display: block;
  }

  .primary-navigation.toggled-on {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }

  /* Top menu items */
  .primary-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    position: relative;
    right: 50%;
    margin-right: -10px;
    /* centers the nav better, to line up with the site title and description */
  }

  .primary-navigation ul li {
    border: 0;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: relative;
    float: left;
    left: 50%;
  }

  .primary-navigation ul li a {
    display: block;
    padding: 0 12px;
    padding: 0 20px;
    white-space: nowrap;
    margin: 0;
  }

  /* Submenu items */
  .primary-navigation ul ul {
    display: none;
    /* Sub menus are hidden by default */
    position: absolute;
    /* top:2em; */
    left: 0;
    right: auto;
    /* resets the right:50% on the parent ul */
    /* width:10em; (/  /* width of the drop-down menus */
    float: left;
    margin: 0;
    position: absolute;
    /* top: 48px; */
    /* left: -999em; */
    z-index: 99999;
    background: #ccc;
    background: #ccc;
  }

  .primary-navigation ul ul li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
    left: auto;
    /* resets the left:50% on the parent li */
    /* margin:0;*/
    /* resets the 1px margin from the top menu */
    clear: left;
    width: 100%;
  }

  .primary-navigation ul ul ul {
    left: -999em;
    top: 0;
  }

  .primary-navigation ul ul a {
    padding: 18px 12px;
    white-space: normal;
    width: 176px;
  }

  .primary-navigation li:hover > a,
.primary-navigation li.focus > a {
    color: #fff;
    background: #d4d4d4;
    background: #d4d4d4;
  }

  .primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a {
    background: #ccc;
    background: #ccc;
  }

  .primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
    left: auto;
  }

  .primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
    left: 100%;
  }

  .primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
    padding-right: 26px;
  }

  .primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
    -webkit-font-smoothing: antialiased;
    content: "";
    display: inline-block;
    font: normal 8px/1 Genericons;
    position: absolute;
    right: 12px;
    top: 22px;
    vertical-align: text-bottom;
  }

  .primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a {
    padding-right: 20px;
    width: 168px;
  }

  .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
    content: "";
    right: 8px;
    top: 20px;
  }

  /* Flip the last submenu so it stays within the page */
  .primary-navigation ul ul.last {
    left: auto;
    /* reset left:0; value */
    right: 0;
    /* Set right value instead */
  }

  /* Make the sub menus appear on hover */
  .primary-navigation ul li:hover ul,
.primary-navigation ul li.hover ul {
    /* This line is required for IE 6 and below */
    display: block;
    /* Show the sub menus */
  }
}
/* Remove glitch where Gallery is bold when on Events page */
/*--------------------------------------------------------------
  * 7.8 - Footer Navigation
--------------------------------------------------------------*/
nav.footer-links a {
  text-decoration: none;
  color: #b0aba0;
  color: #b0aba0;
}

nav.footer-links ul {
  margin: 0 auto;
  padding-left: 0;
}

.footer-links ul li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}

@media screen and (min-width: 768px) {
  nav.footer-links ul {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-links ul li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
  ** 7.5 - Horizontal Paintings Page Collections Navigation
--------------------------------------------------------------*/
.paintings-collections-nav {
  margin: 0 auto;
  /* padding-top: 40px; */
  padding-bottom: 25px;
  padding-top: 16px;
  width: 80%;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.paintings-collections-nav a {
  text-decoration: none;
}

.paintings-collections-nav {
  float: left;
  width: 100%;
  background: #fff;
  /*  border-bottom:4px solid #000; */
  overflow: hidden;
  position: relative;
}

.paintings-collections-nav ul {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}

.paintings-collections-nav ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}

.paintings-collections-nav ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
  border-right: 1px solid #ccc;
}

.paintings-collections-nav ul li:last-child {
  border: none;
}

.paintings-collections-nav ul li a {
  display: block;
  margin: 0 0 0 1px;
  padding: 3px 10px;
  /* background:#ddd; */
  color: #000;
  text-decoration: none;
  line-height: 1.3em;
}

.paintings-collections-nav ul li a:hover,
.paintings-collections-nav ul li a:focus {
  /* background:#369; */
  /* color:#fff; */
  color: #1a79ff;
}

.paintings-collections-nav ul li a:active {
  /* color:#fff; */
  /*  background:#000; */
  /* font-weight:bold; */
  color: #005de0;
}

body.home .menu-sidenav,
.archive.tax-collections .menu-sidenav,
.page-template-tmpl_paintingsarchives .menu-sidenav,
.widget .menu {
  top: 0;
  left: 0;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (min-width: 783px) {
  body.home .menu-sidenav,
.archive.tax-collections .menu-sidenav,
.page-template-tmpl_paintingsarchives .menu-sidenav,
.widget .menu {
    font-size: 1rem;
  }
}
body.home .menu-sidenav a,
.archive.tax-collections .menu-sidenav a,
.page-template-tmpl_paintingsarchives .menu-sidenav a,
.widget .menu a {
  text-decoration: none;
  color: #4a4a4a;
}

@media screen and (min-width: 942px) {
  /* tablets 687px or 783px */
  body.home .menu-sidenav,
.archive.tax-collections .menu-sidenav,
.page-template-tmpl_paintingsarchives .menu-sidenav {
    position: relative;
  }

  body.home #primary.grid-10.content-area,
body.home #primary.content-area,
.archive.tax-collections #primary.grid-10.content-area,
.archive.tax-collections #primary.content-area,
.page-template-tmpl_paintingsarchives #primary.grid-10.content-area,
.page-template-tmpl_paintingsarchives #primary.content-area {
    padding-top: 0;
  }
}
/*--------------------------------------------------------------
  ** Comments & Posts Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
  ** Prev/Next Paintings Pages Navigation
--------------------------------------------------------------*/
nav.prev-next-posts {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 783px) {
  nav.prev-next-posts {
    font-size: 1rem;
    margin-top: 2em;
  }
}
nav.prev-next-posts a {
  text-decoration: none;
}

@supports (padding: max(0px)) {
  nav.prev-next-posts {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
}
/*--------------------------------------------------------------
  ** Edit-Artwork Links
--------------------------------------------------------------*/
.edit-artworks-link {
  margin-left: 1em;
  padding-top: 1em;
}
.edit-artworks-link i {
  font-weight: 400;
  color: #0089eb;
}
.edit-artworks-link a,
.edit-artworks-link a:visited {
  font-size: smaller;
  font-weight: 400;
  text-decoration: none;
  color: #0089eb;
}

body.home footer.entry-footer:after {
  display: block;
  padding-bottom: 30px;
}
body.home .edit-artworks-link i {
  margin-left: 20px;
}
body.home p.edit-artworks-link {
  margin-top: 0;
  margin-bottom: 4px;
}

/* 5.4 Posts and pages
--------------------------------------------- */
/* Posts and Pages */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
  ** 12.8 - Home Page
--------------------------------------------------------------*/
body.home .site-content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.columncontain-wrapper {
  /* background: yellow; */
  /* border: 5px solid red; */
}

@media screen and (min-width: 1000px) {
  .columncontain-wrapper {
    /* margin-left: 200px; */
  }
}
.columncontainer {
  /* max-width: 1000px; */
  margin: 0 auto;
}

.collections-link {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  color: #676767;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.046875em;
  color: #333444;
}
@media screen and (min-width: 783px) {
  .collections-link {
    font-size: 0.823rem;
  }
}
.collections-link a {
  text-decoration: none;
  color: #333444;
}

.collections-link a:link {
  color: #676767;
}

.collections-link a:visited {
  color: #676767;
}

.collections-link a:focus,
.collections-link a:hover {
  color: #444444;
}

.collections-link a:active {
  color: #333333;
}

@media screen and (min-width: 942px) {
  .collections-link {
    font-size: 1rem;
  }
}
.homepic img {
  max-width: 100%;
}

.hometext p {
  margin-top: 0;
}

.home .page-header {
  /* min-height: 50px; */
}

.hometext {
  /* Text in bio */
  color: #676767;
  font-size: 0.875rem;
  /* 1rem */
}

@media screen and (min-width: 783px) {
  .hometext {
    font-size: 0.875rem;
  }
}
.emphasis-text.hometext {
  font-size: 18px;
  font-size: 1.125rem;
}

.hometext,
.homepic {
  margin-bottom: 20px;
}

.home .entry-content.hometext.artist-statement {
  border: 1px solid #cccccc;
  padding: 2em 1em;
  margin-top: 2em;
}

.home .entry-content.hometext.artist-statement img {
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 640px) {
  .emphasis-text.hometext {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1000px) {
  .home .entry-content.hometext.artist-statement {
    padding: 2em;
    margin-bottom: 2em;
    border: 1px solid #cccccc;
  }
}
/*--------------------------------------------------------------
  ** Paintings Page
--------------------------------------------------------------*/
body.single-paintings:not(.hebrew-letters-set) .featured-artwork {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "art-image" "art-description";
  grid-area: featured-artwork;
}
@media screen and (min-width: 783px) {
  body.single-paintings:not(.hebrew-letters-set) .featured-artwork {
    column-gap: 1em;
    grid-template-areas: "art-image art-description";
    grid-template-columns: 1fr 300px;
  }
}
@media screen and (min-width: 1000px) {
  body.single-paintings:not(.hebrew-letters-set) .featured-artwork {
    grid-template-columns: 1fr 400px;
    grid-template-areas: "art-image art-description";
  }
}
@media screen and (min-width: 1180px) {
  body.single-paintings:not(.hebrew-letters-set) .featured-artwork {
    grid-template-columns: 1fr 500px;
    grid-template-areas: "art-image art-description";
  }
}
body.single-paintings:not(.hebrew-letters-set) .single-painting-page-image {
  margin: 0 auto;
  height: auto;
  padding: 0;
  grid-area: art-image;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
}
@media screen and (min-width: 783px) {
  body.single-paintings:not(.hebrew-letters-set) .single-painting-page-image {
    margin: 0;
    justify-self: end;
  }
}
body.single-paintings:not(.hebrew-letters-set) .single-painting-page-image img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 783px) {
  body.single-paintings:not(.hebrew-letters-set) .painting-description {
    grid-area: art-description;
    overflow: hidden;
    /* Resolves issue with <pre> elements forcing full width. */
  }
}
@media screen and (min-width: 783px) {
  body.single-paintings:not(.hebrew-letters-set) .painting-description .painting-info {
    padding-left: 2em;
  }
}
.painting-details ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

@media screen and (min-width: 783px) {
  .single-paintings.hebrew-letters-set .painting-description {
    display: block;
  }
}
.hebrew-characters {
  font-family: "David Libre", "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
}

h3.hebrew-characters {
  margin-top: 0;
}

.hebrew-letters-thumbnail {
  margin-bottom: 2em;
}
@media screen and (min-width: 783px) {
  .hebrew-letters-thumbnail {
    margin-bottom: 1em;
  }
}

/* About Page, Privacy Policy Page */
@media screen and (min-width: 780px) {
  body.page-about article,
body.page-privacy-policy article {
    margin: 0 3em;
    margin-bottom: 3em;
    border: 1px solid #cccccc;
  }

  body.page-about .entry-content,
body.page-privacy-policy .entry-content {
    margin: 2em 60px;
  }

  body.page-about .entry-footer,
body.page-privacy-policy .entry-footer {
    margin-left: 60px;
  }
}
/* Contact Page */
textarea.wpcf7-form-control.wpcf7-textarea {
  /* background: #b0aba0; */
  color: #000000;
}

input.wpcf7-form-control.wpcf7-text {
  /* background: #b0aba0; */
  color: #000000;
}

.wpcf7-form label {
  /* color: #d6d6d6; */
  font-weight: 300;
}

.page-contact .site-content,
.page-email-list-signup .site-content {
  border: 1px solid #cccccc;
  background: #f1e9df;
  max-width: 800px;
  padding-top: 2em;
}

/* Blog Page */
body.blog .entry-content {
  max-width: 800px;
  margin: 0 auto;
}

/* Error Page - 404 */
.error404 .page-content {
  padding-top: 0;
}

.error404 .page-content .search-form {
  margin-bottom: 24px;
}

.page-header {
  padding-left: 1em;
}
@media screen and (min-width: 783px) {
  .page-header {
    padding-left: 15%;
  }
}

/* Entry Meta */
.entry-meta {
  clear: both;
  color: #767676;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3333333333;
  text-transform: uppercase;
}

.entry-meta a {
  color: #767676;
}

.entry-meta a:hover {
  color: #696969;
}

.sticky .entry-date {
  display: none;
}

.cat-links {
  font-weight: 900;
  text-transform: uppercase;
}

.cat-links a {
  color: #2b2b2b;
}

.cat-links a:hover {
  color: #696969;
}

.byline {
  display: none;
}

.site-content .entry-meta {
  margin-bottom: 8px;
}

.site-content footer.entry-meta {
  margin: 24px auto 0;
  padding: 0 10px;
}

.comments-link {
  margin-left: 5px;
  margin-right: 5px;
}

/* 5.5 Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* 5.6 Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.widget {
  font-size: 1.5rem;
  hyphens: auto;
  line-height: 1.2857142857;
  margin-bottom: 48px;
  width: 100%;
  word-wrap: break-word;
}

.widget a,
.widget a:visited {
  color: #4a4a4a;
}

.widget a:hover,
.widget a:focus {
  color: #696969;
}

.widget a:active {
  color: #000000;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  margin: 24px 0 12px;
}

.widget h1 {
  font-size: 1.375rem;
  line-height: 1.0909090909;
}

.widget h2 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.widget h3 {
  font-size: 1rem;
  line-height: 1.3333333333;
}

.widget h4 {
  font-size: 1rem;
  line-height: 1.5;
}

.widget h5 {
  font-size: 0.875rem;
  line-height: 1.7142857142;
}

.widget h6 {
  font-size: 0.75rem;
  line-height: 2;
}

.widget address {
  margin-bottom: 18px;
}

.widget abbr[title] {
  border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
  color: #000;
}

.widget pre,
.widget fieldset {
  border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
  font-size: 0.75rem;
  line-height: 1.5;
}

.widget blockquote {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 18px;
}

.widget blockquote cite {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}

.widget dl,
.widget dd {
  margin-bottom: 18px;
}

.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  margin-left: 0;
}

.widget li > ol,
.widget li > ul {
  margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
  border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
  margin-bottom: 18px;
}

.widget del {
  color: rgba(255, 255, 255, 0.4);
}

.widget hr {
  background: rgba(255, 255, 255, 0.2);
}

.widget p {
  margin-bottom: 18px;
}

.widget-area .widget input,
.widget-area .widget textarea {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  padding: 1px 2px 2px 4px;
}

.widget-area .widget input:focus,
.widget-area .widget textarea:focus {
  border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type=button],
.widget input[type=reset],
.widget input[type=submit] {
  background: #4a4a4a;
  border: 0;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 15px 4px;
}

.widget input[type=button]:hover,
.widget input[type=button]:focus,
.widget input[type=reset]:hover,
.widget input[type=reset]:focus,
.widget input[type=submit]:hover,
.widget input[type=submit]:focus {
  background: #696969;
}

.widget input[type=button]:active,
.widget input[type=reset]:active,
.widget input[type=submit]:active {
  background: #ffffff;
}

.widget .wp-caption {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}

.widget .widget-title,
.widget .widgettitle {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857142;
  /* margin: 0 0 24px 0; */
  margin: 0 0 12px 0;
  text-transform: uppercase;
}

/* .widget-title,
.widget-title a {
	color: #ffffff;
} */
.widget-title a:hover {
  color: #696969;
}

/*--------------------------------------------------------------
##  Calendar Widget
--------------------------------------------------------------*/
.widget_calendar table {
  line-height: 2;
  margin: 0;
}

.widget_calendar caption {
  color: #fff;
  font-weight: 700;
  line-height: 1.7142857142;
  margin-bottom: 18px;
  text-align: left;
  text-transform: uppercase;
}

.widget_calendar thead th {
  background: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
  text-align: center;
}

.widget_calendar tbody a {
  background: #4a4a4a;
  color: #ffffff;
  display: block;
}

.widget_calendar tbody a:hover {
  background: #696969;
}

.widget_calendar tbody a:hover {
  color: #ffffff;
}

.widget_calendar #prev {
  padding-left: 5px;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

/*--------------------------------------------------------------
##  List Style Widget
--------------------------------------------------------------*/
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
  border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
  padding-bottom: 0;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
  display: block;
}

/* RSS Widget */
.rsswidget img {
  margin-top: -4px;
}

.rssSummary {
  margin: 9px 0;
}

.rss-date {
  display: block;
}

.widget_rss li {
  margin-bottom: 18px;
}

.widget_rss li:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
##  Text Widget
--------------------------------------------------------------*/
.widget_text > div > :last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  ** Footer Widget
--------------------------------------------------------------*/
.footer-sidebar .widget {
  color: #cccccc;
}

.footer-sidebar .widget a {
  color: #cccccc;
}

.footer-sidebar table {
  color: #cccccc;
}

.footer-sidebar .widget-title {
  color: #cccccc;
}

.footer-sidebar .widget p {
  color: #cccccc;
}

.footer-sidebar a:link,
.footer-sidebar a:visited {
  color: #cccccc;
}

.footer-sidebar a:hover,
.footer-sidebar a:focus {
  color: #e9e9e9;
}

.footer-sidebar a:active {
  color: #3d3d3d;
}

.footer-sidebar input.search-field,
.footer-sidebar textarea {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
  color: #000000;
  font-size: 16px;
  padding: 1px 2px 2px 4px;
}

.footer-sidebar .widget button,
.footer-sidebar .widget .button,
.footer-sidebar .widget input[type=button],
.footer-sidebar .widget input[type=reset],
.footer-sidebar .widget input[type=submit] {
  color: #cccccc;
}

.footer-sidebar .widget_calendar caption {
  color: #cccccc;
}

.footer-sidebar .widget_calendar thead th {
  background: rgba(255, 255, 255, 0.2);
}

.footer-sidebar input.search-submit {
  color: #cccccc;
}

.footer-sidebar input.search-submit a {
  color: #cccccc;
}

.footer-widget input.search-field {
  margin-bottom: 3px;
}

.widget {
  font-size: 1rem;
  /* 1.2rem */
}

@media screen and (min-width: 783px) {
  /* 750px or 942px for Collections menu at top */
  .widget {
    font-size: 0.875rem;
  }

  .widget .widget-title {
    font-size: 0.875rem;
    font-size: 1rem;
    font-weight: normal;
  }
}
#secondary .current-menu-item a {
  color: #000000;
  font-weight: 400;
}

/* 5.7 Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

figcaption {
  font-size: 1.2rem;
  color: #666;
}
@media screen and (min-width: 942px) {
  figcaption {
    font-size: 1rem;
  }
}

/* Galleries
--------------------------------------------- */
/*--------------------------------------------------------------
  ** 15.2 - Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  ** Paintings / Art
--------------------------------------------------------------*/
body.single-sgallery .entry-content img,
body.single-paintings .entry-content img {
  max-height: 750px;
  width: auto;
}

.artworks {
  padding: 0;
  margin: 0;
  font-size: 0;
  justify-content: center;
  margin: 0 auto;
  width: 350px;
  max-width: 100%;
}
@media screen and (min-width: 783px) {
  .artworks {
    /* justify-content: flex-start; */
    width: auto;
    max-width: 100%;
    margin-right: 0;
  }
}
.artworks .ms-item {
  padding: 1em;
  display: block;
}
.artworks .ms-item article {
  margin: 0;
  padding: 10px;
  font-size: 1rem;
  color: #666;
  display: inline-block;
  margin-bottom: 8px;
  max-width: 300px;
  height: auto;
  padding-right: 1em;
}
@media screen and (min-width: 783px) {
  .artworks .ms-item article {
    padding: 0 10px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

a.artwork-title,
a.artwork-title:visited {
  text-decoration: none;
  color: #000000;
}

ul.artwork-detail-list {
  list-style-type: none;
}

.archive.tax-collections .content-area {
  margin-bottom: 2em;
}

/*--------------------------------------------------------------
6.0 Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Plugin Forms
--------------------------------------------- */
/*--------------------------------------------------------------
  ** Contact Page
--------------------------------------------------------------*/
textarea.wpcf7-form-control.wpcf7-textarea {
  /* background: #b0aba0; */
  color: #000000;
}

input.wpcf7-form-control.wpcf7-text {
  /* background: #b0aba0; */
  color: #000000;
}

.wpcf7-form label {
  /* color: #d6d6d6; */
  font-weight: 300;
}

.page-contact .site-content,
.page-email-list-signup .site-content {
  border: 1px solid #cccccc;
  background: #f1e9df;
  max-width: 800px;
  padding-top: 2em;
}

/* Contact Forms */
.wpcf7-textarea {
  max-width: 90%;
}

.wpcf7-text {
  max-width: 90%;
}

/* Home Page Sign-up Form */
div#wpcf7-f830-p2-o1,
div#wpcf7-f1126-p2-o1 {
  padding: 20px;
}

#wpcf7-f830-p2-o1 input[type=text],
#wpcf7-f830-p2-o1 input[type=email],
#wpcf7-f830-p2-o1 textarea,
#wpcf7-f1126-p2-o1 input[type=text],
#wpcf7-f1126-p2-o1 input[type=email],
#wpcf7-f1126-p2-o1 textarea {
  padding: 1em 1.5em;
  margin-bottom: 1em;
  text-align: center;
  font-weight: 300;
}
@media screen and (min-width: 783px) {
  #wpcf7-f830-p2-o1 input[type=text],
#wpcf7-f830-p2-o1 input[type=email],
#wpcf7-f830-p2-o1 textarea,
#wpcf7-f1126-p2-o1 input[type=text],
#wpcf7-f1126-p2-o1 input[type=email],
#wpcf7-f1126-p2-o1 textarea {
    text-align: left;
    margin-right: 1em;
  }
}

#wpcf7-f830-p2-o1 input[type=submit],
#wpcf7-f830-p2-o1 input[type=button],
#wpcf7-f1126-p2-o1 input[type=submit],
#wpcf7-f1126-p2-o1 input[type=button] {
  background: #d192e3;
  text-align: center;
  padding: 1em 1.5em;
  height: 58px;
  color: #ffffff;
  font-weight: 300;
}
#wpcf7-f830-p2-o1 input[type=submit]:hover,
#wpcf7-f830-p2-o1 input[type=button]:hover,
#wpcf7-f1126-p2-o1 input[type=submit]:hover,
#wpcf7-f1126-p2-o1 input[type=button]:hover {
  background-color: rgba(209, 146, 227, 0.8);
  /*where 0.5 stands for 50% opacity*/
}

/* WP Paypal Shopping Cart */
.wp-cart-button-form input.wspsc_add_cart_submit,
.wp-cart-button-form input[type=submit] {
  background: #b5b5b5;
  background: #6baed9;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}

.shopping_cart {
  margin-bottom: 2em;
}
@media screen and (min-width: 783px) {
  .shopping_cart {
    border: 1px solid #ccc;
    padding-left: 1em;
    padding-top: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.shopping_cart:after {
  content: "Items will be shipped to continental US only";
}

#page .header-cart {
  display: flex;
  justify-content: flex-end;
  margin-right: 1em;
}
@media screen and (min-width: 783px) {
  #page .header-cart {
    margin-right: 1em;
  }
}
#page .header-cart a {
  text-decoration: none;
}

#page .header-cart .wpsps_compact_cart {
  max-width: 300px !important;
}
#page .header-cart .wpsps_compact_cart_container {
  font-size: 1.2rem;
}
@media screen and (min-width: 783px) {
  #page .header-cart .wpsps_compact_cart_container {
    font-size: 1rem;
    margin-right: 2em;
  }
}

body.page-cart .header-cart {
  display: none;
}

.wpsps_compact_cart.wpsps-cart-wrapper {
  background: #ffffff;
  border: none;
}

.wpsps_compact_cart_container:before {
  padding-right: 10px;
  font-family: "FontAwesome";
  content: "";
  color: #b5b5b5;
  font-size: larger;
}

.wpsps_compact_cart_container a.wpsps_compact_cart_co_btn {
  background: #cccccc !important;
  padding-top: 7px !important;
}

.event-announcement {
  margin-left: auto;
  margin-right: auto;
  width: 97%;
  margin-bottom: 2em;
}
@media screen and (min-width: 783px) {
  .event-announcement {
    display: flex;
  }
}

.event-pic.img-landscape {
  max-width: 300px;
  height: auto;
}
.event-pic.img-portrait-square {
  max-height: 200px;
  height: auto;
}
.event-notice {
  padding: 1em;
  max-width: 500px;
}
@media screen and (min-width: 783px) {
  .event-notice {
    padding-left: 2em;
  }
}

p.event-note-title {
  font-weight: 500;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0;
}
p.event-note-title a {
  text-decoration: none;
  color: #666666;
}

body.single-tribe_events #tribe-events-content a {
  color: blue;
}

.tribe-common .tribe-common-c-svgicon {
  display: none;
}

.tribe-events-cal-links a.tribe-events-gcal.tribe-events-button {
  background: #ffffff;
}
.tribe-events-cal-links a.tribe-events-ical.tribe-events-button {
  background: #ffffff;
}

.tribe-events-event-image img {
  border: 1px solid #cccccc;
}

.tribe-events-single-event-description.tribe-events-content {
  font-size: larger;
}

#content.site-content .tribe-events-single-section.tribe-events-event-meta.primary p {
  font-size: larger;
}

.tribe-events-schedule {
  display: none;
}

#content h1.tribe-events-single-event-title {
  padding-bottom: 1em;
}

/*--------------------------------------------------------------
7.0 Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.hide {
  display: none;
}

/*--------------------------------------------------------------
  *Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

/* Screen Width Queries
--------------------------------------------- */
.desktop {
  display: none;
}
@media screen and (min-width: 783px) {
  .desktop {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media screen and (min-width: 783px) {
  .mobile-only {
    display: none;
  }
}

/* Print
--------------------------------------------- */
@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #2b2b2b;
    font-size: 12pt;
  }

  .site,
.site-header,
.hentry,
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content,
.archive-header,
.page-header,
.contributor-info,
.comments-area,
.attachment .entry-attachment .attachment {
    max-width: 100%;
  }

  #site-header img,
.search-toggle,
.site-navigation,
.site-content nav,
.edit-link,
.page-links,
.widget-area,
.more-link,
.post-format-archive-link,
.comment-respond,
.comment-list .reply,
.comment-reply-login,
#secondary,
.site-footer,
.slider-control-paging,
.slider-direction-nav {
    display: none;
  }

  .site-title a,
.entry-meta,
.entry-meta a,
.featured-content .hentry,
.featured-content a {
    color: #2b2b2b;
  }

  .entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
    text-decoration: none;
  }

  .site-header,
.post-thumbnail,
a.post-thumbnail:hover,
.site-content .entry-header,
.site-footer,
.featured-content,
.featured-content .entry-header {
    background: transparent;
  }

  .header-main {
    padding: 48px 10px;
  }

  .site-title {
    float: none;
    font-size: 19pt;
  }

  .content-area {
    padding-top: 0;
  }

  .list-view .site-content .hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .post-thumbnail img {
    margin: 0 10px 24px;
  }

  .site-content .has-post-thumbnail .entry-header {
    padding-top: 0;
  }

  .site-content footer.entry-meta {
    margin: 24px auto;
  }

  .entry-meta .tag-links a {
    color: #fff;
  }

  .singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0;
  }

  .gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: block;
  }

  .archive-title,
.page-title {
    margin: 0 10px 48px;
  }

  .featured-content .hentry {
    margin-bottom: 48px;
  }

  .featured-content .post-thumbnail,
.slider .featured-content .post-thumbnail {
    padding-top: 0;
  }

  .featured-content .post-thumbnail img {
    position: relative;
  }

  .featured-content .entry-header {
    padding: 0 10px 24px;
  }

  .featured-content .entry-meta {
    font-size: 9pt;
    margin-bottom: 11px;
  }

  .featured-content .cat-links {
    font-weight: 900;
  }

  .featured-content .entry-title {
    font-size: 25pt;
    line-height: 36px;
  }
}

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