/*
Theme Name: David Stetson Photography 2019 mini
Author: Resourcecode
Description: Based on Twenty Eleven/Twenty Sixteen
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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;
}
/**
 * Fix Chrome :focus border.
 */
*:focus {
	border: 0 none;
	outline: -webkit-focus-ring-color 0 none;
}

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}


/* =Structure
----------------------------------------------- */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
*:focus {
	outline: none;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #f8f8f8;
}
#wrapper {
	position: relative;
	min-width:320px;
	width: 320px; 
	margin: 0 auto; 
	background:#fff;
}
#rim {
	margin: 0;
	padding: 10px;
	background:#fff;
}
#main {
	padding: 0;
	position:relative;
	z-index:1;
}
#footer {
	width:100%;
	overflow:hidden;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Override wp-bock alignment */
.wp-block-image .alignleft {
	margin-right: 1.5em;
}
.wp-block-image .alignright {
	margin-left: 1.5em;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #808080;
	font-size:15px;
	font-family:century-gothic, Arial, sans-serif;
	letter-spacing: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: 700; 
	color:#333;
	line-height:120%;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin: 0 0 10px;
	line-height:150%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
}
p:last-child {
	margin-bottom: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
}
.entry-panel ul, .entry-panel ol {
	margin: 0 0 0 13px;
}
.entry-panel ul {
	list-style: disc;
}
.entry-panel ol {
	list-style-type: decimal;
}
.entry-panel ol ol {
	list-style: upper-alpha;
}
.entry-panel ol ol ol {
	list-style: lower-roman;
}
.entry-panel ol ol ol ol {
	list-style: lower-alpha;
}
.entry-panel ul ul, .entry-panel ol ol, .entry-panel ul ol, .entry-panel ol ul {
	margin-bottom: 0;
}
li {
	line-height:150%;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

figure {
	margin: 0;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #fff;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #e6e6e6;
	color: #666;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	color: #333;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input#s {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
/*	display: none;  */
}
select, select > option {font:inherit; color:inherit; padding:1px;}

/* Links */
a {
	color: #333;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.clearfloat:after {content:".";clear:both;height:0;visibility:hidden;display:block;}


/*==============================================================
	Header
==============================================================*/
#header {padding-top:30px; z-index:2000; position:relative; }
.header-content { position:fixed; left:0; top:0; height:30px; width:100%; z-index:100; background:#f8f8f8;}
.admin-bar .header-content {top:32px; }
.header-main { width:320px; margin:0 auto; position:relative; }

.header-main .menu-toggle {
	border-radius: 0;
	border:0 none;
	cursor: pointer;
	margin: 0;
	overflow: hidden;
	padding: 8px 0 0 22px;
	overflow:hidden;
	display:block;
	background: url(images/site-menu-plus.png) 2px 8px no-repeat #f8f8f8; 
	background-size: 12px 12px; 
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 12px;
}

.menu-bar {width:auto; position:absolute; top:30px; left:0; display:none; opacity:0; z-index:1000; width:100%; background:#e6e6e6; font-size:15px;
	-webkit-transition: opacity 1.0s ease-in;
     -moz-transition: opacity 1.0s ease-in;
      -ms-transition: opacity 1.0s ease-in;
       -o-transition: opacity 1.0s ease-in;
          transition: opacity 1.0s ease-in; }
.menu-bar.nav-open {opacity:1; }


/* Main Menu */
.main-menu { margin:0; position:relative; width:100%; border-top:1px solid #fff; 
	list-style: none;
	letter-spacing: 0.3em;
	padding: 0;
	text-transform: uppercase;
}
.main-menu > li { background:#e6e6e6; border-bottom:1px solid #fff; text-align:center; }
.main-menu > li > a { display:block; padding:10px 15px; color:#333; text-decoration:none; }
.main-menu > li > a:hover { text-decoration:none; color:#fff;}
.main-menu > li > .sub-menu { display:none;}



/*==============================================================
	Footer
==============================================================*/
#footer {position: relative; }
.footer-content { margin: 0 auto; width:320px; padding: 20px 10px 80px; position: relative; line-height: 140%; }
.footer-content .footer-upper { position: relative;}
.footer-content .copyright { font-size:12px; position:relative; clear:both; letter-spacing:0.15em; text-align: center; text-transform: uppercase; }



/*==============================================================
	Pages common
==============================================================*/
#content {
	position: relative; 
	margin: 0 auto;
}
.mob-header-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.3em;
	line-height: 170%;
	margin: 15px 0 25px;
	text-align: center;
}
.page-content .floating-title {display:none; font-size:24px; color:#fff; padding:20px; position:absolute; top:-80px; background:rgb(0, 97, 155, 0.7); height:20px; line-height:20px;  }
.page-content .floating-title span {font-weight:normal;  }
.page-content .sidebar-col { padding:10px; margin:-10px 0 25px; border-bottom: 1px solid #808080;  }
.page-content .main-col { min-height: 250px; }
.page-content.has-sidebar .main-col { }
.page-content.full-width-page .main-col { }

.sidebar-nav {font-size:14px; text-align:center; margin: 0 -10px; }
.sidebar-nav a {display:block; padding: 8px 10px; color:#808080; text-decoration:none; }
.sidebar-nav a:hover {color:#333; text-decoration:none;}
.sidebar-nav > ul { margin:0; text-transform:uppercase; letter-spacing: 0.3em; list-style: none; padding: 0; line-height: 120%; }
.sidebar-nav > ul > li { }
.sidebar-nav > ul > li.current-item a { color:#333; }


.page-content .entry-panel .page-title { margin:0 0 12px; clear:both; height:0; padding-top:25px; overflow:hidden; position:relative;}
.page-content .main-col .main-col-section { margin:0 -30px 30px; padding:30px 30px 0; border-top:10px solid #e5e5e5; position:relative; }
.page-content .main-col .main-col-section:last-child { padding-bottom:0; }

.entry-panel h2 {font-size:22px; margin:25px 0 15px; letter-spacing: 0.3em; }
.entry-panel h3 {font-size:18px; margin:20px 0 10px; letter-spacing: 0.3em; }
.entry-panel h4 {font-size:14px; margin:18px 0 8px; letter-spacing: 0.3em; }
.entry-panel .dark-title {color:#333; }
.entry-panel h4 a {color:#333; }

.entry-panel p img.alignnone {/*margin-top:20px;*/ }
.entry-panel  ul {list-style:disc; margin: 0 0 10px 20px; }
.entry-panel  ul > li {margin-bottom:10px; }
.entry-panel  ul > li > ul {margin-top:8px; }
.entry-panel  ol {margin:0 0 10px 1.4em; }
.entry-panel  ol > li {margin-bottom:10px; }

.entry-panel  ul.runinlist > li {float:left; width:22%; padding-right:50px; }
.entry-panel  ul.runinlist:after {content:".";clear:both;height:0;visibility:hidden;display:block;}

.entry-panel  .pdf-dl {background: url(images/pdf-dl-icon.png) 0 0 no-repeat; padding:0 0 0 40px; display: inline-block; text-decoration:underline; }

.entry-panel > h2.underlined {padding:0 0 5px 0; border-bottom:1px solid #e6e6e6;}
.entry-panel > .hr-above {padding:18px 0 0 0; border-top:1px solid #e6e6e6; margin-top:20px;}
.entry-panel h2:first-child, 
.entry-panel h3:first-child,
.entry-panel h4:first-child {margin-top:-3px;}
.entry-panel hr {margin:30px 0; height:2px; background:#808080;}
.entry-panel a { font-weight: 700; text-decoration: underline;}
.entry-panel a:hover { text-decoration: none;}

.entry-panel .wp-block-image.is-first {margin: 0;}

.entry-panel .gallery {margin:0 -20px 0 0; padding:0;}
.entry-panel .gallery:after {content:".";clear:both;height:0;visibility:hidden;display:block;}
.entry-panel .gallery .gallery-item {float:left; width:176px !important; margin:0 20px 20px 0 !important; padding:0 !important;}
.entry-panel .gallery .gallery-item img {max-width:100%; display:block;}

.entry-panel table { font-size:18px; margin-bottom:15px; width:100%; border-collapse: collapse; }
.entry-panel table th {padding:8px 10px; color:#fff; background:#660333; border:1px solid #c2c1c2; text-align:center; vertical-align:middle;}
.entry-panel table td {padding:8px 10px; border:1px solid #c2c1c2;}
.entry-panel .table-fn {font-size:16px; margin:-10px 0 15px; }
.entry-panel .spec-table-wrapper table td { text-align:center; }


/* Override wp-bock alignment */
.entry-panel .wp-block-image .alignleft {
	margin-right: 1.5em;
}
.entry-panel .wp-block-image .alignright {
	margin-left: 1.5em;
}


span.atmark:before {content:"@";}


/* Contact Form 7 forms */	
.wpcf7 input,
.wpcf7 textarea {font-size:17px;}
.wpcf7 input[type=submit],
.wpcf7 input[type=reset] {color:#333;}


#cookie-notice .cn-set-cookie {margin:10px auto 5px !important;}
#cookie-notice .cn-more-info {margin:10px auto 5px 10px !important;}


/*==============================================================
	Home
==============================================================*/
.home #main {padding:0;}
.home-container {padding: 0;}

.home .logo-container {padding:20px 5px;}
.home .logo-container img {display:block; margin:0 auto; width:auto; max-width: 100%;}

.home .mob-header-title {
	margin: -5px 0 15px;
}

.home-content {
	position: relative; 
}

.home-content .home-menu {
	display: block;
	font-size: 14px;
	letter-spacing: 0.3em;
	list-style: none;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.home-content .home-menu a {
	color: #808080;
	display: inline-block;
	padding: 15px 25px;
}
.home-content .home-menu a:hover {
	color: #333;
	text-decoration: none;
}

.home-content .has-red-rim {
	border: 1px solid #cc0000;
	margin: 15px auto 30px;
	padding: 5px 10px 5px 15px;
	width: fit-content;
	letter-spacing: 0.3em;
}

.home-content .online-shop {
	font-weight: 400;
}

.home-content .online-shop a {
	color: #cc0000;
}

.home-content .has-rim {
	border: 2px solid #ccc;
	margin: 10px 10px 15px;
	padding: 10px 0;
}

.home-content .lead-line {
	color: #808080;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 170%;
	margin: 0 0 15px;
	padding: 0 30px;
	text-align: center;
}

.home-content .mi-link {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 15px 0 0;
	text-align: center;
}
.home-content .mi-link a {
	color: #808080;
}

.home-content .email-link {
	font-size: 14px;
	letter-spacing: 0.3em;
	margin: 30px 0 20px;
	text-align: center;
	text-transform: uppercase;
}
.home-content .email-link a {
	color: #808080;
}

/*==============================================================
	Photography
==============================================================*/
.section-nav {
	background: #ccc;
	display: block;
	font-size: 14px;
	letter-spacing: 0.3em;
	list-style: none;
	margin: 0 -10px;
	padding: 20px 20px;
	text-align: center;
	text-transform: uppercase;
}
.section-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.section-nav a {
	color: #fff;
	display: block;
	padding: 10px 0;
}
.section-nav a:hover {
	color: #333;
	text-decoration: none;
}

.page-content .back-to-cats-link {
	font-size: 14px;
	letter-spacing: 0.3em;
	margin: 25px 0 0;
	text-align: center;
	text-transform: uppercase;
}
.page-content .back-to-cats-link a {
	color: #808080;
}
.page-content .back-to-cats-link a:hover {
	color: #333;
}

.entry-panel .slides {
	list-style:	 none;
	margin: 0;
	padding: 0;
}
.entry-panel .slides .slide {
	text-align: center;
}
.entry-panel .mainslider {
	padding: 10px 0 0;
}
.entry-panel .mainslider .slide a {
	display: inline-block;
}
.entry-panel .mainslider .slide img {
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.photo-gallery .entry-panel .mainslider .slides .slide a {
	position: relative;
}
.photo-gallery .entry-panel .mainslider .slides .slide a::after {
	background: url(images/icon-zoom.png) 0 0 no-repeat transparent;
	content: " ";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	opacity: 100%;
}
.photo-gallery .entry-panel .mainslider .slides .slide a:hover::after {
	opacity: 75%;
}

.entry-panel .mainslider .slick-prev, 
.entry-panel .mainslider .slick-next {
	background: #fff;
	color: #808080;
	font-size: 14px;
	height: auto;
	letter-spacing: 0.3em;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
	z-index: 10;
}
.entry-panel .mainslider .slick-prev:hover, 
.entry-panel .mainslider .slick-next:hover {
	color: #333;
}
.entry-panel .mainslider .slick-prev::before, 
.entry-panel .mainslider .slick-next::before {
	content: "";
	display: none;
}
.entry-panel .mainslider .slick-prev {
	left: 0;
	padding-left: 0;
}
.entry-panel .mainslider .slick-next {
	padding-right: 0;
	right: 0;
}

.entry-panel .navslider {
	margin-top: 10px;
	padding: 0 38px;
}

.entry-panel .navslider .slide {
	text-align: center;
	width: 54px;
}

.entry-panel .navslider .slide .fix-rim {
	cursor: pointer;
	display: inline-block;
	border: 1px solid #ccc;
	height: 50px;
	position: relative;
	width: 50px;
}

.entry-panel .navslider .slide img {
	height: 50px;
	width: 50px;
	margin: -1px;
	position: relative;
	z-index: -10;
}

.entry-panel .navslider .slick-prev, 
.entry-panel .navslider .slick-next {
}
.entry-panel .navslider .slick-prev:hover, 
.entry-panel .navslider .slick-next:hover {
}
.entry-panel .navslider .slick-prev::before, 
.entry-panel .navslider .slick-next::before {
	color: #808080;
}
.entry-panel .navslider .slick-prev {
	left: -35px;
}
.entry-panel .navslider .slick-next {
	right: -35px;
}
/*==============================================================
	Video
==============================================================*/
.video-gallery .entry-panel .mainslider .slide img {
	height: auto;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.video-gallery .entry-panel .mainslider .slide h4 {
	color: #808080;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3em;
	line-height: 150%;
	margin: 15px 0 10px;
	text-transform: uppercase;
}
.video-gallery .entry-panel .mainslider .slick-prev, 
.video-gallery .entry-panel .mainslider .slick-next {
	top: 140px;
}




/*==============================================================
	Info/Contact
==============================================================*/
.anc-info-contact { }

.entry-panel .wp-block-columns {
	display: block;
	margin-bottom: 15px;
}
.entry-panel .wp-block-columns .wp-block-column {
	margin: 0;
}

/*==============================================================
	Portraits / Events / Exhibitions
==============================================================*/



/*==============================================================
	Search Results
==============================================================*/
.search-results {}
.pg-search-results .main-col { margin:0; padding:0; float:none; width:auto; }
.pg-search-results .entry-panel { margin-bottom:30px; }
.pg-search-results .entry-panel h3 {font-size:22px; margin-bottom:8px; }
.pg-search-results .entry-panel p {margin-bottom:3px;}
.pg-search-results .entry-panel p:last-child {margin-bottom:0;}



/*==============================================================
	404 Error
==============================================================*/
.page-content.error-404 .entry-panel h2 {font-size:24px; margin-bottom:8px;}


/*==============================================================
	Privacy Policy
==============================================================*/
.pg-privacy-policy { }


/*==============================================================
	Style overrides
==============================================================*/
.entry-panel .margin-top-0 {margin-top:-3px;}
.entry-panel .margin-top-10 {margin-top:10px;}
.entry-panel .margin-top-15 {margin-top:15px;}



/*==============================================================
	Generic post/page editor content
==============================================================*/


.images-right {
	display: inline;
	float: right;
	margin-left: 20px;
}
.images-right img {
	margin-bottom:20px;
}



/* Images */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-panel img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}
p img,
.wp-caption {
	margin-top: 0.2em;
}
.wp-caption {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.wp-caption.alignright {
	margin-bottom: 25px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 16px;
	font-style:italic;
	font-weight:normal;
	color:#333;
}
.wp-caption .wp-caption-text {
	padding: 10px 0 0 0;
	position: relative;
	line-height: 120%;
}
/* gallery */
dl.gallery-item {
	margin: 0;
}
.page-content .gallery {
}
.page-content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
.page-content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
padding-bottom: 2%;
float: left;
}
.page-content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}
.page-content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
		padding-bottom: 2%;
		float: left;
	}
.page-content .gallery-columns-3 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.entry-panel .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}



/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-panel {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-panel,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 950px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
	width: 100%;
}