@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
a {
  color: #4c4c4c;
  text-decoration: underline;
  transition: all .2s ease-in-out; }
  a:hover {
    color: #7f7f7f;
    text-decoration: none;
    transition: all .2s ease-in-out; }

.duo-divider {
  width: 40px;
  height: 4px;
  background-color: #4F4F4F;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }

.text-center {
  text-align: center; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: #4c4c4c;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility; }

h1 {
  font-size: 23.3333333333px;
  line-height: 40px;
  font-weight: 400;
  color: #4c4c4c;
  font-family: "Montserrat", sans-serif; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 70px;
      line-height: 80px;
      font-weight: 400;
      color: #4c4c4c;
      font-family: "Montserrat", sans-serif; } }

.jumbotron, .duo-chunker-text .duo-chunker-text-wrapper h1 {
  font-weight: 400; }
  @media only screen and (min-width: 768px) {
    .jumbotron, .duo-chunker-text .duo-chunker-text-wrapper h1 {
      font-size: 3vw;
      line-height: 4vw; } }

h2 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0; }

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px; }

.duo-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto; }

.duo-body-copy {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: left; }

.duo-maxwidth-wrapper {
  max-width: 1800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .duo-maxwidth-wrapper {
      width: 90%; } }

.duo-button {
  background-color: #191919;
  color: #fff;
  text-decoration: none;
  padding: 20px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 14px;
  border-bottom: 0;
  border-radius: 2px;
  transition: all .2s ease-in-out;
  display: inline-block; }
  .duo-button:hover {
    background-color: #4c4c4c;
    color: #fff;
    transition: all .2s ease-in-out; }

.duo-button-inverse {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff; }
  .duo-button-inverse:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #191919; }

html.touch .fixed-bg {
  background-attachment: scroll !important; }

.fixed-bg {
  background-attachment: scroll !important; }
  @media only screen and (min-width: 1151px) {
    .fixed-bg {
      background-attachment: fixed !important; } }

