/* @override 
		https://arstonephotography.com/wp/wp-content/themes/sp/stone-fluid.css?* */

/*!




Description: replaces style.css
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sp
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 with others.

sp is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus 
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*/fonts/Syne-Bold.woff*/

/*@media screen and (min-width: 1440px ) {
	   #page {
	   	height: 100%;
	   	max-width: 1920px;
	   	margin: auto;
	   	box-shadow: 0px 23px 25px #ccc;
	   }
}*/
/*using page as a wrapper for the box shadow/edge of 1920*/
/*#wrapper {
	border: 1px solid #333;
	max-width: 1920px;
	margin: auto;
}*/


/*

Four sizes
iMac 1920 +
DT 835 - 1920
Tablet 415 - 834
Mobile > 414 probably

*/




/*temp rule for home DT review*/
@media screen and (min-width: 1430px) {
	   
		/*body div {
			/*outline: 1px solid red;*!/
		}*/
/*		footer div {
			/*outline: 1px dotted yellow;*!/
		}*/
}

@media screen and (max-width: 1430px) {
	   
		/*body {
			/*background: pink;*!/
			/*outline: 13px solid red;*!/
		}
		footer div {
			/*outline: 3px dotted blue;*!/
		}*/
}



#main {
font-family: 'Lora', serif;	

/*max-width: 1920px;
margin: auto;*/
}


@font-face {
  font-family: 'Syne-Regular';
  src:  url('/fonts/Syne-Regular.woff2') format('woff2'),
        url('/fonts/Syne-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Syne-Bold';
  src:  url('/fonts/Syne-Bold.woff2') format('woff2'),
        url('/fonts/Syne-Bold.woff') format('woff');
}

h1, h2, h3, h4 {
	font-family: Syne-Bold, Arial, sans-serif;
}





/*--------------------------------------------------------------
# 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;*/
	font-size: 30px;
	line-height: 1.3;
	color: #000000;
}
h2 {
	font-size: 20px;
}

@media screen and (min-width: 1024px ) {
	   h1 {
	   	font-size: 40px;
	   	line-height: 1.2;
	   }
	   h2 {
	   	font-size: 32px;
	   	line-height: 1.2;
	   }
}
@media screen and (min-width: 1440px ) {
	   h1 {
	   	font-size: 56px;
	   	line-height: 1.2;
	   }
	   h2 {
	   	font-size: 40px;
	   	line-height: 1.2;
	   }
}
/* 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: 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; /* 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;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/*font-family: sans-serif;*/
	
	font-family: 'Lora',serif;
	font-size: 20px;
	/*font-size: 1rem;*/
	line-height: 1.5;
}

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

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #404040;
}

a:visited {
	/*color: purple;*/
		color: #404040;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/





/* @group Main Top Nav */
.main-navigation {
	/*clear: both;*/
	/*display: block;*/
	/*float: left;*/
	/*width: 100%;*/
	
	
/*display: flex;
justify-content: center;*/
}
@media screen and (min-width: 768px ) {
	   .main-navigation {
	   		display: flex;
	   		justify-content: center;
	   }
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	/*position: relative;*/
}

.main-navigation a {
	display: block;
	text-decoration: none;
	
	font-family: Syne-Bold;
	font-size: 15px;
	letter-spacing: 1px;
}
a.mega-menu-link {
	font-family: Syne-Bold, sans-serif !important;
}





@media screen and (min-width: 768px ) {
	   #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	    color: #000;
	   }
}
/* @end main top nav */





/* new sub menu here */

#subnav-container {
	background: #333;
	display: none;
	/*why floating?*/
	/*float: left;*/
}
@media screen and (min-width: 768px ) {
	   #subnav-container {
	   		display: block;
	   }
}
.master-container.layout-subnav {
	width: 100%;
}
.sub-navigation {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 1024px ) {
	   
	   .main-navigation {
	   	justify-content: flex-end;
	   }
	   .master-container.layout-subnav {
	   	 	width: 84%;
	   }
	   .sub-navigation {
	   	justify-content: flex-end;
	   }
}
.sub-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.sub-navigation li {
	float: left;
	position: relative;
	padding: 10px;	
}
.sub-navigation a {
	display: block;
	text-decoration: none;
	
	font-family: 'Syne-Bold', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}


/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}*/

/*@media screen and (min-width: 37.5em) {*/
	@media screen and (min-width: 768px) {
	.menu-toggle {
		/*display: none;*/
	}
	.main-navigation ul {
		/*display: block;*/
	}

	.main-navigation ul ul {
		/*display: none;*/
	}
}




@media screen and (max-width: 767px ) {
	   .main-navigation ul li {
	   	  	width: 100%;
	   }
}


