/*
Theme Name: Omexo Child
Theme URI: http://themehoster.com/tf/wp/omexo
Author: ThemeMeta
Author URI: https://themeforest.net/user/thememeta
Description: Omexo is a Education & Online Courses WordPress Theme.
Version: 2.0
Template: omexo
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: omexo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* Sizing footer logo wagaia & logo irev */
.footer-bottom-area img {
    width: 80px;
    filter: brightness(0) invert(1);
}

a.footer-widget-logo img {
	max-width: 250px;
}

/* Header current item color */
.main-navigation ul li.current-menu-item > a, .main-menu-mobile li a, a:not([href]):not([class]){
    color: var(--omexo-heading-color);
}

.navigation li a:hover, .current-menu-item a,  .menu-item.current-menu-parent > a {
    color: var(--omexo-primary-color)!important;
}

.header-log-reg ul li a:hover {
    color: #EF43F1!important;
}

/* Logo header width */
.site-branding img {
	max-width: 210px;
	vertical-align: middle;
}

/* Custom styling archive posts page */
.blog-posts .entry-title a, .widget.widget_block .wp-block-group__inner-container h2 {
    color: var(--omexo-heading-color)!important;
}

.omexo-post-read-more a, .wp-block-search__button  {
	background-color: var(--omexo-heading-color)!important;
	color: white!important;
	border: 1px solid var(--omexo-heading-color)!important;
}

.omexo-post-read-more a:hover, .wp-block-search__button:hover {
	background-color: white!important;
	color: var(--omexo-heading-color)!important;
}

span[typeof="ListItem"] a.home:before {
	content: "Accueil";
}

.all-posts-wrap.full-width .blog-post-thumb {
	display: none;
}