/*
 Theme Name:   MadeLab Design
 Theme URI:    #
 Description:  Custom child theme based on Divi theme 
 Author:       Mermelon Design
 Author URI:   https://mermelonde.com
 Template:     Divi
 Version:      1.0
 Text Domain:  ml
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
*/

:root {
  --ml-main-color: #2f63d8;
}

* {
  font-display: auto;
}

#logo {
  -webkit-transform: initial;
}

#top-menu li.current-menu-item > a {
  color: var(--ml-main-color);
}

.archive.tag .et_pb_post,
.archive.category .et_pb_post,
.search.search-results .et_pb_post {
  margin-bottom: 2rem;
}

.archive.tag .et_pb_post .entry-title,
.archive.category .et_pb_post .entry-title,
.search.search-results .et_pb_post .entry-title {
  font-size: 2rem;
}

.archive.tag .et_pb_post a img,
.archive.category .et_pb_post a img,
.search.search-results .et_pb_post a img {
  left: 0;
  float: left;
  width: 160px;
  height: auto;
  margin: 0 2rem 0.1rem 0;
}

.et-search-field {
  font-family: sans-serif;
}

.et_pb_newsletter_description_content a {
  color: white;
  text-decoration: underline;
}

.et_pb_scroll_top.et-pb-icon {
  right: 15px;
  bottom: 75px;
  padding: 10px;
  border-radius: 100%;
}