/*@media screen and (min-width: 37.5em) {*/
	@media screen and (min-width: 414px) {
/*	.menu-toggle {
		display: none;
	}*/
	/*.main-navigation ul {
		display: block;
	}*/
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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



.wp-video {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/



/*tests in sp*/

#galleryThumbs h2 {
	margin-bottom: 50px;
}

div.thumbRow {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.thumbRow a {
	width: 28%;
}


div.thumbRow a img {
	border: 16px solid white;
	width: 100%;
	/*max-width: 410px;*/
}
div.thumbRow a:nth-child(2) { }



/*h1.site-title {
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1;	
}
h1.site-title img {
	max-width: 150px;
}*/


/*replacing h1 with ? 2020-01-10 for Page report */
div.site-title {
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1;	
}
div.site-title img {
	max-width: 150px;
}


/* for mobile, reorder the nav container and the logo */
@media screen and (max-width: 767px ) {
	   .master-container.layout-header {
	   		display: flex;
	   }
	   div.site-title {
	     	order: 2;
	     	width: 200px;
	     	margin-top: 4px;
		 	width: calc(100% - 100px);
		 	display: flex;
		 	justify-content: center;
	     }
	     div.site-title img {
	     	max-width: none;
	     	width: 150px !important;
	     }
	   nav {
	   		order: 1;
	   		width: 50px;
	   }
	   .mega-menu-wrap { }

	   
	   
		div.thumbRow {
			flex-direction: column;
		  	margin-bottom: 0;
			align-items: center;
		}
		div.thumbRow a {
			width: 100%;
			max-width: 410px;
		}
		div.thumbRow a img {
			border: 10px solid white;
			margin-bottom: 30px;
			
			/*max-width: none;*/
		}
}


/*above phone landscape, center the logo*/





@media screen and (min-width:768px) and (max-width: 1023px ) {
	.master-container.layout-header {
		padding-top: 15px !important;
		}
	
	div.site-title {
	   	/*float: none;*/
	   	/*margin: auto;*/
	   	
	   	text-align: center;
	   	width: 100%;
	   	clear: both;
	   	margin-top: 0;
	   	margin-bottom: 10px;
	   	border-bottom: 1px solid #ccc;
	   }
	div.site-title img {
	   	max-width: 250px;
	   	margin-bottom: 10px;
	  }
	  nav {
	  		width: 100%;
	  }
}





nav#site-navigation.main-navigation {
/*	float: right;
	clear: none;
	width: auto;*/
/*	font-size: 15px;
	text-transform: uppercase;*/
}
/*#primary-menu li {
	padding: 10px 26px;
}*/
/*#primary-menu li:last-of-type {
	padding-right: 0;
}*/
/*#primary-menu a {
	color: black;
}*/

li.current-menu-item a {
	border-bottom: 1px solid #fff;
}
.sub-navigation li.current-menu-item a {
	border-bottom: none;
	font-weight: bold;
}
li.current-page-ancestor a {
	/*border-bottom: 1px solid #fff;*/
}




/*

body
	page
		header
		
		#header
		
		
		
		content.site-content
			#primary.content-area
				main#main.site-main
					entry-content
		
						master
					#entry content
				#main
			#primary
			
		#content
		
		
		
		footer
			master wide
				master
					site info
						footerCopyright
						mc form
						footerSocial
					#site info
				#master
			#master wide
		#footer
		
	#page
#body


*/


/*for wrapping around images etc that trigger automatic paragaph tags*/
.antiP {
	line-height: 0;
}


#page {
	height: 100%;
	max-width: 1920px;
	margin: auto;
	box-shadow: 0 0 35px #8c8686;
}

header {
	/*background: rgba(3, 255, 25, .1);*/
	/*padding-top: 30px;*/
	

}

#main {
	background: rgba(211, 207, 200, .99);
	/*outline: 3px dashed orange;*/
}
/*div.entry-content {
	/*background: rgb(212, 207, 199);*!/
}*/
body.home div.entry-content, 
.page-template-page_home_2025 .entry-content {
	background: white;
}
/*temp homer*/
.page-template-page_home div.entry-content {
	background: white;
}
.page-template-page_home_2025 div.entry-content {
	background: white;
}

 .master-container.layout-header {
	padding-top: 30px;
	/*padding-bottom: 10px;*/
	/*margin-bottom: 60px;*/
	background: white;
	width: 100%;
	
}
@media screen and (min-width: 768px ) {
	    .master-container.layout-header {
			padding-bottom: 10px;
	   }
}
@media screen and (min-width: 1024px ) {
	   .master-container.layout-header {
	   	width: 84%;
	   	
	   }
	     .page-template-page_home .master-container.layout-header {
		 		width: 100%;
		 		max-width: 1024px;
	   }
	   
}
/*header .master-container {
	/*max-width: 1440px;*!/
}*/

/*most pages main content is 1200px
home is 1440, like the header
large wide heros are 1920*/

.master-container {
	
/*	background: rgb(212, 207, 199);*/ /*aka D4CFC7*/

	/*background: rgb(212, 27, 1, .1);*/
/*	padding-left: 20px;
	padding-right: 20px;*/
	/*max-width: 84%;*/
	width: 84%;
		max-width: 1200px;
}

/*.master-container-full {position:relative;width:100%;clear:both;}*/
.master-container-wide {position:relative;width:100%;clear:both;
	
	/*max-width: 1400px;*/
	margin: auto;
/*	padding-left: 50px;
	padding-right: 50px;*/
	background: rgb(212, 207, 199); /*aka D4CFC7*/
}



@media screen and (min-width: 1440px ) {
	   #page {
	   	   	border-bottom: 10px solid #333;
	   }
	   
	   
	   .master-container-wide {
	   		   	/*max-width: 1440px;*/

	   }
	   header .master-container {
	   	max-width: 1280px;
	   	padding: 0;
	   }
	   
	    .page-template-page_home .master-container.layout-header {
	   	   	  width: 100%;
	   	   	  max-width: 1280px;
	   	   }
	   
/*	   .master-container {
	   		background: blue;
	   }*/
}

@media screen and (min-width: 1920px ) {
	   /*#page {
	   	   	max-width: 1920px;
	   }*/
	   
	   
	   .master-container-wide {
	   		   	max-width: 1920px;
	   }
	   header .master-container {
	   	max-width: 1440px;
	   }
	   .page-template-page_home .master-container.layout-header {
	   	   	  max-width: 1440px;
	   	   }
	   .master-container {
	   		max-width: 1200px;
	   		/*background: green;*/
	   }
	   .page-template-page_galleries_2  .master-container {
	   		max-width: 1450px;
	   		padding-top: 50px;
	   		/*gallery landing content is wider than other imac pages*/
	   }
}

/*.master-container {position:relative;width:1170px;margin:auto;clear:both;}*/

.master-container {
    position: relative;
    margin: auto;
    clear: both;
}
.master-container#galleryThumbs {
    max-width: 1450px;
	/*margin-top: 40px;*/
	padding-top: 40px;
	padding-bottom: 100px;
}
#acquireMain {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 170px;
}
body.home #homeUpper.master-container,
.page-id-917 #homeUpper.master-container,
.page-template-page_home #homeUpper.master-container,
.page-template-page_home_2025 #homeUpper.master-container {
	display: flex;
	justify-content: space-between;	
	margin-top: 20px;
	
	/*background: pink;*/
	padding-left: 0;
	padding-right: 0;
}






