/**
 * Theme Name:     Medstro Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

#top-menu-nav .current_page_item > a {
  color: #C0C865;
}

/* quotes blocks */
.quotes-slider .et_pb_slide_description h2,
.quotes-slider .et_pb_slide_description .et_pb_slide_content,
.single-quote-block .single-quote-top,
.single-quote-block .single-quote-buttom,
.single-quote-extended-section #quote-section-quote {
  position: relative;
}

.quotes-slider .et_pb_slide_description h2::before,
.single-quote-block .single-quote-top::before {
   content: "";
   position: absolute;
   left: 48%;
   top: -50px;
   display: block;
   width: 35px;
   height: 30px;
   background: url("/wp-content/uploads/2020/02/quote.png") no-repeat center center;
 }
.single-quote-extended-section #quote-section-quote::before {
  content: "";
  position: absolute;
  left: 48%;
  top: 16px;
  display: block;
  width: 35px;
  height: 30px;
  background: url("/wp-content/uploads/2020/02/quote.png") no-repeat center center;
}

/*.single-quote-buttom*/
.quotes-slider .et_pb_slide_description .et_pb_slide_content::after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: -50px;
  display: block;
  width: 35px;
  height: 30px;
  background: url("/wp-content/uploads/2020/02/quote.png") no-repeat center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.single-quote-block::after,
.single-quote-extended-section::after  {
  content: "";
  position: absolute;
  left: 48%;
  bottom: 62px;
  display: block;
  width: 35px;
  height: 30px;
  background: url("/wp-content/uploads/2020/02/quote.png") no-repeat center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*footer social links*/
#social-footer-links .hra-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 20px 0 0;
}

#social-footer-links .hra-social svg {
  display: block;
  width: 35px;
  height: 35px;
}

/*thanks message*/
.et-pb-contact-message {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 40px;
}

/*Contact form */
.et_pb_contact .et_contact_bottom_container {
  float: none;
  margin-top: 50px;
}

.medstro_contact_form .et_pb_contact_field[data-type="select"] select {
  height: 52px;
  border: 4px solid #989DCE;
  padding: 0 0 0 20px;
  font-size: 18px;
}

.medstro_contact_form .et_pb_contact_field[data-type="select"]::after {
  top: 65%;
  right: 28px;
  transform: translateY(0);
}

.medstro_contact_form .et_pb_contact_field:nth-child(7) .et_pb_contact_form_label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 14px 20px;
  color: rgb(113, 121, 139);
}

@media all and (max-width:25.875em) {

  /*footer social links*/
  #social-footer-links .hra-social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
  }

  #social-footer-links .hra-social svg {
    display: block;
    width: 50px;
    height: 50px;
  }

  #mjh-footer-logo #comp-jzbjjnji {
    margin: auto;
  }

  #mjh-link {
    display: block !important;
  }
  #mjh-link #comp-jzbjjnji {
    margin: 20px auto 0;
  }

  #mjh-link .bottom-left {
    margin: 0 auto;
  }

}

/*over ride padding on tablet portrait*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

  .answers-links-block .et_pb_module.et_pb_text {
    padding: 10px 0 0 !important;
  }

  .answers-links-block .et_pb_module.et_pb_text.et_pb_text_4 {
    padding: 20px 0 !important;
  }

  #TruthSerumFooter .et_pb_row .et_pb_column {
    width: 48% !important;
  }
  
}