* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Mali', cursive;
  letter-spacing: 1px;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color: #4a4a4a;
}

a {
  color: inherit;
}

body {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.site-content {
  width: 100vw;
  max-width: 100%;
}

.section {
  padding: 10px;
}

.navbar-container {
  background-color: transparent;
  height: 100px;
  width: 100vw;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.navbar-container.sticky {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px #888888;
          box-shadow: 0px 0px 5px #888888;
}

.navbar-container .navbar-logo {
  height: 90px;
  width: 150px;
}

.navbar-container .navbar-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar-container .navbar-hamburger {
  width: 40px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 999;
}

.navbar-container .navbar-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: grey;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navbar-container .navbar-hamburger span:nth-child(1) {
  top: 0px;
}

.navbar-container .navbar-hamburger span:nth-child(2) {
  top: 12px;
}

.navbar-container .navbar-hamburger span:nth-child(3) {
  top: 10px;
}

.navbar-container .navbar-hamburger.open span {
  background-color: #fff;
}

.navbar-container .navbar-hamburger.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar-container .navbar-hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -40px;
}

.navbar-container .navbar-hamburger.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.navbar-container .navbar-overlay {
  position: fixed;
  overflow: hidden;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #7d1a2e;
  z-index: 998;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navbar-container .navbar-overlay.visible {
  width: 100%;
}

.navbar-container .navbar-overlay .navbar-menu {
  display: none;
  z-index: 999;
  padding: 0 40px;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.navbar-container .navbar-overlay .navbar-menu li {
  font-size: 20px;
  margin-bottom: 30px;
}

.navbar-container .navbar-overlay .navbar-menu li:last-of-type {
  margin-bottom: 50px;
}

.navbar-container .navbar-overlay .navbar-menu li a {
  color: #fff;
}

.navbar-container .navbar-overlay .navbar-social {
  display: none;
  z-index: 999;
  padding: 0 40px;
  margin-bottom: 40px;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.navbar-container .navbar-overlay .navbar-social a {
  font-size: 30px;
  color: #fff;
  padding-right: 20px;
}

.navbar-container .navbar-overlay .navbar-copyright {
  display: none;
  z-index: 999;
  padding: 0 40px;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.navbar-container .navbar-overlay .navbar-copyright p {
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.navbar-container .navbar-overlay .navbar-copyright p span {
  font-size: 10px;
}

.navbar-container .navbar-overlay .navbar-copyright p a {
  color: #fff;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}

.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  padding-top: 120px;
}

.hero-section .hero-post .hero-post-image {
  width: 100%;
  height: 400px;
}

.hero-section .hero-post .hero-post-image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section .hero-post .hero-post-description {
  text-align: center;
  background-color: #7d1a2e;
  color: #fff;
  padding: 16px;
}

.hero-section .hero-post .hero-post-description h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0;
}

.hero-section .hero-post .hero-post-description p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 300;
  padding: 0 20px;
}

.newsletter-section .newsletter-form {
  padding: 50px 0;
  text-align: center;
}

.newsletter-section .newsletter-form img {
  width: 20%;
  height: auto;
  margin-bottom: 10px;
}

.newsletter-section .newsletter-form h4 {
  font-size: 20px;
  margin: 15px 0;
}

.newsletter-section .newsletter-form .tnp {
  width: 80%;
}

.newsletter-section .newsletter-form .tnp-email {
  background-color: transparent;
  border: 2px solid #7d1a2e;
}

.newsletter-section .newsletter-form .tnp-email:focus {
  border: 2px solid #7d1a2e;
}

.newsletter-section .newsletter-form .tnp-submit {
  background-color: transparent;
  border: 2px solid #7d1a2e;
  color: #9b9b9b;
}

.featured-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured-section .featured-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #7d1a2e;
}

.featured-section .featured-post h4 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  background: #7d1a2e;
}

.featured-section .featured-post h2 {
  color: #4a4a4a;
  font-size: 35px;
  margin: 20px 0;
}

.featured-section .featured-post p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.featured-section .featured-post h5 {
  margin: 0;
  font-size: 16px;
  color: grey;
  font-weight: 600;
}

.featured-section .featured-post h5 a {
  padding-bottom: 2px;
  border-bottom: 2px solid #7d1a2e;
}

.featured-section .featured-post span {
  color: #9b9b9b;
}

.featured-section .featured-post .featured-post-image {
  width: 100%;
  height: auto;
}

.featured-section .featured-post .featured-post-image img {
  width: 100%;
  height: auto;
}

.featured-section .featured-post .featured-post-link {
  padding: 15px 30px;
  border-radius: 5px 5px 0 0;
  background-color: #7d1a2e;
  color: #fff;
  text-transform: uppercase;
}

.recent-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recent-section h4 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  background: #7d1a2e;
  margin-bottom: 50px;
}

.recent-section .recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.recent-section .recent-post-image {
  width: 100%;
  height: auto;
}

.recent-section .recent-post-image img {
  width: 100%;
  height: auto;
}

.recent-section .recent-post-description h5 {
  margin: 0;
  margin-bottom: 6px;
  font-size: 12px;
  color: grey;
  font-weight: 600;
}

.recent-section .recent-post-description h5 a {
  padding-bottom: 1px;
  border-bottom: 1px solid #7d1a2e;
}

.recent-section h2 {
  color: #4a4a4a;
  font-size: 35px;
  margin: 20px 0;
}

.recent-section p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.recent-section span {
  color: #9b9b9b;
}

.recent-section .recent-post-link {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #7d1a2e;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}

.single-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
}

.single-page .single-page-description {
  text-align: center;
  margin-bottom: 10px;
}

.single-page .single-page-description h2 {
  color: #4a4a4a;
  font-size: 40px;
  margin: 20px 0;
}

.single-page .single-page-description p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.single-page .single-page-description h5 {
  margin: 0;
  margin-bottom: 12px;
  font-size: 16px;
  color: grey;
  font-weight: 600;
}

.single-page .single-page-description h5 a {
  padding-bottom: 2px;
  border-bottom: 2px solid #7d1a2e;
}

.single-page .single-page-description span {
  color: #9b9b9b;
}

.single-page figure {
  text-align: center;
}

.single-page .single-page-content {
  text-align: center;
}

.single-page .single-page-content h1,
.single-page .single-page-content h2,
.single-page .single-page-content h3,
.single-page .single-page-content h4,
.single-page .single-page-content h5 {
  font-size: 30px;
}

.single-page .single-page-content p {
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 28px;
}

.single-page .single-page-content p a {
  padding-bottom: 2px;
  border-bottom: 2px solid #7d1a2e;
}

.single-page .single-page-attribution {
  text-align: center;
}

.single-page .single-page-attribution p {
  font-size: 16px;
  line-height: 26px;
  color: #9b9b9b;
}

.single-page .single-page-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 150px;
  margin: 20px 0;
  background-color: #7d1a2e;
  border-bottom: 2px solid #53111e;
}