.homeImg {
		/*position: relative;*/
	/*top: 81px;*/
	z-index: 100;
	/*text-align: center;*/
	/*max-width: 630px; */
	/*for laptops*/
	background-repeat: no-repeat;
	background-size: contain;
}



.homeCaption {
	background: #333;
	height: 48px;
	color: #BDBDBD;
	font-family: Syne-Bold, serif;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	padding: 20px 30px;
	/*padding-bottom: 45px;*/
	
	display: flex;
	align-items: center;
	
	position: relative;
	position: absolute;
	width: 100%;
	/*top: 81px;*/
}


/*@media screen and (max-width: 737px) {*/






@media screen and (max-width: 767px) {	   
	   body.home #homeUpper.master-container, 
	   .page-id-917 #homeUpper.master-container,
	   .page-template-page_home #homeUpper.master-container,
	   .page-template-page_home_2025 #homeUpper.master-container
	   {
	   	background: white;
	   	display: flex;
	   	flex-wrap: wrap;
	   	/*height: 600px;*/
	   	justify-content: center;
	   	width: 100%;
	   	max-width: 700px;
	   }
	   
	   .homeImg {
			width: 410px;
			width: 375px;
			height: 255px;
			height: 233px;
			display: flex;
			flex-wrap: wrap;
			align-items: flex-end;
			justify-content: flex-start; /*default*/
	   	   }
	   .homeCaption {
	   		width: 210px;
	   	   	padding-left: 0;
	   	   	padding-right: 0;
	   	   	justify-content: center;
	   }
	   #homeImgLeft {
	      	/*background-image: url('/wp/wp-content/uploads/Home/Home-Left-Main-Tablet-2x.jpg');*/
		  	background-image: url('https://arstonephotography.com/wp26/wp-content/uploads/Home/home-main-left-820-q30.jpg');
	   	/*background-color: rgb(34, 34, 34);*/
	      	margin-bottom: 0;
		  	border-bottom: 20px solid #222;
	   	   	height: 253px;
	   	
	      }
	      #homeImgRight {
	         	/*background-image: url('/wp/wp-content/uploads/Home/Home-Right-Main-Tablet-2x.jpg');*/
	   	  	background-image: url('/wp26/wp-content/uploads/Home/home-main-right-820-q30.jpg');
	         }
}
@media screen and (max-width: 320px) {	   

	   
	   .homeImg {
			width: 320px;
			height: 199px;
	   	   }

	   #homeImgLeft {
	   	   	height: 219px;
	      }

}
@media screen and (min-width: 768px) {
	body.home #homeUpper.master-container,
	.page-id-917 #homeUpper.master-container,
	.page-template-page_home #homeUpper.master-container,
	.page-template-page_home_2025 #homeUpper.master-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		width: 768px;
	}
	#homeImgLeft {
	   	background-image: url('/wp26/wp-content/uploads/Home/Home-Left-Main-Tablet-2x-c.jpg');
	   	background-image: url('/wp26/wp-content/uploads/Home/Home-Left-Main-Tablet-2x-d.jpg');
	   	/*margin-bottom: 30px;*/
	   	height: 392px;
	   	/*after making image taller 2019-07-18*/
	   	height: 430px;
	  border-bottom: 30px solid #222;
	   	margin-bottom: 0 !important;
	   	background-position: bottom;
	   }
	   #homeImgRight {
	      	background-image: url('/wp26/wp-content/uploads/Home/Home-Right-Main-Tablet-2x.jpg');
		  	background-image: url('https://arstonephotography.com/wp26/wp-content/uploads/Home/Home-Right-Main-Tablet-2x-d.jpg');
		  	background-position: bottom;
	   	height: 400px;
	      }
	   
	   .homeImg {
			width: 834px;
			width: 768px;
			height: 362px;
			display: flex;
			flex-wrap: wrap;
			align-items: flex-end;
			justify-content: flex-start; /*default*/
	   }
	   .homeCaption {
	   		width: 380px;
	   }
	   

#homeImgLeft {
	margin-bottom: 40px;
}


}
 




@media screen and (min-width: 1024px ) {
 
	   body.home #homeUpper.master-container,
 	   .page-id-917 #homeUpper.master-container,
 	   .page-template-page_home #homeUpper.master-container,
 	   .page-template-page_home_2025 #homeUpper.master-container {
 	   		max-width: 1024px;
 	   		width: 100%;
 	   		justify-content: space-between;
 	   }
 	   .homeImg { 
 	   		width: 500px; 
 	   }
 	   
 	   #homeImgLeft {
 	   		   	background-image: url('https://arstonephotography.com/wp26/wp-content/uploads/Home/home-main-left-cropped-2x-q30.jpg');
 	   		   	margin-bottom: 0;
 	   		   	height: 405px;
 	   		   	border-bottom: none;
 	   		   	
 	   		   }
 	   #homeImgRight {
 	   		   	background-image: url('https://arstonephotography.com/wp26/wp-content/uploads/Home/home-main-right-cropped.jpg');
 	   		   	height: 405px;
 	   }
 	   .homeCaption {
 	   		height: 60px;
 	   		width: 500px;
 	   		top: 405px;
 	   		z-index: 3;
 	   }
 	   #homeRightCaption { justify-content: flex-end; }
 }

@media screen and (min-width: 1440px ) {

	   body.home #homeUpper.master-container,
	   .page-id-917 #homeUpper.master-container,
	   .page-template-page_home #homeUpper.master-container,
	   .page-template-page_home_2025 #homeUpper.master-container {
	   		max-width: 1280px;
	   		width: 100%;
	   		justify-content: space-between;
	   }
	   .homeImg { 
	   		width: 630px; 
	   		height: 510px ;
	   }
	   
	   #homeImgLeft {
	   		   	background-image: url('https://arstonephotography.com/wp26/wp-content/uploads/Home/home-main-left-cropped-2x-q30.jpg');
	   		   	margin-bottom: 0;
	   		   	height: 510px;
	   		   	border-bottom: none;
	   		   	
	   		   }
	   #homeImgRight {
	   		   	background-image: url('https://arstonephotography.com/wp26/wp-content/uploads/Home/home-main-right-cropped.jpg');
	   		   	height: 510px;
	   }
	   .homeCaption {
	   		height: 80px;
	   		width: 630px;
	   		top: 510px;
	   }
	   #homeRightCaption { justify-content: flex-end; }
}

