 /*
Theme Name: Segun Edu
Theme URI: https://www.segunedu.com
Author: N. Jones & P. Sanchez
Author URI: http://pijones.ch
Template: minimalistique
Description: An amazing blog theme for the most amazing Edu.
Version: 1..0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: minimalistiquechild
*/

/*
* Yellow #F0C05A
* Orange #EE4D27
* Black #060405
*/

/* Typo for Edu */
/*@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;700&display=swap');*/

:root {
   /* --font-secondary: Lora;*/
   --minimalistique-primary : #F0C05A !important;
   --minimalistique-primary-dark : #EE4D27 !important;
}

h2 {
  font-family: var(--font-secondary); 
 }

 /* article title */
 .wp-block-post-title a {
    text-underline-offset: 0.1em;
    text-decoration-color: #F0C05A;
    transition-duration: 1s;
 }
 .wp-block-post-title a:hover {
    text-decoration-color: #EE4D27;
 }

 /* article links as buttons */
 .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link br {
    display: none; /* remove crazy <BR> <- reset */
 }
.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
    background-color: var(--minimalistique-primary);
    padding: 8px 16px;
    text-decoration: none;
    transition-duration: 0.5s;
    font-weight: var(--font-secondary-bold);
}
.wp-block-post-excerpt__more-text:hover .wp-block-post-excerpt__more-link {
    background-color: var(--minimalistique-primary-dark);
}

/* articles category */
.featured-img-box .featured-img-category {
    background-color: #F0C05A; 
    color: #060405;
    box-shadow: -9px -8px 0px 0px rgba(238,77,39,1);
    -webkit-box-shadow: -9px -8px 0px 0px rgba(238,77,39,1);
    -moz-box-shadow: -9px -8px 0px 0px rgba(238,77,39,1);
}

/* article layout */
.post-author-data {
    color: var(--minimalistique-primary);
}
.posted-on a {
    color: var(--minimalistique-primary-dark);
}