.duo-header {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  padding: 40px;
  height: auto;
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center center;
  margin-left: 0;
  margin-right: 0; }
  .duo-header .duo-header-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 99;
    text-align: center;
    margin-top: 40px;
    padding: 20px; }
    .duo-header .duo-header-content h1, .duo-header .duo-header-content h2 {
      color: #fff; }
      @media only screen and (min-width: 768px) {
        .duo-header .duo-header-content h1, .duo-header .duo-header-content h2 {
          width: 50%; } }
      @media only screen and (min-width: 1151px) {
        .duo-header .duo-header-content h1, .duo-header .duo-header-content h2 {
          max-width: 1300px;
          margin-left: auto;
          margin-right: auto; } }
    .duo-header .duo-header-content .hero-cta {
      margin-left: auto;
      margin-right: auto;
      display: inline-block;
      width: auto;
      border: 1px solid rgba(255, 255, 255, 0.5);
      background-color: rgba(255, 255, 255, 0);
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 3px;
      border-radius: 0px; }
      .duo-header .duo-header-content .hero-cta:hover {
        background-color: white;
        color: #191919; }

@keyframes down-arrow-pulse {
  0% {
    fill: rgba(255, 255, 255, 0.2); }
  33% {
    fill: rgba(255, 255, 255, 0.8); }
  100% {
    fill: rgba(255, 255, 255, 0.2); } }
  .duo-header .duo-header-down-arrow {
    color: #fff;
    width: 24px;
    text-align: center;
    font-size: 12px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto; }
    .duo-header .duo-header-down-arrow .duo-header-down-arrow-icon {
      width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .duo-header .duo-header-down-arrow .duo-header-down-arrow-icon path {
        animation-name: down-arrow-pulse;
        animation-duration: 4s;
        animation-iteration-count: infinite; }

.duo-page-subtitle {
  width: auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  font-size: 13px;
  line-height: 20px; }

.duo-page-title {
  color: #fff;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  text-align: center;
  word-wrap: break-word;
  font-weight: 400;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .duo-page-title {
      width: 80%;
      font-size: 4vw;
      line-height: 4vw;
      letter-spacing: 0.4vw;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }

.duo-page-smaller-title {
  margin-top: 0;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  margin-bottom: 50px; }

.duo-page-date {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px; }

.duo-color-wash {
  background-color: rgba(25, 25, 25, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.duo-header-photographer-url {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px; }
  .duo-header-photographer-url:hover {
    color: rgba(255, 255, 255, 0.4); }

.duo-header-photographer-branding {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  .duo-header-photographer-branding .duo-header-photographer-business-logo-square {
    width: 100px;
    margin-left: auto;
    margin-right: auto; }
    .duo-header-photographer-branding .duo-header-photographer-business-logo-square img {
      border-radius: 4px;
      width: 100%;
      height: auto; }
  .duo-header-photographer-branding .duo-header-photographer-business-name {
    text-align: center;
    width: 100%;
    line-height: 20px !important; }
    .duo-header-photographer-branding .duo-header-photographer-business-name a {
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      word-wrap: break-word; }

.duo-chunker-text {
  text-align: center; }
  .duo-chunker-text .duo-chunker-text-wrapper {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto; }
    .duo-chunker-text .duo-chunker-text-wrapper h1 {
      font-weight: 400;
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
    .duo-chunker-text .duo-chunker-text-wrapper .duo-chunker-text-rich-text {
      max-width: 900px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .duo-chunker-text .duo-chunker-text-wrapper .duo-chunker-text-button {
      margin-top: 50px; }
  .duo-chunker-text-inverse {
    background-color: #191919; }
    .duo-chunker-text-inverse h3, .duo-chunker-text-inverse h1 {
      color: #fff; }
    .duo-chunker-text-inverse p, .duo-chunker-text-inverse .jumbotron, .duo-chunker-text-inverse .duo-chunker-text .duo-chunker-text-wrapper h1, .duo-chunker-text .duo-chunker-text-wrapper .duo-chunker-text-inverse h1 {
      color: #fff; }
    .duo-chunker-text-inverse .duo-button {
      background-color: #fff;
      color: #191919; }
      .duo-chunker-text-inverse .duo-button:hover {
        background-color: #333232;
        color: #fff; }

.duo-header-short {
  height: auto !important; }
  .duo-header-short .duo-header-content {
    top: 0% !important;
    transform: translateY(0%) !important;
    margin-top: 8vw !important;
    margin-bottom: 8vw; }

.duo-cta-block {
  text-align: center;
  background-color: #191919; }
  .duo-cta-block h2 {
    color: #fff; }
  .duo-cta-block .duo-divider {
    background-color: rgba(255, 255, 255, 0.3); }

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

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

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

.duo-video {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .duo-video {
      padding-bottom: 100px !important; } }
  .duo-video .duo-video-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .duo-video .duo-video-wrapper {
        width: 35vw; } }
    .duo-video .duo-video-wrapper iframe,
    .duo-video .duo-video-wrapper img {
      width: 100%;
      height: 240px;
      margin-bottom: 30px;
      margin-top: 30px; }
      @media only screen and (min-width: 768px) {
        .duo-video .duo-video-wrapper iframe,
        .duo-video .duo-video-wrapper img {
          height: 20vw; } }
  .duo-video .duo-video-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px; }
  .duo-video .duo-video-button {
    margin-top: 40px;
    display: block; }

.duo-section-alt-layout .duo-body-copy {
  order: 1; }

.duo-section-alt-layout .duo-section-title {
  order: 2;
  text-align: right; }

.duo-section {
  padding: 60px 20px;
  border-bottom: 1px dotted #ccc; }
  @media only screen and (min-width: 768px) {
    .duo-section {
      padding: 80px 0px;
      margin-left: 20px;
      margin-right: 20px; } }
  .duo-section .duo-section-title {
    margin-top: 0; }
  .duo-section .duo-section-subtitle {
    margin-bottom: 40px;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 20px; }
  .duo-section .duo-section-wrapper {
    max-width: 1800px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    flex-wrap: wrap; }
    .duo-section .duo-section-wrapper .duo-section-title {
      order: 1;
      flex: 0 0 100%;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .duo-section .duo-section-wrapper .duo-section-title {
          flex: 0 0 40%;
          text-align: left; } }
      .duo-section .duo-section-wrapper .duo-section-title .duo-divider {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px; }
        @media only screen and (min-width: 768px) {
          .duo-section .duo-section-wrapper .duo-section-title .duo-divider {
            margin-left: 0; } }
      .duo-section .duo-section-wrapper .duo-section-title h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 40px;
        margin-top: 30px; }
      .duo-section .duo-section-wrapper .duo-section-title img {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
    .duo-section .duo-section-wrapper .duo-body-copy {
      order: 2;
      flex: 0 0 100%; }
      @media only screen and (min-width: 768px) {
        .duo-section .duo-section-wrapper .duo-body-copy {
          flex: 0 0 60%;
          padding-left: 40px; } }
      .duo-section .duo-section-wrapper .duo-body-copy .duo-body-copy-wrapper {
        max-width: 640px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0; }
        @media only screen and (min-width: 768px) {
          .duo-section .duo-section-wrapper .duo-body-copy .duo-body-copy-wrapper {
            padding: 0 40px 0 0; } }

.duo-section-alt-layout .duo-body-copy {
  order: 2 !important;
  margin-left: 0 !important;
  padding-left: 0 !important; }
  @media only screen and (min-width: 768px) {
    .duo-section-alt-layout .duo-body-copy {
      order: 1 !important; } }

.duo-section-alt-layout .duo-section-title {
  order: 1 !important; }
  @media only screen and (min-width: 768px) {
    .duo-section-alt-layout .duo-section-title {
      order: 2 !important; } }

.duo-footer {
  text-align: center;
  padding-bottom: 80px; }
  .duo-footer .duo-footer-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px; }
    .duo-footer .duo-footer-title img {
      max-width: 300px;
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
  .duo-footer .duo-copyright {
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px; }
  .duo-footer .duo-contact-photog {
    margin-top: 40px;
    margin-bottom: 40px; }
    .duo-footer .duo-contact-photog a {
      display: inline-block;
      width: 100%;
      border: 1px solid rgba(25, 25, 25, 0.2);
      text-decoration: none;
      font-size: 14px;
      color: #7f7f7f;
      margin-bottom: 10px;
      border-radius: 10px;
      margin-left: auto;
      margin-right: auto;
      width: auto;
      padding: 5px 15px; }

.duo-packages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 40px; }
  .duo-packages .duo-package-item {
    flex: 0 0 100%;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 40px; }
    @media only screen and (min-width: 768px) {
      .duo-packages .duo-package-item {
        flex: 1 0 50%; } }
    @media only screen and (min-width: 1151px) {
      .duo-packages .duo-package-item {
        flex: 1 0 25%; } }
    .duo-packages .duo-package-item:last-of-type {
      border-bottom: 0; }
    .duo-packages .duo-package-item .duo-package-name {
      margin-bottom: 0;
      font-weight: 800; }
    .duo-packages .duo-package-item .duo-package-dollars {
      margin-top: 0;
      font-weight: 400; }
    .duo-packages .duo-package-item .duo-package-item-features {
      text-align: left;
      font-size: 16px;
      line-height: 32px; }
      .duo-packages .duo-package-item .duo-package-item-features p, .duo-packages .duo-package-item .duo-package-item-features .jumbotron, .duo-packages .duo-package-item .duo-package-item-features .duo-chunker-text .duo-chunker-text-wrapper h1, .duo-chunker-text .duo-chunker-text-wrapper .duo-packages .duo-package-item .duo-package-item-features h1 {
        font-size: 16px;
        line-height: 32px; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.duo-product-gallery {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  .duo-product-gallery .carousel-cell {
    width: auto;
    height: 30vw;
    margin-left: 10px;
    margin-right: 10px; }
    .duo-product-gallery .carousel-cell img {
      height: 30vw;
      width: auto; }

.duo-pricing-guide-cta {
  background-color: #191919;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 40vmin;
  padding-bottom: 5vmin;
  border-top: 0;
  border-bottom: 0; }
  .duo-pricing-guide-cta:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.5);
    z-index: 1; }
  .duo-pricing-guide-cta .duo-cta-wrapper {
    position: relative;
    z-index: 100;
    background-color: #fff;
    padding: 40px;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
    .duo-pricing-guide-cta .duo-cta-wrapper .duo-cta-button {
      margin-top: 40px; }

.duo-cta-book-consult {
  background-color: #191919;
  padding: 40px;
  border: 0; }
  .duo-cta-book-consult .duo-cta-book-consult-wrapper {
    text-align: center; }
    .duo-cta-book-consult .duo-cta-book-consult-wrapper .duo-cta-book-header {
      color: #fff;
      margin-top: 20px;
      margin-bottom: 20px; }
    .duo-cta-book-consult .duo-cta-book-consult-wrapper .duo-cta-book-content {
      color: #fff;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; }
    .duo-cta-book-consult .duo-cta-book-consult-wrapper .duo-book-button {
      margin-bottom: 20px; }

.duo-price-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 40px; }
  .duo-price-list .duo-price-list-item {
    flex: 0 0 100%;
    text-align: center;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 20px 20px 40px 20px; }
    @media only screen and (min-width: 768px) {
      .duo-price-list .duo-price-list-item {
        flex: 1 0 50%; } }
    @media only screen and (min-width: 1151px) {
      .duo-price-list .duo-price-list-item {
        flex: 1 0 33.3333%; } }
    .duo-price-list .duo-price-list-item .duo-price-item-img {
      width: 100%;
      height: auto; }
    .duo-price-list .duo-price-list-item .duo-price-list-item-description {
      margin-bottom: 40px;
      font-size: 14px;
      line-height: 28px;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }

.mini-promo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0; }
  .mini-promo .photographer-bio,
  .mini-promo .photographer-feature-image {
    flex: 0 0 100%; }
    @media only screen and (min-width: 768px) {
      .mini-promo .photographer-bio,
      .mini-promo .photographer-feature-image {
        flex: 0 0 50%; } }
  .mini-promo .photographer-feature-image {
    background-size: cover;
    background-position: center center;
    order: 1;
    background-color: #191919; }
    @media only screen and (min-width: 768px) {
      .mini-promo .photographer-feature-image {
        order: 2;
        height: auto; } }
  .mini-promo .photographer-bio {
    background-color: #fff;
    order: 2;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .mini-promo .photographer-bio {
        text-align: left;
        padding-top: 8vw;
        padding-bottom: 8vw;
        order: 1; } }
    .mini-promo .photographer-bio .duo-photographer-description {
      margin-bottom: 40px;
      text-align: center;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
    .mini-promo .photographer-bio .duo-photographer-social-media {
      text-align: center; }
      .mini-promo .photographer-bio .duo-photographer-social-media svg {
        width: auto;
        height: 16px;
        display: inline-block;
        margin-right: 10px;
        margin-left: auto; }
        .mini-promo .photographer-bio .duo-photographer-social-media svg path {
          fill: #191919; }
    .mini-promo .photographer-bio .duo-photographer-studio-ctas {
      text-align: center; }
    .mini-promo .photographer-bio .duo-button {
      padding: 14px 30px;
      margin: 40px 10px 20px 0;
      font-size: 13px;
      line-height: 24px; }
      .mini-promo .photographer-bio .duo-button svg {
        display: inline-block;
        width: 13px;
        height: auto;
        margin-right: 5px;
        position: relative;
        top: 2px; }
        .mini-promo .photographer-bio .duo-button svg path {
          fill: #fff; }
      .mini-promo .photographer-bio .duo-button:hover svg path {
        fill: #fff !important; }

.duo-photographer-social-media {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px; }
  .duo-photographer-social-media svg {
    width: auto;
    height: 16px;
    display: inline-block;
    margin-right: 20px;
    margin-left: auto; }
    .duo-photographer-social-media svg path {
      fill: #191919; }

.duo-photographer-studio-ctas {
  text-align: left;
  margin-top: 20px; }
  .duo-photographer-studio-ctas .duo-button {
    display: block;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .duo-photographer-studio-ctas .duo-button {
        display: inline; } }

.duo-button {
  padding: 14px 30px;
  font-size: 13px;
  line-height: 24px;
  margin-right: 10px;
  margin-bottom: 10px; }

.remodal-overlay {
  background-color: rgba(25, 25, 25, 0.9) !important; }

.remodal .modal-title, .modal-example .modal-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400; }

.remodal .modal-contact-copy, .modal-example .modal-contact-copy {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }

.remodal .modal-accent-image img, .modal-example .modal-accent-image img {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

.remodal label, .modal-example label {
  font-size: 14px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif; }

.remodal input, .remodal textarea, .modal-example input, .modal-example textarea {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-family: "Montserrat", sans-serif; }

.remodal .remodal-cancel, .modal-example .remodal-cancel {
  color: #000;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  padding: 10px 20px 12px 20px;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid #000; }

.remodal .modal-contact-cta-button, .modal-example .modal-contact-cta-button {
  margin-top: 60px;
  margin-bottom: 40px; }
