/* Body no-scroll */
.nav-open {
  overflow: hidden;
}

.nav {
  height: 85px;
}

@media (max-width: 479px) {
  .body-container.nav {
    justify-content: space-between;
  }
}

p {
  color: #535353 !important;
}

.section.testimonials {
  padding-top: 30px;
}

.home .header {
  margin-top: -85px;
}

.home .header-content {
  top: 0;
}

/* Kill padding under home button */
.section.home-1 {
  padding-bottom: 0;
}

@media (min-width: 769px) {
  .slider-large {
    display: block;
  }
  .slider-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .slider-mobile {
    display: block;
  }
  .slider-large {
    display: none;
  }
  .slider-mobile .slider-content {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .slider-mobile .slider-content .slider-paragraph {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider-mobile .slider-content .slider-headline {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider-mobile .slider-content .client-name {
    margin-top: 30px
  }
  .slider-mobile .slider-content .slider-headline {
    font-size: 23px;
    line-height: 30px;
  }
  .slider-mobile .slide-nav-2 {
    padding-top: 10px;
    background-color: transparent;
    position: relative;
  }
}

.testimonial .large-paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
}

.testimonial .large-paragraph.less-wide.lighter {
  width: 90%;
  font-size: 21px;
  font-weight: 500
}

/* Testimonials Nav */
@media (max-width: 768px) {
  .section.testimonials .slide-nav {
    display: block;
    position: relative;
  }
  .section.testimonials .slider-2 .arrow {
    display: none;
  }
  .section.testimonials .testimonial {
    width: 100%;
  }
}

.section.testimonials .slide-nav .w-slider-dot {
  background-color: #171528;
  opacity: 0.6;
}

.section.testimonials .slide-nav .w-slider-dot.w-active {
  background-color: #171528;
  opacity: 0.3;
}

@media (max-width: 768px) {
  .section.testimonials .w-slider-arrow-left, .section.testimonials .w-slider-arrow-right {
    width: 55px;
  }
  .testimonial .large-paragraph.less-wide.lighter {
    width: 100%;
    font-weight: 500;
  }
}

.scroll_arrow {
  margin-top: 41vh;
  opacity: 0.8;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 36px;
  height: 36px;
  display: block;
  /* background-image: url(/wp-content/themes/goodenoughco/images/baseline_keyboard_arrow_down_white_24dp.png); */
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}


@media (min-width: 768px) {
  .scroll_arrow {
    margin-top: 41vh;
  }
}

.w-nav-overlay {
  top: 0 !important;
}

/* Nav super */
/* ----------------------- */

.w-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: absolute;
  z-index: 10000;
  background: #fff;
  width: 100%;
  display: none;

}

@media (max-width: 768px) {
  .left-nav-image-wrapper {
    display: none;
  }
}


.w-nav-menu .w-col {
  padding-left: 0;
  padding-right: 0;
}

.left-nav {
  background: url('/wp-content/themes/goodenoughco/images/ba-main-nav.jpg') top right;
  height: 100vh;
  overflow: hidden;
  background-size: cover !important;
}

.open-nav-logo {
  position: absolute;
  top:20px;
  left: 20px;
}

.open-nav-logo img {
  width: 75px;
}

@media (max-width: 768px) {
  .open-nav-logo img {
    width: 60px;
  }
}

.nav-close {
  position: absolute;
  top:45px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-close {
    top:38px;
  }
}

.w-icon-nav-menu {
  cursor: pointer;
}

/* Right Nav */
/* ----------------------- */

.right-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  font-family: 'jubilat', serif;
  font-size: 40px;
  height: 110vh;
}

@media (max-width: 768px) {
  .right-nav {
    font-size: 33px !important;
  }
}

@media (max-width: 321px) {
  .right-nav {
    font-size: 28px !important;

  }
}

.right-nav .w-nav-link {
  display: block !important;
}

.w-nav-link.w--current {
  color: #444444;
}

.right-nav-links {
  margin-top: -110px;
}

@media (max-width: 768px) {
  .right-nav-links {
    margin-top: 20px;
  }

  .w-nav-link {
    padding: 15px;
  }
}
}