@media screen and (min-width: 1920px ) {
	   
	   body.home #homeUpper.master-container, 
	   .page-id-917 #homeUpper.master-container,
	   .page-template-page_home #homeUpper.master-container,
	   .page-template-page_home_2025 #homeUpper.master-container {
	   	max-width: 1440px;
 	width: 100%;
	   }
	   
	   .homeImg {
	   		width: 710px;
	   }
	   #homeImgLeft {
	   	height: 575px;
	   }
	   #homeImgRight {
	   		   	background-image: url('https://arstonephotography.com/wp26/wp-content/uploads/Home/home-main-right-cropped.jpg');
	   		   	height: 575px;
	   }
	   .homeCaption {
	   	height: 80px;
	   	width: 710px;
	   	top: 575px;
	   }
}


/* @group Home */


#homeUpper a { color: #bdbdbd; }

#homeLogoRow {
	text-align: center;
	padding-top: 50px;
	/*fix for ipad landscape 2020-02-16*/
	padding-top: 100px;
	padding-bottom: 123px;
	
	font-size: 20px;
	/*outline: 1px solid red;*/
}


#homeLogoTag {
	min-width: 230px;
	max-width: 650px;
	margin-bottom: 19px;
}

#homeLogoRow a {
	/*color: black;*/
	text-decoration: underline;
}

@media screen and (max-width: 768px ) {
	   #homeLogoRow {
	   		padding-top: 80px;
	   		padding-bottom: 60px;
	   		font-size: 20px;
	   }
	/*   #homeLogoTag {
	   		max-width: 90%;
	   }*/
	   #homeLogoRow a {
	   	display: block;
	   	   }
}

@media screen and (max-width: 834px ) {
	   #homeLogoRow {
	   	   	padding-top: 80px;
	   	   	padding-bottom: 60px;
	   	   	font-size: 20px;
	   }
	/*   #homeLogoTag {
	   		max-width: 90%;
	   }*/
}

@media screen and (min-width: 1140px ) {
	   #homeLogoRow {
	   	   	padding-top: 140px;
	   	   	padding-bottom: 123px;
	   }
	   #homeLogoTag {
			margin-bottom: 45px;
	   }
}

@media screen and (min-width: 1920px ) {
	   #homeLogoRow {
	   	   	padding-top: 200px;
	   	   	padding-bottom: 123px;
	   }
	   #homeLogoTag {
	   		   	margin-bottom: 19px;
	   }
	   
}
#homeLogoTag {
	width: calc(100vw / 2) !important;
}

/* @group Home Visit Us Row 2025 */

#homeVisitUs {
	display:flex;
	background-color: #333;
	justify-content:center;
}
#homeVisitInner {
	max-width:1200px;width:100%;display:flex;padding:0 20px 20px 20px;"
}
#homeVisitLeft {
	max-width: 450px;
	margin:auto;
	padding:0 10px;
	margin-top: 40px;
}
#homeVisitRight {
	max-width: 450px;
	margin:auto;
	margin-bottom: 25px;
	padding:50px 10px 0 10px;
}
@media screen and (max-width:1023px) {
	#homeVisitInner {
		max-width:100%;
		flex-direction: column;
	}
	#homeVisitLeft {
		max-width: 100%;
		padding-top: 40px;
	}
	#homeVisitRight {
		max-width: 100%;
	/*padding:50px 10px 0 10px;*/
	padding-bottom: 30px;
	}
	#homeVisitRight img {
		max-width: 450px;
		
	}
	
}
@media screen and (max-width:550px) {
	#homeVisitRight img {
		max-width: 100%;
	}
}



/* @end home visit us row 2025 */

/* @end home */

/* @group Lower Level Pages */
#acquireBanner { background-image: url('/wp26/wp-content/uploads/Tower-of-Babel-Web-Banner-leg-srgb.jpg'); }
#contactBanner { background-image: url('/wp26/wp-content/uploads/banners/contact-2x-q15.jpg'); }
#aboutRobBanner { background-image: url('/wp26/wp-content/uploads/banners/rob_about-2x-q15.jpg'); }
#cvRobBanner { background-image: url('/wp26/wp-content/uploads/banners/rob_cv-2x-q15.jpg'); }
#secretLivesBanner { background-image: url('/wp26/wp-content/uploads/banners/andrea_secret_lives-2x-q15d.jpg');
	margin-bottom: 50px;
}
#aboutAndreaBanner {
	background-image: url('/wp26/wp-content/uploads/banners/andrea_about-2x-q15.jpg');
	/*background-color: rgba(3, 2, 255, .1);*/
	margin-bottom: 50px;
}
#cvAndreaBanner { background-image: url('/wp26/wp-content/uploads/banners/andrea_cv-2x-q15.jpg'); }
.banner {
	width: 100%;
	height: 455px;
	background-size: cover;
	background-position: center;
	
	margin-bottom: 50px;
}

@media screen and (max-width: 1023px ) {
	   .banner {
	   	height: 275px;
	   }
}

@media screen and (max-width: 767px ) {
	   .banner {
	   	height: 128px;
	   	
	   	/*this might be a more natural height for small screens*/
	   	/*height: calc(100vw / 3);*/
	   }
}
/* @end lower level pages */

/* @group About pages */

.bannerCredit {
	
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	font-size: 13px;
	color: #4F4F4F;
}

/* @end about pages */

/* @group Gallery Landing */
#galleryLandingMain h1 {
	font-size: 56px;
	line-height: 1;
	margin-top: 50px;
	margin-bottom: 10px;
}
/*#galleryLandingMain h1 i {
	font-style: normal;
	font-size: 40px;
	line-height: 1;
	color: #9D9892;
	/*background: red;*!/
}*/
#galleryLandingMain h2 {
	font-size: 40px;
	line-height: 1;
	color: #9D9892;
	margin-top: 0;
	margin-bottom: 45px;
}

