/*
Mickey Shannon Photography
Author: Mickey Shannon
Author URL: https://www.mickeyshannon.com 
Description: Styles for 2026 Design of Mickey Shannon Photography.
Version: Who even knows at this point
Latest Update: January 2026
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable
 * 3.0 - Navigation
 * 4.0 - Main content area
  * 4.1 - Homepage Content
  * 4.2 - Galleries Content
  * 4.3 - Individual Gallery Content
  * 4.4 - Search Content
  * 4.5 - Prints Content (and other "content" pages)
  * 4.6 - Photo Page Content
  * 4.7 - About Content
  * 4.8 - Contact Content
  * 4.9 - Shopping Cart Content
  * 4.10 - Newsletter Content
  * 4.11 - Reviews Page Content
  * 4.12 - Thank You Page Content
  * 4.13 - Video Page Content
  * 4.14 - Image Licensing Content
  * 4.15 - Video Page Content
  * 4.16 - 404 Page Content
  * 4.17 - Product Page Content
  * 4.18 - Events Page Content
  * 4.19 - Workshops Content
 * 5.0 - Map Stuff
 * 6.0 - Footer Content
 * 20.0 - Media Queries
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */


body,
html {
    height: 100%;
    width: 100%
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
    font-size: 1rem;
    font-family: 'Roboto', Tahoma, sans-serif;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

div, p, ul, ol {
    font-family: 'Roboto', Tahoma, sans-serif;
}
p a {
	text-decoration: underline;
}

audio,
canvas,
video {
    margin: 0;
    padding: 0;
    display: inline-block
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body,
button,
input,
select,
textarea {
    color: #2b2b2b;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input,
textarea {
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 0 2rem 0;
}

body {
    background-color: #FFF;
}

a {
    color: #b89535;
    text-decoration: none;
}

a:focus {
    outline: thin dotted
}

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

a:hover {
    color: #926911;
}

a:active,
a:hover {
    color: #926911;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    color: #1d1f21;
    text-transform: none;
    font-family: 'Roboto', Tahoma, sans-serif;
    font-weight: 400;
}

h1 {
    letter-spacing: 2px;
    font-size: 28px;
    font-size: 2.4rem;
    padding-bottom: 3rem;
    letter-spacing: .2rem;
    text-transform: uppercase;
}

h2 {
    letter-spacing: 0px;
    font-size: 20px;
    font-size: 1.8rem;
    padding-bottom: .6rem;
    padding-bottom: 1.4rem
}

h3 {
    letter-spacing: 2px;
    font-size: 18px;
    font-size: 1.4rem;
    padding-bottom: 1rem;
    padding-bottom: 1rem
}

h4 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    padding-bottom: .8rem
}

h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    padding-bottom: .8rem
}

h6 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    padding-bottom: .8rem
}

address {
    font-style: italic;
    margin-bottom: 24px
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help
}

b,
strong {
    font-weight: 600;
}

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

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

p {
    margin-bottom: 2rem;
    color: #555;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
}

code,
kbd,
pre,
samp,
tt,
var {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6
}

pre {
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2631578947;
    margin-bottom: 24px
}

blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal
}

blockquote b,
blockquote strong {
    font-weight: 400
}

small {
    font-size: smaller
}

big {
    font-size: 125%
}

sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

dl {
    margin-bottom: 24px
}

dt {
    font-weight: 600
}

dd {
    margin-bottom: 24px
}

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

ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 24px;
    padding: 11px 12px 0
}

legend {
    white-space: normal
}

button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 100%;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    vertical-align: baseline;
    font-size: 1.6rem;
    padding: .2rem;
    color: #666
}

button,
input {
    line-height: normal
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0))
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table,
td,
th {
    border: 1px solid rgba(0, 0, 0, .1)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 600
}

td {
    border-width: 0 1px 1px 0
}

del {
    color: #767676
}

hr {
    background-color: #bbb;
    border: 0;
    width: 100%;
    height: 1px;
    margin: 2rem 0px;
}

::selection {
    background: #98ceec;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #98ceec;
    color: #fff;
    text-shadow: none
}

img {
    vertical-align: bottom
}

@media only screen and (-webkit-max-device-pixel-ratio:1),
only screen and (max--moz-device-pixel-ratio:1),
only screen and (-ms-max-device-pixel-ratio:1),
only screen and (-o-max-device-pixel-ratio:1),
only screen and (max-device-pixel-ratio:1),
only screen and (max-resolution:100dpi),
only screen and (max-resolution:1dppx) {
    img {
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor
    }
}

body {
    font-size: 120px;
    font-size: 1.4rem;
    font-weight: 400
}

h1 {
    letter-spacing: .3rem;
    font-size: 48px;
    font-size: 3rem;
	line-height: 3.6rem;
    padding-bottom: 3rem;
    /* letter-spacing: .3rem; */
}

h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 4rem;
    padding-bottom: 2rem;
    font-weight: 400;
}

h3 {
    letter-spacing: 0px;
    font-size: 18px;
    font-size: 2rem;
    padding-bottom: 1rem;
}

h4 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    font-weight: 400;
    padding-bottom: .8rem
}

h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    font-weight: 400;
    padding-bottom: .8rem
}

h6 {
    letter-spacing: 2px;
    font-size: 16px;
    font-size: .8rem;
    font-weight: 400;
    padding-bottom: .8rem
}

.remove-extra-space {
    padding: 0;
    margin: 0
}

.italicize-this {
    font-style: italic
}

.uppercase-this {
    text-transform: uppercase
}

.initial-caps-this {
    text-transform: capitalize
}

.bold-this {
    font-weight: 400;
    font-size: 1rem
}

.paragraph-larger {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #926911;
}

/**
 * 2.0 Repeatable
 * -----------------------------------------------------------------------------
 */

.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.offwhite-background {
	background-color: #f9f9f9;
}

.add-to-cart-button {
    position: relative;
    display: block;
    float: left;
    background-color: #926911;
    color: #FFF;
    width: auto;
    height: 42px;
    line-height: 42px;
    padding: 0rem 1.6rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    border: 1px solid #926911;
    /* border-radius: 25px; */
}
.full-width-button { width: 100%; }

.hero-button {
    position: relative;
    display: block;
    float: left;
    background-color: #FFF;
    color: #000;
    border: 1px solid #FFF;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.2rem;
    vertical-align: middle;
    width: auto;
    height: auto;
    -webkit-transition: color .3s, all .3s;
    -moz-transition: color .3s, all .3s;
    -o-transition: color .3s, all .3s;
    transition: color .3s, all .3s;
    border: 1px solid #FFF;
    margin: 0 15px 15px 0;
    padding: 1.2rem 2rem;
    /* border-radius: 25px; */
}
.hero-button:hover {
    background-color: #926911;
    color: #FFF!important;
	border: 1px solid #926911;
}
.gold-button {
    position: relative;
    display: block;
    float: left;
    background-color: #926911;
    color: #FFF!important;
    border: 1px solid #FFF;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.2rem;
    vertical-align: middle;
    width: auto;
    height: auto;
    -webkit-transition: color .3s, all .3s;
    -moz-transition: color .3s, all .3s;
    -o-transition: color .3s, all .3s;
    transition: color .3s, all .3s;
    border: 1px solid #926911;
    margin: 0 15px 15px 0;
    padding: 1.2rem 2rem;
    /* border-radius: 25px; */
}
.gold-button:hover {
    background-color: #000!important;
    color: #FFF!important;
	border: 1px solid #000;
}
.hero-button-holder {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.multi-button-holder {
	width: auto;
}
.hero-button-centered {
    display: inline-block;
    float: none;
    margin: 0 auto 0;
}
.hero-button-gold {
    background-color: #926911;
	color: #FFF;
}
.white-button {
    background-color: #FFF;
    color: #a8282e;
}
.white-button:hover {
    background-color: #a8282e;
    color: #fff;
}

.anime-button {
    position: relative;
    margin: 0;
    /* border: 1px solid #e2e2e2; */
    background: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    min-height: 49px;
    line-height: 47px;
    font-family: 'Roboto', Tahoma, sans-serif;
    display: inline-block;
    zoom: 1;
    box-sizing: border-box;
    padding: 0 40px;
    text-align: center;
    overflow: hidden;
    transition: background .2s ease, color .2s ease, border .2s ease;
}
.anime-button span:not(.hidden) {
    position: relative;
    display: inline-block;
    padding: 1px 0 3px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 600;
    vertical-align: middle;
    /* line-height: 112%; */
    }
.anime-button:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #926911;
    transform: translate3d(0, 101%, 0);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}
.anime-button:hover {
    color: #fff;
    border-color: #926911;
}
.anime-button:hover:before {
    transform: translate3d(0, 0, 0);
}

.sale-popup {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: block;
	width: 450px;
	height: auto;
	background-color: #FFF;
	box-shadow: 0 0 25px 0 rgba(71,71,71,.5);
	z-index: 1000;
}
.sale-popup-photo-page {
	bottom: 100px;
}
.sale-popup-inner {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	
}
.sale-popup-close-button {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	padding: 3px;
	cursor: pointer;
	z-index: 100;
	border: none;
	border-radius: 0;
	background-color: #FFF;
}
.sale-popup-close-button .hidden {
	border: 0;
	/* clip: rect(0, 0, 0, 0); */
	height: 20px;
	text-indent: -5000px;
	/* margin: -1px; */
	overflow: hidden;
	/* padding: 0; */
	position: relative;
	display: block;
	float: left;
	width: 20px;
	background-image: url('/images/close-button.png');
}
.sale-popup-close-button:hover .sale-popup-close-button .hidden { 	background-image: url('/images/close-button-hover.png');
 }
#sale-popup { display: none; }

.sale-popup picture {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 5px;
}
.sale-popup img {
	width: 100%;
	height: 100%;
}
.sale-popup-copy {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 20px;
}
.sale-popup-copy h2 {
	font-size: 3rem;
	/* letter-spacing: 0px; */
	color: #926911;
	padding-bottom: 0.6rem;
	text-align: center;
}
.sale-popup-copy p {
	font-size: 1.8rem;
	line-height: 2.6rem;
	text-align: center;
}
.sale-popup-copy span {
	color: #926911;
}
.sale-popup-button {
	position: relative;
    display: block;
    float: left;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 14px;
    font-size: 1.8rem;
    line-height: 2.2rem;
    vertical-align: middle;
    width: 100%;
	text-align: center;
    height: auto;
    -webkit-transition: color .3s, all .3s;
    -moz-transition: color .3s, all .3s;
    -o-transition: color .3s, all .3s;
    transition: color .3s, all .3s;
    margin: 0 15px 15px 0;
    padding: 1.2rem 2rem;
	background-color: #926911;
    color: #FFF;
	border: 1px solid #FFF;
    border-radius: 25px;
}
.sale-popup-button:hover { background-color: #000; color: #FFF;
}
button, .pause-play, .dot {
  outline: none;
}