@media (max-width: 321px) {
  .right-nav-links {
    margin-top: 20px;
  }

  .w-nav-link {
    padding: 10px;
  }
}

.right-nav .w-nav-link {
  text-align: center;
  color: #444444;
}

.nav-social {
  color: #000;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .nav-social {
    margin-top: 40px;
  }
}

.nav-cta-button {
  font-size: 14px;
}

.g-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.nav-open-overlay {
  opacity:    0.8;
  background: #000;
  width:      100%;
  height:     100%;
  z-index:    10;
  top:        0;
  left:       0;
  position:   fixed;
  display: none;
}

.menu-button {
  cursor: pointer;
}

@media (max-width: 479px) {
  .menu-button {
    margin-top: 0;
  }
}

.w-nav-menu .left-nav {
  display: flex;
  align-items: flex-end;
}

.w-nav-menu .left-nav .slider-content  {
  margin-bottom: 60px;
}

.w-nav-menu .left-nav .slider-content .button.doublebox {
  padding: 25px 41px;
}

.menu-button-icon {
  padding-top: 15px;
}

@media (max-width: 479px) {
  .menu-button-icon {
    padding-top: 0;
  }
}

.w-icon-nav-menu:before {
  content: "\e602" !important;
}

/* CTA Button */
.cta-button {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 40px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .cta-button {
    display: block;
  }
}

.section.cta {
  background-image: linear-gradient(24deg, rgba(255,34,139,1) 0%, rgba(0,50,166,1) 100%);
  padding-top: 45px;
  padding-bottom: 65px;
}

@media (max-width: 991px) {
  .section.cta {
    display: block;
  }
}