div#galleryLandingMain.master-container p {
	font-size: 20px;
	line-height: 32px;
}

/*adding space under first paragraph 2019-12-15 */
div#galleryLandingMain.master-container > p:last-of-type {
	margin-bottom: 75px;
}

/*was creating uneven spacing when stacked*/
.galleryInfo p:last-of-type {
	margin-bottom: 0;
}
#galleryLandingMain .readMore {
	font-family: 'Syne-Bold', sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	/*margin-bottom: 75px;*/
	
}

@media screen and (max-width: 767px ) {
	   #galleryLandingMain h1 {
			font-size: 35px;
			margin-top: 30px;
			margin-bottom: 10px;
	   }
	   #galleryLandingMain h2 {
			font-size: 30px;
			margin-bottom: 25px;
	   }
}






#previewRows {
	margin-bottom: 120px;
}
.previewRow  {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.previewImg { line-height: 0; }

.previewRow img { border: 10px solid white;  }

.previewRow .galleryInfo { }

@media screen and (max-width: 767px ) {
	   .previewRow img { 
	   	   	margin-bottom: 20px;
	   }
	   .previewRow .galleryInfo  h3 {
	   		margin-bottom: 0 !important;
	   	   	font-size: 18px !important;
	   	   	line-height: 1.2;
	   }
	   .galleryInfo p {
	   	font-size: 17px !important;
	   	line-height: 1.2 !important;
	   	margin-top: 10px;
	   	margin-bottom: 10px;
	   }
}




@media screen and (min-width: 768px ) {
	   .previewImg {
		   	flex-basis: 50%
	   }
	   .previewRow img {
	   		border: 10px solid white;
	   }
	   .previewRow .galleryInfo  {
		   	padding-left: 20px;
		   	flex-basis: 50%;
	   }
}
.previewRow .galleryInfo  h3 {
	margin-top: 0;
	font-size: 24px;
}

.previewRow .galleryInfo  h3 a {
	color: #000;
}
/* @end gallery landing */










/* @group Gallery Thumb Page */

#galleryThumbs h1 {
	margin: 0;
}
#galleryIntroduction {
	margin-bottom: 60px;
}
/* @end gallery thumb page */


/*leftArrow*/
.master-container#singleImage {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.nextPrevArrow {
	width: 100px;
	font-size: 50px;
	align-items:center;
	display: flex;
}
#rightArrow {
	order: 3;
	justify-content: flex-end;
}

/*#rightArrow a {
	/*background: pink;*!/
	/*height: 400px;*!/
	height: 100%;
	/*display: flex;*!/
	border: 1px solid #333;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 477.175 477.175' style='enable-background:new 0 0 477.175 477.175;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M360.731,229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1,0s-5.3,13.8,0,19.1l215.5,215.5l-215.5,215.5 c-5.3,5.3-5.3,13.8,0,19.1c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-4l225.1-225.1C365.931,242.875,365.931,234.275,360.731,229.075z '/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50%;
	
}*/
#imgBlock {
	width: calc(100% - 200px);
	align-content: center;
	align-items:center;
	text-align: center;
	margin-bottom: 50px;
}

#backToGallery {
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: right;
}
#backToGallery img {
		width: 30px;
		opacity: .53;
		/*border: 5px solid #ccc;*/
		/*padding: 4px;*/
}


#imgBlock img#mainImg {
	border: 40px solid white;
	/*margin-bottom: 30px;*/
	box-shadow: 10px 10px 18px -9px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 18px -9px rgba(0,0,0,0.55);
	
	/*test1*/
/*	max-height: 80vh !important;
	cursor: zoom-in;*/
}





@media screen and (max-height: 1301px ) and (min-width:900px) {
	   #imgBlock img#mainImg {
	      	/*border: 40px solid blue !important;*/
	   	
	      	
	      	max-height: 80vh !important;
	      	cursor: zoom-in;
	      }
	      
	      
	      #imgBlock img#mainImg.fitted {
	      	max-height: none !important;
	      	cursor: zoom-out;
		  	/*border: 3px solid yellow !important;*/
}
}


#captionBlock {
	display: flex;
	/*flex-basis: 100%;*/
	flex-direction: column;
	align-items: center;
	order: 4;
}
#captionBlock h1 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 32px;
	color: black;
	text-align: center;
}
#captionBlock h2 {
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 24px;
	color: #9D9892;
	text-align: center;
}
#captionBlock h3 {
	text-transform: uppercase;
	margin-bottom: 50px;
	font-size: 14px;
	color: #4F4F4F;
}
@media screen and (max-width: 767px ) {
	   
	   #singleImage {
	   	   	flex-wrap: wrap;
	   }
	   #imgBlock {
	   	order: 1;
	   	width: 100%;
	   	margin-bottom: 0;
	   }
	   #imgBlock img#mainImg {
	   	border: 10px solid white;
	   	margin-bottom: 0;
	   	box-shadow: none;
	   }
	   #leftArrow {
	   	order: 2;
	   	justify-content: flex-start;
	   	flex-basis: 50%;
	   		   }
	   
	   #rightArrow {
	   	order: 3;
	   	justify-content: flex-end;
	   	flex-basis: 50%;
	   }
	   #captionBlock h1 { 	font-size: 24px;
	   }
	   #captionBlock h2 { font-size: 18px; }
}



#imageShare {
		/*background: rgba(3, 25, 255, .1);*/
		text-align: left;
		margin-bottom: 40px;
		
		width: 100px;
		
		display: none;
}
#imageShare img {
	width: 24px;
	margin-right: 20px;
}
#imgBlock h1 {
	margin: 0;
	text-transform: uppercase;
}
#imgBlock h2 {
	margin: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#imgBlock h3 {
	/*background: purple;*/
	margin: 0;
	font-size: 14px;
}


/*internal images*/
.border {
	border: 16px solid #fff;
}
@media screen and (max-width: 768px ) {
	   .border {
	   	border: 8px solid #fff;
	   }
}

/* @group News landing */




div#newsLandingMain.master-container h1 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.newsRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
	margin-bottom: 60px;
}

