.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  font-family: Numans, sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

a {
  font-family: 'Merriweather Sans', sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  position: relative;
  z-index: 1000;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  background-color: #000;
}

.menu-button {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #000;
  cursor: pointer;
}

.menu-button.w--open {
  background-color: transparent;
}

.menu-button.white {
  background-color: #fff;
}

.menu-button.scroll-button {
  margin-right: 0px;
  margin-left: 0px;
  border: 2px solid #000;
  background-color: #fff;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: none;
  width: 40px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.middle-line.black {
  background-color: #000;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  display: block;
  width: 40px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.bottom-line.black {
  display: none;
  background-color: #000;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  display: block;
  width: 40px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.top-line.black {
  display: none;
  background-color: #000;
}

.brand {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 30px;
  float: none;
}

.brand:hover {
  text-decoration: none;
}

.brand.w--current:hover {
  text-decoration: none;
}

.logo {
  font-family: Numans, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.logo-subheader {
  font-family: Numans, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main {
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.post-wrapper {
  height: 500px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 350ms ease;
  transition: -webkit-filter 350ms ease;
  transition: filter 350ms ease;
  transition: filter 350ms ease, -webkit-filter 350ms ease;
}

.post-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.post-wrapper.smaller {
  height: 300px;
}

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

.blog-thumbnail {
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.post-content-wrapper {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.post-content-wrapper.post-page {
  position: static;
  margin-bottom: 30px;
}

.category-tag {
  margin-bottom: 20px;
  font-family: Numans, sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-tag.smaller {
  font-size: 12px;
}

.post-name {
  display: inline-block;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: Numans, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.post-name.post-page {
  border-top-color: #000;
  border-bottom-color: #000;
  color: #000;
}

.post-name.smaller {
  font-size: 15px;
}

.post-date {
  font-family: Numans, sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.post-date.smaller {
  font-size: 12px;
}

.image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.menu-wrapper {
  position: absolute;
  left: 0px;
  top: 300px;
  right: 0px;
}

.menu-link {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-header-wrapper {
  margin-bottom: 60px;
  text-align: center;
}

.insta-image {
  width: 100%;
  height: 280px;
}

.insta-image:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('../images/twitter-black_1twitter-black.png');
}

.social-icon.instagram {
  background-image: url('../images/instagram-black_1instagram-black.png');
}

.social-icon.facebook {
  background-image: url('../images/facebook-black_1facebook-black.png');
  background-size: 20px;
}

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

.author-photo {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: 40px;
  float: left;
  border-radius: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-name {
  margin-bottom: 10px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  text-align: left;
}

.rich-text-block {
  display: block;
  margin-top: 30px;
  margin-bottom: 100px;
  text-align: justify;
}

.author-short-desciption {
  text-align: left;
}

.author-summary {
  margin-bottom: 100px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.socials {
  text-align: left;
}

.recent-posts {
  margin-bottom: 30px;
  text-align: center;
}

.post-header {
  margin-bottom: 50px;
}

.navbar-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  padding-left: 10px;
}

.categories-wrapper {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-link {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Numans, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.category-item {
  display: block;
  text-align: center;
}

.nav-menu {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 50%;
  height: 100%;
  background-color: #fff;
  text-align: center;
}

.nav-menu-col {
  padding: 40px;
}

.nav-link {
  display: block;
  margin-bottom: 30px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  font-family: 'Merriweather Sans', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link.dropdown-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link.dropdown-toggle.w--open {
  margin-bottom: 10px;
}

.nav-close {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  background-image: url('../images/256x256.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-row {
  margin-top: 100px;
}

.about-me-wrapper {
  padding: 25px;
}

.nav-profile-image {
  width: 140px;
  height: 140px;
  margin-bottom: 30px;
  border-radius: 100px;
}

.nav-author-name {
  font-weight: 700;
}

.nav-author-location {
  margin-bottom: 20px;
  color: #acacac;
}

.dropdown-link {
  font-weight: 400;
  text-align: center;
}

.dropdown-list {
  position: static;
  text-align: center;
}

.dropdown-list.w--open {
  overflow: hidden;
  background-color: #fff;
}

.author-menu-col {
  border-left: 1px solid #000;
}

.social-wrapper {
  margin-top: 30px;
}

.dropdown-icon {
  font-size: 16px;
}

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

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #444343;
  border-radius: 4px;
  background-color: #000;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
  color: #fff;
}

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

.text-field {
  width: 46%;
  height: 50px;
  margin-right: 2%;
  margin-bottom: 30px;
  margin-left: 2%;
  padding-left: 0px;
  float: left;
  border-color: #000;
  border-top-style: none;
  border-top-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
}

.text-field:focus {
  border-bottom: 1px solid #b1b1b1;
}

.text-field.textarea {
  width: 96%;
  height: 150px;
  float: none;
}

.text-field.full-width {
  width: 96%;
}

.form {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.about-me-image {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 100%;
}

.about-me-paragraph {
  margin-bottom: 20px;
}

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

.insta-item {
  padding-right: 0px;
  padding-left: 0px;
}

.insta-link-block {
  position: relative;
  overflow: hidden;
}

.insta-icon {
  width: 40px;
}

.dynamic-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-copyrights {
  color: #fff;
  font-size: 12px;
}

.insta-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

.insta-feed-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/instagram-black_1instagram-black.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.insta-feed-dynamic-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.daw {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-header-wrapper {
  margin-bottom: 60px;
  text-align: center;
}

.footer-link {
  color: #fff;
}

.div-block {
  position: relative;
}

.text-block {
  position: relative;
  margin-top: 35px;
}

.heading {
  color: #fff;
  text-align: center;
}

.div-block-2 {
  text-align: center;
}

.link-block {
  font-family: Numans, sans-serif;
}

.field-label {
  color: #b4b4b4;
}

.heading-2 {
  font-family: Numans, sans-serif;
}

html.w-mod-js *[data-ix="hide-menu"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

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

html.w-mod-js *[data-ix="dropdown-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="insta-feed-overlay-opacity"] {
  opacity: 0;
}

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

@media (max-width: 991px) {
  .post-wrapper {
    height: 300px;
  }
  .blog-thumbnail {
    width: 50%;
  }
  .category-tag {
    font-size: 13px;
  }
  .post-name {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 20px;
  }
  .post-name.smaller {
    margin-right: 10px;
    margin-left: 10px;
  }
  .post-date {
    font-size: 13px;
  }
  .insta-image {
    height: 150px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu {
    overflow: scroll;
    width: 100%;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .brand {
    padding-right: 10px;
  }
  .brand.w--current {
    padding-right: 10px;
  }
  .post-wrapper {
    height: 350px;
  }
  .thumbnail-wrapper.smaller {
    padding-bottom: 10px;
  }
  .blog-thumbnail {
    width: 100%;
  }
  .insta-image {
    height: 350px;
  }
  .category-item {
    display: inline-block;
    width: 33.333%;
    margin-bottom: 10px;
  }
  .nav-menu-col {
    padding-top: 0px;
    padding-bottom: 0px;
    border-right-style: none;
  }
  .nav-profile-image {
    margin-bottom: 10px;
  }
  .recent-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dynamic-category {
    display: block;
  }
  .insta-feed-dynamic-list {
    display: block;
  }
}

@media (max-width: 479px) {
  .brand {
    padding-right: 15px;
    padding-left: 15px;
  }
  .brand.w--current {
    padding-right: 15px;
    padding-left: 15px;
  }
  .logo {
    font-size: 24px;
  }
  .post-wrapper {
    height: 300px;
  }
  .insta-image {
    height: 300px;
  }
  .author-photo {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
  }
  .author-name {
    text-align: center;
  }
  .rich-text-block {
    color: #686868;
  }
  .author-short-desciption {
    text-align: center;
  }
  .author-summary {
    margin-right: 10px;
    margin-left: 10px;
  }
  .socials {
    text-align: center;
  }
  .navbar-scroll {
    display: none;
  }
  .category-link {
    text-align: center;
  }
  .category-item {
    width: 50%;
    text-align: left;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .text-field {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .text-field.textarea {
    width: 100%;
  }
  .text-field.full-width {
    width: 100%;
  }
}