button:focus, .pause-play:focus, .dot:focus {
  outline: 2px solid #ffffff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

/**
 * 3.0 Navigation
 * -----------------------------------------------------------------------------
 */

.navbar-background {
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
    padding: 10px;
    height: 80px;
    background: url('https://www.mickeyshannon.com/images/nav-fade.png');
    background-repeat: repeat-x;
    background-position: top;
    z-index: 1999;
}

.navbar {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    margin: 0px;
    padding: 25px 0px;
    border-bottom: 1px hsla(0,0%,100%,.15) solid;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.navbar-scroll, .navbar-searchisopen {
	background-color: rgba(29,31,34,1);
}

.navbar .brand {
    display: block;
    position: relative;
    float: left;
    width: 210px;
    height: 50px;
    text-align: center;
    font-size: 1.7rem;
    line-height: 2rem;
    color: #fff;
    text-transform: uppercase;
    z-index: 1998;
    margin-left: 20px;
    margin-top: 0px;
}

.navbar .mobile-brand {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 210px;
    height: auto;
    text-align: left;
    font-family: 'Roboto', Tahoma, sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    text-transform: uppercase;
    z-index: 1999;
}

.navbar-menu {
    float: left;
    font-family: 'Roboto', Tahoma, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0;
    list-style: none;
    list-style-position: unset;
    margin-left: 0;
    margin-top: 1.8rem;
}

.navbar-menu li {
    position: relative;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.navbar-menu li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.navbar-menu .active>a,
.navbar-menu li a:hover {
    color: #c5a47e;
}

.navbar-menu>li {
    float: left;
    margin-left: 25px;
}

.navbar-menu>li>a {
    color: #fff;
    background-color: transparent;
    margin-bottom: 10px;
}

.navbar-menu li ul {
    position: absolute;
    z-index: 10;
    left: 100%;
    top: 60%;
    visibility: hidden;
    min-width: 250px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    background: rgba(50, 50, 50, .95);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    list-style: none;
    list-style-position: unset;
}

.navbar-menu>li>ul {
    left: -20px;
    margin-top: 0;
    list-style: none;
    list-style-position: unset;
}

.navbar-menu li:hover>ul {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-menu>li:hover>ul {
    top: 100%;
}

.navbar-menu li li {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.menu-expanded {
    background-image: url(/images/extended-navigation.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.navbar-menu li li:last-child {
    border-bottom: 0;
}

.navbar-menu li li a {
    color: #fff;
    padding: 10px 10px 8px;
}

.navbar.affix {
    position: fixed;
    z-index: 5;
    top: 0;
    background-color: rgba(50, 50, 50, .95);
    padding: 1.3em 0 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.navbar.affix.affix-top {
    padding-top: 2.2em;
}

.navbar.affix .brand {
    display: inline-block;
}

.navbar.affix .navbar-menu li a {
    color: #fff;
}

.navbar.affix .navbar-menu .active>a,
.navbar.affix .navbar-menu li>a:hover {
    color: #c5a47e;
}

	.navbar-background-reverse { display: block!important; }
	.navbar-menu-reverse > li > a {
	    color: #FFF!important;
	}
	.brand-reverse img {/* filter: invert(100%)!important; */}


.navigation-mobile-icon-holder {
    position: absolute;
    top: 25px;
    right: 25px;
    display: none;
    width: 36px;
    height: 36px;
    z-index: 1999;
}
.mobile-navigation-icon-background {
	background-color: #926911;
}

#navigation-mobile-icon {
    position: relative;
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    /* border-radius: 50%; */
    z-index: 1001;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    letter-spacing: 2px;
    font-size: 30px;
    font-size: .75rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 36px;
    vertical-align: middle;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

#navigation-mobile-icon:hover {
    cursor: pointer;
}

.navigation-mobile-icon-scroll {
    /* background-color: #926911; */
}

.navigation-mobile-icon-open {
    color: #000!important;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    z-index: 5002;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    /* border-radius: 50%; */
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.c-hamburger:focus {
    outline: 0;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 7px;
    right: 7px;
    height: 2px;
    background: #fff;
}

.c-hamburger span::after,
.c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    content: "";
}

.c-hamburger span::before {
    top: -6px;
}

.c-hamburger span::after {
    bottom: -6px;
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
    /* background-color: #cb0032; */
    /* color: #FFF; */
}

.c-hamburger--htx.is-active span {
    background: 0 0;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
    transition-delay: 0s, .3s;
    background-color: #FFF;
}

#backToTop {
	display: none;
}

.navigation-cart-button {
	position: absolute;
	top: 28px;
	right: 20px;
	/* background-color: #926911; */
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0rem 2rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.navigation-cart-icon-svg {
	position: absolute;
	display: block;
	top: 8px;
	left: 0px;
}
.navigation-cart-close-icon-svg {
	position: absolute;
	display: none;
	top: 8px;
	left: 0px;
}
.navigation-icon-stroke {
	stroke-width: 2;
	stroke: #FFF;
}
#navigation-cart-icon-path {
	stroke-width: 2;
	stroke: #FFF;
}
#navigation-cart-icon-circle {
	stroke-width: 2;
	stroke: #FFF;
}
.navigation-cart-button-open {
	/* color: #000!important; */
}

.navigation-cart-button .fas {
	display: none;
}
.mobile-cart-menu { display: none; }
.navigation-search-icon {
	position: absolute;
	display: block;
	width: 40px;
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	top: 30px;
	right: 40px;
	color: #FFF;
	font-family: 'Roboto', Tahoma, sans-serif;
	font-size: 1.4rem;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	/* margin-top: 1.8rem; */
	/* background-color: #FFF; */
	/* padding: 0px 0px 0px 10px; */
	height: 40px;
	cursor: pointer;
}
.navigation-search-icon-svg, .navigation-search-close-icon-svg {
	position: absolute;
	display: block;
	top: 11px;
	left: 11px;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.navigation-search-close-icon-svg {
	top: 4px;
	left: 4px;
}
.navigation-search-icon-hide {
	opacity: 0;
}
.navigation-search-icon-cart {
	right: 130px;
}
.search-icon-open-cart {
	right: 70px;
}

.search-box-closed {
	position: relative;
	display: block;
	float:left;
}
.search-box-open {
	position: relative;
	display: none;
	float:left;
}
.fa-search {margin-left: 1rem;position: absolute;display: inline-block;/* float: left; */width: 25px;height: 25px;top: 7px;right: 5px;/* background-image: url(/images/icons.png); */background-size: 375px 25px;overflow: hidden;background-position: top 0px left 0px;}
.fa-window-close {
	margin-left: 1rem;
	position: absolute;
	display: inline-block;
	/* float: left; */
	width: 25px;
	height: 25px;
	top: 17px;
	right: 15px;
	/* background-image: url(/images/icons.png); */
	background-size: 375px 25px;
	overflow: hidden;
	background-position: top 0px left 50px;
}
.navigation-search-icon:hover .fa-search {
	background-position: top 0px left 100px;
}

.navigation-search-container {
	position: absolute;
	display: none;
	top: -325px;
	width: 100%;
	height: 160px;
	background-color: #131214;
	color: #FFF;
	z-index: -1;
	-webkit-transition: all .3sease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3sease-out;
}
.open-search-container {
	top: -25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 125px 0px 0px;
}
.image-search-form {width: 100%;position: relative;display: block;float: left;clear: right;height: 60px;}
.search-terms {position: relative;display: block;float: left;width: 100%;width: calc(100% - 170px);height: 60px;background-color: #131214;border: 0px;border-bottom: 1px solid #666;color: #FFF;/* border: 1px solid #DDD; */padding: 0px 2rem;/* text-transform: uppercase; */letter-spacing: 1px;font-size: 2rem;text-align: left;}
.search-field-submit-holder {position: relative;display: block;float: left;/* margin-left: 50px; */width: 170px;height: 60px;}
.search-field-submit-holder .fa-search { display: none; }
.search-predictions {position: absolute;display: block;width: 750px; top:40px; left:0px; text-transform: uppercase; letter-spacing: 2px; color: #926911;}
.search-field-submit {
	position: relative;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	background-color: #131214;
	border: 1px solid #666;
	border-radius: 30px;
	color: #FFF;
	/* border: none; */
	margin-left: 25px;
	text-transform: uppercase;
	padding-right: 25px;
	text-indent: -25000px;
}
.navigation-search-container-inner {
	position: relative;
	display: block;
	float: left;
	width: 90%;
	margin: 0px 5%;
}

.navigation-search-field {
    width: 100%;
    height: 3.6rem;
    font-family: 'Roboto', Tahoma, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    vertical-align: middle;
    background-color: #F9F9F9;
    border: 1px solid #666;
    color: #ccc;
    padding-left: 1rem;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  width: 750px;
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 0px 2rem;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  color: #666;
  text-transform: uppercase;
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #926911 !important;
  color: #fff !important;
}

.gallery-search-field {
	position: relative;
    display: block;
    float: left;
    width: 90%;
    height: 30px;
    line-height: 30px;
	font-size: 1.4rem;
    background-color: #FFF;
    border: 0px;
    color: #666;
    border: 1px solid #DDD;
    padding: 0px 1rem;
    text-transform: none;
    letter-spacing: 2px;
	margin: 1rem 5%;
}

/* Back to the Top */
.fa-arrow-up {
	position: relative;
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 7px;
	background-image: url('/images/icons.png');
	background-size: 375px 25px;
	overflow: hidden;
	background-position: top 0px right 50px;
}
#backToTop:hover .fa-arrow-up {
	filter: invert(1);
}
.shopping-cart-items-icon {
	position: relative;
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	margin: 6px 0px 0px 6px;
	background-image: url('/images/icons.png');
	background-size: 375px 25px;
	overflow: hidden;
	background-position: top 0px left 25px;
}


/* 3.1 Breadcrumbs Content */

#breadcrumbs-bar {
	position: relative;
	display: block;
	float: left;
	width:100%;
	/* min-height: 7.4rem; */
	padding: 2rem 0px;
	font-size: 1.4rem;
	/* line-height: 1.4rem; */
	background-color: #333;
	text-transform: uppercase;
}
#breadcrumbs-bar ol {
	position: relative;
	display: flex;
	max-width: 1000px;
	padding: 0px;
	margin: 0 auto;
	list-style: none;
	flex-wrap: wrap;
	color: #FFF;
}
.breadcrumbs-bar-inner a {
	color: #FFF;
}
.breadcrumbs-bar-inner li {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}
.breadcrumbs-bar-inner li:not(:last-child)::after {
  padding: 0 1rem;
  color: #CCC;
  font-size: 1rem;
  content: "›";
}
.breadcrumbs-bar-arrow {
	padding: 0px 1rem;
	color: #CCC;
	font-size: 1rem;
	/* line-height: 1.6rem; */
	/* vertical-align: middle; */
}


/* 3.2 Slideshow Area */

/* ****** Slideshow container ********/
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: 600;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	z-index: 100;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	left: unset;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	margin-bottom: 5px;
	background-color: #FFF;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #926911;
}
.active {
	/*width: 100px;*/
	border-radius: 5px;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1s;
}

@keyframes fade {
  from {opacity: .7}
  to {opacity: 1}
}

#slideshow img {
    z-index: 10;
}

.slider-controls-navigation {
	position: absolute;
    z-index: 49;
    right: 100px;
    bottom: 20px;
    text-align: center;	
}
.pause-play {
	position: relative;
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}
.dot-number {
	position: relative;
	display: block;
	float: left;
	width: auto;
	height: 10px;
	font-size: 1.4rem;
	color: #FFF;
	line-height: 1.4rem;
	font-weight: 600;
}
.slider-dots {
	position: relative;
	display: block;
	float: left;
	width: auto;
	height: 10px;
	margin-right: 10px;
}
.play-icon {
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 5px 0px 5px 10px;
	border-color: transparent transparent transparent #FFF;
	display: none;
}
.pause-icon {
	width: 10px;
	height: 10px;
	border-style: double;
	border-width: 0px 0px 0px 10px;
	border-color: transparent transparent transparent #FFF;
	display: block;
}

.hero-featured-image {
	position: absolute;
	z-index: 49;
	right: 0px;
	padding-right: 100px;
	bottom: 50px;
	color: #CCC;
	font-size: 1.4rem;
}
.hero-featured-title {
	color: #FFF;
}
.hero-featured-image::after {
	content:'';
	position: absolute;
	right: 0px;
	top: 9px;
	width: 80px;
	height: 2px;
	background-color: #FFF;
}

/* ****** Slideshow container ********/

/**
 * 4.0 Content Area
 * -----------------------------------------------------------------------------
 */


/* 4.1 Homepage Content */

#hero {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: #000;
    z-index: 500;
}
.hero-slides {
    height: 100vh;
}
.scroll-bar {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	height: 50px;
    background-color: #FFF;
	border-bottom: 1px solid #999;
}
.hero-slide {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
.hero-slide:not(:first-child) {
  display: none; /* Or visibility: hidden */
}
.hero-background {
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    background: 0 0;
    background: url(/images/bottom-image-gradient.png) bottom repeat-x;
    background-size: auto 500px;
    z-index: 12;
    opacity: .4;
}
#hero-photo {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 11;
}
.hero-slide img {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}


.hero-content {
    position: absolute;
    bottom: 10rem;
    left: 0px;
    padding-left: 150px;
    width: 1100px;
    z-index: 13;
}
.hero-content::before {
	content:'';
	position: absolute;
	left: 0px;
	top: 15px;
	width: 130px;
	height: 2px;
	background-color: #FFF;
}
.hero-content-inner {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

.hero-content h1, .hero-content h2 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    letter-spacing: .1rem;
    font-size: 70px;
    font-size: 5rem;
    line-height: 4rem;
    color: #fff;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 2rem;
    margin: 0;
    text-align: left;
    font-family: 'Roboto', Tahoma, sans-serif;
}
.header-subtext {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 50px;
    font-size: 2rem;
    line-height: 4rem;
    font-family: 'Roboto', Tahoma, sans-serif;
    text-transform: none;
}
.hero-content .hero-copy {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: .3rem;
    margin: 1rem 0 2rem;
    padding: 0;
    color: #fff;
    text-align: left;
    font-weight: 400;
}

.main-content-container {
	position: relative;
    display: block;
    float: left;
    width: 100%;
}
.main-content-container-inner {
	position: relative;
    display: block;
    width: 1980px;
    margin: 0px auto;
    padding: 20px 0px;
}
.main-content-container-text {
	
}
.main-content-container-text-inner {
	
}

.homepage-galleries-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-color: #FFF;
}
.homepage-galleries-inner-container {
	position: relative;
	display: block;
	width: 1980px;
	margin: 0 auto;
	padding-top: 80px;
}
.homepage-galleries-top-content {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 0px 30px;
}
.homepage-gallery-title-wrapper {
	position: relative;
	display: block;
	float: left;
	width: 1500px;
	margin-right: 120px;
}
.homepage-gallery-title-wrapper-button-holder {
	position: relative;
	display: block;
	float: left;
	width: 300px;
}
.homepage-galleries-section-block-galleries {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.homepage-galleries-section-gallery {
	position: relative;
	display: block;
	float: left;
	width: 600px;
	margin: 30px
}
.galleries-section-gallery-image-holder {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	z-index: 2;
}
.galleries-section-gallery-image-holder img {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.homepage-galleries-section-gallery figcaption {
	position: absolute;
	left: 0px;
	bottom:0px;
	padding: 10px 10px 20px 40px;
	z-index: 3;
	line-height: 1.6rem;
}
.homepage-galleries-section-gallery figcaption::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 18px;
	width: 30px;
	height: 2px;
	background-color: #FFF;
}
.homepage-galleries-section-gallery h3 {color: #FFF;line-height: 2rem;padding-bottom: 1rem;}
.homepage-galleries-section-gallery span {color: #FFF;font-size: 1.4rem !important;}
.homepage-galleries-section-gallery-background {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0px;
	height: 100%;
	/* min-height: 100%; */
	background: url(/images/bottom-image-gradient.png) bottom repeat-x;
	background-size: auto 200px;
	z-index: 1;
	opacity: .4;
}

.gold-button {
	position: relative;
	display: block;
	float: right;
	background-color: #926911;
	color: #FFF;
	border: 1px solid #926911;
	text-transform: uppercase;
	letter-spacing: .1rem;
	padding: 10px 20px;
	font-size: 14px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.2rem;
	vertical-align: middle;
	width: auto;
	height: auto;
	-webkit-transition: color .3s, all .3s;
	-moz-transition: color .3s, all .3s;
	-o-transition: color .3s, all .3s;
	transition: color .3s, all .3s;
	margin: 10px 0px;
	/* border-radius: 25px; */
}
.gold-button:hover {
	background-color: #000;
    border: 1px solid #000;
}
.gold-button-left {
	float: left;
}

/* Video Area */
.video-block-full-size {
	position: relative;
    display: block;
    float: left;
    width: 100%;
	min-height: 100vh;
}
.video-block-image {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 100vh;
}
.video-block-photo {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 11;
}
.video-block-photo img {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
.video-block-content {
	position: absolute;
    bottom: 5vh;
    left: 50%;
	margin-left: -1000px;
    width: 2000px;
    z-index: 13;
}
.video-block-play-button {
	position: relative;
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	left:0px;
	border-radius: 50%; /* Creates the circle shape */
	cursor: pointer;
	background-color: #FFF;
	border: none;
	-webkit-transition: color .3s, all .3s;
	-moz-transition: color .3s, all .3s;
	-o-transition: color .3s, all .3s;
	transition: color .3s, all .3s;
}
.video-block-play-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #000;
}
.video-block-play-button:hover {
	background-color: #926911;
}


.video-block-inner {
	position: relative;
	display: block;
	float: left;
	width: 1925px;
	padding: 10px 0px 10px 10px;
}
.video-block-inner h2 {
	color: #FFF;
	line-height: 3.6rem;
	padding-bottom: 0px;
}
.video-block-inner p {
	color: #FFF;
	margin-bottom: 0px;
}
/* Style for button */
#openModal {
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
    text-indent: -5000px;
    overflow: hidden;
}

/* Modal Background */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  max-width: 800px;
}

/* Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

/* Responsive Video Container */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sub Area */

.sub-hero {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    /* margin: 4rem 0px; */
    /* padding: 0px 20px; */
}
.sub-hero-overlap {
	margin-top: -40vh;
}
.sub-hero-inner {
    position: relative;
    display: block;
    width: 100%;
    /* margin: 0 auto; */
    height: 100%;
    object-fit: fill;
}
.sub-hero-image {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.sub-hero-image img {
	/* position: relative; */
	/* display: block; */
	/* float: left; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sub-hero-copy {
	position: absolute;
	bottom: 10rem;
	left: 0px;
	width: 1100px;
	padding-left: 150px;
	height: auto;
}
.sub-hero-copy::before {
	content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 130px;
    height: 2px;
    background-color: #FFF;
}
.sub-hero-copy .hero-button-holder, .text-in-picture-copy .hero-button-holder {
	text-align: left;
}
.sub-hero-inner h2 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    letter-spacing: .1rem;
    font-size: 70px;
    font-size: 5rem;
    line-height: 4rem;
    color: #fff;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 2rem;
    margin: 0px;
    text-align: left;
    font-family: 'Roboto', Tahoma, sans-serif;
}
.sub-hero-inner p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #DDD;
	font-size: 16px;
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 400;
	text-align: left;
}

.text-in-picture {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 10rem auto;
}
.text-in-picture-inner {
	position: relative;
	display: flex;
	width: 1920px;
	margin: 0 auto;
	height: auto;
	align-items: center;
	justify-content:center;
}
.text-in-picture-image {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	z-index: 10;
}
.text-in-picture-image img {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    z-index: 10;
}
.text-in-picture-copy {
	position: relative;
	display: block;
	float: left;
	vertical-align: middle;
	width: 720px;
	margin: 0px;
	/* background-color: #000; */
	padding: 50px;
	z-index: 11;
}

.testimonial-full-size-block {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 5rem 0px;
    background-color: #efefef;
}
.testimonial-full-size-block-inner {
	position: relative;
	display: block;
	max-width: 2000px;
	height: auto;
	padding: 20rem 300px;
	margin: 0 auto;
}
.testimonial-full-size-block-quotes-top {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 255px;
	/*content: "";
	background-image: url('/images/testimonial-quote-block-top.png');
	background-size: 400px 255px;*/
	z-index: 0;
	color: #000;
}
.testimonial-full-size-block-quotes-bottom {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	width: 400px;
	height: 255px;
	/*content: "";
	background-image: url('/images/testimonial-quote-block-bottom.png');
	background-size: 400px 255px;*/
	z-index: 0;
}
.testimonial-full-size-block-quotes-bottom img, .testimonial-full-size-block-quotes-top img { position: relative; display: block; float: left; width: 100%; height: 100%; }

.testimonial-full-size-block-inner p {position: relative;display: block;/* float: left; */width: 100%;height: auto;font-family: 'Roboto', Tahoma, sans-serif;font-size: 3rem;line-height: 4rem;font-style: italic;z-index: 1;}
.testimonial-full-size-block-inner p:last-child { margin-bottom: 0px; }
.testimonial-full-size-block-inner span {font-family: 'Roboto', Tahoma, sans-serif;font-style: normal;font-size: 1.4rem;text-transform: uppercase;font-weight: 600;}

.testimonial-mini-blocks {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 5rem 0px;
}
.testimonial-mini-blocks-single {
	position: relative;
	display: block;
	max-width: 1000px;
	height: auto;
	padding: 5rem 50px;
	margin: 0 auto;
	background-color: #efefef;
}
.testimonial-mini-blocks-single::before {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 200px;
    height: 122px;
	content: "";
	background-image: url('/images/testimonial-quote-block-top.png');
    background-size: 200px 122px;
	z-index: 0;
	color: #000;
}
.testimonial-mini-blocks-single::after {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	width: 200px;
    height: 122px;
	content: "";
	background-image: url('/images/testimonial-quote-block-bottom.png');
    background-size: 200px 122px;
	z-index: 0;
}
.testimonial-mini-blocks p {position: relative;display: block;/* float: left; */width: 100%;height: auto;font-family: 'Roboto', Tahoma, sans-serif;font-size: 3rem;line-height: 4rem;font-style: italic;z-index: 1;}
.testimonial-mini-blocks p:last-child { margin-bottom: 0px; }
.testimonial-mini-blocks span {font-family: 'Roboto', Tahoma, sans-serif;font-style: normal;font-size: 1.4rem;text-transform: uppercase;font-weight: 600;}


.blog-previews {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 5rem 0px;
}
.blog-previews-inner {
    position: relative;
    display: block;
    width: 1300px;
    margin: 0 auto;
    height: auto;
}
.blog-previews-inner-copy {
    position: relative;
    display: block;
    width: 1100px;
    margin: 0 auto;
    height: auto;
}
.blog-previews-inner-copy h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #926911;
	/* letter-spacing: 1px; */
	/* line-height: 3rem; */
	font-size: 40px;
	font-size: 3rem;
	padding-bottom: 1rem;
	text-align: center;
	/* font-weight: 600; */
}
.blog-previews-inner-copy p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 400;
	text-align: center;
}
.blog-preview{
	position: relative;
	display: block;
	float: left;
	width: 600px;
	margin: 1rem 25px 2rem;
}
.blog-preview img{
	position: relative;
	display: block;
	float: left;
	width:100%;
	height: auto;
}

.blog-preview:last-child{
	margin-right:0px;
}
.blog-preview-image {
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	width: 100%;
	max-height: 300px;
	overflow: hidden;
}
.blog-preview-image img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.blog-preview h3 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 2.4rem;
	font-size: 32px;
	font-size: 2rem;
	padding: 2rem 0px 1rem;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
	/* font-weight: 600; */
}
.blog-preview p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 400;
	text-align: left;
}