.newsInfo {
	font-size: 20px;
	/*maybe 16 for DT. File has 18-30, but wraps  sooner*/
	font-size: 16px;
	line-height: 28px;
	flex-basis: 50%;
	
}
.newsInfo h3 {
	margin-top: 0;
	text-transform: uppercase;
}
.newsImg {
	/*background: rgba(255, 25, 25, .6);*/
	display: flex;
	flex-basis: 50%;
	align-content: flex-end;
	align-items:flex-start;

}

.newsImg img {
	border: 10px solid white;
	/*align-self: center;*/
	
}


/* reorder which side gets the image based on ACF class */
/*removing this later now that were using posts*/
.newsRow.imgLeft .newsImg { order: 0; }
.newsRow.imgRight .newsImg { order: 1; }

/*counteracts a top nav mobile rule*/
/*was affecting the older newer post nav*/
@media screen and (max-width: 767px ) {
	   #newsLandingMain nav.navigation {
	   	width: 100%;
	   }
}


@media screen and (min-width: 768px ) {
	   .newsInfo { }
	   
	   
	   /*alternate image on the right*/
	   .newsRow:nth-child(odd) .newsImg	{ order: 1; }
	   .newsRow:nth-child(odd) .newsInfo{ padding-right: 50px; }
	   .newsRow:nth-child(even) .newsInfo{ padding-left: 50px; }
	   
	   
	   /*remove this later*/
	   .newsRow.imgLeft .newsInfo  { padding-left: 50px; }
	   .newsRow.imgRight .newsInfo  { padding-right: 50px; }
	   
	   
	   .newsRow.imgLeft  { justify-content: flex-start; }
	   .newsRow.imgRight .newsImg  { justify-content: flex-end; }

}
@media screen and (max-width: 767px ) {
	   
	   .newsRow {
	   	/*background: rgba(3, 255, 255, .2);*/
	   	
	   	justify-content: center;
	   }
	   .newsInfo {
	   		flex-basis: 90%;
	   	order: 2;
   		/*background: yellow;*/
	   }
	   .newsImg {
	   	flex-basis: 90%;
	   	justify-content: center;
	   	margin-bottom: 30px;
	   }
}


.newsInfo {
	font-size: 20px;
	/*maybe 16 for DT. File has 18-30, but wraps  sooner*/
	font-size: 16px;
	line-height: 28px;
}
.newsRow h2 {
	margin-top: 0;
	font-size: 24px;
	/*maybe 22 for DT. File has 24 but wraps way sooner*/
	font-size: 22px;
	line-height: 29px;
	text-transform: uppercase;
}
/*1440*/
/*.newsRow.imgLeft img {
	order: 0;
	/*width: 50%;*!/
}
.newsRow.imgRight img {
	order: 1;
	/*width: 50%;*!/
}*/
.newsInfo p.readMore {
	margin-bottom: 0;
}
.newsInfo p.readMore a {
	color: #000;
	text-decoration: none;
	font-family: 'Syne-Bold', sans-serif;
	font-size: 16px;
}
.newsInfo p.readMore a:hover {
	color: red;
	text-decoration: none;
	
}

.newsInfo p a {
	text-decoration: underline !important;
	
}




/* @end */




@media screen and (min-width: 1920px ) {
	   div#galleryLandingMain.master-container p {
	   	font-size: 20px;
	   	line-height: 32px;
	   }
	   .previewRow img  {
	   		/*flex-basis: 50% ;*/
	   		/*width: 50%;*/
	   }
	   .previewRow .galleryInfo  h3 {
	   		font-size: 24px;
	   		margin-bottom: 10px;
	   }
	   .previewRow .galleryInfo {
	   		/*width: 50%;*/
	   		/*flex-basis: 50%;*/
	   		font-size: 20px;
	   }
	   /*.newsInfo {
	   	/*maybe 18 for imac. File has 20-32, but wraps way sooner*!/
	   	font-size: 18px;
	   	line-height: 30px;
	   }*/
}


@media screen and (max-width: 1919px ) {
	   
	   .previewRow img {

	   	}
	   .previewRow .galleryInfo {
/*	   		width: 410px;*/

	   }
	   div#galleryLandingMain.master-container p {
	   	font-size: 18px;
	   	line-height: 30px;
	   }
	   .previewRow .galleryInfo  h3 {
	   		font-size: 18px;
	   		margin-bottom: 10px;
	   }
	   .previewRow .galleryInfo {
	   	   	font-size: 18px;
	   }
}




/* @group News Article page */

/*back to News link*/
p#backToNews {
	
	margin-bottom: 0;
}
p#backToNews a {
	font-family: 'Syne-Bold', sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
div#newsArticleMain.master-container  {
	min-height: 400px;
}
div#newsArticleMain.master-container h1 {
	text-transform: uppercase;
	margin-top: 0;
}
div#newsArticleMain.master-container img {
	border: 10px solid white;
	/*max-width: 50%;*/
}
/* @end news article page */

/* @group Contact */
#contactMain {
	/*outline: 1px solid red;*/
	margin-top: 40px;
	/*40 might be off*/
	padding-bottom: 170px;
	display: flex;
	flex-wrap: wrap;
}
#contactMain h1 {
	flex-basis: 100%;
	padding-bottom: 60px;
}
#contactTopLeft {
	flex-basis: 50%;
	padding-right: 20px;
}
#contactTopRight {
	width: 50%;
	max-width: 50%;
	/*background: yellow;*/
}
#contactTopRight img {
	/*max-width: 600px;*/
	max-width: 450px;
	border: 10px solid white;
}
#contactMain form { }

#contactMain  div {
	width: 100%;
}
div.wpcf7 {
 width: 100%;
	
}
#contactMain label {
	/*background: blue;*/
	/*width: 100px !important;*/
}

#contactMain input {
	/*background: aqua;*/
	/*width: 100px !important;*/
	/*max-width: 100%;*/
}


#contactMain form textarea { }


.telephone-number {
	text-decoration: underline;
}
/* @end contact */

