/* 
 Theme Name:     Med Advice
 Author:         Med Advice
 Author URI:     http://www.medadvice.gr 
 Template:       Divi
 Version:        1.0 
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

:root {
  --logo-red: #ad0c0c;
}

div#top-header {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 981px) {
  div#et-info {
    display: none;
  }
}

.espa-link img {
  max-width: 200px !important;
}

/* footer */

hr.footer-divider {
  height: 2px;
  color: var(--logo-red);
}

div.footer-column > div > div {
  margin-bottom: 15px !important;
}

div.et_pb_main_blurb_image {
  float: left;
  margin-right: 10px;
}

div.footer-column .et-pb-icon {
  color: var(--logo-red) !important;
  float: left;
  font-size: 24px !important;
}

div.footer-column4 a {
  color: var(--logo-red) !important;
  transition: 50ms all ease-in-out;
}

div.footer-column4 a:hover {
  font-weight: bold;
}

.et_pb_blurb_container {
  display: block !important;
}
