@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400");
.center {
  text-align: center; }

body {
  margin: 0; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  box-sizing: border-box; }

.page-container {
  width: 100%; }

section {
  padding-top: 40px;
  padding-bottom: 40px; }

.layout-wrapper {
  max-width: 900px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0 0; }

@media only screen and (min-width: 1000px) {
  .outer-edge-shift, .gallery-brick {
    width: calc(100% + 40%) !important;
    margin-left: -20% !important;
    margin-right: -20% !important; } }

.sticky-off-canvas-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 400px;
  width: 100%;
  height: 100%;
  z-index: 110;
  background-color: #191919;
  padding: 100px 30px 30px 30px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .sticky-off-canvas-navigation .sticky-off-canvas-navigation-button {
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 10; }
    .sticky-off-canvas-navigation .sticky-off-canvas-navigation-button button {
      background-color: #302f2f;
      outline: 0;
      width: 100%;
      height: 70px;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      border: 0 !important;
      padding: 0;
      color: #fff;
      font-size: 30px;
      line-height: 30px; }
      .sticky-off-canvas-navigation .sticky-off-canvas-navigation-button button:hover {
        cursor: pointer;
        background-color: #494949; }
  .sticky-off-canvas-navigation ul {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0; }
    .sticky-off-canvas-navigation ul li a {
      font-size: 20px;
      line-height: 24px;
      color: #fff;
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 10px 0;
      letter-spacing: 0; }
      .sticky-off-canvas-navigation ul li a:hover {
        color: rgba(255, 255, 255, 0.5);
        padding-left: 20px; }
  .sticky-off-canvas-navigation .menu-label {
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 24px; }
  .sticky-off-canvas-navigation .main-cta .theme-button {
    background-color: #fff;
    color: #494949;
    width: 100%;
    text-align: center; }
    .sticky-off-canvas-navigation .main-cta .theme-button:hover {
      background-color: #afafaf; }
  .sticky-off-canvas-navigation.hidden {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.sticky-navigation-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 10; }
  .sticky-navigation-button button {
    background-color: #302f2f;
    outline: 0;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    border: 0 !important;
    padding: 0; }
    .sticky-navigation-button button .sticky-navigation-icon {
      display: block;
      margin: 0 auto;
      width: 20px; }
      .sticky-navigation-button button .sticky-navigation-icon div {
        width: 20px;
        height: 2px;
        background-color: #fff;
        margin: 2px 0; }
    .sticky-navigation-button button:hover {
      cursor: pointer;
      background-color: #494949; }

body, p, ol, ul, li {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0; }
  @media only screen and (min-width: 1000px) {
    body, p, ol, ul, li {
      font-size: 19px;
      line-height: 28px; } }

ol li, ul li {
  text-align: left; }

h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 0; }
  @media only screen and (min-width: 1000px) {
    h1 {
      font-size: 40px;
      line-height: 50px; } }

h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 0; }
  @media only screen and (min-width: 1000px) {
    h2 {
      font-size: 30px;
      line-height: 40px; } }

h4 {
  font-weight: 600; }

h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 0; }
  @media only screen and (min-width: 1000px) {
    h3 {
      font-size: 20px;
      line-height: 40px; } }

h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 20px; }

p {
  margin-bottom: 20px;
  font-weight: 400; }

.small-type h2, .three-columns .three-column-individual h2, .promo-gallery h2, .pricing-grid .pricing-option h2 {
  font-size: 30px;
  line-height: 40px; }

.small-type h3, .three-columns .three-column-individual h3, .promo-gallery h3, .pricing-grid .pricing-option h3 {
  font-size: 22px;
  line-height: 32px; }

.small-type p, .three-columns .three-column-individual p, .promo-gallery p, .pricing-grid .pricing-option p, .small-type ol, .three-columns .three-column-individual ol, .promo-gallery ol, .pricing-grid .pricing-option ol, .small-type ul, .three-columns .three-column-individual ul, .promo-gallery ul, .pricing-grid .pricing-option ul, .small-type li, .three-columns .three-column-individual li, .promo-gallery li, .pricing-grid .pricing-option li {
  font-size: 16px;
  line-height: 26px; }

