/*======================================
Theme Name: Extra Child Theme til graahistorier.dk
Theme URI: https://graahistorier.dk/
Description: DIVÍ EXTRA child theme til graahistorier.dk
Author: Claus Nielsen
Author URI: https://graahistorier.dk
Author Email: info@graahistorier.dk
Template: Extra
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * New to Divi and Extra? Take our full Divi/Extra course: https://www.peeayecreative.com/product/beyond-the-builder-the-ultimate-divi-website-course/
 * 
 * Learn cool tricks and features with our Divi tutorials: https://www.peeayecreative.com/blog/
 * 
 * Discover our premium Divi/Extra products: https://www.peeayecreative.com/shop/
 * 
 * =============================================================================== */

/*add your custom CSS below this line*/
/* Hide the Divi bottom bar on all pages */ #footer-bottom { display:none; }
/* === Equal height blog feed masonry module === */
/* Src: https://extrabooster.com */

/* Min outer post height */
.equal-height-blog-feed-masonry article {
  min-height: 320px;
}

/* Min title height */
.equal-height-blog-feed-masonry article .post-title {
  min-height: 4.5em !important;
}

/* Min except height */

.equal-height-blog-feed-masonry article .excerpt p {
  min-height: 80px !important;
}

/* == END === */
/* === Change background color on widget titles === */
/* https://extrabooster.com/changing-the-background-color-on-widget-titles/ */
.et_pb_widget .widgettitle, 
.et_pb_widget .wp-block-group__inner-container > h2, 
.et_pb_widget .wp-block-group__inner-container > h3 {
    background:#514e4e !important;
}
/* === END === */
/* Remove "+" from image overlays */
.et_pb_extra_overlay:before { content: ''; }
/* Set footer bg color */
footer#footer { background-color: #000000; }

/*Enlighter*/
.enlighter-code {
    padding: 5px;
}