@media screen and (max-width: 737px ) {
	   		#contactMain h1 {
	   			   			
	   		}
	   	#contactMain33333 {
	   		outline: 1px solid red;
	   		margin-top: 40px;
	   		display: flex;
	   		flex-wrap: wrap;
	   		justify-content: center;
	   	}
	   	
	   #contactTopLeft {
	   	width: 90%;
	   	flex-basis: 100%;
	   	/*order: 1;*/
		  padding-right: 0;
	   }
	   #contactTopRight {
	   	width: 90%;
	   	max-width: 100%;
	   	order: 0;
	   }
	   #contactTopRight img {
	max-width: 100%;
	border: 10px solid white;
}
	   #contactForm { 
	   		order: 3; 
	  	}
}



@media screen and (max-width: 768px ) {
	   #contactTopLeft {
	   	flex-basis: 100%;
	   	padding-right: 0;
	   }
	   #contactTopRight {
	   	width: 100%;
	   	max-width: 100%;
	   }
}





/* @group Acquire */
#acquireMain {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 170px;
	max-width: 950px;
}
#acquireMain h1 {
	width: 100%;
}

#imagePricing {
	border: 1px solid #000;
	padding: 20px;
	margin-bottom: 20px;
	width: 50%;
	max-width: 500px;
}
#pricingAndStudio {
	/*outline: 3px dotted red;*/
}
#studioImg {
	width: 50%;
}
#imagePricing h4 {
	margin-top: 1px;
	margin-bottom: 10px;
}
#acquireMain table {
	width: 100%;
	/*allows tr border*/
	border-collapse: collapse;
	margin-bottom: 10px;
}
#acquireMain tr {
	border-bottom: 1px solid #000;
	/*	outline: 1px solid white;*/
}
#acquireMain tr:last-child {
	border-bottom: none;
}
#acquireMain td {
	/*color: #fff;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#acquireMain td:nth-child(1) {
	font-weight: bold;
}
#acquireMain td:nth-child(2) {
	text-align: right;
}
#acquireMain td:last-child {
	width: 100px;
}

#pricingAndStudio {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#pricingAndStudio img {
	max-width: 100%;
	margin-left: 50px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
		#pricingAndStudio {
			}
		#imagePricing {
			/*border: 1px solid #000;*/
			padding: 10px;
			margin-bottom: 10px;
			width: 40%;
			/*max-width: 500px;*/
		}
		#pricingAndStudio {
			/*outline: 3px dotted red;*/
		}
		#studioImg {
			width: 60%;
		}
	#pricingAndStudio img {
/*		max-width: 100%;
		margin-left: 50px;*/
		margin-left: 10px;
	}
}
@media screen and (max-width: 767px ) {
		#pricingAndStudio {
			flex-direction: column;
			margin-bottom: 20px;
		}
		#imagePricing {
			width: 100%;
		}
		#studioImg {
			width: 100%;
		}
		#acquireMain table {
			width: 100%;
		}
	   	#acquireMain td { }
	   	
	   	#acquireMain td:last-child {
	   		display: none;
	   		display: block;
	   	}
	   	#acquireMain #studioImg {
	   		order: -1;
	   		margin-bottom: 20px;
	   	}
	   	#pricingAndStudio img {
	   		max-width: 100%;
	   		margin-left: 0; 
	   		
	   	}
}
/* 

@end acquire 

—————————————————————————————


*/




#acquireMain form {
	/*background: red;*/
	/*seems hacky, is it a flexbox issue?*/
	width: 1200px;
	width: 100%;
	max-width: 100%;
}
.wpcf7-submit {
	background: #000000;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 20px !important;
	/*margin-bottom: 30px !important;*/
	margin-left: 0 !important;
	/*border-radius: 0 !important;*/
}

.wpcf7-submit {
		font-family: Syne-Bold, sans-serif;
font-size: 13px; 
border: none; letter-spacing: .03em; 
color: #fff !important; 
background-color: #333 !important; box-sizing:border-box; height:48px; line-height:48px; padding:0 18px; display: inline-block; margin: 0; 
margin-left: 10px;
transition: all 0.23s ease-in-out 0s;
border-radius: 0;

}

@media screen and (max-width: 767px ) {
	   .wpcf7-submit {
	   	  	width: 100%;
	   }
}

form p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}
form.wpcf7-form p label span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
	padding-top: 10px;
	padding-bottom: 10px;
}
form.wpcf7-form p label span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
 max-width: 100%;
}




.entry-content h1 {
	margin-bottom: 0;
}

h1 + h2 {
	color: #9D9892;
	margin-top: 0;
}

@media screen and (max-width: 768px ) {
	   .entry-content h1 {
	   	font-size: 32px;
	   }
}


.quote {
	margin-top: 30px;
	margin-bottom: 50px;
	padding-left: 30px;
	border-left: 2px solid #808080;
	font-family: Syne-Bold, sans-serif;
	font-size: 40px;
	line-height: 60px;
}
.attr {
	font-size: 20px;
}

@media screen and (max-width: 1024px ) {
		.quote {
			margin-bottom: 30px;
			font-size: 27px;
			line-height: 30px;
		}
		.attr { font-size: 17px;}
}

 @media screen and (max-width: 767px ) {
		.quote {
			margin-bottom: 30px;
			padding-left: 30px;
			border-left: 2px solid #808080;
			font-size: 24px;
			line-height: 30px;
		}
		.attr {
			font-size: 15px;
		}
 	   
 }


img.hasBorder {
	border: 10px solid white;
}


a.readMore {
	font-family: 'Syne-Bold', sans-serif;
	font-size: 16px;
}




div#partnershipBottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
div#partnershipBottom a.readMore {
}

/* @group CV */