.single-page .single-page-sharing a {
  color: #fff;
  font-size: 20px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}

.archive-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
}

.archive-section-artist {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 50px;
}

.archive-section-artist img {
  height: 100px;
  width: auto;
  border-radius: 50%;
  margin-bottom: 40px;
}

.archive-section-artist h4 {
  margin-bottom: 25px !important;
}

.archive-section-artist p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #9b9b9b;
  margin-bottom: 40px;
}

.archive-section h4 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  background: #7d1a2e;
  margin-bottom: 50px;
}

.archive-section .archive-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.archive-section .archive-post .archive-post-image {
  width: 100%;
  height: auto;
}

.archive-section .archive-post .archive-post-image img {
  width: 100%;
  height: auto;
}

.archive-section .archive-post .archive-post-description a {
  padding-bottom: 1px;
  border-bottom: 1px solid #7d1a2e;
}

.archive-section .archive-post h2 {
  color: #4a4a4a;
  font-size: 35px;
  margin: 20px 0;
}

.archive-section .archive-post p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.archive-section .archive-post span {
  color: #9b9b9b;
}

.archive-section .archive-post .archive-post-link {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #7d1a2e;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}

.artist-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
}

.artist-section h1 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  background: #7d1a2e;
  margin-bottom: 50px;
}

.artist-section .artist-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 20px;
  padding: 30px 5px;
  padding-bottom: 20px;
  border-bottom: 2px solid #7d1a2e;
}

.artist-section .artist-box img {
  height: 100px;
  width: auto;
  border-radius: 50%;
}

.artist-section .artist-box h2 {
  font-size: 30px;
}

.artist-section .artist-box p {
  font-size: 18px;
  line-height: 22px;
}

