body {
  background-color: #f8f8f8;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #db2089;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 1.5em;
}

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

a:hover {
  color: #000;
}

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

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #9b9b9b;
}

li {
  margin-top: 5px;
  color: #9b9b9b;
}

img {
  display: inline-block;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 20px 0px 30px;
  border-left: 5px solid #db2089;
  font-size: 24px;
  line-height: 40px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.hero-section {
  height: 90vh;
}

.hero-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  min-height: 600px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-content-block.right {
  position: relative;
  z-index: 10;
  width: 60%;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1))), url('../images/mean-shadows-374162-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/mean-shadows-374162-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 7px 7px 70px -10px rgba(0, 0, 0, .7);
  font-family: 'Playfair Display', sans-serif;
}

.hero-text-wrapper {
  position: relative;
  z-index: 10;
  width: 370px;
  padding-right: 60px;
}

.hero-text-wrapper.post-version {
  width: auto;
  max-width: 410px;
}

.hero-text-wrapper.events {
  margin-top: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.hero-title.main-title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 600;
}

.hero-title.post-title {
  margin-bottom: 25px;
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
}

.learn-more-link-block {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.learn-more-link-block.visit-blog {
  padding-right: 20px;
}

.learn-more-link-block.bottom-left {
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.learn-more-link-block.align-right {
  position: absolute;
  right: 30px;
  bottom: 70px;
}

.learn-more-link-block.white {
  color: #fff;
}

.learn-more-link-block.read-now {
  color: hsla(0, 0%, 100%, .6);
}

.learn-more-link-block.read-now:hover {
  color: #fff;
}

.learn-more-title {
  display: inline-block;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
}

.learn-more-line {
  width: 10px;
  height: 3px;
  margin-bottom: 1px;
  background-color: #db2089;
}

.learn-more-line.stories-line {
  left: 130px;
}

.navbar {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 1000;
  height: 65px;
  background-color: transparent;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

.nav-link.w--current {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: underline;
}

.nav-link.dropdown-toggle.w--open {
  text-decoration: underline;
}

.image-overlay-blocks-wrapper.featured {
  position: absolute;
  left: -20px;
  bottom: -50px;
}

.overlay-image-block {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 170px;
  margin-right: 20px;
  background-image: url('../images/audience-concert-lights-1150836.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 7px 7px 70px -10px rgba(0, 0, 0, .7);
}

.overlay-image-block._2 {
  background-image: url('../images/audience-back-view-band-442540.jpg');
  background-position: 50% 0px;
}

.section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.section.footer-image-section {
  position: relative;
  height: 520px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Footer-Image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 14px;
}

.section.featured-story-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.archive-section {
  padding-top: 269px;
  border-top: 1px solid #eee;
}

.section.about-section {
  padding-top: 140px;
  padding-bottom: 70px;
}

.section.dark-footer-section {
  overflow: visible;
  padding-bottom: 120px;
  background-color: #1a1a1a;
  color: #222;
}

.section.categories-section {
  padding-top: 140px;
}

.section.less-top-padding {
  padding-top: 60px;
}

.section.events {
  padding-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.website-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.container {
  position: relative;
}

.container.push-up {
  margin-bottom: -350px;
}

.section-title-wrapper {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}

.section-title-wrapper.small {
  margin-bottom: 20px;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.section-title.stories {
  font-family: Montserrat, sans-serif;
}

.featured-categories-wrapper {
  position: relative;
  z-index: 10;
}

.category-link-block {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 60px -10px rgba(0, 0, 0, .3);
  color: #fff;
  text-decoration: none;
}

.category-link-block.small {
  height: 160px;
  margin-bottom: 20px;
}

.category-link-block.large {
  height: 110%;
}

.category-main-title {
  font-size: 23px;
}

.category-main-title.large {
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 72px;
}

.category-block-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 29px;
  background-color: rgba(0, 0, 0, .1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(90%, rgba(0, 0, 0, .7)));
  background-image: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, .7) 90%);
  box-shadow: 0 0 10px 0 transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.category-block-overlay:hover {
  background-color: transparent;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

.bg-element {
  position: absolute;
  right: -420px;
  bottom: -80px;
  z-index: 1;
  width: 600px;
  height: 430px;
  border: 100px solid #ffc761;
  opacity: 0.73;
}

.bg-element.in-header {
  right: -130px;
  bottom: -210px;
}

.bg-element.behind-gallery {
  top: -100px;
  right: -450px;
  bottom: auto;
  z-index: 1;
}

.bg-element.small {
  left: -250px;
  right: auto;
  bottom: -90px;
  width: 400px;
  height: 380px;
  border-width: 70px;
}

.bg-element.small.top-left {
  left: -155px;
  top: -35px;
  bottom: auto;
  width: 300px;
  height: 300px;
}

.bg-element.small.on-post-page {
  left: -70px;
  bottom: -100px;
  width: 320px;
  height: 320px;
  border-width: 60px;
}

.bg-element.footer-element {
  border-color: #fff;
}

.bg-element.bottom-right {
  right: -130px;
  bottom: -410px;
  width: 530px;
  border-width: 70px;
}

.bg-element.post-page {
  top: -272px;
  right: -180px;
  bottom: auto;
}

.bg-element.cats {
  left: -420px;
  right: auto;
  bottom: -50px;
}

.about-column-block {
  width: 400px;
}

.small-gallery-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  margin-bottom: -395px;
}

.small-gallery-row {
  margin-right: -10px;
  margin-left: -10px;
  background-color: transparent;
}

.small-gallery-image {
  width: 100%;
  height: 310px;
  margin-bottom: 30px;
  background-image: url('../images/esteban-tree-IMG_4716e-crop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 60px -10px rgba(0, 0, 0, .4);
}

.small-gallery-image._2 {
  background-image: url('../images/44595577_498200340687715_7392346583718492514_n.jpg');
}

.small-gallery-image._3 {
  background-image: url('../images/41261063_893561880842647_8734023917590079482_n.jpg');
}

.small-gallery-image._4 {
  background-image: url('../images/Beata-_282.jpg');
}

.small-gallery-image._5 {
  background-image: url('../images/joelle-crop.png');
}

.small-gallery-image._6 {
  position: relative;
  z-index: 10;
  background-image: url('../images/audience-back-view-band-442540-left-crop.jpg');
}

.small-gallery-column {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.small-gallery-column._1 {
  padding-top: 123px;
  padding-left: 0px;
}

.small-gallery-column._4 {
  margin-top: -42px;
  padding-right: 0px;
}

.small-gallery-column._3 {
  margin-top: -165px;
}

.small-author-block {
  position: relative;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 19px;
  padding-left: 100px;
}

.small-author-block.in-header {
  position: absolute;
  left: 40px;
  bottom: 0px;
  z-index: 30;
  color: #fff;
}

.small-author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url('../images/israel-palacio-459693-unsplash-cropcenter.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.small-author-title {
  margin-bottom: 7px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}

.featured-story-image-block {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/pexels-photo-582429.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 70px -10px rgba(0, 0, 0, .3);
}

.featured-story-content-block {
  max-width: 420px;
  padding: 50px 50px 50px 60px;
  float: left;
  background-color: transparent;
}

.footer-row {
  width: 800px;
}

.widget-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.widget-title.newsletter-title {
  margin-bottom: 20px;
}

.footer-link {
  display: block;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  color: #ffb42a;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.more-info-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  text-align: left;
}

.featured-story-column-block {
  position: relative;
  z-index: 10;
  width: 60%;
  height: 580px;
  padding: 0px;
  float: left;
}

.featured-story-column-block.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.featured-story-title {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #b3b3b3;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.learn-more-main-title {
  display: inline-block;
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.featured-title-wrapper {
  margin-bottom: 30px;
}

.footer-column {
  width: 33%;
  padding-right: 50px;
  float: left;
}

.footer-column._2 {
  width: 20%;
}

.footer-paragraph {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.footer-newsletter-form {
  width: 430px;
  margin-top: 0px;
  margin-bottom: 0px;
  box-shadow: 7px 7px 50px -10px rgba(0, 0, 0, .2);
}

.footer-newsletter-field {
  display: inline-block;
  width: 60%;
  height: 50px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 0px solid #000;
  font-family: 'Open Sans', sans-serif;
}

.button {
  position: relative;
  z-index: 10;
  width: auto;
  height: auto;
  padding: 11px 30px 10px;
  float: right;
  clear: none;
  background-color: #db2089;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.button.footer-newsletter-button {
  width: 40%;
  height: 50px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
}

.button.submit-button {
  margin-top: 10px;
  background-color: #fff;
  color: #1a1a1a;
  font-weight: 500;
}

.button.submit-button:hover {
  color: #db2089;
}

.button.search-button {
  width: 40%;
  height: 50px;
  float: right;
  font-family: 'Open Sans', sans-serif;
}

.button.image-block-button {
  position: absolute;
  right: -10px;
  bottom: -10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #db2089;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.button.button-long {
  width: 40%;
  height: 50px;
}

.small-gallery-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 199, 97, .69);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.small-gallery-overlay:hover {
  background-color: rgba(255, 199, 97, .89);
  color: #fff;
}

.subpage-header-section {
  position: relative;
  height: 550px;
}

.subpage-header-section.recent-post {
  height: 700px;
}

.subpage-header-section.contact {
  z-index: 10;
  height: 720px;
}

.subpage-header-section.small {
  height: 360px;
}

.subpage-header-section.post-header {
  height: 700px;
}

.subpage-header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding-top: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f3f3f3;
}

.subpage-header-block.image {
  position: relative;
  width: 60%;
  height: 106%;
  padding-top: 0px;
  float: right;
  background-image: url('../images/43198044_178270043053941_3069267888847494612_n.jpg');
  background-size: cover;
  box-shadow: 7px 7px 100px -10px rgba(0, 0, 0, .5);
}

.subpage-header-block.image.tags-header {
  background-image: url('../images/Footer-Image-1.jpg');
  background-position: 50% 100%;
}

.subpage-header-block.image.post-header-image {
  z-index: 20;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.subpage-header-block.with-form {
  position: relative;
  width: 60%;
  padding-top: 0px;
  padding-left: 70px;
  float: right;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffb42a;
  background-image: linear-gradient(184deg, #ffb42a 60%, #fff9ee);
}

.subpage-header-block.with-categories {
  position: relative;
  display: block;
  width: 60%;
  padding-top: 0px;
  float: right;
}

.subpage-header-block.recent-post-link {
  position: relative;
  width: 60%;
  height: 105%;
  float: right;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 7px 7px 70px 0 rgba(0, 0, 0, .3);
}

.about-image-block {
  position: absolute;
  left: -120px;
  top: 0px;
  z-index: 10;
  width: 350px;
  height: 350px;
  background-image: url('../images/IMG_3349-crop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 60px -10px rgba(0, 0, 0, .4);
}

.about-image-block._2 {
  left: 175px;
  top: -60px;
  z-index: 9;
  background-image: url('../images/IMG_3285.jpg');
}

.about-image-block._3 {
  left: 375px;
  top: 160px;
  z-index: 8;
  background-image: url('../images/IMG_3400-light.jpg');
}

.about-image-block._4 {
  left: auto;
  top: 60px;
  right: -110px;
  background-image: url('../images/IMG_3312.jpg');
}

.about-gallery-wrapper {
  position: relative;
  height: 470px;
  margin-top: 140px;
  margin-bottom: 110px;
}

.column-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 42px;
}

.posts-list-wrapper {
  position: relative;
  z-index: 10;
}

.posts-list-wrapper.push-up {
  margin-bottom: -300px;
}

.posts-list-wrapper.archive-push-up {
  margin-bottom: -380px;
}

.posts-list-wrapper.with-search {
  margin-bottom: -340px;
}

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

.post-item {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.post-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 60px;
  padding-left: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-block.small {
  height: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-left: 0px;
}

.post-image-block {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 350px;
  height: 350px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 14px 14px 50px -10px rgba(0, 0, 0, .4);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.post-image-block:hover {
  box-shadow: 21px 21px 70px -10px rgba(0, 0, 0, .4);
}

.post-image-block.small {
  position: static;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.post-category-title {
  display: inline-block;
}

.post-title-link {
  display: block;
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 41px;
  font-weight: 700;
}

.post-title-link.small {
  color: #000;
  font-size: 23px;
  line-height: 34px;
}

.post-title-link.small:hover {
  color: #1a1a1a;
}

.post-title-link.large {
  color: #000;
  font-size: 43px;
  line-height: 56px;
  font-weight: 700;
}

.post-info-wrapper {
  margin-bottom: 10px;
}

.post-info-wrapper.on-post-page {
  margin-bottom: 30px;
}

.post-info-title {
  display: inline-block;
  margin-right: 6px;
}

.post-info-title.bold {
  font-weight: 700;
}

.most-recent-post-wrapper {
  height: 100%;
}

.most-recent-post-list {
  height: 100%;
}

.recent-post-item {
  height: 100%;
}

.blog-column-block {
  width: 65%;
  padding: 0px;
  float: left;
}

.blog-column-block.right {
  width: 30%;
  float: right;
}

.info-title-wrapper {
  margin-bottom: 40px;
}

.info-title {
  font-size: 23px;
  font-weight: 400;
}

.tag-link {
  display: inline-block;
  padding: 4px 10px 3px;
  border-radius: 4px;
  background-color: rgba(219, 32, 137, .06);
  font-size: 15px;
  line-height: 27px;
}

.contact-form {
  width: 100%;
  margin-bottom: 0px;
}

.contact-form-wrapper {
  position: relative;
  z-index: 10;
  width: 420px;
}

.field {
  height: 40px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, .2);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0);
}

.field:hover {
  border-bottom-color: hsla(0, 0%, 100%, .4);
}

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

.field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.field::placeholder {
  color: hsla(0, 0%, 100%, .5);
}

.field.area {
  height: 110px;
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-filler {
  width: 100%;
  height: 170px;
  background-color: #1a1a1a;
}

.footer-filler.bottom {
  height: 110px;
}

.header-categories-wrapper {
  height: 100%;
}

.large-category-item {
  height: 100%;
}

.large-categories-list {
  height: 100%;
}

.bottom-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px 30px 30px 50px;
}

.bottom-title-wrapper.small {
  padding-left: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(26, 26, 26, .7)));
  background-image: linear-gradient(180deg, transparent, rgba(26, 26, 26, .7));
}

.search-form {
  position: relative;
  z-index: 10;
  width: 420px;
  margin-bottom: 0px;
}

.search-form.centered {
  display: block;
  width: 617px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.search-form.bottom-version {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -489px;
  display: block;
  width: 500px;
  margin: 50px auto 49px;
  box-shadow: 7px 7px 40px 0 rgba(0, 0, 0, .2);
  text-align: center;
}

.search-field {
  width: 60%;
  height: 50px;
  margin-bottom: 0px;
  padding-left: 20px;
  float: left;
  border: 0px solid #000;
}

.tag-item {
  padding-top: 13px;
  padding-right: 14px;
  padding-left: 0px;
}

.tag-item.align-left {
  padding-right: 10px;
  padding-left: 0px;
}

.tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags-list-wrapper {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.tags-list-wrapper.align-left {
  max-width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-link:hover {
  color: #db2089;
}

.dropdown-link.w--current {
  background-color: rgba(219, 32, 137, .05);
  color: #db2089;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 7px 7px 30px -10px rgba(0, 0, 0, .4);
}

.search-title {
  margin-bottom: 25px;
  color: #b2b2b2;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.highlight-title {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.dark-image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), color-stop(99%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), transparent 99%);
}

.dark-image-overlay.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 30%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), color-stop(99%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 99%);
}

.description {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.color-text {
  color: #db2089;
}

.bottom-title {
  width: 220px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 47px;
  font-weight: 500;
}

.newsletter-footer-block {
  position: relative;
  z-index: 20;
  min-height: 100px;
  margin-top: 30px;
}

.footer-about-image-block {
  position: absolute;
  right: -80px;
  bottom: -170px;
  z-index: 10;
  width: 280px;
  height: 330px;
  background-image: url('../images/blake-cheek-693727-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 7px 7px 80px 0 rgba(0, 0, 0, .4);
}

.footer-about-image-block.small {
  left: -51px;
  top: -51px;
  right: auto;
  bottom: auto;
  width: 150px;
  height: 150px;
  background-image: url('../images/active-beach-blurred-background-1398624.jpg');
}

.footer-about-image-block.small.small-2 {
  left: -13px;
  top: auto;
  bottom: -51px;
  width: 100px;
  height: 100px;
  background-image: url('../images/lens-dude.jpg');
  background-size: cover;
}

.image-block-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  color: #fff;
}

.white-link {
  color: #ffb42a;
}

.white-link:hover {
  color: #fff;
}

.header-image-overlay {
  width: 100%;
  height: 100%;
  background-color: #db2089;
  opacity: 0.9;
}

.header-image-overlay.light {
  opacity: 0.85;
}

.story-wrapper {
  display: block;
  width: 90%;
  margin-top: -156px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.story-text-wrapper {
  position: relative;
  z-index: 10;
  padding: 100px;
  background-color: #fff;
  box-shadow: 14px 14px 90px -10px rgba(0, 0, 0, .06);
}

.rtb {
  line-height: 23px;
}

.rtb img {
  min-width: 120%;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: -10%;
  box-shadow: 7px 7px 60px -10px rgba(0, 0, 0, .3);
}

.rtb figcaption {
  margin-top: -15px;
  margin-bottom: 40px;
  color: #acacac;
  font-style: italic;
  text-align: right;
}

.post-bottom-info-block {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ececec;
}

.post-bottom-info-title {
  margin-bottom: 10px;
  color: #cacaca;
  font-size: 18px;
  font-weight: 700;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-block.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thank-you {
  background-color: #1a1a1a;
  color: #fff;
}

.image-link-blocks-wrapper {
  position: absolute;
  left: -30px;
  bottom: -50px;
}

.paragraph-2 {
  font-family: 'Open Sans', sans-serif;
}

.text-block {
  font-family: Montserrat, sans-serif;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
}

.paragraph-4 {
  font-family: 'Open Sans', sans-serif;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.paragraph-5 {
  font-family: 'Open Sans', sans-serif;
}

.form {
  position: relative;
  z-index: 10;
  display: block;
  width: 617px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-field {
  width: 60%;
  height: 50px;
  padding-right: 12px;
  padding-left: 20px;
  float: left;
}

.subpage-header-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding-top: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f3f3f3;
}

.subpage-header-block-2.with-categories {
  position: relative;
  display: block;
  width: 60%;
  padding-top: 0px;
  float: right;
}

.paragraph-7 {
  font-family: 'Open Sans', sans-serif;
}

.logo-title {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

.logo-subtitle {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
}

.logo-image {
  width: 50px;
  height: 50px;
}

.logo-pink-line {
  width: 15px;
  height: 3px;
  margin-right: 10px;
  background-color: #db2089;
}

.logo-subtitle-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tickets-link {
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  background-color: #db2089;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tickets-link:hover {
  background-color: hsla(326.3101604278075, 74.50%, 49.22%, 0.70);
  color: #fff;
}

.thumb-event-date.hero {
  font-size: 16px;
}

.page-item {
  margin-left: -15px;
  list-style-type: none;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacy-holder {
  margin-top: 50px;
}

.privacy-question {
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.privacy-answer {
  margin-bottom: 30px;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 300;
}

.info-link {
  padding: 2px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  text-decoration: none;
}

.signup-email-zip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.signup-zip {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1.75 auto;
  -ms-flex: 0 1.75 auto;
  flex: 0 1.75 auto;
  border: 0px solid transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.signup-email {
  display: inline-block;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px solid transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
}

.signup-full-name {
  border: 0px solid transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.signup-submit {
  width: 100%;
  background-color: #db2089;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-transform: uppercase;
}

.signup-submit:hover {
  background-color: hsla(326.3101604278075, 100.00%, 62.95%, 1.00);
}

.privacy-link-holder {
  margin-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link {
  display: inline-block;
  padding: 5px 15px;
}

.learn-more-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.us-map {
  position: absolute;
  left: 5%;
  top: 20%;
  right: 0%;
  bottom: 0%;
  width: 1100px;
  margin: auto;
}

.wpcf7-not-valid-tip {
  color: #db2089;
}

.video {
  min-height: 120%;
  min-width: 120%;
}

@media (max-width: 991px) {
  .hero-section {
    height: 610px;
  }
  .hero-text-wrapper {
    width: 100%;
    padding-top: 70px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero-text-wrapper.contact {
    padding-top: 30px;
    padding-right: 40px;
  }
  .hero-text-wrapper.about {
    padding-top: 30px;
  }
  .hero-title {
    font-size: 20px;
    line-height: 39px;
  }
  .hero-title.post-title {
    font-size: 37px;
    line-height: 54px;
  }
  .learn-more-link-block.align-right {
    bottom: 53px;
  }
  .navbar {
    top: 0px;
  }
  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    color: #000;
  }
  .nav-link:hover {
    color: #db2089;
  }
  .image-overlay-blocks-wrapper.featured {
    left: -50px;
  }
  .overlay-image-block {
    width: 200px;
    height: 140px;
  }
  .section {
    padding: 90px 40px;
  }
  .section.featured-story-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.dark-footer-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .section-title-wrapper {
    margin-bottom: 40px;
  }
  .section-title {
    font-size: 42px;
  }
  .category-link-block {
    height: 310px;
  }
  .category-link-block.large {
    height: 117%;
  }
  .category-main-title.large {
    font-size: 52px;
    line-height: 52px;
  }
  .small-gallery-row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .small-gallery-image {
    height: 190px;
    margin-bottom: 18px;
  }
  .small-gallery-column {
    padding-right: 9px;
    padding-left: 9px;
  }
  .featured-story-content-block {
    padding-left: 50px;
  }
  .footer-row {
    width: 100%;
  }
  .featured-story-column-block {
    width: 55%;
  }
  .featured-story-column-block.right {
    width: 45%;
  }
  .footer-column {
    width: 35%;
    padding-right: 0px;
  }
  .footer-column._2 {
    width: 23%;
    padding-right: 0px;
  }
  .footer-column._3 {
    width: 34%;
    padding-right: 0px;
  }
  .subpage-header-section {
    height: 500px;
  }
  .subpage-header-section.recent-post {
    height: 610px;
  }
  .subpage-header-section.contact {
    height: 600px;
  }
  .subpage-header-block {
    width: 45%;
  }
  .subpage-header-block.image {
    width: 55%;
  }
  .subpage-header-block.image.post-header-image {
    height: 103%;
  }
  .subpage-header-block.with-form {
    width: 55%;
    padding-right: 30px;
    padding-left: 40px;
  }
  .subpage-header-block.with-categories {
    width: 55%;
  }
  .subpage-header-block.recent-post-link {
    width: 55%;
  }
  .subpage-header-block.post {
    padding-top: 0px;
  }
  .about-image-block {
    top: 60px;
    width: 310px;
  }
  .about-image-block._3 {
    top: 180px;
    width: 260px;
  }
  .about-image-block._4 {
    width: 220px;
    height: 290px;
  }
  .column-title {
    font-size: 26px;
  }
  .post-block {
    padding-left: 350px;
  }
  .post-image-block {
    width: 300px;
  }
  .post-title-link.small {
    font-size: 19px;
    line-height: 28px;
  }
  .post-title-link.large {
    font-size: 40px;
    line-height: 46px;
  }
  .post-info-title {
    font-size: 12px;
  }
  .contact-form-wrapper {
    width: 100%;
  }
  .footer-filler {
    height: 120px;
  }
  .footer-filler.bottom {
    height: 40px;
  }
  .bottom-title-wrapper {
    padding: 20px;
  }
  .search-form.centered {
    width: 526px;
  }
  .dropdown-link {
    padding-left: 30px;
  }
  .dropdown-list.w--open {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .4);
  }
  .bottom-title {
    width: 140px;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 33px;
  }
  .footer-about-image-block {
    width: 230px;
  }
  .story-wrapper {
    margin-top: -40px;
  }
  .story-text-wrapper {
    padding: 40px;
  }
  .menu-button {
    width: 45px;
    height: 45px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 8px 0px 0px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 26px;
    text-align: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.close-version {
    position: absolute;
    top: 0px;
    right: 30px;
    border-color: #ebebeb;
    background-image: url('../images/cancel.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
  }
  .nav-menu {
    width: 250px;
    margin-left: 50px;
    padding-top: 70px;
    background-color: #fff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .3);
  }
  .text-column-left {
    padding-right: 30px;
  }
  .subpage-header-block-2 {
    width: 45%;
  }
  .subpage-header-block-2.with-categories {
    width: 55%;
  }
  .privacy-holder {
    margin-top: 30px;
  }
  .privacy-question {
    font-size: 1.25em;
  }
  .privacy-answer {
    line-height: 1.25em;
  }
  .us-map {
    left: 0%;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: auto;
  }
  .hero-content-block {
    display: block;
    width: 100%;
    float: none;
  }
  .hero-content-block.right {
    width: 100%;
    height: 330px;
    float: none;
  }
  .hero-text-wrapper {
    padding-top: 110px;
    padding-bottom: 30px;
  }
  .hero-text-wrapper.post-version {
    max-width: 100%;
    padding-bottom: 40px;
  }
  .hero-text-wrapper.contact {
    padding-top: 110px;
    padding-bottom: 10px;
  }
  .hero-text-wrapper.about {
    padding-top: 100px;
  }
  .hero-text-wrapper.categories {
    padding-bottom: 40px;
  }
  .image-overlay-blocks-wrapper {
    left: -30px;
    right: -30px;
    bottom: -50px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
  }
  .overlay-image-block {
    width: 100%;
    height: 220px;
    margin-top: 0px;
    margin-right: 0px;
    box-shadow: 7px 7px 50px -10px rgba(0, 0, 0, .3);
  }
  .overlay-image-block._2 {
    margin-top: 20px;
  }
  .section {
    padding: 60px 30px;
  }
  .section.footer-image-section {
    height: 500px;
  }
  .section.about-section {
    padding-top: 70px;
  }
  .section.dark-footer-section {
    padding-top: 70px;
  }
  .section.categories-section {
    padding-top: 60px;
  }
  .section-title {
    max-width: 450px;
    font-size: 36px;
  }
  .featured-categories-wrapper {
    margin-top: 20px;
  }
  .category-link-block.large {
    height: 300px;
    margin-bottom: 0px;
  }
  .bg-element.footer-element {
    left: -354px;
    right: auto;
    bottom: -325px;
  }
  .bg-element.bottom-right {
    right: -130px;
    bottom: -610px;
  }
  .about-column-block {
    width: 80%;
  }
  .small-gallery-row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .small-gallery-column {
    width: 50%;
    margin-top: -20px;
    padding-right: 0px;
  }
  .small-gallery-column._1 {
    padding-top: 0px;
    padding-right: 10px;
  }
  .small-gallery-column._4 {
    margin-top: 0px;
  }
  .small-gallery-column._3 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 0px;
  }
  .featured-story-content-block {
    max-width: 100%;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .footer-row {
    width: 100%;
    float: none;
  }
  .widget-title {
    margin-bottom: 15px;
  }
  .featured-story-column-block {
    width: 100%;
    height: 370px;
    float: none;
  }
  .featured-story-column-block.right {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer-column {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    float: none;
    text-align: center;
  }
  .footer-column._2 {
    width: 100%;
    float: none;
  }
  .footer-column._3 {
    width: 100%;
    float: none;
  }
  .footer-newsletter-form {
    width: 100%;
  }
  .button.footer-newsletter-button {
    font-size: 12px;
  }
  .subpage-header-section {
    height: auto;
  }
  .subpage-header-section.recent-post {
    height: auto;
  }
  .subpage-header-section.contact {
    height: auto;
  }
  .subpage-header-section.small {
    height: auto;
  }
  .subpage-header-section.post-header {
    height: auto;
  }
  .subpage-header-block {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0px;
    float: none;
  }
  .subpage-header-block.image {
    width: 100%;
    height: 300px;
    float: none;
  }
  .subpage-header-block.image.post-header-image {
    height: 400px;
    box-shadow: 21px 21px 60px -10px rgba(0, 0, 0, .3);
  }
  .subpage-header-block.with-form {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    float: none;
  }
  .subpage-header-block.with-categories {
    width: 100%;
    float: none;
  }
  .subpage-header-block.recent-post-link {
    width: 100%;
    height: 350px;
    padding-top: 0px;
    float: none;
  }
  .about-image-block {
    width: 250px;
    height: 270px;
  }
  .about-image-block._2 {
    left: 75px;
    top: 0px;
  }
  .about-image-block._3 {
    left: 175px;
    top: 260px;
    width: 190px;
    height: 220px;
  }
  .about-image-block._4 {
    left: 260px;
    top: 60px;
    right: auto;
  }
  .about-gallery-wrapper {
    margin-top: 50px;
  }
  .post-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .post-block {
    height: auto;
    margin-top: 20px;
    padding-left: 0px;
  }
  .post-image-block {
    position: static;
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
  }
  .post-title-link.large {
    max-width: 450px;
  }
  .blog-column-block {
    width: 100%;
  }
  .blog-column-block.right {
    width: 100%;
    margin-top: 40px;
  }
  .info-title-wrapper {
    margin-bottom: 20px;
  }
  .header-categories-wrapper {
    height: auto;
  }
  .large-category-item {
    height: auto;
  }
  .large-categories-list {
    height: auto;
  }
  .search-form.centered {
    width: 100%;
    margin-top: 40px;
  }
  .newsletter-footer-block {
    display: block;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .story-wrapper {
    width: 100%;
    margin-top: 0px;
  }
  .story-text-wrapper {
    margin-bottom: -30px;
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
  }
  .post-bottom-info-block {
    padding-top: 30px;
  }
  .menu-button {
    border-color: #000;
    color: #000;
  }
  .logo-block {
    margin-top: 8px;
  }
  .category-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-link-blocks-wrapper {
    position: static;
  }
  .text-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .text-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .subpage-header-block-2 {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0px;
    float: none;
  }
  .subpage-header-block-2.with-categories {
    width: 100%;
    float: none;
  }
  .logo-title {
    font-size: 18px;
    line-height: 1em;
  }
  .logo-subtitle {
    font-size: 12px;
    line-height: 1em;
  }
  .logo-image {
    width: 30px;
    height: 30px;
  }
  .logo-pink-line {
    margin-right: 5px;
  }
  .logo-text-holder {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .privacy-question {
    font-size: 1em;
  }
  .privacy-answer {
    font-size: 1em;
  }
  .us-map {
    display: none;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 39px;
  }
  h2 {
    font-size: 29px;
    line-height: 33px;
  }
  blockquote {
    padding-right: 0px;
    padding-left: 25px;
    font-size: 21px;
    line-height: 34px;
  }
  .hero-content-block.right {
    height: 300px;
  }
  .hero-text-wrapper {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .hero-text-wrapper.contact {
    padding-top: 80px;
  }
  .hero-text-wrapper.about {
    padding-top: 80px;
  }
  .hero-title {
    font-size: 15px;
    line-height: 29px;
  }
  .hero-title.main-title {
    max-width: 250px;
    margin-bottom: 15px;
    font-size: 28px;
  }
  .hero-title.post-title {
    max-width: 300px;
    font-size: 29px;
    line-height: 42px;
  }
  .nav-link.w--current {
    color: #db2089;
  }
  .overlay-image-block {
    height: 170px;
  }
  .section {
    padding: 50px 25px;
  }
  .section.footer-image-section {
    height: 300px;
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section.about-section {
    padding-top: 40px;
  }
  .section.less-top-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container.push-up {
    margin-bottom: -240px;
  }
  .section-title {
    max-width: 270px;
    font-size: 34px;
    line-height: 42px;
  }
  .section-title.stories {
    max-width: 190px;
  }
  .category-link-block {
    height: 210px;
  }
  .bg-element {
    right: -380px;
    bottom: -160px;
  }
  .bg-element.behind-gallery {
    top: -10px;
    right: -370px;
    width: 500px;
    height: 330px;
  }
  .bg-element.footer-element {
    opacity: 0.03;
  }
  .about-column-block {
    width: 100%;
  }
  .small-gallery-wrapper {
    margin-bottom: -245px;
  }
  .small-gallery-image {
    height: 150px;
    margin-bottom: 14px;
  }
  .small-gallery-column {
    padding-left: 5px;
  }
  .small-gallery-column._1 {
    padding-right: 5px;
  }
  .small-gallery-column._3 {
    padding-right: 5px;
  }
  .small-author-block {
    z-index: 20;
    padding-top: 6px;
    padding-left: 80px;
  }
  .small-author-block.in-header {
    left: 20px;
    bottom: -10px;
    height: 60px;
  }
  .small-author-image {
    width: 60px;
    height: 60px;
  }
  .small-author-title {
    font-size: 21px;
  }
  .widget-title.newsletter-title {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .more-info-wrapper {
    margin-top: 20px;
    font-size: 8px;
  }
  .featured-story-column-block {
    height: 300px;
  }
  .learn-more-main-title {
    position: relative;
    top: -2px;
  }
  .footer-newsletter-field {
    font-size: 11px;
  }
  .button.footer-newsletter-button {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 9px;
    text-align: center;
  }
  .button.search-button {
    padding-top: 10px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 10px;
  }
  .button.image-block-button {
    right: -5px;
    bottom: -5px;
  }
  .subpage-header-block.image {
    box-shadow: 14px 14px 50px -10px rgba(0, 0, 0, .3);
  }
  .subpage-header-block.image.post-header-image {
    height: 310px;
  }
  .subpage-header-block.with-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .subpage-header-block.recent-post-link {
    height: 270px;
    box-shadow: 7px 7px 70px 0 rgba(0, 0, 0, .2);
  }
  .about-image-block {
    left: -90px;
    width: 210px;
    height: 230px;
  }
  .about-image-block._2 {
    left: 95px;
    width: 140px;
    height: 180px;
  }
  .about-image-block._3 {
    left: 135px;
    top: 220px;
    width: 130px;
    height: 180px;
  }
  .about-image-block._4 {
    left: 190px;
    width: 120px;
    height: 180px;
  }
  .about-gallery-wrapper {
    display: block;
    width: 260px;
    height: 330px;
    margin-right: auto;
    margin-left: auto;
  }
  .column-title {
    line-height: 35px;
  }
  .posts-list-wrapper.push-up {
    margin-bottom: -200px;
  }
  .posts-list-wrapper.archive-push-up {
    margin-bottom: -270px;
  }
  .posts-list-wrapper.with-search {
    margin-bottom: -210px;
  }
  .post-block {
    margin-top: 20px;
  }
  .post-image-block {
    height: 170px;
    margin-bottom: 20px;
  }
  .post-image-block.small {
    height: 130px;
    margin-bottom: 15px;
  }
  .post-category-title {
    font-size: 10px;
  }
  .post-title-link {
    font-size: 27px;
    line-height: 37px;
  }
  .post-title-link.large {
    font-size: 34px;
    line-height: 44px;
  }
  .post-info-wrapper {
    margin-bottom: 5px;
  }
  .post-info-wrapper.on-post-page {
    margin-bottom: 20px;
  }
  .post-info-title {
    font-size: 10px;
  }
  .info-title {
    max-width: 250px;
    font-size: 17px;
    line-height: 26px;
  }
  .search-form.centered {
    margin-top: 40px;
    margin-bottom: 5px;
  }
  .search-form.bottom-version {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .search-field.large {
    font-size: 11px;
  }
  .search-title {
    margin-bottom: 15px;
    font-size: 19px;
  }
  .bottom-title {
    width: 100px;
    font-size: 16px;
    line-height: 25px;
  }
  .newsletter-footer-block {
    margin-top: 20px;
  }
  .story-wrapper {
    margin-top: -10px;
  }
  .menu-button {
    width: 42px;
    height: 42px;
    padding-top: 8px;
  }
  .menu-button.close-version {
    right: 20px;
  }
  .nav-menu {
    width: 80%;
  }
  .privacy-holder {
    margin-top: 0px;
  }
  .privacy-question {
    font-size: 1em;
  }
  .privacy-answer {
    font-size: 1em;
  }
}