span.date {
	display: inline-block;
	min-width: 50px;
}
table.dated td:first-child {
	min-width: 50px;
	width: 55px;
	vertical-align: text-bottom;
}
ul.press {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul.press li {
	margin-bottom: 8px;
}
/* @end cv */

/* @group footer */

footer .master-container-wide {
	background: rgb(157, 152, 146); /*aka 9D9892*/
}
footer  {
	background: rgb(157, 152, 146); /*aka 9D9892*/
}
footer .master-container { 	
	background: none; 
	padding-top: 20px;
	padding-bottom: 20px;
/*	padding-left: 100px;
	padding-right: 100px;*/
	/*outline: 1px solid red;*/
	
	max-width: 1440px;
}

/*3 items except on mobile*/
div.site-info {
	display:  flex;
	justify-content: space-between;
	align-items: center; /*vertical*/
	flex-wrap: wrap;
	
	padding-top: 50px;
	padding-bottom: 50px;
}
#footerCopyright {
	min-width: 190px;
	font-size: 15px;
	font-family: Syne-Bold;
}
div.site-info div#mc_embed_signup {
	/*max-width: 600px;*/
	/*margin: auto;*/
	
	/*float: left;*/
}
/*maybe switch to flex to be more consistent*/
#footerSocial {
	/*float: right;*/
	min-width: 190px;	
	/*padding-top: 10px;*/
	display: flex;
	justify-content: flex-end;
}


#footerSocial img {
	max-width: 40px;
}
#footerSocial img#facebookIcon {
	margin-right: 14px;
}
#mc_embed_signup {
		min-width: 300px;
}


/*Doesn't quite fit on 1023*/
/*@media screen and (max-width: 1023px ) {*/
@media screen and (max-width: 1033px ) {
	div.site-info {
		justify-content: center;
	}
	#footerCopyright {
		flex-basis: 100%;
		/*font-size: 15px;*/
		text-align: center;
		margin-bottom: 20px;
	}
	#mc_embed_signup form {
		margin-bottom: 30px;
	}
	#footerSocial {
		flex-basis: 100%;
		justify-content: center;
	}
}




@media screen and (max-width: 767px ) {

/*	#footerCopyright {
		flex-basis: 100%;;
		/*font-size: 15px;*!/
		text-align: center;
		background: red ;
	}*/

}


/* 
********************************************************************************
@end footer 
********************************************************************************
*/











/*@media screen and (max-width: 835px ) {
	   div.site-info {
	   	justify-content: center;
	   	/*align-content: space-between;*!/
	   	max-width: none;
	   	padding-top: 30px;
	   	padding-bottom: 20px;
	   } 
	   
	   #footerCopyright {
	   	   	width: 100%;
	   	   	align-content: center;
	   	   	text-align: center;
	   	   	margin-bottom: 20px;
	   }
	   #footerSocial {
	   	width: 100%;
	   	min-width: none;	
	   	justify-content: center;
	   	padding-top: 10px;
	   }
	   
	   .quote {
	   	/*margin-top: 30px;*!/
	   /*	margin-bottom: 50px;*!/
	   	padding-left: 0;
	   	border-left: none;
	   	font-size: 30px;
	   	line-height: 40px;
	   }
}*/
/*@media screen and (max-width: 737px ) {
	  footer .master-container { 	
	  	 	padding-left: 10px;
	  	padding-right: 10px;
	  	/*padding: 0;*!/
	  	max-width: 370px;
	  }
/*	div.site-info {
		justify-content: center;
		max-width: none !important;
		padding-top: 30px;
		padding-bottom: 20px;
	} *!/
	 #mc_embed_signup {
	   	/*background: red;*!/
	   	width: 100%;
	   }
	  #footerCopyright {

background: red;
outline: 3px dotted red;

	  }
	 /*#footerSocial {
	 	width: 100%;
	 	min-width: none;	
	 	justify-content: center;
	 	/*background: red;*!/
	 }*!/
}*/


/* @group footer form */

/*from the embed code*/
#mc_embed_signup{
	/*clear:left;
*/ 
font:13px Syne-Bold, Helvetica,Arial,sans-serif; 
/*width:100%;*/
}


/*from the linked stylesheet at MC*/
#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}

.mc-field-group { display: inline-block; } /* positions input field horizontally */
/*#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}*/
#mc_embed_signup input.email {font-family: Lora, Arial,Helvetica,Verdana,sans-serif; font-size: 15px; color: #000; 
background-color: #e0e0e0; box-sizing:border-box; height:48px; padding: 0px 0.4em; display: inline-block; margin: 0; width:380px; vertical-align:top;
border-radius: 0 !important;
/*color:  red !important;*/

}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-family: Syne-Bold, sans-serif;
font-size: 13px; border: none; letter-spacing: .03em; 
color: #fff; 
background-color: #333; box-sizing:border-box; height:48px; line-height:48px; padding:0 18px; display: inline-block; margin: 0; 
margin-left: 10px;
transition: all 0.23s ease-in-out 0s;
border-radius: 0;

}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

@media (max-width: 768px) {
	
	/*#mc_embed_signup form {
		margin-bottom: 30px;
		
	}*/
	
	
    #mc_embed_signup input.email {width:100%; margin-bottom:15px;
	max-width: ;
	}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0;

/*max-width: 140px;*/
	}
}

/*#mc_embed_signup_scroll {
	background: blue;
}*/


::placeholder { /* Firefox, Chrome, Opera */ 
    color: #373331; 
	font-size: 16px;
	padding-left: 10px;
} 
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #373331; 
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #373331; 
} 


/* @end footer form */

/* @group RSVP Form 2019-10-19 */
div#acquireMain.master-container h3 {
	width: 100%;
}
div#wpcf7-f2017-p2015-o1.wpcf7 form.wpcf7-form p label {
	line-height: 2;
}
div#wpcf7-f2017-p2015-o1.wpcf7 form.wpcf7-form p  span.wpcf7-form-control-wrap.first-name input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	max-width: 250px;
	margin-right: 10px;
}
div#wpcf7-f2017-p2015-o1.wpcf7 form.wpcf7-form p  span.wpcf7-form-control-wrap.last-name input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	max-width: 250px;
}
span.wpcf7-list-item { display: block; 
	margin-top: 10px;
	margin-bottom: 15px;

}
div#wpcf7-f2017-p2015-o1.wpcf7  span.wpcf7-form-control-wrap.text-132 input.wpcf7-form-control.wpcf7-text {
	max-width: 140px;
}
#partyNumber {
	padding-top: 12px;
	padding-bottom: 20px;
}
/* @end */