.theme-button {
  background-color: #191919;
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 14px;
  border-bottom: 0;
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800 !important;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 0; }
  .theme-button:hover {
    background-color: #4d4c4c;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    border-bottom: 0; }

body {
  background-color: #fff;
  font-family: 'Vollkorn', serif;
  color: #494949;
  overflow-x: hidden;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important; }

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

.text-shadow {
  text-shadow: 0 0 0; }

.theme-element {
  text-align: center; }
  .theme-element .theme-line {
    width: 100%;
    height: 5px;
    background-color: #f2f2f2;
    margin-left: auto;
    margin-right: auto; }

.footer-element {
  padding-bottom: 0;
  margin-bottom: -20px; }

a {
  color: #494949;
  text-decoration: none;
  border-bottom: 1px solid rgba(73, 73, 73, 0.5);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover {
    color: black;
    border-bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #191919;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
  .sticky-cta-bar ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    margin: 0;
    padding: 0; }
    .sticky-cta-bar ul li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 50%;
              flex: 1 0 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; }
      .sticky-cta-bar ul li a {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 50%;
                flex: 1 0 50%;
        display: block;
        color: #fff;
        text-align: center;
        padding: 15px;
        font-family: 'Montserrat', Sans-serif;
        font-size: 12px;
        line-height: 18px;
        font-weight: 800 !important;
        text-transform: uppercase;
        border: 0; }
        .sticky-cta-bar ul li a:hover {
          background-color: white; }
      .sticky-cta-bar ul li:first-of-type {
        border-right: 1px solid rgba(255, 255, 255, 0.25); }

.sticky-share-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #191919;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-top: 50px; }
  .sticky-share-screen .close-share {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000000;
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    outline: none;
    border: 0;
    color: #fff;
    font-size: 30px;
    line-height: 30px; }
    .sticky-share-screen .close-share:hover {
      cursor: pointer; }
  .sticky-share-screen ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
            flex: 1 0 50%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
    .sticky-share-screen ul li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
              flex: 0 0 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; }
      .sticky-share-screen ul li a {
        text-align: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 50%;
                flex: 1 0 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        color: #fff;
        background-color: #191919;
        border: 0;
        font-weight: 800; }
      .sticky-share-screen ul li.pinterest a {
        background-color: #e9726e; }
      .sticky-share-screen ul li.facebook a {
        background-color: #4d72bb; }
      .sticky-share-screen ul li.twitter a {
        background-color: #21abf4; }
      .sticky-share-screen ul li.email a {
        background-color: #ed9d54; }
      .sticky-share-screen ul li.text a {
        background-color: #39DA40; }
      @media only screen and (min-width: 1000px) {
        .sticky-share-screen ul li.pinterest a {
          background-color: transparent; }
        .sticky-share-screen ul li.pinterest a:hover {
          background-color: #e9726e; }
        .sticky-share-screen ul li.facebook a {
          background-color: transparent; }
        .sticky-share-screen ul li.facebook a:hover {
          background-color: #4d72bb; }
        .sticky-share-screen ul li.twitter a {
          background-color: transparent; }
        .sticky-share-screen ul li.twitter a:hover {
          background-color: #21abf4; }
        .sticky-share-screen ul li.email a {
          background-color: transparent; }
        .sticky-share-screen ul li.email a:hover {
          background-color: #ed9d54; }
        .sticky-share-screen ul li.text a {
          background-color: transparent; }
        .sticky-share-screen ul li.text a:hover {
          background-color: #39DA40; } }

.light-logo,
.dark-logo {
  margin: 0 auto; }

.light-logo {
  display: block; }

.dark-logo {
  display: none; }

.sticky-inverse-theme {
  background-color: #131313;
  color: #fff; }
  .sticky-inverse-theme a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .sticky-inverse-theme a:hover {
      border-bottom: 0;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
  .sticky-inverse-theme .light-logo {
    display: none; }
  .sticky-inverse-theme .dark-logo {
    display: block; }
  .sticky-inverse-theme .standalone-photog-logo-header .photog-name a {
    color: #fff !important; }
  .sticky-inverse-theme .photog-logo-header a {
    color: #fff; }
  .sticky-inverse-theme .pricing-option, .sticky-inverse-theme .three-column-individual, .sticky-inverse-theme .promo-gallery {
    background-color: #202020 !important; }
  .sticky-inverse-theme .pricing-option, .sticky-inverse-theme .three-column-individual {
    border-color: #2d2c2c !important; }
  .sticky-inverse-theme .dual-columns-cta .column {
    border-color: #2d2c2c !important; }
    .sticky-inverse-theme .dual-columns-cta .column:first-of-type {
      background-color: #202020 !important; }
    .sticky-inverse-theme .dual-columns-cta .column:last-of-type {
      background-color: #000; }
      .sticky-inverse-theme .dual-columns-cta .column:last-of-type h1, .sticky-inverse-theme .dual-columns-cta .column:last-of-type h2, .sticky-inverse-theme .dual-columns-cta .column:last-of-type h3, .sticky-inverse-theme .dual-columns-cta .column:last-of-type h4, .sticky-inverse-theme .dual-columns-cta .column:last-of-type h5, .sticky-inverse-theme .dual-columns-cta .column:last-of-type h6, .sticky-inverse-theme .dual-columns-cta .column:last-of-type p {
        color: #fff; }
  .sticky-inverse-theme .theme-element .theme-line {
    background-color: #202020 !important; }
  .sticky-inverse-theme .theme-button {
    background-color: #FFFFFF !important;
    color: #191919 !important; }
    .sticky-inverse-theme .theme-button:hover {
      background-color: #807f7f !important;
      color: #fff !important; }
  .sticky-inverse-theme .registry-tiles .registry-tile {
    background-color: #1f2020; }
    .sticky-inverse-theme .registry-tiles .registry-tile:hover {
      background-color: #454747; }
  .sticky-inverse-theme .sticky-cta-bar {
    background-color: #fff; }
    .sticky-inverse-theme .sticky-cta-bar ul li a {
      color: #494949; }
      .sticky-inverse-theme .sticky-cta-bar ul li a:hover {
        background-color: #afafaf; }
    .sticky-inverse-theme .sticky-cta-bar ul li:first-of-type {
      border-right: 1px solid rgba(25, 25, 25, 0.15); }

.single-column {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  .single-column img {
    margin-bottom: 40px; }

.dual-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .dual-columns .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    z-index: 10; }
  .dual-columns .column-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
    @media only screen and (min-width: 1151px) {
      .dual-columns .column-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
                order: 1; } }
  .dual-columns .column-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
    padding-bottom: 20px; }
    @media only screen and (min-width: 1151px) {
      .dual-columns .column-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
                order: 2; } }

.image-pull-right .column-text {
  padding-right: 0; }
  @media only screen and (min-width: 1151px) {
    .image-pull-right .column-text {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
              order: 3;
      padding-left: 20px; } }

.dual-columns-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .dual-columns-cta .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: left;
    border-left: 1px solid #e6e5e5;
    border-top: 1px solid #e6e5e5; }
    @media only screen and (min-width: 1000px) {
      .dual-columns-cta .column {
        padding: 60px 50px 60px 60px; } }
    .dual-columns-cta .column:first-of-type {
      background-color: #fafafa; }
    .dual-columns-cta .column:last-of-type {
      background-color: white; }

.three-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .three-columns .three-column-individual {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px;
    background-color: transparent;
    margin-bottom: 20px;
    border-left: 1px solid #e6e5e5;
    border-top: 1px solid #e6e5e5; }
    @media only screen and (min-width: 1000px) {
      .three-columns .three-column-individual {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 2vw;
        margin-bottom: 0; } }

.product-list .three-column-individual img {
  margin-bottom: 20px; }

.product-list .three-column-individual h1, .product-list .three-column-individual h2, .product-list .three-column-individual h3, .product-list .three-column-individual h4, .product-list .three-column-individual h5, .product-list .three-column-individual h6, .product-list .three-column-individual p, .product-list .three-column-individual ol, .product-list .three-column-individual ul {
  padding-right: 4vw; }

.photo-promo {
  position: relative; }
  .photo-promo-bg {
    background-size: cover;
    background-position: center center;
    min-height: 90vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
    background-color: #000;
    position: relative;
    z-index: 1; }
    .photo-promo-bg h2 {
      opacity: 1;
      color: #FFF;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 5;
      width: 80%; }
    .photo-promo-bg:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2; }

.photographer-promo {
  background-color: #191919;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 1151px) {
    .photographer-promo {
      background-color: #191919; } }
  .photographer-promo-content {
    position: relative;
    z-index: 3;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (min-width: 1151px) {
      .photographer-promo-content {
        padding: 20vw 40px 40px 40px; } }
    .photographer-promo-content .about-photog {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
              flex: 1 0 100%; }
      .photographer-promo-content .about-photog h1, .photographer-promo-content .about-photog h2, .photographer-promo-content .about-photog h3, .photographer-promo-content .about-photog h4, .photographer-promo-content .about-photog h5, .photographer-promo-content .about-photog h6, .photographer-promo-content .about-photog p {
        color: #fff; }
      .photographer-promo-content .about-photog a {
        color: #fff;
        text-decoration: underline;
        border: 0; }
        .photographer-promo-content .about-photog a:hover {
          text-decoration: none; }
      .photographer-promo-content .about-photog .social-media-icons a {
        text-decoration: none !important; }
      .photographer-promo-content .about-photog .social-media-icons svg path {
        fill: #fff; }
        @media only screen and (min-width: 1151px) {
          .photographer-promo-content .about-photog .social-media-icons svg path {
            fill: #fff !important; } }
    .photographer-promo-content .photog-buttons {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%; }
      .photographer-promo-content .photog-buttons a {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #fff;
        color: #494949; }
        .photographer-promo-content .photog-buttons a:hover {
          background-color: #bfbfbf; }
        @media only screen and (min-width: 1151px) {
          .photographer-promo-content .photog-buttons a {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 400px;
                    flex: 0 0 400px;
            background-color: #fff; } }
  .photographer-promo-accent-image {
    z-index: 1;
    position: relative; }
    @media only screen and (min-width: 1151px) {
      .photographer-promo-accent-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    .photographer-promo-accent-image img {
      display: block;
      width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: top center;
         object-position: top center;
      opacity: 0.9; }
      @media only screen and (min-width: 1151px) {
        .photographer-promo-accent-image img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center center;
             object-position: center center;
          height: 100%; } }
    .photographer-promo-accent-image .wash {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      height: 100%;
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), black);
      background-image: linear-gradient(rgba(0, 0, 0, 0), black); }

.promo-gallery {
  background-color: #f2f2f2;
  padding: 40px; }
  .promo-gallery h1, .promo-gallery h2, .promo-gallery h3, .promo-gallery h4, .promo-gallery h5, .promo-gallery h6 {
    margin-bottom: 5px; }
  .promo-gallery p {
    margin-top: 5px; }
  .promo-gallery .theme-button {
    margin-bottom: 0;
    display: block;
    text-align: center; }

.hero-dual {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0px auto 0 auto;
  max-width: 900px;
  padding-top: 40px;
  text-align: center; }
  .hero-dual .hero-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
    z-index: 10;
    padding-top: 0px; }
  .hero-dual .hero-image {
    position: relative;
    z-index: 1; }
    .hero-dual .hero-image img {
      margin-bottom: 0; }

.hero-landing-page-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px; }
  .hero-landing-page-short .hero-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 4vw 4vw 0 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
    @media only screen and (min-width: 1151px) {
      .hero-landing-page-short .hero-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 4vw 4vw 0 4vw;
        min-height: 80vh; } }
  .hero-landing-page-short .hero-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 500px;
    margin-top: 40px; }
    @media only screen and (min-width: 1151px) {
      .hero-landing-page-short .hero-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        margin-top: 0;
        min-height: none; } }
    .hero-landing-page-short .hero-image img {
      display: block; }

.video-wrapper {
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.2493%;
  max-width: 100%; }
  .video-wrapper iframe {
    border: 0;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    position: absolute; }
  .video-wrapper.embed-is-smartslides {
    padding-bottom: 66%; }

.social-media-icons {
  padding-top: 20px; }
  .social-media-icons .svg.social {
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 20px; }
    .social-media-icons .svg.social path {
      fill: #494949; }
  .social-media-icons a {
    border-bottom: 0; }

.welcome-video {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  width: 100%;
  height: auto;
  max-width: 400px;
  padding-bottom: 30px; }
  .welcome-video .close-welcome-video {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 50px; }
    .welcome-video .close-welcome-video button {
      display: block;
      border: 0;
      outline: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: #fff;
      color: black;
      width: 40px;
      height: 50px;
      line-height: 50px;
      font-size: 25px;
      text-align: center; }
  .welcome-video .welcome-video-content {
    text-align: center;
    padding: 20px; }
    .welcome-video .welcome-video-content h6 {
      margin: 0;
      color: #4c4c4c;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      letter-spacing: 0; }
    .welcome-video .welcome-video-content p {
      font-size: 12px;
      line-height: 20px;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      color: #4c4c4c;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 0;
      margin-bottom: 0; }
  .welcome-video .video-wrapper {
    position: relative; }
    .welcome-video .video-wrapper iframe {
      max-height: 250px;
      margin: 0; }

.gallery-filmstrip .gallery-image {
  width: auto;
  margin-right: 20px;
  margin-left: 20px;
  height: 150px;
  opacity: 0.4; }
  @media only screen and (min-width: 1000px) {
    .gallery-filmstrip .gallery-image {
      height: 45vw;
      max-height: 600px; } }
  .gallery-filmstrip .gallery-image img {
    display: block;
    width: auto;
    height: 150px; }
    @media only screen and (min-width: 1000px) {
      .gallery-filmstrip .gallery-image img {
        height: 45vw;
        max-height: 600px; } }

.gallery-filmstrip .is-selected {
  opacity: 1; }

.gallery-brick {
  margin-left: -10px !important;
  margin-right: -10px !important;
  width: calc(100% + 20px) !important; }

.gallery-masonry {
  margin-left: -10px;
  margin-right: -10px; }
  .gallery-masonry .gallery-image {
    display: inline-block;
    width: calc(50% - 20px);
    height: auto;
    margin: 10px; }
    .gallery-masonry .gallery-image img {
      width: 100%;
      height: auto;
      margin-bottom: 0 !important; }

.standalone-photog-logo-header {
  margin-bottom: 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px; }
  .standalone-photog-logo-header a {
    border-bottom: 0; }
  .standalone-photog-logo-header .photog-logo img {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
  .standalone-photog-logo-header .photog-logo-long img {
    max-width: 600px; }
  .standalone-photog-logo-header .photog-name {
    margin-bottom: 0px;
    margin-top: 10px; }
    .standalone-photog-logo-header .photog-name a {
      text-decoration: none;
      color: #494949;
      font-size: 14px;
      line-height: 28px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      border: 0;
      text-transform: uppercase;
      letter-spacing: 1px; }

.photog-logo-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media only screen and (min-width: 1151px) {
    .photog-logo-header {
      width: 400px;
      padding: 0; } }
  .photog-logo-header a {
    border-bottom: 0; }
  .photog-logo-header .photog-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px; }
    .photog-logo-header .photog-logo img {
      display: block;
      margin-bottom: 0;
      max-width: 80px;
      margin-left: auto;
      margin-right: auto; }
  .photog-logo-header .photog-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
    @media only screen and (min-width: 1151px) {
      .photog-logo-header .photog-name {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100px;
                flex: 1 0 100px;
        padding-left: 0px; } }
  .photog-logo-header a {
    text-decoration: none;
    color: #494949;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }

.photog-promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .photog-promo .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
            flex: 1 0 25%;
    padding-right: 4vw; }

.photog-contact-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 1000px) {
    .photog-contact-buttons {
      padding-top: 2vw;
      padding-bottom: 2vw; } }
  .photog-contact-buttons .contact-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1000px) {
      .photog-contact-buttons .contact-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
                flex: 0 0 30%;
        margin-bottom: 0; } }
    .photog-contact-buttons .contact-button .theme-button {
      display: block;
      border-radius: 0;
      margin-top: 0;
      margin-bottom: 0; }

.registry-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-left: -5px;
  margin-right: -5px; }
  .registry-tiles .registry-tile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    border: 0;
    text-align: center;
    background-color: #fafafa;
    padding: 40px 20px;
    margin: 5px; }
    @media only screen and (min-width: 1000px) {
      .registry-tiles .registry-tile {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(50% - 10px);
                flex: 0 0 calc(50% - 10px);
        padding: 3vw; } }
    @media only screen and (min-width: 1151px) {
      .registry-tiles .registry-tile {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(33.333% - 10px);
                flex: 0 0 calc(33.333% - 10px); } }
    .registry-tiles .registry-tile:hover {
      background-color: white; }

.pricing-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .pricing-grid .pricing-option {
    border-left: 1px solid #e6e5e5;
    border-top: 1px solid #e6e5e5;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 100px 60px 40px 30px;
    text-align: left; }
    @media only screen and (min-width: 1000px) {
      .pricing-grid .pricing-option {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 2vw; } }
    .pricing-grid .pricing-option .pricing-option-title {
      margin-bottom: 10px; }
    .pricing-grid .pricing-option .pricing-option-price {
      margin-top: 0;
      margin-bottom: 60px; }

.main-footer .layout-wrapper {
  text-align: center; }
  .main-footer .layout-wrapper .footer-photog-logo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }

@-webkit-keyframes sharing-button-pulse {
  0% {
    background: #191919; }
  33% {
    background: #333232; }
  100% {
    background: #191919; } }

@keyframes sharing-button-pulse {
  0% {
    background: #191919; }
  33% {
    background: #333232; }
  100% {
    background: #191919; } }

.theme-sharing {
  width: 50px;
  height: auto;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100; }
  .theme-sharing button {
    width: 50px;
    height: 50px;
    background-color: #191919;
    outline: 0;
    border: 0;
    border-radius: 25px;
    padding: 10px;
    margin-top: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    right: 0; }
    .theme-sharing button svg {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 18px;
      height: auto;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .theme-sharing button svg path {
        fill: #fff !important; }
    .theme-sharing button:hover {
      cursor: pointer;
      background-color: #4c4c4c;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
  .theme-sharing .theme-sharing-main {
    -webkit-animation-name: sharing-button-pulse;
            animation-name: sharing-button-pulse;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .theme-sharing .theme-sharing-facebook {
    background-color: #364CC3; }
    .theme-sharing .theme-sharing-facebook:hover {
      background-color: #2b3c9b; }
  .theme-sharing .theme-sharing-twitter {
    background-color: #0A9CFF; }
    .theme-sharing .theme-sharing-twitter:hover {
      background-color: #0080d6; }
  .theme-sharing .theme-sharing-pinterest {
    background-color: #C33636; }
    .theme-sharing .theme-sharing-pinterest:hover {
      background-color: #9b2b2b; }
  .theme-sharing .theme-sharing-mail {
    background-color: #EE9512; }
    .theme-sharing .theme-sharing-mail:hover {
      background-color: #bf770e; }
  .theme-sharing .theme-sharing-message {
    background-color: #23CC56; }
    .theme-sharing .theme-sharing-message:hover {
      background-color: #1ca044; }
  .theme-sharing .theme-sharing-close {
    color: #fff;
    font-size: 40px; }
    .theme-sharing .theme-sharing-close span {
      display: block;
      margin-top: -12px; }

.theme-interactive-buttons {
  display: none; }

.jump-page {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px; }
  .jump-page .jump-page-intro-content {
    text-align: center; }
  .jump-page .jump-page-buttons {
    margin-top: 40px; }
    .jump-page .jump-page-buttons ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .jump-page .jump-page-buttons ul li {
        margin: 0;
        padding: 0; }
        .jump-page .jump-page-buttons ul li a {
          display: block; }

/*BEGIN ADDED MANUALLY BY JSTARK*/
.photographer-bio .social-media-icons svg.social path {
  fill: #fff; }
/*END ADDED MANUALLY BY JSTARK*/

.small-type h2,
.small-type .three-pointer-large .three-pointer-item .styled-number,
.three-pointer-large .three-pointer-item .small-type .styled-number {
  font-size: 30px;
  line-height: 40px;
}

.sticky-menu-bar {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  padding: 10px 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.sticky-menu-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.sticky-menu-bar ul li {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}
.sticky-menu-bar ul li.photog-logo img {
  width: auto;
  height: 80px;
  margin-left: 0;
}
.sticky-menu-bar ul li.text-link {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .sticky-menu-bar ul li.text-link {
    display: block;
  }
}
.sticky-menu-bar ul li.cta-btn {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
  display: none;
}
@media only screen and (min-width: 1000px) {
  .sticky-menu-bar ul li.cta-btn {
    display: block;
  }
}
.sticky-menu-bar ul li.cta-btn .theme-button:last-of-type {
  margin-left: 10px;
}
.sticky-menu-bar ul li.hamburger {
  text-align: right;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .sticky-menu-bar ul li.hamburger {
    display: none;
  }
}
.sticky-menu-bar ul li.hamburger .hamburger-button {
  display: block;
  width: 54px;
  height: 54px;
  border: 0;
  background-color: transparent;
  margin: 0 0 0 auto;
}
.sticky-menu-bar ul li.hamburger .hamburger-button .icon {
  width: 100%;
  display: block;
  max-width: 30px;
  margin: 0 auto;
}
.sticky-menu-bar ul li.hamburger .hamburger-button .icon div {
  background-color: #131313;
  width: 100%;
  height: 3px;
  margin: 2px 0;
}
.sticky-menu-bar-offcanvas {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  padding: 40px;
  text-align: center;
  overflow-y: scroll;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media only screen and (min-width: 1000px) {
  .sticky-menu-bar-offcanvas {
    display: none;
  }
}
.sticky-menu-bar-offcanvas .close-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000000;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  outline: none;
  border: 0;
  color: #131313;
  font-size: 30px;
  line-height: 30px;
}
.sticky-menu-bar-offcanvas.closed {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.sticky-menu-bar-offcanvas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sticky-menu-bar-offcanvas ul li {
  margin-bottom: 20px;
  text-align: center;
}
.sticky-menu-bar-offcanvas ul li.text-link a {
  font-size: 24px !important;
  line-height: 38px !important;
}
.sticky-menu-bar-offcanvas ul li.cta-btn {
  display: block;
  width: 100%;
}
.sticky-menu-bar-offcanvas ul li.cta-btn a {
  display: block;
  width: 100%;
  text-align: center;
}

.three-pointer-small {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(73, 73, 73, 0.1);
  padding: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.three-pointer-small-item {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  padding: 40px 20px 30px 20px;
}
@media only screen and (min-width: 1000px) {
  .three-pointer-small-item {
    -webkit-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
  }
}
.three-pointer-small-item hr {
  max-width: 100px;
  border: 0;
  background-color: #494949;
  height: 2px;
}

.three-pointer-large {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.three-pointer-large .three-pointer-item {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  padding-right: 40px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .three-pointer-large .three-pointer-item {
    -webkit-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
  }
}
.three-pointer-large .three-pointer-item p {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
}
.three-pointer-large .three-pointer-item .styled-number {
  width: 2.6rem;
  height: 2.6rem;
  background-color: #494949 !important;
  border-radius: 100%;
  color: #fff !important;
  text-align: center;
  line-height: 2.4rem;
  margin-bottom: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1000px) {
  .three-pointer-large .three-pointer-item .styled-number {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.sticky-inverse-theme .three-pointer-large .three-pointer-item .styled-number {
  background-color: #494949 !important;
  color: #fff !important;
}