body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  color: #919191;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 3px solid #e23b7d;
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.top-banner {
  position: relative;
  height: 100vh;
  background-color: #2e2e2e;
  color: #161616;
}

.navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .23);
  background-color: transparent;
}

.navigation.black {
  border-bottom-color: rgba(0, 0, 0, .06);
}

.nav-menu {
  margin-right: 20px;
  float: right;
  text-align: center;
}

.navigation-link {
  position: relative;
  padding: 32px 20px 30px;
  opacity: 0.8;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.navigation-link:hover {
  background-color: rgba(0, 0, 0, .23);
  opacity: 1;
}

.navigation-link.w--current {
  opacity: 1;
}

.navigation-link.scroll {
  padding-top: 27px;
  padding-bottom: 25px;
}

.navigation-link.dark {
  color: #212121;
}

.navigation-link.dark:hover {
  background-color: rgba(0, 0, 0, .08);
}

.brand-logo {
  width: 200px;
  margin-top: 0px;
}

.brand-logo.w--current {
  width: 200px;
  margin-top: 9px;
}

.brand-logo.scroll {
  margin-top: 0px;
}

.line-navigation {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.line-navigation.color {
  background-color: #e23b7d;
}

.contact-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: scroll;
  width: 68%;
  padding: 20px 50px;
  background-color: #fff;
  box-shadow: 0 0 100px 20px rgba(0, 0, 0, .3);
}

.big-slider {
  height: 100%;
  background-color: transparent;
}

.slide-navigation {
  z-index: 1;
  width: 50%;
  padding-top: 0px;
  font-size: 10px;
}

.right-arrow {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 22px;
  font-weight: 700;
}

.right-arrow:hover {
  background-color: #e23b7d;
}

.dynamic-full-view {
  height: 100vh;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dynamic-full-view.slide1 {
  background-image: url('../images/3.jpg');
  background-size: cover;
}

.dynamic-full-view.slide2 {
  background-image: url('../images/Clover-field.JPG');
  background-size: cover;
}

.dynamic-full-view.slide3 {
  background-image: url('../images/Wine-Barrels.jpg');
  background-size: cover;
}

.dynamic-full-view.slide4 {
  background-image: url('../images/Amber-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dynamic-full-view.slide5 {
  background-image: url('../images/IMG_0176_001.jpg');
  background-size: cover;
}

.dynamic-full-view.slide6 {
  background-image: url('../images/JC7A0038.JPG');
  background-size: cover;
}

.dynamic-photo-wrapper {
  position: relative;
}

.photo-overlay {
  height: 100%;
  background-image: -webkit-linear-gradient(81deg, rgba(0, 0, 0, .5) 10%, rgba(0, 0, 0, .2));
  background-image: linear-gradient(9deg, rgba(0, 0, 0, .5) 10%, rgba(0, 0, 0, .2));
}

.photo-overlay.in-pages {
  background-image: -webkit-linear-gradient(81deg, #000 29%, rgba(0, 0, 0, .43));
  background-image: linear-gradient(9deg, #000 29%, rgba(0, 0, 0, .43));
}

.container-center {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

.big-title {
  display: block;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 72px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.space {
  height: 20px;
}

.space.medium {
  height: 30px;
}

.space.big {
  height: 60px;
}

.sub-text-slider {
  font-family: 'Playfair Display', sans-serif;
  color: #ddd;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.button {
  padding: 17px 25px 15px;
  border-radius: 5px;
  background-color: #e23b7d;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ac285b;
}

.button.different-color {
  background-color: #111;
  cursor: pointer;
}

.button.different-color:hover {
  background-color: #e23b7d;
  color: #fff;
}

.button.outline {
  padding-right: 49px;
  padding-left: 49px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
}

.button.outline:hover {
  border-color: #e23b7d;
  background-color: #e23b7d;
}

.view-gallery-wrapper {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 100;
}

.photo-by {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 100;
}

.photo-by-text {
  display: inline-block;
  margin-right: 8px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 13px;
}

.photo-by-text.different-text {
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.photo-by-text.different-text:hover {
  text-decoration: underline;
}

.social-icon-wrapper {
  position: relative;
  z-index: 100;
  margin-top: 20px;
  float: right;
}

.social-icon-wrapper.scroll {
  margin-top: 15px;
}

.like-button {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  float: left;
  border: 1px solid #fff;
  border-radius: 5px;
  background-image: url('../images/font-awesome_4-6-3_thumbs-up_100_0_ffffff_none-1.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.like-button.dark {
  border-color: #a1a1a1;
  background-image: url('../images/font-awesome_4-6-3_thumbs-up_100_0_757575_none.png');
  background-size: 12px;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  float: left;
  border: 1px solid #fff;
  border-radius: 5px;
  background-image: url('../images/fa-facebook_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-icon:hover {
  border-color: #e23b7d;
  background-color: #e23b7d;
}

.social-icon.twitter {
  background-image: url('../images/fa-twitter_100_0_ffffff_none.png');
  background-size: 12px;
}

.social-icon.instagram {
  background-image: url('../images/font-awesome_4-6-3_instagram_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon.instagram:hover {
  border-color: #e23b7d;
  background-color: #e23b7d;
}

.social-icon.dark {
  border-color: #a1a1a1;
  background-image: url('../images/font-awesome_4-6-3_facebook_100_0_757575_none.png');
  background-size: 14px;
}

.social-icon.dark:hover {
  border-color: #e23b7d;
  background-image: url('../images/fa-facebook_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon.dark.twitter-dark {
  background-image: url('../images/font-awesome_4-6-3_twitter_100_0_757575_none.png');
  background-size: 14px;
}

.social-icon.dark.twitter-dark:hover {
  background-image: url('../images/fa-twitter_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon.dark.instagram-dark {
  background-image: url('../images/font-awesome_4-6-3_instagram_100_0_757575_none.png');
  background-size: 16px;
}

.social-icon.dark.instagram-dark:hover {
  background-image: url('../images/font-awesome_4-6-3_instagram_100_0_ffffff_none.png');
  background-size: 16px;
}

.top-title {
  margin-bottom: 40px;
  text-align: center;
}

.top-title.no-margin {
  margin-bottom: 0px;
}

.top-title.more-margin {
  margin-bottom: 50px;
}

.circle-divider {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #e23b7d;
  border-radius: 100%;
}

.circle-divider.biger {
  width: 20px;
  height: 20px;
}

.team-wrapper {
  position: relative;
  height: 650px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #dedede;
  background-image: url('../images/BruceDWilsonPhotography.jpg');
  background-position: 37px 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.form-wrapper {
  padding: 15px 30px 30px;
  border: 1px solid #e1e1e1;
}

.field-label {
  margin-bottom: 0px;
  color: #777;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field {
  height: 40px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e1e1e1;
}

.text-field:active {
  border-bottom-color: #e23b7d;
}

.text-field:focus {
  border-bottom-color: #e23b7d;
}

.text-field.area {
  padding-bottom: 82px;
}

.div-center {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.remove-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background-image: url('../images/remove.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.remove-button:hover {
  border-color: #e23b7d;
}

.success-message {
  background-color: #388132;
  color: #fff;
}

.error-message {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #d62525;
  color: #fff;
  text-align: center;
}

.sub-banner {
  height: 350px;
  background-image: -webkit-linear-gradient(90deg, #000, transparent), url('../images/bg.png');
  background-image: linear-gradient(0deg, #000, transparent), url('../images/bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-banner.second-image {
  background-image: -webkit-linear-gradient(90deg, #000 5%, transparent), url('../images/017.JPG');
  background-image: linear-gradient(0deg, #000 5%, transparent), url('../images/017.JPG');
  background-position: 0px 0px, 0% 29%;
  background-size: auto, cover;
}

.sub-banner.william-lee {
  position: relative;
  height: 500px;
  background-color: #dedede;
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sub-banner.third-image {
  background-image: -webkit-linear-gradient(90deg, #000, transparent), url('../images/bg-3.jpg');
  background-image: linear-gradient(0deg, #000, transparent), url('../images/bg-3.jpg');
  background-size: auto, cover;
}

.sub-banner.four-image {
  background-image: -webkit-linear-gradient(90deg, #000, transparent), url('../images/bg-4.jpg');
  background-image: linear-gradient(0deg, #000, transparent), url('../images/bg-4.jpg');
  background-size: auto, cover;
}

.sub-banner.five-image {
  position: relative;
  background-image: -webkit-linear-gradient(90deg, #000, transparent), url('../images/bg-5.jpg');
  background-image: linear-gradient(0deg, #000, transparent), url('../images/bg-5.jpg');
  background-size: auto, cover;
}

.sub-banner.blog {
  background-image: url('../images/bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sub-banner.color {
  background-color: #292929;
  background-image: none;
  background-position: 0px 0px;
}

.section {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section.with-margin {
  padding: 100px 10px;
  background-color: #fafafa;
}

.footer {
  padding: 26px 25px;
}

.copyright {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
}

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

.copyright-link {
  font-family: 'Playfair Display', sans-serif;
  color: #313131;
  text-decoration: none;
}

.copyright-link:hover {
  text-decoration: underline;
}

.social-text {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.social-text:hover {
  color: #e23b7d;
  text-decoration: underline;
}

.tab-menu {
  margin-right: 200px;
  margin-bottom: 50px;
  margin-left: 200px;
  text-align: center;
}

.tab-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 9px 15px;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #818181;
  font-size: 15px;
  text-decoration: none;
}

.tab-link:hover {
  background-color: #e9e9e9;
  color: #515151;
}

.tab-link.w--current {
  border-radius: 5px;
  background-color: #e23b7d;
  color: #fff;
}

.tab-link.current {
  background-color: #e23b7d;
  color: #fff;
}

.dynamic-gallery {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.gallery-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}

.scroll-navigation {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  background-color: rgba(0, 0, 0, .8);
}

.zoom-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .77) 15%, transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .77) 15%, transparent);
}

.gallery-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 40px 30px;
}

.gallery-title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.category {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #bdbdbd;
}

.top-text {
  margin-top: 80px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 47px;
  font-weight: 300;
}

.top-text.dark {
  color: #fff;
}

.top-text.in-subpage {
  display: inline-block;
  margin-right: 5px;
}

.top-text.in-subpage.diffrent-font {
  font-family: 'Playfair Display', sans-serif;
  color: #e23b7d;
  font-weight: 400;
}

.top-text.biger {
  margin-top: 0px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
}

.tab-content {
  background-color: #fafafa;
}

.team-name {
  margin-top: 0px;
  font-size: 52px;
  font-weight: 400;
}

.logo-footer {
  display: block;
  margin-top: 6px;
}

.empty-state {
  display: block;
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #e23b7d;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-style: italic;
  text-align: center;
}

.social-team {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

.section-color {
  background-color: #fafafa;
}

.section-color.with-margin {
  padding-bottom: 100px;
}

.section-color.with-margin.white {
  background-color: #fff;
}

.section-color.with-margin.both-line {
  padding-top: 50px;
  padding-bottom: 0px;
}

.photo-content {
  position: relative;
  height: 500px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.meta-title {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #b4b4b4;
  font-size: 15px;
  font-weight: 300;
}

.div-meta {
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid hsla(0, 0%, 88%, .34);
}

.div-meta.no-line {
  border-right-style: none;
}

.meta-link {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.meta-link:hover {
  text-decoration: underline;
}

.move-up {
  position: relative;
  z-index: 3;
  margin-top: -93px;
}

.photo-shadow {
  position: relative;
  overflow: hidden;
  box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, .1);
}

.sidebar-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}

.tags-link {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 11px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
  text-decoration: none;
}

.tags-link:hover {
  border-color: #e23b7d;
  color: #e23b7d;
}

.featured-title {
  margin-top: 0px;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #e1e1e1;
}

.section-purple {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}

.blog-content {
  height: 405px;
  padding: 30px;
  background-color: #fff;
}

.blog-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 405px;
}

.blog-title {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #212121;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  text-decoration: none;
}

.blog-title:hover {
  color: #e23b7d;
}

.blog-line-divider {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #e1e1e1;
}

.author-content {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
  font-size: 14px;
  font-style: italic;
}

.author-content.biger {
  color: #c2c2c2;
  font-size: 15px;
}

.author-name {
  color: #e23b7d;
  font-weight: 500;
  text-decoration: none;
}

.author-name:hover {
  text-decoration: underline;
}

.author-name.white {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.big-line-divider {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #e1e1e1;
}

.meta-data {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 15px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.overlay-photographers-page {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(99deg, rgba(0, 0, 0, .3), transparent);
  background-image: linear-gradient(351deg, rgba(0, 0, 0, .3), transparent);
}

.gallery-overlay-mobile {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}

.gallery-title-mobile {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.licensing-image {
  width: 300px;
  height: 334px;
  background-image: url('../images/team-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.licensing-image.image-2 {
  background-image: url('../images/team-2.jpg');
}

.licensing-image.image-3 {
  background-image: url('../images/team-3.jpg');
}

.photowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brucewrap {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #dedede;
}

.photosection {
  display: block;
  text-align: center;
}

.photoitem {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 32%;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flexflowphoto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexchildphoto {
  width: 33.33333333%;
}

.photocol {
  padding-right: 0px;
  padding-left: 0px;
}

.photocontainer {
  overflow: hidden;
}

html.w-mod-js *[data-ix="menu-line-initial-appearance"] {
  width: 0%;
}

html.w-mod-js *[data-ix="initial-appearance-social-icon"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="contact-wrapper-initial-appear"] {
  display: none;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="hide-gallery-content-initial-appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-up-gallery-title-initial-appear"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="move-down-gallery-title-initial-appear-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="display-none-nav-scroll-first-appear"] {
  display: none;
}

@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .navigation {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-menu {
    margin-right: 0px;
    background-color: rgba(27, 27, 27, .9);
  }
  .nav-menu.white {
    background-color: #fafafa;
    color: #fff;
  }
  .navigation-link {
    display: block;
    text-align: center;
  }
  .brand-logo {
    margin-top: 12px;
  }
  .brand-logo.w--current {
    width: 144px;
    margin-top: 0px;
  }
  .contact-wrapper {
    width: 100%;
  }
  .photo-overlay.with-padding {
    padding-right: 10px;
    padding-left: 10px;
  }
  .big-title {
    font-size: 52px;
    line-height: 59px;
  }
  .button.outline {
    padding-right: 30px;
    padding-left: 30px;
  }
  .team-wrapper {
    height: 670px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: -123px 50%;
  }
  .sub-banner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sub-banner.william-lee {
    background-position: -274px 50%;
    background-size: contain;
  }
  .sub-banner.blog.no-padding-blog {
    padding-right: 0px;
    padding-left: 0px;
  }
  .align-right.center {
    text-align: center;
  }
  .tab-menu {
    margin-right: 0px;
    margin-left: 0px;
  }
  .dynamic-gallery {
    width: 50%;
  }
  .gallery-overlay {
    display: none;
  }
  .top-text.in-subpage {
    font-size: 42px;
  }
  .logo-footer {
    text-align: center;
  }
  .blog-content {
    height: auto;
  }
  .hamburger {
    color: #fff;
  }
  .hamburger.w--open {
    background-color: #e23b7d;
  }
  .hamburger.second {
    color: #313131;
  }
  .hamburger.second.w--open {
    color: #fff;
  }
  .gallery-overlay-mobile {
    display: block;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .6), hsla(0, 0%, 100%, 0));
  }
  .lightbox {
    margin-bottom: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 767px) {
  .contact-wrapper {
    padding: 20px 30px;
  }
  .photo-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }
  .big-title {
    font-size: 52px;
    line-height: 62px;
  }
  .button.outline {
    padding-right: 10px;
    padding-left: 10px;
  }
  .top-title.no-margin.in-category {
    margin-top: 56px;
  }
  .team-wrapper {
    background-image: url('../images/BruceDWilsonPhotography.jpg');
    background-position: -164px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .dynamic-gallery {
    width: 100%;
  }
  .top-text {
    line-height: 54px;
  }
  .top-text.in-subpage {
    margin-top: 0px;
  }
  .top-text.biger {
    margin-bottom: 10px;
  }
  .team-name {
    margin-top: 25px;
  }
  .div-meta {
    display: block;
    margin-bottom: 10px;
    border-right-style: none;
  }
  .blog-image {
    height: auto;
  }
  .team-color {
    padding: 33px;
    background-color: hsla(0, 0%, 100%, .94);
  }
  .mobile-space {
    margin-top: 20px;
  }
  .lightbox {
    margin-bottom: 0px;
  }
  .photosection {
    display: block;
  }
  .lbimage {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .photocontainer {
    display: block;
    max-height: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .navigation {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-wrapper {
    padding: 80px 10px 10px;
  }
  .big-title {
    font-size: 42px;
    line-height: 52px;
  }
  .photo-by-text {
    display: none;
  }
  .top-title.no-margin {
    margin-bottom: -85px;
  }
  .top-title.no-margin.in-mobile {
    margin-bottom: 22px;
  }
  .top-title.no-margin.in-category {
    margin-top: 0px;
    margin-bottom: -70px;
  }
  .team-wrapper {
    height: 700px;
    background-size: cover;
  }
  .sub-banner {
    height: 350px;
  }
  .sub-banner.william-lee {
    height: 400px;
  }
  .tab-menu {
    padding-right: 10px;
    padding-left: 10px;
  }
  .top-text {
    font-size: 37px;
    line-height: 47px;
  }
  .top-text.in-subpage {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .top-text.in-subpage.diffrent-font {
    margin-bottom: 15px;
  }
  .team-name {
    font-size: 32px;
    line-height: 42px;
  }
}