/* 4.2 Galleries Content */
.gallery-slides {
	height: 50vh;
}
#galleries-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.gallery-featured-image {
	bottom: 20px;
}
.gallery-header-subtext {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 50px;
	font-size: 2rem;
	line-height: 3rem;
	padding-bottom: 2rem;
	font-family: 'Roboto', Tahoma, sans-serif;
	text-transform: none;
	color: #FFF;
}
.galleries-container {
	background-color: #242424;
}
.galleries-inner-container {
	position: relative;
	display: block;
	width: 1980px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}
.galleries-inner-container aside {
	position: relative;
	display: block;
	float: left;
	width: 310px;
	/* margin-right: 0px; */
}
#galleries {
    position: relative;
    display: block;
    float: left;
    width: 1980px;
    /* margin: 5rem 0 0 0; */
    color: #EEE;
}
#mobile-sidebar-navigation-toggle-button {
    position: relative;
    display: none;
    float: left;
    margin: 1rem 2%;
    width: 96%;
    height: auto;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 20px;
    cursor: pointer;
    cursor: hand;
}
#mobile-sidebar-navigation-toggle-button .gallery-nav-icon {
	display:none;
}
#gallery-navigation {
    position: relative;
    display: block;
    float: left;
    /* width: 400px; */
    margin: 5rem 0 0 0;
    background-color: #222;
    color: #ddd;
    padding: 3rem;
}
.gallery-navigation {
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.gallery-navigation-on-height {
	height: 0px;
}
.gallery-navigation-on-height {
	height: 100%!important;
}

.galleries-section-block {
    position: relative;
    display: block;
    float: left;
	width: 100%;
}
.gallery-title-wrapper {
    position: relative;
    display: block;
    float: left;
    width: 1600px;
    margin: 5rem 190px;
}
.gallery-title-wrapper h1, .gallery-title-wrapper h2  {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #926911;
	letter-spacing: 2px;
	line-height: 3rem;
	font-size: 40px;
	font-size: 3rem;
	padding-bottom: 3rem;
	text-align: center;
}
.gallery-title-wrapper p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/* color: #CCC; */
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
	font-family: 'Roboto', Tahoma, sans-serif;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 0.2rem;
	color: #DEDEDE;
	text-align: left;
	font-weight: 400;
	padding-bottom: 5px;
}
.gallery-title-wrapper-inner
.gallery-title-left h1, .gallery-title-left h2 { text-align: left; }
.galleries-section-block-galleries {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.galleries-section-gallery {
	position: relative;
	display: none;
	float: left;
	width: 640px;
	height: auto;
	margin: 0px 10px 40px;
	padding: 20px 0px;
	background-color: #333;
}
.galleries-section-gallery-three {
	clear: both;
}
.galleries-section-gallery-highlight { background-color: #FFF !important; }
.galleries-section-gallery-highlight figcaption { color: #926911 !important; }
.galleries-section-gallery-highlight figcaption span { color: #000 !important; }

.gallery-dark-bg h1, .gallery-dark-bg h2 {
	/* color:#FFF; */
	position: relative;
	display: block;
	/* float: left; */
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Roboto', Tahoma, sans-serif !important;
	text-transform: none !important;
	height: auto;
	text-align: left;
	color: #FFF;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 400;
	padding: 1rem 0px;
}
.gallery-dark-bg p {
	color:#CCC;
}
.gallery-dark-bg p a {
	color:#FFF;
	text-decoration: underline;
}
.gallery-dark-bg .galleries-button {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.gallery-dark-bg .galleries-button:hover {
	background-color:#926911;
	color: #FFF;
}

.gallery-dark-bg .galleries-section-gallery figcaption {
	color: #FFF;
	font-size: 2rem;
}
.gallery-dark-bg .galleries-section-gallery figcaption span {
	color: #CCC;
	font-size: 1.6rem;
}

.galleries-container-invert {background-color: #FFF;/* padding-bottom: 40vh; */}
.galleries-container-invert h2 {
	color: #926911;
}
.galleries-container-invert p {
	color: #000;
	text-align: center;
	font-size: 1.6rem;
}
.galleries-container-invert h3 {
	font-size: 1.6rem;
	/* text-transform: uppercase; */
	letter-spacing: 0px;
	color: #926911;
	font-size: 2rem;
}
.galleries-container-invert span {
	/* color: #FFF!important; */
}
.galleries-container-invert .galleries-section-gallery {
	background-color: #efefef;
}


.galleries-section-gallery-image-holder {
	position: relative;
	display: block;
	float: left;
	width: 640px;
	height: 450px;
	/* background-color: #f6f6f6; */
}
.gallery-navigation-title {
	font-weight: 400;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	border-top: 1px solid #555;
	background-color: #222;
	padding: 1.6rem 0px 1.2rem;
	color: #fff;
}
.gallery-navigation-title:hover {
	cursor: pointer;
}
.fa-angle-up {
	background-image: url('/images/gallery-arrow-up.png');
    background-position: center right;
    background-repeat: no-repeat;
	width: 8px;
    height: 8px;
}
.fa-angle-down {
	background-image: url('/images/gallery-arrow-down.png');
    background-position: center right;
    background-repeat: no-repeat;
	width: 8px;
    height: 8px;
}
.gallery-navigation-list a {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #DDD;
}
.gallery-navigation-list-search {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	display: none;
}
.mobile-sidebar-navigation-toggle-button-bottom, .mobile-sidebar-navigation-toggle-button-top {
	position: relative;
	display: none;
	float: left;
	padding: 10px;
	list-style: none;
	/* margin-bottom: 2rem; */
	font-weight: 400;
	width: 100%;
}
.side-bar-nav-subgallery {
	text-indent: 10px;
}
.gallery-nav-icon {position: absolute;display: block;right:0px;top:50%;top: calc(50% - 4px);font-size: 1.6rem;}
.galleries-section-gallery-image-holder img {
	position: absolute;
	display: block;
	/* float: left; */
	max-width: 600px;
	max-height: 100%;
	width: auto;
	height: auto;
	/* margin-right: 40px; */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* filter: drop-shadow(0px 0px 15px #090909); */
}
.galleries-section-gallery figcaption {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    line-height: 2.8rem;
    min-height: 10.4rem;
    font-size: 1.4rem;
    /* text-transform: uppercase; */
    text-align: center;
    color: #000;
    margin: 1rem 0px;
}
.galleries-section-gallery figcaption span {
    font-size: 2rem;
    margin: 1rem 0px;
}
.galleries-section-show-block { display: block; }
.search-results-button-active {
	background-color: #FFF!important;
	border: 1px solid #FFF !important;
	color: #000!important;
}
.gallery-navigation-inner ul {
	position: relative;
	display: none;
	float: left;
	padding: 10px;
	list-style: none;
	margin-bottom: 2rem;
	font-weight: 400;
	width: 100%;
}
.gallery-navigation-title ul {
	list-style: none;
}

.galleries-button-holder:hover { cursor: hand;cursor:pointer; }
.galleries-button {
    position: relative;
    display: block;
    float: left;
    background-color: unset;
    border: 1px solid #CCC;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    vertical-align: middle;
    width: auto;
    height: auto;
    -webkit-transition: color .3s, all .3s;
    -moz-transition: color .3s, all .3s;
    -o-transition: color .3s, all .3s;
    transition: color .3s, all .3s;
    margin: 0 15px 15px 0;
    padding: 0.6rem 1rem;
}
.galleries-button-active {background-color: #c89601;border: 1px solid #c89601;}

.content-info-block {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 0;
    background-color: #FFF;
}
.content-info-block-right {
	background-color: #f3f3f1;
}
.content-info-block-holder {
    position: relative;
    display: block;
    float: left;
	width: 100%;
	background-color: #FFF;
}
#content-info-block-holder-galleries {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: #242424;
	color: #EEE;
	padding: 100px 0px 0px;
}
#content-info-block-holder-galleries .content-info-block {
	background-color: #242424;
}
#content-info-block-holder-galleries .content-info-block-right {
	background-color: #333;
}
#content-info-block-holder-galleries h3 {
	font-size: 3rem;
    line-height: 3rem;
	color:#FFF;
}
.galleries-section-block-inner {
    position: relative;
    display: block;
    float: left;
	width: 100%;
	background-color: #242424;
}
.content-info-block-inner-alt .content-info-block-image {
	position: relative;
    display: block;
    float: right;
    width: 600px;
    height: auto;
    text-align: center;
}
.content-info-block-inner-alt .content-info-block-copy {
	position: relative;
	display: block;
	float: left;
	width: 600px;
	margin: 0px 100px 0px 0px;
	height: auto;
}
.content-info-block-inner {
    position: relative;
    display: block;
    width: 1300px;
    margin: 0px auto;
    height: auto;
}
.content-info-block-image {
	position: relative;
	display: block;
	float: left;
	width: 600px;
	height: auto;
	text-align: center;
}
.content-info-block-copy {
	position: relative;
	display: block;
	float: left;
	width: 600px;
	margin: 0px 0px 0px 100px;
	height: auto;
}
.content-info-block-copy-inner h2 {
	font-size: 3rem;
	line-height: 3rem;
}

/* 4.4 Search Page Content */
.search-page-header {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 400px;
}
#search-archive-bar-form {
	position: absolute;
	display: block;
	width: 600px;
	height: 60px;
	left: 50%;
	margin-left: -300px;
	top: 170px;
	z-index: 50;
}
.search-page-header img {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}

.search-submit-button {
	position: absolute;
	display: block;
	left: 21px;
	top: 22px;
	/* width: 18px; */
	/* height: 100%; */
}

.gallery-tags {
	position: absolute;
	display: block;
	width: auto;
	height: 20px;
	color: #FFF;
	font-size: 1.1rem;
	padding: 0px 5px;
	line-height: 20px;
	top: 0px;
	left: 10px;
	z-index: 2;
}
.gallery-tag {
	position: relative;
	display: block;
	float: left;
	width: auto;
	height: 25px;
	background-color: #242424;
	color: #FFF;
	padding: 0px 5px;
	margin-right: 10px;
	font-size: 1.1rem;
	line-height: 25px;
}

.search-archive-bar {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.search-archive-bar-inner {
	position: relative;
    display: block;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.search-archive-bar-form {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.search-archive-bar-terms {
	position: relative;
	display: block;
	float: left;
	width: 540px;
	max-width: 600px;
	height: 60px;
	background-color: #FFF;
	border: 0px;
	color: #333;
	/* border: 1px solid #DDD; */
	padding: 0px 2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.search-archive-bar-submit {
	position: relative;
	display: block;
	float: left;
	width: 60px;
	max-width: 150px;
	/* margin-left: 5%; */
	height: 60px;
	background-color: #D6D6D6;
	color: #FFF;
	border: none;
	text-transform: uppercase;
	text-indent: -5000px;
	overflow: hidden;
}

/** 4.5 Prints and other Content Pages */

#content-page {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-color: #FFF;
	color: #000;
}
.collector-resources-container {
	background-color: #242424;
}
.collector-resources-container-dark h2 {
	color: #FFF;
}
.collector-resources-container-dark p {
	color: #DEDEDE;
}

.content-page-header {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 70vh;
}
.gallery-page-header {max-height: 50vh;}
.content-page-header h1 {
	color: #FFF;
	padding-bottom: 1rem;
}
.content-page-header p {
	color: #DDD;
}
.content-page-header img {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}
.workshop-page-title {
    position: absolute;
    display: block;
    width: 995px;
    height: auto;
    left: 50%;
    margin-left: -500px;
    bottom: 50px;
    z-index: 15;
    text-align: center;
}
.content-page-top-button {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 60px;
}
.content-page-top-button button {
	position: absolute;
	display: block;
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;
	left: 50%;
	margin-left: -150px;
	letter-spacing: .1rem;
	border: none;
	padding: 10px 20px;
	font-size: 14px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.2rem;
	vertical-align: middle;
	width: 300px;
	height: 50px;
	-webkit-transition: color .3s, all .3s;
	-moz-transition: color .3s, all .3s;
	-o-transition: color .3s, all .3s;
	transition: color .3s, all .3s;
	/* margin: 0 15px 15px 0; */
	padding: 0.6rem 1rem;
}
.content-page-copy-image {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 8rem 0px;
}
.content-page-copy-image-inner {
    position: relative;
    display: block;
    width: 1250px;
    margin: 0 auto;
    height: auto;
}
.content-info-block-image img {
	width: 100%;
	height: auto;
}
.content-info-block-image picture {
	position: relative;
    display: block;
    float: left;
}
.content-info-block-image-second {
	margin-top: 25px;
}

.content-page-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-color: #fefefd;
	color: #000;
	padding: 80px 0px;
}
.content-page-container-inner {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.content-page-content-two-column {
	position: relative;
    display: block;
    float: left;
    width: 100%;
}
.content-page-top {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 0px 100px;
}
.content-page-navigation {
	position: relative;
    display: block;
    float: left;
    width: 480px;
	backgtound-color: #f3f3f1;
	padding: 40px;
}
.content-page-navigation ul {
	position: relative;
    display: block;
    float: left;
	width: 100%;
}
.content-page-navigation li {
	position: relative;
    display: block;
    float: left;
	width: 100%;
}
.content-page-image-and-copy {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	overflow: hidden;
}
.content-page-image-and-copy-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.content-page-single-image {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background-color: #1d1f22;
	margin: 1rem auto 3rem;
	padding: 2rem;
}
.content-page-single-image figure {
}
.content-page-single-image picture {position: relative;display: block;float: left;width: 100%;/* padding: 2rem; */}
.content-page-single-image figcaption {position: relative;display: block;width: 100%;max-width: 1000px;font-family: 'Roboto', Tahoma, sans-serif;font-size: 1.6rem;line-height: 2.4rem;letter-spacing: 0.2rem;color: #DEDEDE;text-align: left;font-weight: 400;padding: 2rem 0px;clear: both;margin: 0 auto;}
.content-page-single-image img {width: 100%;height: auto;}
.content-page-single-image p {
	color: #CECECE;
}
.content-page-double-image {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background-color: #333;
	margin: 1rem auto 3rem;
	padding: 2rem;
}
.content-page-double-image figure {
}
.content-page-double-image picture {position: relative;display: block;float: left;width: 50%; padding: 1rem; }
.content-page-double-image figcaption {position: relative;display: block;width: 100%;max-width: 1000px;font-family: 'Roboto', Tahoma, sans-serif;font-size: 1.6rem;line-height: 2.4rem;letter-spacing: 0.2rem;color: #DEDEDE;text-align: left;font-weight: 400;padding: 2rem 0px;clear: both;margin: 0 auto;}
.content-page-double-image img {width: 100%;height: auto;}
.content-page-double-image p {
	color: #CECECE;
}

.content-page-image-and-copy-inner-copy .fig-title {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    font-family: 'Roboto', Tahoma, sans-serif;
    color: #FFF;
    font-size: 2rem;
    letter-spacing: 0px;
    line-height: 2.6rem;
    text-align: left;
    font-weight: 400;
    padding-top: 1rem;
    text-transform: none;
}
.content-page-image-and-copy-inner-copy .fig-description {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #DEDEDE;
    padding-top: 1rem;
}

.figcapture-bottom {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    max-width: 100px;
    clear: both;
    height: 3px;
    background-color: #c4984f;
}
.content-page-image-and-copy-inner-copy p {
	margin: 0;
}
.content-page-image-and-copy-left-image {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}
.content-page-image-and-copy-right-image {
	
}

.content-page-highlights {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-color: #fdfbf8;
}
.content-page-highlights-inner {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.content-page-highlights-heading {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 4rem 100px 2rem;
}
.content-page-highlights-inner-content {
	padding: 2rem 0px;
}
.content-page-highlights-column {position: relative;display: block;float: left;width:50%;padding: 0px 1rem;}
.content-page-highlights-heading h2 {
	position: relative;
	display: block;
	/* float: left; */
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Roboto', Tahoma, sans-serif !important;
	text-transform: none !important;
	height: auto;
	text-align: left;
	color: #FFF;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 400;
	padding: 1rem 0px;
}
.content-page-highlights-heading h3 {
	position: relative;
	display: block;
	/* float: left; */
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Roboto', Tahoma, sans-serif !important;
	text-transform: none !important;
	height: auto;
	text-align: left;
	color: #DEDEDE;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 400;
	padding: .4rem 0px;
}
.content-page-highlights-heading p {position: relative;display: block;width: 100%;max-width: 1000px;font-family: 'Roboto', Tahoma, sans-serif;font-size: 1.6rem;line-height: 2.4rem;letter-spacing: 0.2rem;color: #DEDEDE;text-align: left;font-weight: 400;padding-bottom: 5px;margin: 0 auto;margin-bottom: 2rem;clear: both;}
.content-page-highlights-heading ul {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1000px;
    font-family: 'Roboto', Tahoma, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.2rem;
    color: #DEDEDE;
    text-align: left;
    font-weight: 400;
    padding-bottom: 5px;
    margin: 0 auto;
    margin-bottom: 2rem;
    clear: both;
}
.content-page-highlights-heading li {color: #DDD;}
.content-page-highlights-columns {
	position: relative;
	display: block;
	margin:0 auto;
	width: 100%;
	max-width: 1200px;
}
.content-page-highlight {
	position: relative;
	display: block;
	float: left;
	width: 400px;
	height: auto;
	margin: 0px 0px 25px;
	padding: 0px 40px;
}
.content-page-highlight h3 {
	color: #FFF;
	text-transform: none;
}
.content-page-highlight p {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1000px;
	font-family: 'Roboto', Tahoma, sans-serif;
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 0.2rem;
	color: #DEDEDE;
	text-align: left;
	font-weight: 400;
	padding-bottom: 5px;
	margin: 0 auto;
	margin-bottom: 2rem;
	clear: both;
}

/* Q&A for content pages */

.content-page-answer {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 2rem;
    background-color: #333;
    border-left: 3px solid #926911;
    color: #FFF;
    font-family: 'Roboto', Tahoma, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.2rem;
}
.content-page-answer h2 {
	font-size: 2.5rem;
    line-height: 2.5rem;
    color: #FFF;
    padding-bottom: 1rem;
}

/* Styling for Content Tables */

.pricing-table {
    width: 100%;
    height: auto;
    border-spacing: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2rem;
}
.pricing-table td {
    background-color: #191919;
    color: #FFF;
    margin: 1rem;
    padding: 1rem 2rem;
    width: auto;
    height: auto;
    text-align: center;
}
.pricing-table-headline-main-column {
    text-align: left !important;
}
.pricing-table-headline {
    background-color: #424242 !important;
}
.pricing-table-main-column {
    background-color: #333 !important;
    text-align: left !important;
}

/* 4.5 Photo Page Content */

#photo-page-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/* padding: 125px 0px 3rem; */
	color: #333;
}
.photo-container {
	position: relative;
	float: left;
	width: 100%;
	/* display:table; */
	padding: 125px 0px 8rem;
	height:
	inherit;
	background-color: #222;
}
.photo-container-inner {
	position: relative;
	width: 2000px;
	height: auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.photo-image {
	position: relative;
	float: left;
	width: 1200px;
	margin-right: 70px;
	/* display: table-cell; */
	vertical-align:
	middle;
}
.photo-image img {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.full-screen-button {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 1rem;
	color: #ca0c2e;
}
.photo-options-container {
	position: relative;
	display: block;
	float: left;
	width: 720px;
	/* display: table-cell; */
	/* vertical-align:
	middle; */
	font-weight: 400;
	/* margin: 6rem 0px 2rem; */
}
.photo-image-vertical {
	width: 800px;
}
.photo-image-pano {
	width: 100%;
	margin-right: 0px;
}
.photo-options-container-vertical {
	width: 1050px;
}
.photo-options-container-pano {
	width: 1800px;
	margin: 2rem 100px 0rem;
	padding-top: 3rem;
}
.photo-container h1, .photo-container p {
	color: #FFF;
	font-size: 4rem;
}
.photo-container h1 {
	color: #FFF;
	font-size: 4rem;
	padding-bottom: 0px;
}
.location-header {
	text-transform: none;
	padding: 2rem 0px;
}
.photo-container h2 {
	color: #EEE;
	letter-spacing: .2rem;
	font-size: 2rem;
	/* padding-bottom: 1rem; */
	padding-top: 1rem;
}

.photo-content-container-holder {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/* margin-right: 10%; */
	height: auto;
}
.photo-content-container-holder-pano {
	position: relative;
    display: block;
    float: left;
    width: 1000px;
    margin-right: 150px;
    height: auto;
}
.photo-options-container-holder {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.photo-options-container-holder-pano {
	position: relative;
    display: block;
    float: left;
    width: 650px;
    height: auto;
}
.photo-content-container-holder h1 {
	letter-spacing: 2px;
	font-size: 40px;
	font-size: 4rem;
	line-height: 4rem;
	padding-bottom: .6rem;
	color: #FFF;
	text-transform: none;
}
.photo-content-container-holder-subheader {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #999;
	font-size: 20px;
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding-bottom: 1rem;
	font-weight: 400;
}
.photo-content-container-holder-subheadline {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	line-height: 2rem;
	padding-top: 3rem;
	padding-bottom: 1rem;
	font-weight: 400;
}
.photo-content-container-holder p, .photo-options-container-holder p {
	color: #999;
	font-size: 16px;
	font-size: 1.4rem;
	line-height: 1.6rem;
}

.photo-content-container-holder a, .photo-options-container-holder a {
	text-decoration: underline;
    color: #FFF;
}

.product-selectors {
	position: relative;
    display: block;
    float: left;
    width: 100%;
}
.product-selectors hr {
	background-color: #bbb;
    position: relative;
    display: block;
    float: left;
    border: 0;
    width: 100%;
    height: 1px;
    margin: 1.4rem 0px;
}

.product-selectors-subheader {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 1rem;
}
.product-selectors-subheader-size {
	margin-bottom: 0px;
}
.product-selectors-title {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	text-align: left;
}
.product-selectors-right {
	position: relative;
	display: block;
	float: right;
	width: 50%;
	color: #FFF;
	text-align: right;
}
.product-selectors-size {
	position: relative;
	display: block;
	float: left;
	/* width: auto; */
	width: auto;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-align: left;
	margin-bottom: 0px;
	vertical-align: middle;
	margin-right: 1rem;
}

.selection-container {
	position: relative;
	display: block;
	float: left;
	min-width: 120px;
	width: 100%;
	margin: 0px 0px 1rem;
	height: auto;
}
.selection-container-cart {
	width: 100%;
}
.product-container {
	position: relative;
    display: block;
    float: left;
    width: 100%;
}
.hidden-selector {
	display: none !important;
}
.cart-button-container {
	position: relative;
	display: block;
	float: left;
	/* width: 45%; */
	/* margin-right:5%; */
}
.price-container {
	position: relative;
	display: block;
	float: right;
	width: 50%;
	text-align: right;
	color: #FFF;
	font-weight: 600;
	line-height: 42px;
	padding: 0px;
	font-size: 20px;
	font-size: 2rem;
}

.photo-options-container-holder select {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 14px!important;
    font-size: 1.4rem!important;
    color: #FFF;
    border: none;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px 30px 0px 1.4rem;
    margin: 0px;
    height: 40px;
    line-height: 40px;
    background: url(https://www.mickeyshannon.com/images/select-arrow.png) no-repeat right #424242;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 400;
}
.product-selectors-subheader select {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 14px!important;
	font-size: 1.4rem!important;
	color: #FFF;
	border: none;
	border-radius: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0px 30px 0px 1.4rem;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	background: url(https://www.mickeyshannon.com/images/select-arrow.png) no-repeat right #424242;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 400;
}

.edition-subheader {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #c30c2c;
	padding-bottom:1rem;
}
.photo-button {
	position: relative;
	display: block;
	float: left;
	color: #FFF;
	width: 48%;
	height: auto;
	padding: 0.8rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.6rem;
}
.photo-button-red {
	margin-right: 2%;
	background-color: #ca0c2e;
}
.photo-button-clear {
	margin-left: 2%;
	border: 1px solid #DDD;
	color: #ca0c2e;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.photo-button-clear:hover {
	color: #FFF;
	background-color: #ca0c2e;
}

.photo-container-inner-pano {
	display:block;
}

.print-options-header {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	padding-bottom:1rem;
}
.print-options-note { color: #666; font-weight: 16px; font-weight: 1.6rem; }

/* sizing blocks */
.product-selectors ul {
	list-style-type: none;
	padding-left: 0px;
}

.product-selectors li {
	display: inline-block;
}

.product-selectors input[type="radio"][id^="size"] {
	display: none;
}

.product-selectors label {
	position: relative;
	display: block;
	float:left;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	border: 2px solid transparent;
	/* background-color: #f9f9f9; */
	color: #666;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	width:auto;
	height:auto;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product-selectors label::before {
  background-color: #666;
  color: #FFF;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.size-container label {position: relative;display: block;float: left;width: auto;font-size: 14px !important;font-size: 1.4rem !important;color: #FFF;border: 1px solid #424242;-webkit-appearance: none;-moz-appearance: none;padding: 0px 1.4rem;margin: 5px;height: 40px;line-height: 40px;background-color: #424242;vertical-align: middle;font-weight: 400;}

.product-selectors input, .product-selectors label {
	font-size: 14px;
	font-size: 1.4rem;
}
.product-selectors input:hover {
	background-color: #FFF;
	color: #926911;
	border: 1px solid #FFF;
}
.input-hidden {
  position: absolute;
  left: -9999px;
}
input[type=radio]:checked + label>img {
  border: 2px solid #fff;
  /* box-shadow: 0 0 3px 3px #CCC; */
}
.print-style-choices :checked+label {
    background-color: #ca0c2e;
}
.photo-description {
	position: relative;
	display: block;
	float: left;
	width: 1100px;
	margin-right: 100px;
	/* padding: 3rem 0px; */
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	/* line-height: 2.4rem; */
	font-weight: 400;
}
.photo-description-container-inner {
	position: relative;
	display: block;
	/* float: left; */
	margin: 5rem auto;
	width: 1800px;
	height: auto;
}
.photo-description-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 3rem 0px;
	/* margin: 0 auto; */
	/* background-color: #121212; */
	/* margin-right: 70px; */
}
.photo-description h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #926911;
	text-transform: none;
	line-height: 3.2rem;
	font-size: 3.2rem;
}
.photo-details {
	position: relative;
	display: block;
	float: left;
	width: 600px;
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}
.photo-details h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #926911;
	font-size: 20px;
	font-size: 2rem;
	line-height: 2rem;
	/* text-transform: uppercase; */
	/* letter-spacing: 0px; */
	padding-bottom: 1rem;
}
.photo-details p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height:2rem;
}

#related-galleries-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-color: #1b1e20;
}
.related-galleries-inner-container {
	position: relative;
	display: block;
	width: 1800px;
	margin: 0 auto;
}
.related-galleries-holder {
	
}
.related-galleries-section-block { }
.related-galleries-section-block-inner {position: relative;display: block;float: left;width: 100%;}
.related-gallery-title-wrapper {
	position: relative;
	display: block;
	float: left;
	width: 1200px;
	margin: 6rem 300px 2rem;
}
.related-gallery-title-wrapper h2 {
	font-size: 40px;
	font-size: 4rem;
	line-height: 4rem;
	padding-bottom: 2rem;
	font-weight: 400;
	color: #926911;
	text-transform: none;
}
.related-gallery-title-wrapper p {
	margin-bottom: 2rem;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.8rem;
	font-weight: 400;
	color: #DEDEDE;
}
.related-galleries-section-block-galleries {position: relative;display: block;float: left;width: 100%;}
.related-galleries-section-block-galleries figure {position: relative;display: block;float: left;width: 400px;height: auto;margin: 0px 10px 40px;padding: 20px 0px;background-color: #000;}
.related-galleries-section-block-galleries picture {position: relative;display: block;float: left;width: 400px;height: 350px;}
.related-galleries-section-block-galleries figcaption {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    line-height: 2.8rem;
    min-height: 10.4rem;
    font-size: 1.4rem;
    /* text-transform: uppercase; */
    text-align: center;
    color: #000;
    margin: 1rem 0px;
    color: #FFF;
    font-size: 2rem;
    }
.related-galleries-section-block-galleries figcaption span { color: #CCC; font-size: 1.6rem; margin: 1rem 0px; }
.related-galleries-section-block-galleries img {position: absolute;display: block;float: left;max-width: 360px;max-height: 100%;width: auto;height: auto;top: 50%;left: 50%;transform: translate(-50%, -50%);}



/* Prints & Frames section */

.photo-print-styles-container, .frame-styles-slider-holder {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	/* margin-bottom: 5rem; */
	background-color: #f9f7f2;
}
.photo-print-styles-container-inner {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 70px 0px 50px;
}
.print-styles {
	position: relative;
	display: block;
	/* float: left; */
	width: 1400px;
	text-align: left;
	height: auto;
	/* padding: 50px 75px; */
	margin: 0 auto;
}
.print-styles h2 {color: #926911;}
.print-styles p {color: #333;}
.print-styles-inner {
	position: relative;
	display: block;
	float: left;
	text-align: left;
	color: #FFF;
	font-weight: 400;
	font-size: 1.6rem;
	margin: 0px;
}
.print-styles-slider, .frame-styles-slider {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	/* background-color: #000; */
	/* color: #FFF; */
	padding-bottom: 20px;
}
.print-styles-slider-inner, .frame-styles-slider-inner {
	position: relative;
	display: block;
	/* float: left; */
	width: 100%;
	margin: 0 auto;
	max-width: 1620px;
	height: auto;
	/* background-color: #000; */
	color: #FFF;
}
.print-styles-slider-inner-row {
	display: flex; /* Makes the children flex items, automatically equalizing their height */
	width: 100%;
	gap: 20px; /* Optional: Adds space between the columns */
	margin: 0px 0px 20px;
}
.print-style-selector, .frame-style-selector {
	position: absolute;
	display: block;
	left: 75px;
	top: 0px;
	z-index: 10;
}
.print-style-selector ul, .frame-style-selector ul {
	float: left;
	font-family: 'Roboto', Tahoma, sans-serif;
	font-size: 14px;
	font-size: 1.5rem;
	line-height: 1.6rem;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 0;
	list-style: none;
	list-style-position: unset;
	margin-left: 0;
	/* margin-top: 1.8rem; */
	padding: 0px;
}
.print-style-selector li, .frame-style-selector li {
	float: left;
	margin-right: 25px;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
	position: relative;
	display: block;
	padding-top: 5px;
}
.print-style-selector a, .frame-style-selector a {
	color: #FFF;
}
.print-style-selector-current, .frame-style-selector-current {
	border-bottom: 2px #FFF solid !important;
}
.print-style-container, .frame-style-container {
	position: relative;
	display: block;
	float: left;
	width: 800px;
	/* min-height: 80vh; */
	/* margin: 25px; */
	/* padding-top: 75px; */
	/* overflow: hidden; */
	background-color: #000;
	z-index: 1;
}
.print-style-container-inner, .frame-style-container-inner {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    /* right: 0px; */
    /* top: 0px; */
    background-color: #000;
    overflow: hidden;
}
.print-style-container-image, .frame-style-container-image {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	z-index: 1;
}
.print-style-container-image img, .frame-style-container-image img {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
.print-style-container-copy, .frame-style-container-copy {
	position: relative;
	display: block;
	float: left;
	padding: 30px;
	z-index: 2;
}
.print-style-container-copy h3, .frame-style-container-copy h3 {
	position: relative;
	display: block;
	float: left;
	color: #FFF;
	font-size: 3rem;
	line-height: 3rem;
}
.print-style-container-copy p, .frame-style-container-copy p {
	position: relative;
	display: block;
	float: left;
	color: #CCC;
	line-height: 2.5rem;
}

/* Cart Bar */
#cart-bar-scroll {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	min-height: 75px;
	z-index: 1000;
}
.cart-bar-scroll-link:hover {
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
}

.cart-bar-hide {
	display: none;
}
.cart-bar-show {
	display: block;
}
.cart-bar-scroll-link {
	position: relative;
	display: block;
	float: left;
	background-color: #926911;
	color: #FFF;
	width: auto;
	min-width: 125px;
	height: 45px;
	line-height: 45px;
	padding: 0rem 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.6rem;
	border: none;
	-webkit-transition: color .3s, all .3s;
	-moz-transition: color .3s, all .3s;
	-o-transition: color .3s, all .3s;
	transition: color .3s, all .3s;
	border: 1px solid #926911;
	border-radius: 25px;
}
.cart-bar-scroll-inner {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	min-height: 75px;
	background-color: #FFF;
	-webkit-transition: color .3s, all .3s;
	-moz-transition: color .3s, all .3s;
	-o-transition: color .3s, all .3s;
	transition: color .3s, all .3s;
}
.cart-bar-scroll-title {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 0px 125px 0px 25px;
	font-size: 24px;
	font-size: 2rem;
	line-height: 75px;
	height: auto;
	box-shadow: 0 0 25px 0 rgba(71, 71, 71, .5);
}
.cart-bar-scroll-button {
	position: absolute;
	display: block;
	right: 0px;
	bottom: 15px;
	width: 150px;
	height: auto;
}

/* Collection at bottom of photo page */
#related-galleries {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    margin: 0px;
    background-color: #000;
}
.related-galleries-inner {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.related-galleries-image {
	opacity: 0.3;
}
.related-galleries-inner img {
	/* position: relative; */
	/* display: block; */
	/* float: left; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.related-galleries-text-inner {
	position: absolute;
	width: 800px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.related-galleries-text-inner h2 {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #FFF;
	letter-spacing: 1px;
	/* line-height: 3rem; */
	/* font-size: 40px; */
	/* font-size: 3.4rem; */
	padding-bottom: 2rem;
	text-align: center;
	font-weight: 400;
}
.related-galleries-text-inner p {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	color: #DDD;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 400;
	text-align: center;
}
.related-galleries-text-inner a {
	text-decoration: underline;
	color: #FFF;
	font-size: 2rem;
}

/* 4.4 Workshop Content */

.workshop-top-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-color: #f3f3f1;
}
.workshop-top-inner {
	position: relative;
	display: block;
	width: 1980px;
	margin: 0 auto;
}
.workshop-top-inner-content {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin: 100px 0px;
}
.workshop-top-copy {
	position: relative;
	display: block;
	float: left;
	width: 1280px;
	padding: 50px 180px 0px 0px;
}
.workshop-top-rsvp {
	position: relative;
	display: block;
	float: left;
	width: 700px;
	padding: 50px;
	background-color: #FFF;
}
.content-mini-block-holder {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.content-mini-block {
	position: relative;
	display: block;
	width: 1300px;
	margin: 0 auto;
}
.content-mini-block-inner {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background-color: #EFEFEF;
	margin: 50px 0px;
}
.content-mini-block-copy {
	position: relative;
	display: block;
	float: left;
	width: 750px;
	margin: 50px 100px 50px 50px;
}
.content-mini-block-image {
	position: relative;
	display: block;
	float: left;
	width: 400px;
	height: auto;
}
.content-mini-block-image img {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.cart-checkbox-white {
	position: relative;
	display: inline-block;
	float: left;
	color: #000;
	width: 1.6rem;
	height: 1.6rem;
	-webkit-appearance: checkbox;
	-moz-appearance: none;
	border: .1rem solid #000;
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	visibility: visible;
}
.cart-checkboxarea {
	position: relative;
	display: block;
	float: left;
	background-color: #f3f3f1;
	width: 100%;
	border: 1px solid #f3f3f1;
	border-radius: 7px;
	padding: 1.4rem;
	margin: 1rem 0px;
}
.cart-checkbox {
	position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
}
.cart-checkboxarea label {
	position: relative;
	display: block;
	float: left;
	padding-left: 1rem;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.6rem;
	width: calc(100% - 1.6rem);
}
.product-selector-white {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.workshop-top-rsvp select {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    color: #000;
    border: 1px solid #999;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px 30px 0px 1.4rem;
    margin: 0px 5% 1rem 0px;
    height: 40px;
    line-height: 40px;
    background: url(https://www.mickeyshannon.com/images/select-arrow.png) no-repeat right #FFF;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 400;
}

.workshop-photo-gallery {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	height: auto;
}
.workshop-photography-gallery-inner {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	height: auto;
}
.workshop-photography-gallery-image {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;	
	height: auto;
}
.workshop-photography-gallery-image picture {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	height: auto;
}
.workshop-photography-gallery-image img {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	height: auto;
}
.workshop-details-overview {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 5rem 0px;
}
.workshop-details-overview-inner {
    position: relative;
    display: block;
    width: 900px;
    height: auto;
    margin: 0 auto;
}
.workshop-details-header {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding-left: 25px;
}
.workshop-details-header h2 {
}
.workshop-details-overview-block {
    position: relative;
    display: block;
    float: left;
    width: 300px;
    height: auto;
    padding: 15px 25px;
}
.workshop-details-overview-block h3 {
	font-weight: 600;
	padding-bottom: 0rem;
}
.workshop-details-overview-block p {
	
}
.workshop-details-overview-block-two {
	clear: none;
}
.workshop-details-overview-block-three {
	clear: both;
}

.terms-conditions {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	height: auto;
	background-color: #FFF;
	color: #000;
}
.terms-conditions-inner {
    position: relative;
    display: block;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
.terms-conditions-inner-content {
    position: relative;
    display: block;
    float: left;
    width: 100%;
	height: auto;
	margin: 150px 0px;
}

/**
 * 4.5 Products
 * -----------------------------------------------------------------------------
 */

#product-page {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 100px 0px;
}
.product-page-gallery {
    background-color: #FFF;
}
.product-page-thumbnails {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1350px;
}
.product-page-header {
    position: relative;
    display: block;
    float: left;
    width: 1200px;
    margin: 0px 75px;
}
.product-page-thumbnail {
    position: relative;
    display: block;
    float: left;
    margin: 50px 25px;
    width: 400px;
}
.product-page-thumbnail-right {
    position: relative;
    display: block;
    float: left;
    width: 400px;
    /* margin-left: 50px; */
    padding: 25px 0px;
}
#product-page h3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    font-size: 2rem;
	color: #FFF;
}
#product-page p, #product-page ul, #product-page li {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #EEE;
}
.product-subtext {
    text-transform: uppercase;
    color: #EEE;
    font-weight: 600;
    font-size: 1.4rem !important;
}
.learn-more-button {
    position: relative;
    display: block;
    float: left;
    color: #333;
    width: auto;
    height: 42px;
    line-height: 40px;
    padding: 0rem 1.6rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    border: 1px solid #CCC;
    background: linear-gradient(#FFF, #FFF 50%, #c30c2c 50%, #c30c2c);
    background-size: 100% 200%;
    -webkit-transition: background 300ms, border 300ms, color 300ms;
    -moz-transition: background 300ms, border 300ms, color 300ms;
    -o-transition: background 300ms, border 300ms, color 300ms;
    -ms-transition: background 300ms, border 300ms, color 300ms;
    transition: background 300ms, border 300ms, color 300ms;
}
.second-button {
    margin-left: 10px;
}


/**
 * 6.0 Footer
 * -----------------------------------------------------------------------------
 */

.footer-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-color: #000;
	padding: 3rem 0px;
	color: #FFF;
	border-top: #926911 solid 4px;
}
.footer-inner-container {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
	padding: 3rem 0px;
	font-size: 2.4rem;
	text-align: center;
}
.footer-title {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
}
.footer-navigation {
	list-style: none;
}
.footer-navigation li {
	display: inline;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin: 0px 1rem;
	font-weight: 400;
}
.footer-navigation li a { color:#FFF; }
.footer-about {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #CCC;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
}
.footer-copyright {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #CCC;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.footer-social-bar a {color: #FFF;display: inline-block;width: 25px;height: 25px;margin: 0px 1rem;}

.fab {
	position: relative;
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	text-indent: -5000px;
	/* background-origin: unset; */
}
.fa-facebook {
	background-position: top 0px right 75px;
}
.fa-instagram {
	background-position: top 0px right 100px;
}
.fa-youtube {
	background-position: top 0px right 175px;
}
.fa-pinterest {
	background-position: top 0px right 150px;
}
.fa-twitter {
	background-position: top 0px right 125px;
}
.fa-vimeo {
	background-position: top 0px right 225px;
}
.fa-linkedin {
	background-position: top 0px right 200px;
}

/**
 * 20.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@media screen and (max-width:2050px) {
	
	/* Photo Page */
	.photo-container-inner {
		width:1620px;
	}
	.photo-image { width: 800px; margin-right: 70px; }
	.photo-options-container {
		width: 750px;
	}
	.photo-description-container-inner {
		width: 1640px;
	}
	.photo-description {
		width: 990px;
	}
	.photo-details {
		width: 550px;
	}
	.highlights-container-holder {
		max-width:1600px;
	}	
	.photo-image-pano { width: 100%; }
	.photo-options-container-pano {
		width: 100%;
		margin: 2rem 0px 0rem;
		padding-top: 3rem;
	}
	.photo-content-container-holder-pano {
		width: 45%;
		margin-right: 5%;
	}
	.photo-options-container-holder-pano {
		width: 50%;
	}
	/* End Photo Page */

}


@media screen and (max-width: 2020px) {
	/* Galleries Styles */
	.galleries-inner-container {
    	position: relative;
    	display: block;
    	width: 1360px;
    	padding: 0px 0px 20px 20px;
 }
	#galleries {
		width: 1320px;
		margin: 0px;
	}
	.galleries-section-gallery {
    	/* margin: 0px 30px 40px 0px; */
 }
	.galleries-section-gallery-image-holder {
    	/*margin-right: 20px;*/
	}
	.gallery-title-wrapper {
    	position: relative;
    	display: block;
    	float: left;
    	width: 1100px;
    	margin: 5rem 110px;
 }
	.galleries-section-gallery-three {
		clear: none;
	}
	.galleries-section-gallery-two {
		clear: both;
	}
	/* End Galleries Styles */
}


@media screen and (max-width:2000px) {
	.homepage-galleries-inner-container {
		width: 1320px;
	}
	.homepage-gallery-title-wrapper {
		width: 970px;
		margin-right: 70px;
	}
	.homepage-gallery-title-wrapper-button-holder {
		width: 220px;
	}
	
	.video-block-content {
		width: 1300px;
		margin-left: -650px;
	}
	.video-block-inner {
		width: 1225px;
	}
	
	/* Workshops */
	.workshop-top-inner {
		width: 1550px;
	}
	.workshop-top-copy {
		width: 1000px;
		padding: 50px 100px 0px 0px;
	}
	.workshop-top-rsvp {
		width: 500px;
	}
	/* End Workshops */
	
	/* Photo Pages */
	.print-styles {
    	position: relative;
    	display: block;
    	float: left;
    	width: 100%;
    	padding: 0px 5%;
 }
	/* End Photo Pages */
}

@media screen and (max-width:1800px) {
	.related-galleries-inner-container {width: 1260px;}
	.related-galleries-section-gallery-three { clear: both; }
	.related-gallery-title-wrapper {margin: 6rem 0px 2rem;}
	.related-galleries-section-block-galleries {float: none;width: 1260px;margin: 0 auto;}
}

@media screen and (max-width:1650px) {
	/* Photo Page */
	.print-style-container, .frame-style-container {
		
	}
	.print-styles-slider-inner-row {padding: 0px 25px;}
}

@media screen and (max-width:1600px) {
	/* Photo Page */
	.photo-container {
		padding: 120px 0px 5rem;
	}
	.photo-container-inner {
		max-width:1220px;
		display: block;
		align-items: unset;
		justify-content: unset;
	}
	.photo-image { width: 100%; margin-right: 0px; }
	.photo-options-container {
		width: 100%;
		margin: 6rem 0px 2rem;
	}
	.photo-description-container-inner {
		width:1220px;
	}
	.photo-description {
		width:780px;
		margin-right: 40px;
	}
	.photo-details {
		width:400px;
	}
	.photo-content-container-holder {
		position: relative;
    	display: block;
    	float: left;
    	width: 50%;
    	margin-right: 5%;
    	height: auto;
	}
	
	.highlights-container-holder {
		max-width:1200px;
		width: 100%;
		margin: 0px;
		display: block;
		float: left;
	}
	.highlights-container-inner {
	max-width: 1200px;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	float: unset;
	}
	.highlights-container-image {
	width: 100%;
	display: block;
	top: unset;
	right: unset;
	vertical-align: unset;
	}
	.highlights-container-copy {
		width: 100%;
		margin: 0px;
		padding: 50px;
	}
	.highlights-container-copy-inner {
		width: 100%;
		padding: 0px;
	}

	
	.print-styles-slider, .frame-styles-slider {
		width: 100%;
	}
	.print-style-container-image {
		position: relative;
		display: block;
		float: left;
		width: 100%;
	}
	.print-style-container-image img {
		position: relative;
		display: block;
		float: right;
		max-width: 100%;
	}
	.print-style-container-copy, .frame-style-container-copy {
		position: relative;
		float: left;
		max-width: 100%;
		padding: 50px 75px 75px 75px;
		margin-top: -150px;
	}
	.print-style-container, .frame-style-container {
		padding: 0px;
		display: block;
		min-height: auto;
	}
	.print-style-selector, .frame-style-selector {
		top: 0px;
	}
	/* End Photo Page */

	/* Workshop Start */
	.workshop-top-inner {
		width: 1000px;
	}
	.workshop-top-copy {
		width: 650px;
		padding: 25px 50px 0px 0px;
	}
	.workshop-top-rsvp {
        width: 300px;
        padding: 25px;
    }
	/* Workshop End */
	
}

@media screen and (max-width:1380px) {
	
	.galleries-section-gallery {
		width: 415px;
		margin: 0px 10px 30px 10px;
	}
	
	/* Galleries Styles */
	.galleries-inner-container {
    	position: relative;
    	display: block;
    	width: 870px;
    	padding: 20px 0px;
 }
	#galleries {
		width: 870px;
		margin: 0px;
	}
	.galleries-section-gallery-image-holder {
    	width: 415px;
    	height: 325px;
 }
	.gallery-title-wrapper {
    	position: relative;
    	display: block;
    	float: left;
    	width: 850px;
    	margin: 3rem 10px;
 }
	.galleries-section-gallery-image-holder img {
		max-width: 375px;
	}
	.galleries-section-gallery figcaption, .related-galleries-section-gallery figcaption {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	/* End Galleries Styles */
	
	/* Content Styles */
	.content-info-block-inner {
		width: 90%;
		margin: 0px 5%;
	}
	.content-info-block-copy {
		width: 100%;
		margin: 25px 0px 0px;
	}
	.content-info-block-image {
		width: 100%;
	}
	.content-info-block-inner-alt .content-info-block-copy {
		width: 100%;
		margin: 25px 0px 0px;
	}
	.content-info-block-inner-alt .content-info-block-image {
		width: 100%;
	}
	/* End Content Styles */
}


@media screen and (max-width:1320px) {
    .homepage-galleries-inner-container {
        width: 720px;
    }
	.homepage-galleries-top-content { padding: 0px 20px; }
	.homepage-gallery-title-wrapper {
		width: 100%;
		margin-right:0px;
	}
	.homepage-gallery-title-wrapper-button-holder {
		width: 100%;
	}
	.gold-button { float: left;}
	.homepage-galleries-section-gallery { margin: 20px; }

	.video-block-content {
		width: 90%;
		left: 5%;
		margin: 0px;
	}
	.video-block-inner {
		width: auto;
		width: calc(100% - 75px);
	}
	
	/* Workshop Start */
	.content-mini-block {
		width: 100%;
	}
	.content-mini-block-copy {
		width: 50%;
		margin: 5%;
	}
	.content-mini-block-image {
		width: 40%;
	}
	/* End Workshop */
}

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

	.sub-hero-copy{
		padding-left:5%;
		width:90%;
	}
	.sub-hero-copy::before {
    	width: 4%;
	}
	.hero-content {
		padding-left:5%;
		width:90%;
	}
	.hero-content::before {
    	width: 4%;
	}
	.hero-featured-image {padding-right: 5vw;}
	.hero-featured-image::after {width: 4vw;}
	.slider-controls-navigation {right: 5%;}
}

@media screen and (max-width:1250px) {
	/* Photo Page */
	.print-styles-slider, .frame-styles-slider {
		width:100%;
	}
	.print-style-container-image {
		position: relative;
		display: block;
		float: left;
		width: 100%;
	}
	.print-style-container-image img {
		position: relative;
		display: block;
		float: right;
		max-width: 100%;
		height: auto;
	}
	.print-style-container-copy, .frame-style-container-copy {
		max-width: 100%;
		padding: 50px 50px 75px 50px;
		margin-top: -75px;
	}
	.print-style-container, .frame-style-container {
		padding: 0px;
		display: block;
	}
	.print-style-selector, .frame-style-selector {
		top: 0px;
	}

	.photo-container-inner {
		width:100%;
		/* padding: 0px 50px; */
	}
	.photo-image {
		width: 100%;
		padding: 0px 25px;
	}
	.photo-options-container {
		width: 100%;
		padding: 0px 25px;
		margin: 2rem 0px;
	}
	.photo-content-container-holder {
		width: 100%;
		padding: 0px;
	}
	.photo-options-container-holder {
		width: 100%;
		padding-top: 2rem;
	}
	.photo-description-container {
		width: 100%;
		padding: 0px 25px;
	}
	.photo-description-container-inner {
		width: 100%;
		margin: 3rem 0px;
	}
	.photo-description {
		width: 100%;
		margin: 0 0 2rem 0;
	}
	.photo-details {
		width: 100%;
	}
	.photo-print-styles-container-inner {
		width: 100%;
		padding: 0px;
	}
	.print-styles-slider {
		width: 100%;
	}
	.print-styles {
		padding: 50px 25px;
	}
	.print-styles p {
		line-height: 2.5rem;
	}
	
	.print-styles-inner {
		text-align: left;
	}
	/* End Photo Page */
	
	/* Content Pages */
	.content-page-highlights-inner {
		width: 100%;
	}
	.content-page-single-image img {
    	width: 100%;
    	height: auto;
	}
	.content-page-highlights-inner-content {
		padding: 1rem 5%;
	}
	.content-page-highlights-inner,.content-page-highlights-inner-heading {
		padding: 1rem 5%;
	}
	.content-page-highlights-heading {
		padding: 4rem 0px 1rem;
	}
	.content-page-single-image figcaption {
		margin: 1rem 5%;
		width: 90%;
	}
	.content-page-highlights-columns {
		padding: 0px 5%;
		max-width: none;
	}
	.content-page-highlights-column { width:100%; padding: 0px; }
	
	.content-page-highlight {
	width: 100%;
	padding: 0px;
	}
	.content-page-highlight h3 {
		max-width: 1000px;
	}
	.content-page-highlight p {
		max-width: 1000px;
		margin: 0px;
	}
	
	/* Header areas across site */
	.gallery-slides {
		height: 80vh;
	}
	.gallery-page-header {
		max-height: 80vh;
		height: 80vh;
	}
	.hero-background {
		opacity: 0.7;
	}
	
	/* Photo Pages */
	
	.print-style-container-copy h3, .frame-style-container-copy h3 {
    	font-size: 2rem;
    	line-height: 2rem;
	}
	.print-style-container-copy p, .frame-style-container-copy p {
    	line-height: 2.5rem;
	}
	
}

@media screen and (max-width:1260px) {
	.related-gallery-title-wrapper { width: 840px; }
	.related-galleries-inner-container {width: 840px;}
	.related-galleries-section-gallery-two { clear: both; }
	.related-galleries-section-gallery-three { clear: none; }
	.related-gallery-title-wrapper {margin: 6rem 0px 2rem;}
	.related-galleries-section-block-galleries {float: none;width: 840px;margin: 0 auto;}
	.related-gallery-title-wrapper h2 { font-size: 3rem; }
}

	
@media screen and (max-width:1150px) {
	/* Navigation Styles */
    .navigation-mobile-icon-holder {
        display: block;
        position: fixed;
        right: 25px;
    }
    .navbar-menu {
        display: none;
        position: fixed;
        z-index: 1999;
        width: 100%;
        /* box-shadow: 0 15px 35px rgba(0, 0, 0, .1); */
        background: #131214;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
        list-style: none;
        list-style-position: unset;
        margin-top: 0px;
        padding-top: 200px;
        /* border-top: 65px solid #CCC; */
        padding-left: 0;
        min-height: 100%;
    }
    .navbar-menu-open {
        padding-top: 80px
    }
    .navbar-menu li {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin: 0px;
        padding: 0px 25px;
        vertical-align: middle;
        background-color: #232324;
        border-top: 1px solid #131214;
        border-bottom: 2px solid #131214;
        /* border-top: 1px solid rgba(0, 0, 0, .2); */
    }
    .navbar-menu ul {
        display: none;
    }
    .navbar-menu>li>a {
        text-align: left;
        color: #FFF;
        margin: 0px;
        padding: 15px 0px;
        /* border-top: 2px solid #222; */
    }
    .navbar {
        margin: 0;
        /* position: absolute; */
        height: 90px;
        /* min-height: 100vh; */
        /* background-color: #FFF; */
        /* border: 0px; */
        padding: 0px;
    }
    .navbar .brand {
        margin-top: 20px;
        position: absolute;
        /* float: unset; */
        /* left: 50%; */
        /* margin-left: -105px; */
        /* filter: invert(1); */
    }
    .navbar .mobile-brand {
        display: block;
        /* filter: invert(1); */
        /* left: 50%; */
        /* margin-left: -110px; */
    }
	.navigation-search-icon {
		right: 75px;
		top: 25px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.navigation-search-icon {
		display: none;
	}
	.navigation-search-container-inner {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.navigation-search-container {
		top: 100px;
		width: 80%;
		width: calc(100% - 40px);
		margin-left: 10%;
		margin-left: 20px;
		height: 50px;
		z-index: 2000;
		position: fixed;
		/* border-top: 1px solid #666; */
		/* border-bottom: 1px solid #666; */
		background-color: #131214;
	}
	.navigation-search-container-mobile {
		display: block;
	}
	.image-search-form {
		width: 100%;
	}
	.search-terms {width: 100%;background-color: #131214;color: #FFF;border: 0px;border-bottom: 1px solid #666;height: 50px;font-size: 1.6rem;text-align: left;line-height: 50px;padding: 0px 0px 0px 25px;}
	.search-field-submit-holder {
    	margin: 0px;
    	position: absolute;
    	max-width: 50px;
    	width: 50px;
    	height: 50px;
    	/* width:100%; */
    	top: 0px;
    	right: 0px;
   }
	.search-field-submit-holder .fa-search {display: block;position: absolute;width: 20px;height: 20px;color: #FFF;line-height: 50px;text-indent: 0px;top: 15px;left: 15px;}
	.open-search-container {
		top: 0px;
	}
	.search-field-holder {
		position: relative;
		display: block;
		float: left;
		width: 90%;
		width: calc(100% - 75px);
	}
	.search-field-submit {
		background: none;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		margin-left: 0px;
	}
	.navigation-search-icon span {
    	display: none;
	}
	.navigation-cart-button {
		/* display:none; */
		/* position: fixed; */
		/* width: auto; */
		/* padding: 0 1.4rem; */
		top: 25px;
		right: 75px;
		/* width: 40px; */
		/* height: 36px; */
		/* line-height: 36px; */
		z-index: 2000;
		padding: 0px;
		/* text-indent: -9999px; */
		text-align: right;
		/* vertical-align: middle; */
		background-color: unset;
		color: #FFF;
	}
	.navigation-cart-icon-svg {
		position: absolute;
		display: block;
		top: 8px;
		left: 11px;
	}
	.navigation-icon-stroke {
		stroke: #FFF!important;
	}


	
	.navigation-cart-button .fas {
		/* background-position: top 0px right 100px; */
		position: absolute;
		display: block;
		color: #926911;
		background-color: #FFF;
		/* background-image: url(/images/icons.png); */
		/* background-size: 275px 25px; */
		/* overflow: hidden; */
		font-size: 2rem;
		top: 0px;
		left: 0px;
		width: 40px;
		height: 36px;
		text-indent: 0px;
		line-height: 36px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.navigation-cart-button:hover .fas {
		background-color: #926911;
		color: #FFF;
	}
	.navigation-cart-button:hover .shopping-cart-items-icon {
		background-position: top 0px left 150px;
	}
	/*.navigation-cart-button[data-count]:after{
		position: absolute;
		right: -5px;
		top: -8px;
		width: 10px;
		height: 10px;
		content: attr(data-count);
		font-size: 1.2rem;
		padding: .4rem;
		border-radius: 999px;
		line-height: 10px;
		color: #a23232;
		text-align: center;
		font-weight: bold;
		background: #FFF;
		text-indent: 0px;
		border: 1px solid #a23232;
	}*/

	.mobile-cart-menu { display: block; }
	.fa-search, .fa-window-close {
    	margin: 0px;
    	text-align: center;
    	top: 12px;
    	right: 12px;
    	vertical-align: middle;
    	line-height: 36px;
 }

	#backToTop {
		position: fixed;
    	display: block;
    	color: #FFF;
    	background-color: #a23232;
    	font-size: 1.6rem;
    	bottom: 25px;
    	right: 25px;
    	width: 40px;
    	height: 36px;
    	line-height: 36px;
		text-align: center;
		vertical-align: middle;
    	border: 0px;
    	z-index: 2000;
    	-webkit-transition: all 0.3s ease-out;
    	-moz-transition: all 0.3s ease-out;
    	-o-transition: all 0.3s ease-out;
    	transition: all 0.3s ease-out;
		opacity: 0;
	}
	#backToTop:hover {
    	color: #a23232;
    	background-color: #FFF;
	}

	/* End Navigation Styles */

	/* Content Styles */
	.content-question { width: 1050px; padding: 4rem 25px; }
	/* End Content Styles */

	/* Cart Shopping Styles */
	.cart-wrapper-inner { width: 1000px; }
	.shopping-cart-checkout-holder { width: 325px; }
	/* End Cart Shopping Styles */
	
	/* Breadcrumbs Bar */
	#breadcrumbs-bar {
		padding: 1rem 0px;
		font-size: 1.4rem;
	}

	#breadcrumbs-bar ol {
		display: block;
		float: left;
		margin: 0;
    	padding: 1rem 5%;
	}
	/* End Breadcrumbs Bar */
	

}

@media screen and (max-width:1050px) {
	/* Footer Styles */
	.footer-inner-container {
		width: 900px;
	}
	/* End Footer Styles */
	
	/* Homepage Styles */
	
	.testimonial-full-size-block-inner {
		padding: 10rem 100px;
	}	
	.testimonial-full-size-block-quotes-bottom, .testimonial-full-size-block-quotes-top {
	width: 200px;
	height: 136px;
	}
	
	.testimonial-full-size-block-inner p, .testimonial-mini-blocks p {
		font-size: 2.4rem;
 		line-height: 3rem;
	}

	.testimonial-full-size-block-inner {
		padding: 10rem 100px;
	}	
	.testimonial-full-size-block-inner p, .testimonial-mini-blocks p {
		font-size: 2.4rem;
 		line-height: 3rem;
	}	
	/* End Homepage Styles */
	
	/* Workshops */
	.workshop-details-overview-inner {
    	position: relative;
    	display: block;
    	width: 600px;
    	height: auto;
    	margin: 0 auto;
	}
	.workshop-details-overview-block-three {
		clear: none;
	}
	.workshop-details-overview-block-two {
		clear: both;
	}
	.workshop-photography-gallery-image-three {
		clear: none;
	}
	.workshop-photography-gallery-image-two {
		clear: both;
	}
	
	.workshop-top-inner {
    	position: relative;
    	display: block;
		float: left;
		width: 100%;
	}
	.workshop-top-copy {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		padding: 0px 5%;
	}
	.workshop-top-rsvp {
		position: relative;
		display: block;
		float: left;
		width: 90%;
		padding: 25px;
		margin: 25px 5%;
	}
	.workshop-photography-gallery-image {
		width: 50%;
	}
	
	.content-mini-block-copy {
		width: 50%;
		margin: 2.5%;
	}
	.content-mini-block-image {
		width: 40%;
		margin: 2.5%;
	}
	/* End Workshops */
	
	/* Photo Pages */
	
	.print-styles-slider-inner-row {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		gap: 20px;
		margin: 0px;
	}
	.print-style-container {
		width: 100%;
		margin: 0px 0px 20px;
	}

}

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

	/* Footer Styles */
	.footer-inner-container {
		width: 700px;
	}
	/* End Footer Styles */

}

@media screen and (max-width: 870px) {
	
	.galleries-section-gallery {
		width: 640px;
		margin: 0px 10px 30px 10px;
	}
	.galleries-section-gallery figcaption {
		min-height: unset;
		font-size: 1.4rem;
	}
	
	/* Galleries Styles */
	.galleries-inner-container {
    	position: relative;
    	display: block;
    	width: 660px;
    	padding: 20px 0px;
 }
	#galleries {
		width: 660px;
		margin: 0px;
	}
	.galleries-section-gallery-image-holder {
    	width: 640px;
    	height: 450px;
 }
	.gallery-title-wrapper {
    	position: relative;
    	display: block;
    	float: left;
    	width: 640px;
    	margin: 3rem 10px;
 }
	.galleries-section-gallery-image-holder img {
		max-width: 600px;
	}
	.galleries-section-gallery-three {
		clear: none;
	}
	.galleries-section-gallery-two {
		clear: none;
	}
	/* End Galleries Styles */
	
	/* Photo Page */
	.photo-container h1 {
    	font-size: 3rem;
    	line-height: 3rem;
 }
	.print-styles h2, .photo-description h2,.photo-container h2, .related-galleries-text-inner h2 {
		font-size: 2rem;
		line-height: 2rem;
		/* padding-bottom: 3rem; */
	}
	#related-galleries {
		min-height: 60vh;
		height: auto;
	}
	.related-galleries-text-inner {
		width: 100%;
		padding: 0px 2rem;
	}
	.cart-bar-scroll-title {
		font-size: 1.6rem;
	}
	
	#related-galleries-container {
		position: relative;
    	display: block;
    	float: left;
    	width: 100%;
	}
	.related-galleries-inner-container {
		position: relative;
		display: block;
		width: 660px;
	}
	.related-galleries-section-block-galleries figure {
		width: 640px;
		margin: 0px 10px 30px 10px;
		padding: 20px 10px 0px;
	}
	.related-galleries-section-block-galleries picture {
    	width: 640px;
        height: 450px;
	}
	.related-galleries-section-block-galleries figcaption {color: #FFF;font-size: 2rem;min-height: unset;margin: 2rem 0px;}
	.related-galleries-section-block-galleries img { max-width: 600px; }
	.related-galleries-section-block-inner { }
	.related-gallery-title-wrapper {
		position: relative;
    	display: block;
    	float: left;
    	width: 100%;
	}
	.related-galleries-section-block-galleries {
		position: relative;
		display: block;
		float: left;
		width: 100%;
	}
	/* End Photo Page */

}

@media screen and (max-width:850px) {
	/* Homepage Styles */
	.testimonial-full-size-block-inner p, .testimonial-mini-blocks p {
		font-size: 1.6rem;
		line-height: 1.8rem;
		margin-bottom: 2rem;
	}
	.testimonial-full-size-block-inner {
		padding: 5rem 50px;
	}
	/* End Homepage Styles */
	
	/* Sale Popup Styles */
	.sale-popup {
		width: 325px;
		min-height: unset;
	}
	.sale-popup-copy h2 { font-size: 2rem; line-height: 2rem; }
	.sale-popup-copy p {font-size: 1.6rem;line-height: 1.6rem;margin-bottom: 2rem;}
	.sale-popup-button { font-size: 1.6rem; line-height: 1.6rem; }
	/* End Sale Popup Styles */
	
}

@media screen and (max-width:750px) {
	
	/* Homepage Styles */
	.hero-content h1, .hero-content h2 {
		font-size: 3rem;
		line-height: 3rem;
	}
	.header-subtext {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.sub-hero-inner h2 {
		font-size: 4rem;
	}
	.sub-hero-inner p {
		font-size: 1.6rem;
		line-height: 1.8rem;
	}
	.hero-content {
		bottom: 100px;
	}	
	.homepage-galleries-inner-container	{
		width: 100%;
	}
	.homepage-galleries-section-gallery {
		width: 100%;
		max-width: 600px;
		margin: 0px;
		padding: 0px 20px 20px 20px;
	}
	.homepage-galleries-section-gallery picture {
		/* width: 100%; */
		/* height: auto; */
	}
	.homepage-galleries-section-gallery img {
		width: 100%;
		height: auto;
	}
	.homepage-galleries-section-gallery-background {
		width: 100%;
		width: calc(100% - 40px);
		height: 100%;
		height: calc(100% - 40px);
		margin: 20px 0px 20px 0px;
	}
	.homepage-galleries-section-gallery figcaption {
		padding: 10px 20px 30px 30px;
		left: 20px;
	}
	.homepage-galleries-section-gallery figcaption::before {
		width: 20px;
	}
	.homepage-galleries-section-gallery h3 { padding-bottom: 0.4rem; }
	.homepage-galleries-section-block-galleries { padding: 50px 0px; }
	
	.homepage-galleries-section-gallery-background {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
	}

	.hero-button {
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding: 1rem 1.5rem;
	}
	.gold-button {
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding: 1rem 1.5rem;
	}
	
	/* End Homepage Styles */
	
	/* Footer Styles */
	.footer-inner-container {
		width: 90%;
	}
	/* End Footer Styles */

	/* Galleries Styles */
	.gallery-header-subtext {
        font-size: 1.6rem;
        line-height: 2rem;
    }
	.gallery-content {
		bottom: 50px;
	}
	/* End Gallery Styles */
	
	/* Workshop Start */
	.content-mini-block-copy {
		width: 90%;
		margin: 50px 5% 0px;
		float: right;
	}
	.content-mini-block-image {
		width: 90%;
		margin: 50px 5%;
		float: left;
	}
	/* End Workshops */	

}

@media screen and (max-width:680px) {
	/* Galleries Pages */
	#galleries {
    	width: 100%;
    	/* padding: 0 20px; */
	}
	.galleries-section-block-galleries {width: 100%;margin: 0 auto;float: none;}
	.galleries-inner-container {width: 100%;padding: 0px 25px;}
	.galleries-section-gallery-image-holder img {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		float: left;
		transform: unset;
		top: unset;
		left: unset;
		margin:0px;
	}
	.gallery-title-wrapper {
		width: 100%;
		margin: 3rem 0px;
	}
	.galleries-section-gallery {
		width: 100%;
		margin: 0px 0px 25px;
	}
	.galleries-section-gallery-image-holder {
		width: 100%;
		height: auto;
		padding: 0px 10px;
	}
	.gallery-tags {
		top: 10px;
    	left: 20px;
	}
	.search-page-header {
		height: 300px;
	}
	#search-archive-bar-form {
    	width: 90%;
    	height: 40px;
    	left: 0px;
    	margin-left: 5%;
    	top: 120px;
	}
	.search-archive-bar-terms {
		width: 90%;
    width: calc( 100% - 40px);
    max-width: unset;
    height: 40px;
	}
	.search-archive-bar-submit {
		width: 40px;
    max-width: unset;
    /* margin-left: 5%; */
    height: 40px;
	}
	.search-submit-button {
		left: 11px;
		top: 12px;
	}	

	.workshop-details-overview-inner {
		width: 90%;
		padding: 0px 5%;
	}
	.workshop-details-overview-block {
		width: 45%;
		padding: 0px 5% 0px 0px;
	}
	.workshop-details-header { padding: 0px; }
	.workshop-details-overview-block-two, .workshop-details-overview-block-three {
		clear: none;
	}
	
	/* Photo Page Styles */
	.print-style-container-copy, .frame-style-container-copy {
		padding: 25px;
	}
	.print-style-selector {
		left: 50px;
	}
	.print-style-selector ul, .frame-style-selector ul {
		font-size: 1.4rem;
	}
	.print-style-selector li, .frame-style-selector li {
		margin-right: 15px;
		padding-bottom: 0px;
	}
	
	.related-galleries-inner-container {
        width: 100%;
        /* padding: 0 25px; */
 }
	.related-galleries-section-block-galleries figure {
		width: calc(100% - 20px);
		margin: 0px 10px 25px;
	}
	.related-galleries-section-block-galleries picture {
    	width: 100%;
        height: auto;
        padding: 0px 10px;
	}
	.related-galleries-section-block-galleries figcaption { color: #FFF; font-size: 2rem; }
	.related-galleries-section-block-galleries img {
		width: 100%;
        height: 100%;
        position: relative;
        display: block;
        float: left;
        transform: unset;
        top: unset;
        left: unset;
        margin: 0px;
	}
	.related-galleries-section-block-inner {
		position: relative;
    	display: block;
    	float: left;
    	width: 100%;
	}
	.related-gallery-title-wrapper {
		width: 100%;
		margin: 50px 0px 0px;
		padding: 0px 25px;
	}
	.related-galleries-section-block-galleries {
		width: 100%;
        margin: 0 auto;
        float: none;
	}

	/* End Photo Page Styles */
}

@media screen and (max-width:600px) {
    .workshop-photography-gallery-image {
        width: 100%;
    }
	.workshop-photography-gallery-image-two, .workshop-photography-gallery-image-three {
		clear: none;
	}
	.content-mini-block-inner {
		margin: 0px;
	}
}