.nav-menu>.nav-link-b:last-child {
    border-right: none;
  }
  .nav-menu {
    /*white-space: nowrap;*/
    white-space: unset;
  }
  .blog-col>.blog-b:last-child {
    border-bottom: none;
  }
  .cursor-wrapper {
    pointer-events: none;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body {
    cursor: default;
    }
    .cursor-wrapper {
    display: none;
    }
    a {
    cursor: pointer;
    }
}
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    body {
    cursor: default;
    }
    .cursor-wrapper {
    display: none;
    }
    a {
    cursor: pointer;
    }
}
.blog-post > p:first-child:first-letter {
  display: inline-block;
  margin-right: 8px;
  float: left;
  font-size: 50px;
  line-height: 46px;
}
.blog-post img {
  height: auto;
}
.twitter-tweet {
  margin: auto;
}

.contact-form-submit-b {
  float: right;
}

.contact-form-submit-b #captcha-container,
.contact-form-submit-b #submit-container {
  float: left;
}

.contact-form-submit-b #captcha-container {
  margin-right: 30px;
}

.contact-form-submit-b #submit-container {
  margin-top: 20px;
}

.contact-form-submit-b a {
  border: solid 1px black;
  padding: 10px 30px;
  color: black;
}
.contact-form-submit-b a:hover {
  background: black;
  color: white;
}

@media (max-width: 767px) {
  .contact-form-submit-b a {
    padding: 0;
    margin-left: 0;
  }

  .contact-form-submit-b,
  .contact-form-submit-b #submit-container,
  .contact-form-submit-b #captcha-container {
    float: none;
    margin: auto;
    text-align: center;
    margin-top: 20px;
  }

  .contact-form-submit-b #captcha-container {
    width: 304px;
  }

  .contact-form-submit-b #submit-container a {
    text-align: center;
    padding: 10px 0;
  }
}

@media (max-width: 334px) {
  .contact-form-submit-b #captcha-container {
    transform: scale(0.8);
  }
}

.blog-details-date{
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  color: #000;
}

.blog-details-b {
    padding-bottom: 50px;
    /* border-bottom: 1px solid #000; */
}

.home.blog-post{
  font-size: 18px;
  line-height: 180%;
}
.blog-post > p{
  font-size: 18px;
}

.flip-card {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  /*font-size: 15px;*/
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  width: 49%;
  height: 40px;
  perspective: 1000px;
  cursor: pointer;

}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  /*background-color: #FFD6A6;*/
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.flip-card:hover .flip-card-inner.ver1 {
  transform: rotateX(180deg);
}
.flip-card:hover .flip-card-inner.ver2 {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /*background-color: #bbb;*/
  background-color: #FFD6A6;
  color: black;
}

.flip-card-back.ver1 {
  background-color: #000;
  color: #FFD6A6;
  transform: rotateX(180deg);
}
.flip-card-back.ver2 {
  background-color: #000;
  color: #FFD6A6;
  transform: rotateY(180deg);
}
.nav-link-b {
    border-right: 1px solid #FDFAF4;
}
@media (max-width: 767px) {
  .nav-menu {
    padding-left: 4px;
    padding-bottom: 0px;
    padding-top: 7px;
  }
  .last1{
    width: 98.6%;
  }
}
@media (min-width: 767px) {
  .nav-menu {
      padding-bottom: 15px;
  }
  .flip-card-inner {
    width: 100%;
  }
}

@media (max-width: 767px){
.all {
  /*padding-top: 40px*/;
    padding-top: 190px;
}
}
.nav-link-txt.active {
  background-color: black;
  color: #FFD6A6;
}

@media (max-width: 767px){
.blog-post > p {
    line-height: 30px;

}
.blog-img-b .img {
    height: auto;

}
}

.blog-post > p {
  margin-bottom: 30px;
}
.blog-img-b .img {
   height: auto;
}
.blog-post{
  margin: 0px auto;
  max-width: 768px;
}
/*.container.menu.w-container.mobile {
  display: none;
}
@media (max-width: 767px) {
.container.menu.w-container.desktop {
  display: none;
}
.container.menu.w-container.mobile {
  display: block;
  background-color: #FDFAF4;
  position: fixed;
  bottom: 0;
}
}*/