.error-page {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.error-page h3 {
  font-size: 50px;
  font-weight: 900;
  margin: 0;
}

.error-page p {
  font-size: 20px;
  line-height: 24px;
}

.error-page .error-page-button {
  font-size: 14px;
  color: #9b9b9b;
  padding-bottom: 5px;
  border-bottom: 2px solid #7d1a2e;
  cursor: pointer;
}

.footer {
  width: 100vw;
  max-width: 100%;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 40px 30px;
}

.footer .footer-description h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

.footer .footer-description p {
  font-size: 16px;
  line-height: 22px;
}

.footer .footer-description a {
  color: #9b9b9b;
  padding-bottom: 2px;
  border-bottom: 2px solid #7d1a2e;
}

.footer .footer-social {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
  margin: 10px 0;
}

.footer .footer-social a {
  color: #9b9b9b;
  font-size: 30px;
  padding: 0 10px;
}

.footer .footer-copyright p {
  font-size: 12px;
  letter-spacing: 2px;
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer .footer-copyright p span {
  font-size: 10px;
}

.footer .footer-copyright p a {
  color: #9b9b9b;
  padding-bottom: 1px;
  border-bottom: 1px solid #7d1a2e;
}

.wpcf7 .wpcf7-form {
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7 .wpcf7-form p {
  width: 100%;
  margin: 10px 0;
  text-align: left;
  text-transform: uppercase;
}

.wpcf7 .wpcf7-form p label {
  font-size: 10px;
}

.wpcf7 .wpcf7-form .wpcf7-form-control {
  width: 100%;
  height: 40px;
  border: 2px solid #7d1a2e;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 15px;
  letter-spacing: 1px;
}

.wpcf7 .wpcf7-form .wpcf7-form-control:focus {
  border: 2px solid #7d1a2e;
}

.wpcf7 .wpcf7-form .wpcf7-textarea {
  resize: none;
  height: 100px;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
  font-weight: 600;
  background-color: transparent;
  text-transform: uppercase;
  padding: 10px 25px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background-color: #7d1a2e;
  color: #fff;
}

.wpcf7 .wpcf7-form .wpcf7-response-output,
.wpcf7 .wpcf7-form .wpcf7-validation-errors,
.wpcf7 .wpcf7-form .wpcf7-acceptance-missing {
  margin: 5px !important;
  padding: 10px;
  border: 2px solid #7d1a2e;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  color: #7d1a2e !important;
}

.owl-carousel .item {
  margin: 0 auto;
}

@media only screen and (min-width: 997px) {
  .section {
    padding: 40px 100px;
  }
  .navbar-container {
    height: 100px;
    padding: 0 50px;
  }
  .navbar-container.sticky {
    position: fixed !important;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-container .navbar-logo {
    height: 100px;
    width: 250px;
  }
  .navbar-container .navbar-hamburger {
    height: 22px;
  }
  .navbar-container .navbar-hamburger span {
    height: 5px;
  }
  .navbar-container .navbar-hamburger span:nth-child(1) {
    top: 0px;
  }
  .navbar-container .navbar-hamburger span:nth-child(2) {
    top: 8px;
  }
  .navbar-container .navbar-hamburger span:nth-child(3) {
    top: 16px;
  }
  .navbar-container .navbar-overlay.visible {
    width: 40%;
  }
  .navbar-container .navbar-overlay .navbar-menu {
    padding: 0 60px;
  }
  .navbar-container .navbar-overlay .navbar-social {
    padding: 0 60px;
  }
  .navbar-container .navbar-overlay .navbar-social a i {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .navbar-container .navbar-overlay .navbar-social a i.fa-facebook-square:hover {
    color: #3b5998;
  }
  .navbar-container .navbar-overlay .navbar-social a i.fa-twitter-square:hover {
    color: #0084ff;
  }
  .navbar-container .navbar-overlay .navbar-social a i.fa-instagram:hover {
    color: #e95950;
  }
  .navbar-container .navbar-overlay .navbar-social a i.fa-youtube:hover {
    color: #c4302b;
  }
  .hero-section {
    padding: 120px 100px 40px;
  }
  .hero-section .hero-post {
    width: 70%;
  }
  .hero-section .hero-post .hero-post-description {
    padding: 16px;
  }
  .hero-section .hero-post .hero-post-description h2 {
    font-size: 38px;
    margin: 10px 0;
  }
  .hero-section .hero-post .hero-post-description p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    padding: 0 60px;
  }
  .newsletter-section .newsletter-form {
    padding: 20px 0;
  }
  .newsletter-section .newsletter-form img {
    width: 10%;
  }
  .newsletter-section .newsletter-form .tnp-submit {
    width: 100%;
    cursor: pointer;
  }
  .newsletter-section .newsletter-form .tnp-submit:hover {
    background-color: #7d1a2e;
    color: #fff;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .featured-section .featured-post {
    width: 70%;
    margin-bottom: 80px;
  }
  .featured-section .featured-post h2 {
    font-size: 40px;
  }
  .featured-section .featured-post p {
    font-size: 20px;
    line-height: 28px;
  }
  .recent-section {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-top: 1px solid #9b9b9b;
  }
  .recent-section h4 {
    color: #4a4a4a;
    position: absolute;
    top: 0%;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
    background: #fff;
    padding: 5px 10px;
  }
  .recent-section .recent-post {
    width: 30%;
    height: 450px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .recent-section .recent-post-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .recent-section .recent-post-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recent-section h2 {
    font-size: 34px;
    color: #4a4a4a;
  }
  .recent-section p {
    font-size: 14px;
    line-height: 22px;
    color: #4a4a4a;
  }
  .recent-section span {
    font-size: 14px;
  }
  .recent-section .recent-post-link {
    padding: 12px 24px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .recent-section .recent-post-link:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
  .single-page {
    padding: 120px 100px 40px;
  }
  .single-page .single-page-description h2 {
    font-size: 50px;
  }
  .single-page .single-page-description p {
    color: #9b9b9b;
    font-size: 18px;
    line-height: 26px;
  }
  .single-page figure {
    text-align: center;
  }
  .single-page .single-page-content p {
    width: 70%;
  }
  .single-page .single-page-attribution {
    text-align: center;
  }
  .single-page .single-page-attribution p {
    font-size: 20px;
  }
  .single-page .single-page-sharing {
    width: 200px;
  }
  .archive-section {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 100px 100px 40px;
  }
  .archive-section h4 {
    color: #4a4a4a;
    width: 100%;
    text-align: center;
    background: #fff;
    font-size: 30px;
    font-weight: 600;
  }
  .archive-section .archive-post {
    width: 30%;
    height: 450px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .archive-section .archive-post .archive-post-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .archive-section .archive-post .archive-post-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .archive-section .archive-post h2 {
    font-size: 34px;
    color: #4a4a4a;
  }
  .archive-section .archive-post p {
    font-size: 14px;
    line-height: 22px;
    color: #4a4a4a;
  }
  .archive-section .archive-post span {
    font-size: 14px;
  }
  .archive-section .archive-post .archive-post-link {
    padding: 12px 24px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .archive-section .archive-post .archive-post-link:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
  .artist-section {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: bflex-start;
        -ms-flex-align: bflex-start;
            align-items: bflex-start;
    padding: 100px 100px 40px;
  }
  .artist-section h1 {
    color: #4a4a4a;
    background: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .artist-section .artist-box {
    width: 25%;
    margin: 0 10px;
    margin-bottom: 25px;
    border: none;
    height: 350px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
  .artist-section .artist-box h2 {
    font-size: 20px;
  }
  .artist-section .artist-box p {
    width: 85%;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    font-weight: 400;
    color: #9b9b9b;
  }
  .footer .footer-description {
    width: 70%;
  }
  .footer .footer-description h3 {
    font-size: 14px;
  }
  .footer .footer-description p {
    font-size: 14px;
  }
  .footer .footer-social a i {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .footer .footer-social a i.fa-facebook-square:hover {
    color: #3b5998;
  }
  .footer .footer-social a i.fa-twitter-square:hover {
    color: #0084ff;
  }
  .footer .footer-social a i.fa-instagram:hover {
    color: #e95950;
  }
  .footer .footer-social a i.fa-youtube:hover {
    color: #c4302b;
  }
  .wpcf7 {
    width: 600px;
  }
  .wpcf7 .wpcf7-form {
    width: 100%;
  }
  .wpcf7 .wpcf7-form p {
    width: 100%;
  }
  .wpcf7 .wpcf7-form p label {
    font-size: 8px;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control {
    width: 100%;
    height: 40px;
    border: 2px solid #7d1a2e;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .wpcf7 .wpcf7-form .wpcf7-form-control:focus {
    border: 2px solid #7d1a2e;
  }
  .wpcf7 .wpcf7-form .wpcf7-textarea {
    resize: none;
    height: 100px;
  }
  .wpcf7 .wpcf7-form .wpcf7-submit {
    font-weight: 600;
    background-color: transparent;
    text-transform: uppercase;
    padding: 10px 25px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .wpcf7 .wpcf7-form .wpcf7-submit:hover {
    background-color: #7d1a2e;
    color: #fff;
  }
  .wpcf7 .wpcf7-form .wpcf7-response-output,
  .wpcf7 .wpcf7-form .wpcf7-validation-errors,
  .wpcf7 .wpcf7-form .wpcf7-acceptance-missing {
    margin: 5px !important;
    padding: 10px;
    border: 2px solid #7d1a2e;
  }
  .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    color: #7d1a2e !important;
  }
}
/*# sourceMappingURL=style.css.map */