/* ===================================================================================

Theme Name: Ideko Child
Template: ideko
Theme URI: https://ideko.alithemes.net/
Author: alithemes
Author URI: https://themeforest.net/user/alithemes/
Description: Ideko  – Optimized Personal Blog Theme
Version: 1.3
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ideko
Tags: blog, personal, lifestyle, writing, magazine, news, portfolio, custom-logo, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready, grid-layout, two-columns, three-columns, responsive

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


/* bio*/
.bg-linear-3 .row{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:40px;
}

.bg-linear-3 .col-lg-3{
    flex:0 0 220px !important;
    max-width:220px !important;
}


/* enlever vote emogi */

.page .ideko-emoji-reactions {
    display: none !important;
}

.page-id-12208 .ideko-emoji-reactions {
  display: none !important;
}

.bg-linear-3 .col-lg-9{
    flex:1 !important;
    max-width:none !important;
}

.bg-linear-3 img{
    width:220px;
    height:220px;
    object-fit:cover;
    border-radius:24px;
}

.bg-linear-3 h3{
    margin-bottom:20px;
}

.bg-linear-3 p{
    font-size:1.1rem;
    line-height:1.8;
}



/* enlever les icones reseaux sociaux de ideko box info */
#ideko-about-box-2 .social-icons {
    display: none !important;
}


/* supprimer auteur sur les pages */
.container.post-header-1 > .row:nth-child(2) {
    display: none !important;
}