.section.cta .section-heading {
  font-family: 'jubilat', serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 34px;
  text-transform: none !important;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.home .section.cta .section-heading {
  margin-bottom: 10px;
}

.section.cta.not-home .section-heading, {
  font-family: 'jubilat', serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 34px;
  text-transform: none !important;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .section.cta .section-heading {
    font-size: 28px;
    padding-top: 20px;
  }
}

/* Project Main */
/* ----------------------- */

.card-hover {
  top: 79%;
  -webkit-transition:all 1s ease 0s; /* For Safari 3.1 to 6.0 */
  transition: all 1s ease 0s;
}

.card-hover .project-description {
  width: 80%;
}

.card-hover .project-description {
  /* display: none; */
  opacity: 0;
  position: absolute;
  margin-top: 90px;
}

.card-hover .project-title {
  font-size: 19px;
  line-height: 22px;
  margin-top: 13px;
  font-weight: 300;
}

.client-card {
  margin-bottom: 20px;
}

.section.clients-main .w-container {
  max-width: 1200px;
}

.section.clients-main .w-container .w-col {
  /* padding-left: 0;
  padding-right: 0; */
}

.section.clients-main .client-card {
  /* margin-bottom: 0; */
}

.project-description {
  color: #fff !important;
}

.header.projects .header-content {
  top:0;
}

.header.projects .client-hero-header {
  padding-top: 75px;
  padding-bottom: 60px;
}

@media (min-width: 769px) and (max-width: 992px) {
  .header.projects .client-hero-header {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .header.projects .header-content {
    padding: 0 0 40px 0;
  }

  .client-hero-header {
    margin-left: 0;
    margin-right: 0;
  }
}


/* Projects detail */
/* ----------------------- */

.client-hero-paragraph {
  font-weight: 300;
  color: #535353;
}

/* Footer */
.footer-links-wrapper {
  display: block;
  float: none;
  clear: left;
  text-align: left;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .footer-links-wrapper {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.footer-text.left {
  display: inline;
  padding-right: 1px;
}

@media (max-width: 768px) {
  .footer-logo {
    float: none;
    clear: left;
  }
}

.footer .paragraph {
  color: #fff !important;
}

/* Blog */
/* ----------------------- */
.page-id-253 {
  background-color: #161527;
}

.page-id-253 .collection-list {
  margin-bottom: 0;
}

.blog-main-header-wrapper {
  position: relative;
}

calc(100vh - 150px);

@media (max-width: 767px) {
  .blog-main-header-wrapper {
    padding-bottom: 40px;
    background-color: #161527;
  }
  .page-id-253 .section.blog-posts {
    /* margin-bottom: 40px; */
    background-color: #161527;
  }
}

.header.blog {
  height: auto;
  background-image: none;
  /* margin-bottom: 40px; */
}

.header.blog-article {
  max-height: calc(100vh - 250px);
  margin-top: -85px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .blog-main-header-wrapper .header.blog-article {
    max-height: 100vh;
  }
}

.header.blog-article .header-content {
  top: 0;

}

.header.blog-article .header-image-holder {
  height: calc(100vh - 250px);
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  border-bottom: 1px none #303030;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  max-height: calc(100vh - 250px);
  transition: all 2s ease ;
  /* transform: scale(1.3); */
  /* opacity: 0; */
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .blog-main-header-wrapper .header.blog-article .header-image-holder {
    max-height: 100vh;
    height: 100vh;
  }

  .blog-main-header-wrapper .header-content.blog-main {
    max-height: 100vh;
    height: 100vh;
  }
}

.header.blog-article .header-text {
  font-size: 46px;
  line-height: 54px;
  width: 80%;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .header.blog-article .header-content {
    top: 0;
    padding-top: 150px;
  }

  .header.blog-article .header-text {
    font-size: 27px;
    line-height: 36px;
    width: 100%;
  }
}

.blog-article-content-wrapper {
  max-width: 700px;
  margin: 50px auto 80px auto;
}

.blog-article-content-wrapper a {
  color: #0032a6;
}

@media (max-width: 768px) {
  .blog-article-content-wrapper {
    max-width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-article-content-wrapper ul {
    text-align: left;
    list-style: initial;
  }
  .blog-article-content-wrapper ol {
    list-style: decimal;
    text-align: left;
  }
  .prev-next-mobile-hide {
    display: none;
  }
}

.blog-article-content-wrapper ul {
  list-style: initial;
  padding-left: 20px;
}

.blog-article-content-wrapper ol {
  list-style: decimal;
  padding-left: 20px;
}

.blog-article-content-wrapper h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 26px 0 26px 0;
}

.blog-article-content-wrapper p, .blog-article-content-wrapper ul, .blog-article-content-wrapper ol {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 30px;
}

.blog-article-content-wrapper li {
  font-size: 18px;
  line-height: 35px;
}

p.article-meta {
  margin-bottom: 5px;
  font-weight: 600;
}

.article-meta svg {
  position: relative;
  top: 4px;
  padding-right: 2px;
}

/* Blog Main */
/* ----------------------- */

.header-content.blog-main .header-text {
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 20px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.subtitle.blog-header {
  font-family: 'jubilat', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 100;
  text-transform: none;
  margin-top: -15px;
  margin-bottom: 40px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.in-page-header {
  text-align: center;
}

.in-page-header p {
  margin-bottom: 0;
}

.in-page-header-text {
  font-family: 'jubilat', serif;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .in-page-header-text {
    font-size: 27px;
    line-height: 35px;
  }
}

.in-page-div-lines {
  margin-top: 60px;
  margin-bottom: 60px
}

.in-page-subtitle.blog-header {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  text-transform: none;
  color: #535353;
  text-align: center;
  margin-top: 0;
}

@media (max-width: 768px) {
  .in-page-subtitle.blog-header {
    font-size: 17px;
  }
}

.header-content.blog-main .read-more {
  min-width: 198px;
  /* height: 44px; */
  text-align: center;
  color: rgba(255, 255, 255, .9);
  background: none;
  border: 1px solid rgba(255, 255, 255, .9);
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 17px 5px 16px 5px;
  text-decoration: none;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, .9);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
  .header-content.blog-main .header-text {
    width: 100%;
    font-size: 27px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
  }

  .header-content.blog-main .read-more {
    font-size: 16px;
  }
}

.header-content.blog-main p {
  color: #fff !important;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, .9);
}

@media (min-width: 768px) {
  .header-content.blog-main p {
    margin-top: 3%;
  }
}

.header-content.blog-main {
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: calc(100vh - 250px);
  top: 0;
  padding-top: 0;
}

.prev-next-links {
  text-align: center;
  margin-bottom: 60px;
}

.prev-next-links span.nav-arrow {
  position: relative;
  top: 1px;
}

.prev-next-links span.nav-arrow.flip {
  transform: rotate(180deg);
    display: inline-block;
}

.prev-next-links a {
  font-size: 18px;
  color:#0032a6;
}

.prev-next-links span {
  font-size: 20px;
  color:#0032a6;
}

.section.blog-posts.blog-page {
  /* background-color: #fff; */
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-posts.blog-page .body-container {
  width: 100%;
  max-width: 100%;
}

.section.blog-posts.blog-page .collection-list-wrapper {
  margin-top: 0;
}

.section.blog-posts.blog-page .blog-item {
  padding-left: 0;
  padding-right: 0;
  /* width: 33.333%; */
}

@media (min-width: 480px) {
  .section.blog-posts.blog-page .blog-item a {
    margin-bottom: 0;
  }
}

.faded {
  opacity: 0.5;
}

.blog-item {
  transition: opacity .3s ease;
}

/* About */

.about-bold {
  font-weight: 500;
}

.header.about {
  margin-top: -85px;
}

@media (max-width: 768px) {
  .header.about-desktop {
    display: none;
  }
  .header.about-mobile {
    display: block;
    background-size: cover;
    height: 745px;
    background-position: bottom center;
  }
}

@media (min-width: 769px) {
  .header.about-desktop {
    display: block;
  }
  .header.about-mobile {
    display: none;
  }
}

@media (max-width: 480px) {
  .header.about-mobile {
    height: calc(100vh - 360px);
  }
  .bigass-text {
    font-size: 55px;
    line-height: 55px;
  }
}



.header.about .header-content {
  top: 0;
}

@media (max-width: 768px) {
  .about-blurb.bigass.max.why {
    margin-bottom: 60px;
  }
}

.about-blurb.bigass {
  font-size: 20px;
}

/* Packages */
/* ----------------------- */

.price .full-price {
  font-size: 22px;
  text-decoration: line-through;
  padding-right: 10px;
  color: #999;
}

.packages-wrapper {
  width: 100%;
  padding: 40px 30px 175px;
}

.package-feature {
  width: 100%;
  font-size: 14px;
}

.header.service {
  background-repeat: no-repeat;
}

.process .section-heading.thinner {
  font-size: 46px;
  font-family: jubilat;
  text-transform: none;
  padding-bottom: 20px;
  color: #0032a6;
  line-height: 44px;;
}

@media (max-width: 479px) {
  .process .section-heading.thinner {
    font-size: 40px;
    line-height: 42px;
    font-weight: 400;
  }
}

@media (max-width: 479px) {
  .hide-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .header.service-desktop {
    display: none;
  }
  .header.service-tablet {
    display: none;
  }
  .header.service-mobile {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .header.service-desktop {
    display: none;
  }
  .header.service-tablet {
    display: block;
  }
  .header.service-mobile {
    display: none;
  }
}

@media (min-width: 993px) {
  .header.service-desktop {
    display: block;
  }
  .header.service-tablet {
    display: none;
  }
  .header.service-mobile {
    display: none;
  }
}

.section.services-1 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.about-blurb.bigass.max.top-padding.basic-bitch {
  color: #fff !important;
}

.bander ._50-column {
  background-color: #f0f1f7;
}

/* Flip 45/55 widths for 992-1170 */
@media (min-width: 992px) and (max-width: 1170px) {
  ._45.color {
    width: 55%;
  }
  ._45.color.packages.bander {
    background-position: 0px 0px, 50% 50%;
  }
  ._50-column._55 {
    width: 45%;
  }
}

.feature-title.teal {
  color: #15b7f2 !important;
  border-bottom: 2px dotted #15b7f2;
}

.header.service {
  margin-top: -85px;
  /* margin-bottom: -85px; */
  background-size: cover;
  background-position: center;
}

.header.service .header-content {
  top: 0;
}

.distillery-section {
  display: flex;
  align-items: center;
  flex-direction: row;
}


@media (max-width: 992px) {
  .distillery-section {
    flex-direction: column-reverse;
  }
  .distillery-section .w-col {
    width: 100%;
  }
}

.distillery-section .distillery-gif {
  padding-left: 30px;
  padding-right: 30px;
}

.section.cta.services .packages-cta {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .section.cta.services .packages-cta {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 31px;
  }
}

@media (max-width: 992px) {
  .distillery-section .distillery-gif {
    padding-bottom: 60px;
  }
  .section.cta.services {
    display: block;
  }

  .section.cta.services .packages-cta {

  }
}

@media (max-width: 768px) {
  .distillery-section .distillery-gif {
    padding-left: 0;
    padding-right: 0;
  }
}

.distillery-section .w-col {
  display: flex;
  flex-direction: column;
}

.service-heading.left, .services-paragraph.left {
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
}

._45.color.packages.basic, ._45.color.packages.bander {
  background-position: center;
}

@media (max-width: 768px) {
  .service-heading.left, .services-paragraph.left {
    text-align: center;
  }
  .service-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .feature-feature {
    text-align: center;
    font-size: 17px;
  }

  .flex-wrapper.basic-bitch.bander {
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .flex-wrapper.basic-bitch, .flex-wrapper.basic-bitch.bander {
    height: 1366px;;
  }
  .feature-feature {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .flex-wrapper.basic-bitch.bander {
    height: auto;
  }
}

/* Contact */

.header.contact {
  height: auto;
  padding-right: 0px;
  border-bottom: 1px none #303030;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  color: #fff;
}

.header.contact .header-content {
  top:0;
}

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

.header.contact .client-hero-header {
  padding-top: 75px;
  padding-bottom: 0px;
}

@media (min-width: 769px) and (max-width: 992px) {
  .header.contact .client-hero-header {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .header.contact .client-hero-header {
    padding-top: 40px;
  }

  .section.contact-form {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .header.contact .header-content {
    padding: 0;
  }
}

.section.contact-form {
  padding-bottom: 190px;
  min-height: 800px;
}

@media (max-width: 768px) {
  .section.contact-form {
    padding-bottom: 60px;
    min-height: auto;
  }
}

#gform_confirmation_message_1 {
  text-align: center;
  font-size: 19px;
  /* padding-top: 45px; */
}

.gfield_label {
  display: none !important;
}

.gform_body label {
  display: none !important;
}

.good-field input[type=text] {
  margin: 0 0 .4375rem;
  border: none;
  border-radius: .3125rem;
  box-shadow: none;
  background: #f5f5f5;
  color: #b2b2b2 !important;
  padding: 20px 20px !important;
  font-size: 18px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b2b2b2 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #b2b2b2 !important;
}

.good-textarea textarea {
  margin: 0 0 .4375rem;
  border: none;
  border-radius: .3125rem;
  box-shadow: none;
  background: #f5f5f5;
  color: #b2b2b2 !important;
  padding: 20px 20px !important;
  font-size: 18px !important;
}

.gform_footer {
  text-align: right;
}

#gform_submit_button_1 {
  margin-right: 16px;
  background-color: #15b7f2;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-border-radius:0;
  border-radius:0;
}

.contact-meta {
  padding: 30px 0;
}

.contact-meta svg {
  width: 24px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}

.contact-meta .fa-mobile-alt {
  width: 14px;
  position: relative;
  top: -1px;
}

.contact-meta ul {
  list-style-type: none;
  color: #535353 !important;
  margin: 0;
  text-align: center;
}

.contact-meta ul li {
  display: inline-block;
  vertical-align: middle;
}

.contact-meta ul li a {
  color: #535353 !important;
  font-size: 18px;
}
.contact-meta-email {
  margin-right: 40px;
}

.contact-form-header {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 25px;
}

@media (max-width: 768px) {
  .contact-form-header {
    text-align: center;
    width: 100%;
    font-size: 22px;
  }
}
