/*
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: February 2026
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable
 * 3.0 - Navigation
 * 4.0 - Main content area
  * 4.1 - Homepage Content
  * 4.2 - Content Pages
 * 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', system-ui, -apple-system, "Helvetica Neue", Arial, 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-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
}

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


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

.navbar-background {
    top: 0;
	position: absolute;
	display: block;
	width: 100%;
	padding: 10px;
	height: 80px;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0) 100%);
	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-size: 2rem;
    line-height: 2rem;
    color: #fff;
    text-transform: uppercase;
    z-index: 1999;
}

.navbar-menu {
    float: left;
    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-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;
}

/* 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;
}
.content-page-header {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 70vh;
}
.gallery-page-header {
    max-height: 50vh;
}
.hero-background {
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 60%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 60%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 60%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 500px;
    z-index: 12;
}
#hero-photo {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 11;
}
.hero-content {
    position: absolute;
    bottom: 10rem;
    left: 50%;
    left: calc(50% - 500px);
    width: 1000px;
    z-index: 13;
    text-align: center;
}
.hero-content-inner {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.content-page-header h1 {
    color: #FFF;
    padding-bottom: 1rem;
}
.hero-content h1, .hero-content h2 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    letter-spacing: .2rem;
    font-size: 70px;
    font-size: 5rem;
    line-height: 5rem;
    color: #fff;
    text-align: left;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 2rem;
    margin: 0;
    text-align: center;
}
.gallery-header-subtext {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    font-size: 50px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.3rem;
    font-weight: 600;
    padding-bottom: 2rem;
    text-transform: none;
    color: #FFF;
}
#content-page-container { }
.content-page-inner-container { }
.content-page-inner-single-column-content { }
.content-page-inner-single-column-content-inner { }
.content-page-inner-single-column-content-inner h2 { }
.content-page-inner-single-column-content-inner p { }
.content-page-two-column-boxes {
	
}
.content-page-column-box { }
.content-page-column-box h2 { }
.content-page-column-box p { }

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