/*

Theme Name: Medical Marcom
Description:
Author: Joe Hage
Author URI: http://medicalmarcom.com

Template: genesis */

aside.sidebar-primary {
  display: none;
}

body.start-here .interlude-img {
  width: 400px;
  position: absolute;
  right: -95px;
  top: -40px;
  opacity: 0.6;
}

.block-click {
  z-index: 1;
}

.blog.full-width-content .content-sidebar-wrap .content,
.post.full-width-content .content-sidebar-wrap .content {
  width: 100%;
}

.the-journey-signup {
  margin: 0 0 40px;
}

.the-journey .site-inner {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Blog footer Style (Optin + Testimonials) */

div.new-hook-content {
  margin: auto;
}

.new-hook-content .container {
  width: 44%;
  padding: 20px 2%;
  margin: 20px 1%;
  min-height: 310px;
  background-color: #edecec;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
  float: left;
}

.new-hook-content .container:after {
  content: "";
  display: block;
  clear: both;
}

.new-hook-content .container:first-of-type {}

.new-hook-content .container p {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.new-hook-content .opt-in {
  /*padding: 16px 90px 16px 16px;*/
}

.new-hook-content .opt-in input {
  margin-bottom: 4px;
}

.new-hook-content .opt-in input[type="text"] {
  margin-top: 20px;
  max-width: 325px;
  width: 100%;
}

.new-hook-content .opt-in input[type="email"] {
  max-width: 325px;
  width: 100%;
}

.new-hook-content .opt-in input[type="submit"] {
  width: 50%;
  min-width: 165px;
  background: #963231;
  color: white;
  margin-top: 30px;
}

.new-hook-content .opt-in p:nth-of-type(2) {}

.new-hook-content .de-testimonial {
  /*margin-left: 10px;
  padding: 16px 16px 16px 16px;*/
  overflow: auto;
}

.new-hook-content .de-testimonial:after {
  content: "";
  display: block;
  clear: both;
}

.new-hook-content .container p.testimonial-title {
  font-size: 1.25em;
  font-style: italic;
}

.new-hook-content .de-testimonial .testimonial-left {
  float: left;
  width: 170px;
  margin-top: 8px;
}

.new-hook-content .de-testimonial .testimonial-right {
  margin-top: 10px;
}

.new-hook-content .de-testimonial .testimonial-image-wrapper {
  width: 150px;
  padding: 10px 10px 4px;
  margin: auto;
}

.new-hook-content .de-testimonial .testimonial-image {
  width: 100%;
  border-radius: 4px;
}

.new-hook-content .container .testimonial-cap p {
  font-size: .9em;
  text-align: center;
  margin-bottom: 4px;
}

@media screen and (max-width: 1199px) {
  .new-hook-content .container {
    max-width: 420px;
    width: 100%;
    margin: auto;
    float: none;
    padding: 10px 3%;
  }
  .new-hook-content .container:first-of-type {
    margin-bottom: 20px;
  }
  .new-hook-content p {
    text-align: center;
  }
  .new-hook-content .opt-in .optin-form {
    max-width: 325px;
    width: 100%;
    margin: auto;
  }
  .new-hook-content .opt-in input[type="submit"] {
    margin: 30px auto 10px;
    display: block;
  }
  .new-hook-content .de-testimonial {}
}

@media screen and (max-width: 420px) {
  .new-hook-content .container {
    width: 100%;
    padding: 10px 4%;
  }
  .new-hook-content .de-testimonial .testimonial-left {
    float: none;
    margin: 10px auto 10px;
  }
  .new-hook-content .de-testimonial .testimonial-image-wrapper {
    width: 200px;
  }
}