/*!
Theme Name: Infolux
Theme URI: https://www.info-lux.com
Author: Vincent Gallez
Author URI: https://www.info-lux.com
Description: Thème magazine / actualités optimisé SEO, AEO et GEO pour info-lux.com. Basé sur NewsCard (Theme Horse), allégé et modernisé pour les Core Web Vitals (LCP, INP, CLS), la lisibilité IA (Google AI Overviews, ChatGPT, Perplexity) et le maillage hub-and-spoke. Supporte JSON-LD via WPCode, WP Rocket, Yoast / RankMath, GA4 + Cookiebot Consent Mode v2.
Version: 1.1.16
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: infolux
Tags: blog, news, magazine, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

Infolux est un fork personnalisé du thème NewsCard de Theme Horse (https://www.themehorse.com/themes/newscard),
lui-même basé sur Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores et Infolux sont distribués sous licence GNU GPL v2 ou ultérieure.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Global
	## Accessibility
	## Alignments
	## Blockquote
	## Breadcrumb
	## Buttons
	## Bootstrap Carousel
	## Grid Options
	## Forms
	## Heading Tags
	## Images
	## Links
# Templates/Layouts
# Header
	## Info Bar
	## Site Branding
	## Social Profiles
	## Search Form
	## Navbar/Navigation
	## Top Stories
# Content
	## Post Featured Image
	## Post Featured Content
	## Entry Header
	## Entry Title
	## Entry Meta
	## Entry Content
	## Galleries
	## Post/Image/Paging Navigation
	## Attachments
	## Comments
	## Pages
	## bbPress Support
	## Woo Commerce Support
	## JetPack Support
	## Gutenberg Support
# Featured Section
# Sidebars/Widget Area
# Widgets
	## Widget Archive
	## Widget Calendar
	## Widget Categories
	## Widget Media Image
	## Widget Media Video
	## Widget Nav Menu
	## Widget Pages
	## Widget Recent Entries/Comments
	## Widget Tag Cloud
	## Widget Text
	## Infolux Widget Horizontal/Vertical Posts
	## Infolux Widget Recent Posts
	## Infolux Widget Card/Block Posts
# Footer
# Media Queries
# Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
::selection {
	background: #c80000;
	color: #fff;
}
::-moz-selection {
	background: #c80000;
	color: #fff;
}
ul,
ol {
	padding-left: 20px;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body,
input,
textarea,
select {
	color: #555555;
	font: 15px 'Roboto', sans-serif;
	line-height: 1.4;
	word-wrap: break-word;
}
body {
	background-color: #f4f4f4;
}
body.overflow-hide {
	overflow: hidden;
}
.theme-color {
	color: #c80000;
}
.theme-bg-color {
	background-color: #c80000;
}
pre, pre code, code, caption {
	color: #555555;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	width: 1px;
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-top: 0.5em;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-top: 0.5em;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
	margin-bottom: 20px;
}

.alignwide,
.alignfull {
	margin-left: -25px;
	margin-right: -25px;
	width: auto;
}

/*--------------------------------------------------------------
## Blockquote
--------------------------------------------------------------*/
blockquote {
	font-size: 19px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	color: #333333;
	font-weight: 700;
}
.blockquote-footer,
blockquote footer {
	font-size: 15px;
	font-weight: 400;
}
blockquote cite {
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
}
blockquote:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10d";
	position: absolute;
	top: 0;
	left: 0;
	color: #555555;
	font-size: 24px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
	font-weight: 400;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
#breadcrumb {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background-color: #ffffff;
	padding: 15px 0;
}
#breadcrumb .breadcrumb-trail .trail-items {
	margin: 0;
	padding: 0;
}
#breadcrumb ul li {
	list-style: none;
	display: inline-block;
}
#breadcrumb ul li:after {
	content: '/';
	margin: 0 4px;
}
#breadcrumb ul li:last-child:after {
	content: normal;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn,
.btn-theme {
	font-size: 15px;
	padding: 8px 15px;
}
.btn-sm {
	font-size: 12px;
	padding: 5px 15px;
}
.btn-lg {
	font-size: 18px;
	padding: 12px 30px;
}
.btn-rounded {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.btn:focus,
.btn.focus {
	outline: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.btn-theme {
	background-color: #c80000;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-theme:hover {
	background-color: #b40000;
	text-decoration: none;
	color: #ffffff;
}
.btn-outline-theme {
	border-color: #c80000;
	color: #c80000;
}
.btn-outline-theme:hover {
	background-color: #c80000;
	color: #ffffff;
}
.btn-outline-theme a {
	transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
	-moz-transition: all ease-in-out .15s;
}
.btn-outline-theme:hover a {
	color: #ffffff;
	text-decoration: none;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle  {
	background-color: #c80000;
}
.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
	color: #666666;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
	border-color:  transparent;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
	color: #666666;
}
.btn-icon-left .icon,
.btn-icon-left .fa {
	margin-right: 8px;
}
.btn-icon-right .icon,
.btn-icon-right .fa{
	margin-left: 8px;
}

/* Back To Top */
.back-to-top {
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 10;
}
.back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	background-color: #c80000;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}
.back-to-top a:hover,
.back-to-top a:focus {
	text-decoration: none;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.back-to-top a:before {
	content: '\f106';
	color: #fff;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 40px;
}

/*--------------------------------------------------------------
## Bootstrap Carousel
--------------------------------------------------------------*/
.carousel-fade .carousel-inner .carousel-item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.embed-responsive {
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Grid Options
--------------------------------------------------------------*/
.gutter-0,
.gutter-parent-0,
.gutter-parent-0 .row {
	margin-left: 0;
	margin-right: 0;
}
.gutter-parent-0 [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.gutter-0 > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.gutter-10,
.gutter-parent-10,
.gutter-parent-10 .row {
	margin-left: -5px;
	margin-right: -5px;
}
.gutter-parent-10 [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.gutter-10 > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.gutter-14,
.gutter-parent-14,
.gutter-parent-14 .row {
	margin-left: -7px;
	margin-right: -7px;
}
.gutter-parent-14 [class*="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}
.gutter-14 > [class*="col-"] {
	padding-left: 7px;
	padding-right: 7px;
}
.gutter-20,
.gutter-parent-20,
.gutter-parent-20 .row {
	margin-left: -10px;
	margin-right: -10px;
}
.gutter-parent-20 [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.gutter-20 > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.gutter-40,
.gutter-parent-40,
.gutter-parent-40 .row {
	margin-left: -20px;
	margin-right: -20px;
}
.gutter-parent-40 [class*="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}
.gutter-40 > [class*="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}
.gutter-50,
.gutter-parent-50 {
	margin-left: -25px;
	margin-right: -25px;
}
.gutter-parent-50 [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}
.gutter-50 > [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="reset"],
input[type="button"],
button[type="submit"],
input[type="submit"],
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.form-control,
input,
textarea,
select {
	font-size: 15px;
	padding: 10px;
	width: 100%;
	box-shadow: none;
	color: #555555;
	border: 1px solid rgba(0, 0, 0, 0.09);
	background-color: #f9f9f9;
}
.form-control:focus,
input:focus,
textarea:focus,
select:focus  {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-color: rgba(0, 0, 0, 0.15);
	background-color: #f9f9f9;
	outline: none;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #555555;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #555555;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #555555;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #555555;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
	width: auto;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px 30px;
	background-color: #c80000;
	color: #ffffff;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	background-color: #b40000;
	color: #ffffff;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	width: inherit;
}
input[type="file"] {
	cursor: pointer;
}

/*--------------------------------------------------------------
## Heading Tags
--------------------------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	margin-bottom: 20px;
	color: #333333;
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
figure {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
img.size-full,
img.size-large {
	max-width: 100%;
	height: auto;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 0.5em;
	margin-bottom: 20px;
}
img#wpstats {
	display: none;
}
.img-border {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
}

/* Caption */
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
	text-align: center;
	display: inline-block;
}
.wp-caption a {
	position: relative;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-caption.aligncenter {
	display: block;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:hover {
	color: #c80000;
}
a:focus {
	outline: none;
}

/*--------------------------------------------------------------
# Templates/Layouts
--------------------------------------------------------------*/
/* Templates */
.container {
	max-width: 1340px;
	padding-left: 30px;
	padding-right: 30px;
}
.post-template-default .site-content .container,
.page-template-default:not(.woocommerce) .site-content .container {
	max-width: 1340px;
}

/* Narrow Layout */
.narrow-layout {
	background-color: #f1f1f1;
}
.narrow-layout .site {
	max-width: 1140px;
	margin: 0 auto;
}
.narrow-layout .container,
.narrow-layout .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
.narrow-layout .site-footer {
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Header Image/Video */
.wp-custom-header {
	line-height: 0;
	position: relative;
	background-color: #000;
}
.wp-custom-header img,
.wp-custom-header iframe,
.wp-custom-header video {
	width: 100%;
}
@media (min-width: 900px) {
	.admin-bar .wp-custom-header iframe,
	.admin-bar .wp-custom-header video {
		height: calc(100vh - 32px);
	}
	.wp-custom-header iframe,
	.wp-custom-header video {
		height: 100vh;
	}
}
.wp-custom-header .wp-custom-header-video-button {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.5);
	height: 35px;
	width: 35px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 70px;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.8);
}
.wp-custom-header-video-play,
.wp-custom-header-video-pause {
	font-size: 0;
	line-height: 0;
}
.wp-custom-header-video-play:before,
.wp-custom-header-video-pause:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: normal;
	color: rgba(255, 255, 255, 0.5);
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wp-custom-header-video-play:hover:before,
.wp-custom-header-video-pause:hover:before {
	color: rgba(255, 255, 255, 0.8);
}
.wp-custom-header-video-play:before {
	content: '\f04b';
}
.wp-custom-header-video-pause:before {
	content: '\f04c';
}

/*--------------------------------------------------------------
## Info Bar
--------------------------------------------------------------*/
.info-bar {
	position: relative;
	font-size: 13px;
	background-color: #333333;
	overflow: hidden;
	min-height: 30px;
	color: #cccccc;
}
.info-bar .infobar-links-menu-toggle {
	display: none;
}
.info-bar ul {
	padding-left: 0;
	margin-bottom: 0;
}
.info-bar ul li {
	float: left;
	position: relative;
	list-style: none;
	color: #cccccc;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.info-bar ul li:last-child {
	padding-right: 0;
}
.info-bar .social-profiles,
.info-bar .infobar-links {
	max-width: 100%;
}
.info-bar .social-profiles {
	margin-bottom: 0;
}
.info-bar .social-profiles ul li a,
.info-bar .infobar-links ul li a {
	display: inline-block;
	color: #cccccc;
}
.info-bar .infobar-links ul li a:hover,
.info-bar .infobar-links ul li a:focus,
.info-bar .infobar-links ul li.current-menu-item a {
	text-decoration: none;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.info-bar .infobar-links li + li:before {
	content: "|";
	display: inline-block;
	margin-right: 10px;
}
.info-bar .social-profiles ul {
	margin-left: 0;
	margin-right: 0;
}
.info-bar .social-profiles ul li {
	padding: 0 0 0 1px;
}
.info-bar .social-profiles ul li a {
	font-size: calc(13px + 2px);
	position: relative;
	padding: 7px 12px;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.17);
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.info-bar .social-profiles ul li a:hover,
.info-bar .social-profiles ul li a:focus {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/
.site-title {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
}
.site-title a {
	color: #333;
	text-decoration: none;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #c80000;
}
.site-description {
	font-size: 15px;
	margin: 0;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

/*--------------------------------------------------------------
## Social Profiles
--------------------------------------------------------------*/
.social-profiles {
	display: inline-block;
	margin-bottom: 20px;
}
.social-profiles ul {
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 0;
	padding-left: 0;
}
.social-profiles ul li {
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	list-style: none;
}
.social-profiles ul li a {
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 20px;
	display: block;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
.social-profiles ul li a:hover,
.social-profiles ul li a:focus {
	text-decoration: none;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.social-profiles ul li a:before {
	content: '\f08e';
}
.social-profiles ul li a[href*="behance.net"]:before {
	content: "\f1b4";
}
.social-profiles ul li a[href*="codepen.io"]:before {
	content: '\f1cb';
}
.social-profiles ul li a[href*="deviantart.com"]:before {
	content: "\f1bd";
}
.social-profiles ul li a[href*="digg.com"]:before {
	content: '\f1a6';
}
.social-profiles ul li a[href*="dribbble.com"]:before {
	content: '\f17d';
}
.social-profiles ul li a[href*="dropbox.com"]:before {
	content: '\f16b';
}
.social-profiles ul li a[href*="facebook.com"]:before {
	content: '\f09a';
}
.social-profiles ul li a[href$="/feed/"]:before,
.social-profiles ul li a[href*="rss.com"]:before {
	content: '\f09e';
}
.social-profiles ul li a[href*="flickr.com"]:before {
	content: '\f16e';
}
.social-profiles ul li a[href*="getpocket.com"]:before {
	content: '\f265';
}
.social-profiles ul li a[href*="github.com"]:before {
	content: '\f09b';
}
.social-profiles ul li a[href*="gitlab.com"]:before {
	content: "\f296";
}
.social-profiles ul li a[href*="plus.google.com"]:before {
	content: '\f0d5';
}
.social-profiles ul li a[href*="instagram.com"]:before {
	content: '\f16d';
}
.social-profiles ul li a[href*="jsfiddle.net"]:before {
	content: "\f1cc";
}
.social-profiles ul li a[href*="linkedin.com"]:before {
	content: '\f0e1';
}
.social-profiles ul li a[href*="meetup.com"]:before {
	content: "\f2e0";
}
.social-profiles ul li a[href*="pinterest.com"]:before {
	content: '\f231';
}
.social-profiles ul li a[href*="quora.com"]:before {
	content: "\f2c4";
}
.social-profiles ul li a[href*="reddit.com"]:before {
	content: '\f281';
}
.social-profiles ul li a[href*="skype.com"]:before {
	content: '\f17e';
}
.social-profiles ul li a[href*="snapchat.com"]:before {
	content: "\f2ab";
}
.social-profiles ul li a[href*="soundcloud.com"]:before {
	content: "\f1be";
}
.social-profiles ul li a[href*="stackoverflow.com"]:before {
	content: "\f16c";
}
.social-profiles ul li a[href*="stumbleupon.com"]:before {
	content: '\f1a4';
}
.social-profiles ul li a[href*="telegram.org"]:before {
	content: "\f2c6";
}
.social-profiles ul li a[href*="trello.com"]:before {
	content: "\f181";
}
.social-profiles ul li a[href*="tumblr.com"]:before {
	content: '\f173';
}
.social-profiles ul li a[href*="twitch.tv"]:before {
	content: "\f1e8";
}
.social-profiles ul li a[href*="twitter.com"]:before {
	content: '\e61b';
}
.social-profiles ul li a[href*="viadeo.journaldunet.com"]:before {
	content: "\f2a9";
}
.social-profiles ul li a[href*="vimeo.com"]:before {
	content: '\f27d';
}
.social-profiles ul li a[href*="vk.com"]:before {
	content: "\f189";
}
.social-profiles ul li a[href*="wechat.com"]:before,
.social-profiles ul li a[href*="weixin.qq.com"]:before {
	content: "\f1d7";
}
.social-profiles ul li a[href*="weibo.com"]:before {
	content: "\f18a";
}
.social-profiles ul li a[href*="whatsapp.com"]:before {
	content: "\f232";
}
.social-profiles ul li a[href*="wikipedia.org"]:before {
	content: "\f266";
}
.social-profiles ul li a[href*="wordpress.com"]:before,
.social-profiles ul li a[href*="wordpress.org"]:before {
	content: '\f19a';
}
.social-profiles ul li a[href*="yelp.com"]:before {
	content: "\f1e9";
}
.social-profiles ul li a[href*="youtube.com"]:before {
	content: '\f167';
}
.social-profiles ul li a[href*="xing.com"]:before {
	content: "\f168";
}
.social-profiles ul li a[href*="500px.com"]:before {
	content: "\f26e";
}
.social-profiles ul li a[href*="threads.net"]:before {
    content: "\e618";
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
input.s {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.navigation-bar-top .search-toggle {
	display: none;
}
.search-toggle:before {
	content: '\f002';
}
.search-toggle.active:before {
	content: "\f00d";
}
.search-form {
	margin-bottom: 30px;
}
.widget .search-form {
	margin-bottom: 0;
}
.search-form .form-control {
	border-right-width: 0;
}
.search-form .input-group-prepend {
	margin-right: 0;
}
.search-form .input-group-prepend .btn-theme {
	font-size: 0;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 43px;
	border: none;
}
.search-form .input-group-prepend .btn-theme:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f002';
	font-size: 16px;
	line-height: 16px;
	top: 50%;
	right: 50%;
	margin-top: -8px;
	margin-right: -7px;
	position: absolute;
}
.search-block {
	position: absolute;
	background-color: #ffffff;
	z-index: 10000;
	right: 30px;
	top: 100%;
	display: none;
	width: 370px;
	padding: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.search-block .search-toggle {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	cursor: default;
}
.search-block .search-toggle:before {
	display: none;
}
.search-block .search-form {
	overflow: hidden;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
}
.search-block .form-control {
	font-size: 15px;
	padding: 8px;
	background-color: #fff;
}
.search-block .input-group-prepend .btn-theme {
	padding: 10px 20px;
	min-height: 40px;
	min-width: 40px;
	z-index: 10001;
}
.search-block .input-group-prepend .btn-theme:before {
	font-size: 15px;
	line-height: 1;
	margin-top: -8px;
	margin-right: -8px;
}

/*--------------------------------------------------------------
## Navbar/Navigation
--------------------------------------------------------------*/
.navbar {
	padding: 0;
	background-color: #ffffff;
}
.sticky-header {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #eeeeee;
}
.navbar-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 22px;
	padding-bottom: 22px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.navbar-head.header-overlay-dark .container:before,
.navbar-head.header-overlay-light .container:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.navbar-head.header-overlay-dark .container:before {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
.navbar-head.header-overlay-light .container:before {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}
.navbar-head.navbar-bg-set,
.navbar-head.navbar-bg-set .site-title,
.navbar-head.navbar-bg-set .site-title a,
.navbar-head.navbar-bg-set .site-description,
.navbar-head.navbar-bg-set.header-overlay-dark,
.navbar-head.navbar-bg-set.header-overlay-dark .site-title,
.navbar-head.navbar-bg-set.header-overlay-dark .site-title a,
.navbar-head.navbar-bg-set.header-overlay-dark .site-description,
.navbar-head.header-overlay-dark,
.navbar-head.header-overlay-dark .site-title,
.navbar-head.header-overlay-dark .site-title a,
.navbar-head.header-overlay-dark .site-description {
	color: #ffffff;
}
.navbar-head.navbar-bg-set.header-overlay-light,
.navbar-head.navbar-bg-set.header-overlay-light .site-title,
.navbar-head.navbar-bg-set.header-overlay-light .site-title a,
.navbar-head.navbar-bg-set.header-overlay-light .site-description {
	color: #333333;
}
.navbar-ad-section {
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar .navbar-head .col-lg-4 + .navbar-ad-section {
	margin-top: 0;
}
.navbar-ad-section .infolux-ad-728-90 {
	display: inline-block;
}
.navbar-head .navbar-head-row {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navigation-bar {
	background-color: #c80000;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navigation-bar .container {
	position: relative;
	padding-right: 85px;
}
.navigation-bar-top {
	min-height: inherit;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.navbar-brand {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 0;
	white-space: normal;
}
.navbar-main {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.navbar .nav-search {
	position: absolute;
	top: 0;
	right: 30px;
	display: inline-block;
}
.navbar-toggler {
	border: none;
	padding: 10px 15px;
	color: #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.navbar-toggler:hover,
.site-header.toggled-on .navbar-toggler,
[aria-expanded="true"].navbar-toggler {
	background-color: rgba(0, 0, 0, 0.15);
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler:before {
	display: block;
	font-size: 26px;
	content: '\f0c9';
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.collapse.in {
	display: block;
}
.navbar .navbar-collapse {
	flex-grow: 0;
}
.navbar .main-navigation ul {
	padding-left: 0;
}
.main-navigation li {
	position: relative;
	list-style: none;
	display: inline-block;
	float: left;
}
.main-navigation a {
	color: #ffffff;
	display: block;
	padding: 15px;
	font-weight: 700;
}
.main-navigation a:hover {
	text-decoration: none;
}
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li.show > a,
.main-navigation ul li:hover > a {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.15);
}
.main-navigation.nav-uppercase ul li a {
	text-transform: uppercase;
}
.main-navigation.nav-uppercase li ul a {
	text-transform: inherit;
}
.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a {
	position: relative;
}
.main-navigation ul li.menu-item-has-children > a:after,
.main-navigation ul li.page_item_has_children > a:after {
	content: "\f0d7";
	font-family: fontawesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 18px;
	display: block;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	color: #ffffff;
}
.main-navigation li ul li.menu-item-has-children > a:after,
.main-navigation li ul li.page_item_has_children > a:after {
	content: "\f105";
	right: 7px;
	color: #555555;
}
.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a {
	padding-right: 32px;
}
.main-navigation ul li ul li.menu-item-has-children > a,
.main-navigation ul li ul li.page_item_has_children > a {
	padding-right: 18px
}
.main-navigation .dropdown-parent .dropdown-toggle {
	width: 40px;
	height: 100%;
	color: #555555;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	text-align: center;
	display: none;
}
.main-navigation .dropdown-parent .dropdown-toggle:after {
	display: none;
}
.main-navigation .dropdown-parent .dropdown-toggle:hover {
	cursor: pointer;
}
.main-navigation .dropdown-parent .dropdown-toggle .dropdown-icon {
	display: inline-block;
	position: relative;
	height: 45px;
	width: 45px;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
.main-navigation .dropdown-parent .dropdown-toggle .dropdown-icon:after {
	content: "\f105";
	font-family: fontawesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: auto;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	border: none;
	font-weight: bold;
	display: block;
}
.main-navigation .dropdown-parent .dropdown-toggle.toggle-on .dropdown-icon {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

/* Dropdown */
.main-navigation ul li ul li {
	display: block;
	float: none;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display: block;
}
.main-navigation li:hover .dropdown-menu {
	display: block;
}
.main-navigation .dropdown-menu,
.main-navigation li ul {
	top: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	left: 0;
	z-index: 999;
	background-color: #ffffff;
	margin-top: 0;
	display: none;
	width: 240px;
}
.main-navigation .dropdown-menu a,
.main-navigation li ul a {
	color: #555555;
	padding: 8px 12px;
	text-transform: inherit;
	font-weight: normal;
}
.main-navigation .dropdown-menu a:hover,
.main-navigation .dropdown-menu a.current-menu-item,
.main-navigation li ul li:hover > a,
.main-navigation li ul li.current-menu-item > a,
.main-navigation li ul li.current-menu-ancestor > a,
.main-navigation ul li li.current_page_item > a,
.main-navigation li ul li.current_page_ancestor > a {
	background-color: rgba(0, 0, 0, 0.05);
	color: #c80000;
}
.main-navigation ul li ul li ul,
.headernav .main-navigation ul li ul li ul {
	left: 100%;
	top: 0;
}
.main-navigation ul.sub-menu ul.sub-menu,
.main-navigation ul.children ul.children {
	top: -1px;
}
.main-navigation .dropdown-toggle:after {
	display: none;
}
.navbar-collapse .form-inline {
	margin-left: 10px;
}
.navbar-search {
	position: relative;
}
.search-toggle  {
	display: block;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ffffff;
	padding: 15px;
	min-width: 45px;
	text-align: center;
	cursor: pointer;
}
.search-toggle:before {
	content: "\f002";
}
.search-toggle.active,
.search-toggle:hover,
.search-toggle:focus {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0.15);
}
.navbar-search .search-box {
	position: absolute;
	top: 75%;
	right: 0;
	min-width: 300px;
	text-align: right;
	z-index: 1000;
}
.navbar-search .search-box:before {
	content: "";
	height: 10px;
	width: 10px;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #fff;
	position: absolute;
	right: 10px;
	top: -6px;
}

/*--------------------------------------------------------------
## Top Stories
--------------------------------------------------------------*/
.top-stories-bar {
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	font-weight: 700;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}
.top-stories-bar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background-color: #dddddd;
}
.top-stories-bar {
	height: 50px;
}
.top-stories-bar .top-stories-label {
	float: left;
	color: #333333;
	padding-left: 15px;
	margin-left: -15px;
	margin-right: -15px;
	background-color: #dddddd;
	position: relative;
	height: 100%;
	display: table;
}
.top-stories-bar .top-stories-label:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -19%;
	width: 39%;
	background-color: #dddddd;
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	z-index: 1;
}
.top-stories-bar .top-stories-label .top-stories-label-wrap {
	position: relative;
	display: table;
	height: 100%;
	padding: 10px 0 10px 35px;
}
.top-stories-bar .top-stories-label .label-txt{
	position: relative;
	z-index: 2;
	display: table-cell;
	height: 30px;
	vertical-align: middle;
	font-size: 18px;
}
.top-stories-bar .top-stories-label .flash-icon {
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #c80000;
	top: 50%;
	margin-top: -5px;
	left: 10px;
	z-index: 2;
}
.top-stories-bar .top-stories-label .flash-icon:before {
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #c80000;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -5px;
	animation-name: blink-a;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes blink-a {
	0%   {transform: scale(1, 1);}
	100%  {transform: scale(3, 3); opacity: 0;}
}
.top-stories-bar .top-stories-label .flash-icon:after {
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #c80000;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -5px;
	animation-name: blink-b;
	animation-duration: 2s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
}
@keyframes blink-b {
	0%   {transform: scale(1, 1);}
	100%  {transform: scale(3, 3); opacity: 0;}
}
.top-stories-bar .top-stories-lists {
	display: block;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	padding-left: 0;
	background-color: #ffffff;
	height: 50px;
}
.top-stories-bar .top-stories-lists .row {
	height: 50px;
}
.top-stories-bar .js-marquee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 50px;
}
.top-stories-bar .top-stories-lists .marquee {
	width: 100%;
	overflow: hidden;
	height: 50px;
}
.top-stories-bar .top-stories-lists .marquee a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 50px;
	color: #333333;
	height: 50px;
}
.top-stories-bar .top-stories-lists .marquee a:hover {
	color: #c80000;
}
.top-stories-bar .top-stories-lists:after {
	content: "";
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	width: 80px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
	padding-top: 30px;
}
.post,
.hentry,
.product.type-product,
.type-attachment {
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 25px;
}
.post-col .post,
.post-col .hentry,
.post-col .page,
.site-main .post-col .page,
.post-col .product {
	padding: 15px 15px 7px;
	margin-bottom: 14px;
	min-height: calc(100% - 14px);
}
.post-col .post .entry-content p,
.post-col .hentry .entry-content p,
.post-col .page .entry-content p,
.site-main .post-col .entry-content .page p {
	margin-bottom: 10px;
}
.post-wrap {
	margin-bottom: 16px;
}
.product.type-product .product.type-product {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 0;
	padding: 0;
}

/*--------------------------------------------------------------
## Post Featured Image
--------------------------------------------------------------*/
.post-featured-image {
	margin-bottom: 20px;
	position: relative;
}
.post-col .post-featured-image {
	margin: -15px -15px 15px;
}
.post-featured-image.page-single-img-wrap {
	margin: -25px -25px 25px;
}
.post .entry-header + .post-featured-image {
	margin-top: 0;
}
.post-featured-image.page-single-img-wrap .featured-image-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 35% 25px 10px;
	color: #ffffff;
	background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}

/*--------------------------------------------------------------
## Post Featured Content
--------------------------------------------------------------*/
.post.sticky .entry-header {
	position: relative;
}
.post.sticky .entry-header .entry-title {
	padding-right: 35px;
}
.post.sticky .entry-header:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08d";
	position: absolute;
	top: 5px;
	right: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 26px;
	width: 26px;
	height: 26px;
	text-align: center;
	background-color: #c80000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.single-post .post.sticky .entry-header .entry-title {
	padding-right: 0;
}
.single-post .post.sticky .entry-header .entry-meta.category-meta {
	padding-right: 35px;
}
.single-post .post.sticky .entry-header:before {
	top: 0;
}

/*--------------------------------------------------------------
## Entry Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Entry Title
--------------------------------------------------------------*/
.entry-title {
	font-size: 28px;
	font-weight: 700;
	color: #333333;
	margin: 0 0 10px;
}
.entry-title a {
	color: #333333;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #c80000;
	text-decoration: none;
}
.type-attachment .entry-title {
	margin-bottom: 30px;
}
.post-col .entry-title {
	font-size: 19px;
	margin-bottom: 5px;
}
/*--------------------------------------------------------------
## Entry Meta
--------------------------------------------------------------*/
.entry-meta {
	margin-bottom: 10px;
}
.entry-meta,
.entry-meta a {
	color: #555555;
	font-size: 14px;
}
.entry-meta a {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.entry-meta a:hover,
.entry-meta a:focus  {
	color: #c80000;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.entry-meta .author,
.entry-meta .cat-links,
.entry-meta .comments,
.entry-meta .date,
.entry-meta > div {
	display:  inline-block;
	position: relative;
	margin-bottom: 3px;
}
.entry-meta > div:after {
	content: "/";
}
.entry-meta > .cat-links:after,
.entry-meta > div:last-child:after {
	display: none;
}
.entry-meta .cat-links a {
	color: #c80000;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 7px;
	float: left;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.entry-meta .tag-links a {
	display: inline-block;
	color: #c80000;
}
.entry-meta .cat-links a:hover {
	text-decoration: underline;
}
.entry-meta .cat-links .get-seperator {
	padding-left: 2px;
	padding-right: 2px;
}
.post-col .entry-meta,
.post-boxed .entry-meta {
	margin-bottom: 5px;
}
.post-col .category-meta .cat-links a,
.post-boxed .category-meta .cat-links a {
	margin-bottom: 0;
}
.post .post-featured-image .entry-meta.category-meta,
.hentry .post-featured-image .entry-meta.category-meta {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	margin-bottom: 5px;
}
.post-col .entry-meta .cat-links a,
.post-boxed .entry-meta .cat-links a,
.post-block .entry-meta .cat-links a {
	font-size: calc(14px - 2px);
}
.post-block .entry-meta,
.post-block .entry-meta a,
.category-meta {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.category-meta,
.post-boxed.inlined.main-post .entry-meta.category-meta {
	margin-bottom: 5px;
}
.post-boxed.inlined .entry-meta.category-meta {
	margin-bottom: 3px;
}
.post-block .entry-meta {
	margin-bottom: 0;
}
.category-meta .cat-links {
	display: block;
	margin-bottom: 0;
}
.category-meta .cat-links a {
	margin-bottom: 3px;
}
.category-meta .cat-links:before,
.category-meta .cat-links:after {
	content: "";
	display: table;
}
.category-meta .cat-links:after,
.entry-meta.category-meta > .cat-links:after,
.entry-meta.category-meta > div:last-child:after {
	clear: both;
	display: table;
}
.post-img-wrap .entry-meta .cat-links a,
.post-img-wrap + .entry-header .entry-meta .cat-links a {
	background-color: #c80000;
	color: #ffffff;
	padding: 2px 6px;
	margin-bottom: 5px;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 5px;
}
.post-img-wrap .entry-meta .cat-links a:hover,
.post-img-wrap + .entry-header .entry-meta .cat-links a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.wp-video {
	margin-bottom: 20px;
}
.entry-content  p {
	margin-bottom: 15px;
}
.format-quote blockquote:before {
	color: #c80000;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px 20px;
}
.gallery .gallery-item {
	text-align: center;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	-ms-flex: 0 0 16.66%;
	flex: 0 0 16.66%;
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	-ms-flex: 0 0 14.28%;
	flex: 0 0 14.28%;
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	-ms-flex: 0 0 11.11%;
	flex: 0 0 11.11%;
	max-width: 11.11%;
}
.gallery-item .gallery-icon {
	display: inline-block;
}
.gallery-item a {
	display: block;
}
.site-content .content-area .widget.widget_media_gallery {
	background-color: transparent;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.site-content .content-area .widget.widget_media_gallery .gallery {
	padding: 15px 10px 5px;
	margin-left: 0;
	margin-right: 0;
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.widget-area .widget.widget_media_gallery {
	padding-bottom: 11px;
}
.widget-area .gallery {
	margin: 0 -2px;
}
.widget-area .gallery .gallery-item {
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
}
.site-footer .widget-area .widget.widget_media_gallery {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
## Post/Image/Paging Navigation
--------------------------------------------------------------*/
/* Post Nagination */
.navigation.post-navigation .nav-links {
	position: relative;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.navigation.post-navigation .nav-links:before {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
	content: "";
	line-height: 0;
}
.navigation.post-navigation .nav-links .nav-previous {
	float: left;
	width: 50%;
}
.navigation.post-navigation .nav-links .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.navigation.post-navigation .nav-links a {
	display: block;
	padding: 30px;
	color: #333;
}
.navigation.post-navigation .nav-links a:hover {
	text-decoration: underline;
	color: #c80000;
}
.navigation.post-navigation .nav-links:after {
	display: block;
	content: " ";
	clear: both;
}
.navigation.post-navigation .nav-links .nav-previous a:after,
.navigation.post-navigation .nav-links .nav-next a:after {
	font-size: 20px;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.navigation.post-navigation .nav-links .nav-previous a {
	position: relative;
	padding-left: 50px;
}
.navigation.post-navigation .nav-links .nav-previous a:after {
	content: "\f104";
	left: 20px;
}
.navigation.post-navigation .nav-links .nav-next a {
	position: relative;
	padding-right: 50px;
}
.navigation.post-navigation .nav-links .nav-next a:after {
	content: "\f105";
	right: 20px;
}

/* Post Pagination */
.navigation.pagination {
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.navigation.pagination .page-numbers {
	display: inline-block;
	color: #333;
	padding: 15px 25px;
	margin: 0 1px 3px;
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.navigation.pagination .current,
.navigation.pagination a:hover {
	color: #fff;
	background-color: #c80000;
	border-color: transparent;
	text-decoration: none;
	position: relative;
}

/* Page Links */
.page-links {
	text-align: center;
	margin-bottom: 30px;
	color: rgba(0, 0, 0, 0.4);
}
.page-links span,
.page-links a {
	display: inline-block;
	margin-left: -1px;
	text-decoration: none;
}
.page-links span,
.page-links a:hover span {
	color: #fff;
	padding: 15px 25px;
	border: 1px solid transparent;
	background-color: #c80000;
}
.page-links a span {
	display: block;
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: inherit;
	margin-left: 0;
}
.page-links .post-page-numbers {
	padding: 0;
	border: none;
	display: inline-block;
}

/*--------------------------------------------------------------
## Attachments
--------------------------------------------------------------*/
.image-attachment div.attachment {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background-color: #fff;
}
.image-attachment .entry-caption p {
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 35px 25px 25px;
}
.comments-title {
	font-size: 28px;
	font-weight: 700;
}
.comment-reply-title {
	font-size: calc(28px - 4px);
}
.comments-title,
.comment-reply-title {
	margin-bottom: 10px;
}
.comment-body {
	padding-left: 60px;
	position: relative;
	margin-bottom: 30px;
}
.children .comment-body {
	padding-left: 50px;
}
ol.comment-list {
	padding-left: 0;
}
ol.comment-list,
ol.comment-list ol.children {
	margin: 0;
	list-style: none;
}
.comment-author .avatar {
	height: 50px;
	position: absolute;
	width: 50px;
	top: 0;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.children .comment-author .avatar {
	height: 40px;
	width: 40px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 2px;
}
#comments .children {
	padding-left: 30px;
}
.comment-meta {
	padding-bottom: 10px;
}
.comment-metadata,
.comment-metadata a {
	color: #555;
}
.comment-metadata a.comment-edit-link {
	color: #c80000;
}
#comments .required {
	color: red;
}
#wp-comment-cookies-consent {
	margin-right: 10px;
}
.comment-area .form-submit {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-header,
.page-header .page-title {
	margin-bottom: 10px;
	overflow: auto;
}
.page-title {
	font-size: 28px;
	font-weight: 700;
	color: #333333;
}
.page-header .page-title-wrap p {
	margin-bottom: 25px;
}
.site-main .type-page {
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 25px;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
## bbPress Support
--------------------------------------------------------------*/
#bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-search-form input,
div.bbp-search-form button,
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 15px;
	line-height: 1.4;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 12px;
}
#bbpress-forums fieldset.bbp-form {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
#bbpress-forums fieldset.bbp-form legend {
	font-size: 18px;
}
#bbpress-forums div.bbp-search-form {
	float: none;
}
#bbpress-forums #bbp-search-form > div {
	margin-bottom: 20px;
}
#bbpress-forums #bbp-search-form > div,
.widget_display_search #bbp-search-form > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#bbpress-forums #bbp-search-form #bbp_search,
.widget_display_search #bbp-search-form #bbp_search {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
#bbpress-forums #bbp-search-form #bbp_search_submit,
.widget_display_search #bbp-search-form #bbp_search_submit {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
@media (min-width: 576px ) {
	#bbpress-forums #bbp-search-form #bbp_search_submit {
		padding-left: 50px;
		padding-right: 50px;
	}
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	display: inline-block;
}
#bbpress-forums fieldset.bbp-form select {
	height: 40px;
}
#bbpress-forums div.bbp-the-content-wrapper input {
	text-transform: none;
}
.bbp_widget_login .bbp-logged-in h4 {
	font-size: 18px;
	margin-bottom: 3px;
}
.widget_display_forums ul.bbp-forums-widget li,
.widget_display_replies ul.bbp-replies-widget li,
.widget_display_topics ul.bbp-topics-widget li {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_display_forums ul.bbp-forums-widget li:first-child,
.widget_display_replies ul.bbp-replies-widget li:first-child,
.widget_display_topics ul.bbp-topics-widget li:first-child {
	padding-top: 0;
}
.widget_display_forums ul.bbp-forums-widget li:last-child,
.widget_display_replies ul.bbp-replies-widget li:last-child,
.widget_display_topics ul.bbp-topics-widget li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.widget_display_replies ul.bbp-replies-widget .bbp-author-avatar,
.widget_display_topics ul.bbp-topics-widget .bbp-author-avatar {
	margin-right: 5px;
}
.widget_display_replies ul.bbp-replies-widget time {
	display: block;
}
.widget_display_stats dl {
	margin-bottom: 0;
}
.widget_display_stats dt {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.widget_display_stats dd {
	font-size: 24px;
}
.bbpress .type-forum {
	margin-bottom: 30px;
	padding: 15px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
## Woo Commerce Support
--------------------------------------------------------------*/
.site-main .woocommerce h2 {
	font-size: calc(28px - 4px);
	margin-bottom: 10px;
}
.woocommerce-page .site-main h3 {
	font-size: 19px;
}
.woocommerce ul.products {
	margin: 0;
}
.woocommerce ul.products li.product .button {
	margin-top: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-bottom: 30px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding-top: 0;
	font-size: 19px;
	font-weight: 700;
}
.woocommerce ul.products li.product .price {
	font-size: inherit;
}
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #c80000;
}
.woocommerce span.onsale {
	padding: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(0, 0, 0, 0.5);
}
/* button */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	text-align: center;
	font-size: inherit;
	padding: 13px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* Default Button */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #ffffff;
	background-color: #c80000;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: #ffffff;
	background-color: #666666;
}

/* alt/secondary button */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	color: #ffffff;
	background-color: #c80000;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #ffffff;
	background-color: #666666;
}

/*disabled button */
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: #ffffff;
	background-color: #c80000;
}

.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 135px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 9px 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 45px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #555;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}
.woocommerce .star-rating,
.woocommerce .star-rating:before {
	color: #c80000;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce .related h2 {
	margin-bottom: 10px;
}
.woocommerce-page .select2-container .select2-selection--single {
	height: 38px;
}
.woocommerce-page .select2-container--default .select2-selection--single {
	background-color: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 4px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}
.woocommerce-page .product.type-product .post-featured-image {
	display: none;
}
.woocommerce-page .entry-summary .product_meta .sku_wrapper,
.woocommerce-page .entry-summary .product_meta .posted_in {
	display: block;
	margin-bottom: 10px;
}
.woocommerce-page .select2-dropdown,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	max-width: inherit;
	padding-right: 0;
	padding-left: 0;
}
.woocommerce form .form-row {
	display: block;
}
.woocommerce form .woocommerce-billing-fields,
.woocommerce form .woocommerce-shipping-fields,
.woocommerce form .woocommerce-additional-fields {
	margin-bottom: 15px;
}
.woocommerce.widget ins {
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #ffffff;
}
.woocommerce-MyAccount-navigation ul li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-MyAccount-navigation ul li.is-active {
	background-color: rgba(0, 0, 0, 0.04);
	border-top-color: rgba(0, 0, 0, 0.06);
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 10px 15px;
	color: #555555;
}
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
	text-decoration: none;
	color: #c80000;
}
.woocommerce.widget_product_search .woocommerce-product-search {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce.widget_product_search input {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.woocommerce.widget_product_search button[type="submit"] {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 0;
	border: none;
}
.woocommerce.widget_product_categories ul.product-categories .current-cat-parent > a,
.woocommerce.widget_product_categories ul.product-categories .current-cat > a {
	color: #c80000;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 45px;
}
.woocommerce nav.woocommerce-pagination {
	margin-bottom: 30px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	margin-left: 2px;
	margin-right: 2px;
	overflow: inherit;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
	padding: 15px 20px;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
	background-color: #c80000;
	color: #ffffff;
}

/*--------------------------------------------------------------
## JetPack Support
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation {
	display: none;
}

/*--------------------------------------------------------------
## Gutenberg Support
--------------------------------------------------------------*/
p.has-drop-cap:not(:focus):first-letter {
	font-size: 5.3em;
	font-weight: normal;
}
p.has-background {
	padding: 15px;
}
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding-left: 35px;
	padding-right: 0;
	font-weight: normal;
	margin-bottom: 30px;
}
.wp-block-quote cite {
	font-weight: 400;
	display: block;
}
.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	text-align: inherit;
}
.entry-content .wp-block-quote p {
	margin-bottom: 15px;
}
.wp-block-pullquote {
	padding: 20px 30px;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 4px 0 2px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	padding-left: 15px;
	padding-right: 15px;
}
.wp-block-pullquote blockquote {
	padding: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1em;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: inherit;
	text-align: center;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-weight: 400;
	display: block;
}
.wp-block-pullquote blockquote:before {
	margin-right: 0;
	margin-left: 0;
	position: inherit;
	top: auto;
	left: auto;
	right: auto;
}
.wp-block-pullquote blockquote:before {
	color: inherit;
}
.entry-content .wp-block-pullquote p {
	margin-bottom: 15px;
}
.wp-block-pullquote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	line-height: inherit;
}
.wp-block-image,
.wp-block-image figcaption {
	margin-bottom: 0;
}
.wp-block-image figcaption {
	margin-top: 10px;
	text-align: center;
}
figure.wp-block-image,
.wp-block-image figure {
	margin-bottom: 30px;
}
.wp-block-media-text {
	margin-bottom: 30px;
}
.wp-block-media-text:not(.has-media-on-the-right):not(.has-background) .wp-block-media-text__content {
	padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__content {
	padding-left: 0;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
	padding-top: 25px;
	padding-bottom: 10px;
}
.wp-block-embed {
	position: relative;
	margin-bottom: 30px;
	display: block;
}
.wp-block-embed figcaption {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:after {
	display: block;
	content: "";
	clear: both;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	content: "";
	display: block;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}
.wp-block-columns.has-background {
	padding-bottom: 5px;
}
.wp-block-gallery {
	margin-bottom: 15px;
}
.wp-block-gallery figcaption.blocks-gallery-caption {
	margin-bottom: 15px;
	text-align: center;
}
.wp-block-cover {
	padding: 30px;
	margin-bottom: 30px;
}
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	padding: 15px;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	padding-top: 15px;
}
.wp-block-audio {
	margin-bottom: 30px;
}
.wp-block-audio figcaption {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.wp-block-file {
	margin-bottom: 30px;
}
.wp-block-file .wp-block-file__button {
	display: inline-block;
}
.wp-block-preformatted {
	padding: 15px;
	margin-bottom: 30px;
}
.wp-block-table {
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 30px;
}
.wp-block-table table {
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: rgba(0, 0, 0, 0.3);
}
.wp-block-table tr th,
.wp-block-table tr td {
	padding: 5px 10px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: rgba(0, 0, 0, 0.3);
}
.wp-block-table tr th {
	font-size: inherit;
	font-weight: normal;
	background-color: rgba(0, 0, 0, 0.04);
	text-align: center;
}
.wp-block-table figcaption {
	margin-top: 10px;
	text-align: center;
}
.wp-block-button {
	margin-bottom: 30px;
}
.wp-block-button__link:hover {
	text-decoration: none;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.wp-block-separator.is-style-default {
	max-width: 100px;
}
.wp-block-search {
	margin-bottom: 30px;
}
.wp-block-search .wp-block-search__button {
	font-size: inherit;
	margin: 0;
	border: none;
	padding: 10px 20px;
	background-color: #555555;
	color: #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.wp-block-search .wp-block-search__button:hover {
	background-color: #333333;
}
.wp-block-latest-posts li {
	margin-bottom: 5px;
}
.wp-block-calendar {
	margin-bottom: 30px;
}
.wp-block-calendar table {
	margin-bottom: 10px;
}
.wp-block-calendar table caption {
	caption-side: top;
	text-align: center;
	text-transform: uppercase;
}
.wp-block-calendar tbody #today {
	background-color: rgba(0, 0, 0, 0.1);
}
.wp-block-tag-cloud.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-search.aligncenter {
	text-align: center;
}
.wp-block-latest-posts__post-date {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.wp-block-image figure.alignleft {
	margin-right: 20px;
}
.wp-block-image figure.alignright {
	margin-left: 20px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block-audio.alignleft,
.wp-block-audio.alignright,
.wp-block-file.alignleft,
.wp-block-file.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-image figure.alignleft,
.wp-block-image figure.alignright,
.wp-block-table.alignleft,
.wp-block-table.alignright,
.wp-block-button.alignleft,
.wp-block-button.alignright,
.wp-block-calendar.alignleft,
.wp-block-calendar.alignright,
.wp-block-search.alignleft,
.wp-block-search.alignright {
	margin-bottom: 10px;
}
#content .wp-block-gallery.alignleft,
#content .wp-block-gallery.alignright {
	margin-bottom: 0;
}
/* Gutengern color styles */
.wp-block-calendar table caption,
.wp-block-calendar table tbody,
.wp-block-latest-posts__post-date {
	color: inherit;
}
/* Gutengern font sizes */
.wp-block-quote cite {
	font-size: 1em;
}
blockquote.wp-block-quote,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft.is-style-solid-color p,
.wp-block-pullquote.alignright.is-style-solid-color p {
	font-size: 1.1em;
}
.has-medium-font-size,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 1.2em;
}
.has-large-font-size {
	font-size: 1.6em;
}
.has-huge-font-size {
	font-size: 2em;
}

/*--------------------------------------------------------------
# Post Boxed/Block Elements
--------------------------------------------------------------*/
.post-boxed {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	min-height: calc(100% - 14px);
}
.post-img-wrap,
.page-single-img-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #555555;
}
.post-img-wrap:before,
.page-single-img-wrap:before {
	content: "";
	padding-top: 60%;
	display: block;
}
.post-img-wrap .post-img,
.page-single-img-wrap .post-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	transform: scale(1.006);
	-webkit-transform: scale(1.006);
	-moz-transform: scale(1.006);
}
.post-img-wrap:hover,
.post-block:hover .post-img-wrap {
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
}
.post-img-wrap:hover .post-img,
.post-block:hover .post-img-wrap .post-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.post-boxed .post-img-wrap .entry-meta {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}
.post-boxed .post-content {
	padding: 15px 15px 10px;
}
.post-boxed .entry-content p {
	margin-bottom: 10px;
	color: #555555;
}
.post-boxed .entry-title a:hover {
	text-decoration: none;
}
.post-boxed.inlined {
	padding: 15px 15px 0;
}
.post-boxed.inlined .post-img-wrap {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 80px;
	width: 80px;
}
.post-boxed.inlined .post-img-wrap:before {
	display: none;
}
.post-boxed.inlined .post-content {
	display: block;
	overflow: hidden;
	padding: 0 0 5px;
}
.post-boxed.inlined .entry-title {
	font-size: calc(22px - 3px)
}
.post-block {
	overflow: hidden;
}
.post-block .post-img-wrap a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}
.post-block .entry-header {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 15px 12px;
}
.post-block .entry-meta,
.post-block .entry-header a {
	color: #ffffff;
}
.post-block .entry-title,
.post-block .entry-meta,
.post-block .entry-meta a {
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
.post-block .entry-title {
	line-height: 1.2;
	margin-bottom: 2px;
	color: #ffffff;
}
.post-block .entry-title:hover {
	text-decoration: underline;
}
.post-boxed.inlined .entry-title,
.post-block .entry-title {
	line-height: 1.2;
}
.post-boxed.inlined.main-post .entry-title,
.post-block.main-post .entry-title {
	line-height: 1.3;
}
.post-block,
.post-boxed {
	position: relative;
	margin-bottom: 14px;
	background-color: #ffffff;
}
.post-boxed .entry-title,
.post-block .entry-title,
.post-boxed.main-post.inlined .entry-title {
	font-size: 22px;
}
.post-boxed .entry-title,
.post-boxed.main-post.inlined .entry-title {
	margin-bottom: 5px;
}
.entry-title-ellipsis .post-boxed .entry-title,
.entry-title-ellipsis .post-block .entry-title,
.entry-title-ellipsis .post-boxed.main-post.inlined .entry-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.featured-stories {
	margin-bottom: 16px;
}
.featured-stories .post-boxed {
	min-height: calc(100% - 14px);
}
.post-slider .post-slider-header {
	padding-right: 70px;
	min-height: 41px;
}
.post-slider .post-slider-header:before,
.post-slider .post-slider-header:after {
	content: "";
	display: table;
}
.post-slider .post-slider-header:after {
	clear: both;
}
.featured-stories .post-boxed .entry-title {
	font-size: calc(22px - 3px);
}
.post-slider .owl-nav {
	right: 0;
}
.post-slider .owl-nav.disabled {
	display: block;
}
.featured-slider.slider-no-title .owl-nav {
	top: 1px;
	right: 1px;
}
.featured-slider.slider-no-title .post-slider-header {
	min-height: inherit;
}
.post-slider .owl-nav {
	top: -42px;
	position: absolute;
}
.post-slider .owl-nav button.owl-prev,
.post-slider .owl-nav button.owl-next {
	margin-left: 1px;
	position: relative;
}
.post-slider .owl-nav button.owl-prev,
.post-slider .owl-nav button.owl-next  {
	width: 28px;
	height: 28px;
	display: inline-block;
	font-size: 0;
	float: left;
	padding: 0;
	border: none;
	background-color: #ffffff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.post-slider .owl-nav button.owl-prev:focus,
.post-slider .owl-nav button.owl-next:focus {
	outline: none;
}
.post-slider .owl-nav button.owl-prev:before,
.post-slider .owl-nav button.owl-next:before {
	color: #777777;
	font-family: fontawesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	line-height: 27px;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.post-slider .owl-nav button.owl-prev:hover:before,
.post-slider .owl-nav button.owl-next:hover:before {
	color: #000000;
	cursor: pointer;
}
.post-slider .owl-nav button.owl-prev:before {
	content: '\f104';
}
.post-slider .owl-nav button.owl-next:before {
	content: '\f105';
}

/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/
.featured-section {
	padding-top: 30px;
}
.featured-section .featured-slider {
	margin-bottom: 20px;
}
.stories-title {
	font-size: 20px;
	padding-left: 10px;
	border-left: 4px solid #c80000;
	margin-bottom: 15px;
	font-weight: 700;
	text-align: left;
}
.stories-title a,
.stories-title a:hover {
	color: inherit;
}
.stories-title a:hover {
	text-decoration: none;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}
.featured-section .post-block,
.featured-section .post-boxed {
	margin-bottom: 10px;
}
.featured-section .featured-post .post-block .entry-header {
	padding: 10px 10px 7px;
}
.featured-section .post-boxed.inlined {
	padding: 10px 10px 0;
}
.featured-section .post-boxed.inlined .post-img-wrap {
	margin-right: 10px;
	margin-bottom: 10px;
}
.featured-section .featured-slider .post-block .entry-header {
	padding: 20px 20px 17px;
}
.featured-section .featured-slider .post-block .entry-title {
	font-size: 28px;
	margin-bottom: 5px;
}
.featured-section .featured-post .post-boxed .entry-title,
.featured-section .featured-post .post-block .entry-title {
	font-size: calc(22px - 3px);
}
.featured-section .featured-post {
	margin-bottom: 20px;
}
.featured-section .featured-slider .post-block .post-img-wrap:before {
	display: block;
	padding-top: calc(60% + 4px);
}
.featured-section .title-wrap {
	overflow: auto;
}
.featured-section .featured-stories .post-boxed {
	margin-bottom: 14px;
}

/*--------------------------------------------------------------
# Sidebar/Widget Area
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget .container {
	padding-top: 90px;
	padding-bottom: 30px;
}
.widget {
	margin-bottom: 30px;
	padding: 15px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.widget-title {
	font-size: 20px;
	padding-left: 10px;
	border-left: 4px solid #c80000;
	text-align: left;
	position: relative;
	font-weight: 700;
	margin-bottom: 15px;
}
.widget-title a,
.widget-title a:hover {
	color: inherit;
}
.widget-title a:hover {
	text-decoration: none;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}
.widget ol,
.widget ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	overflow: auto;
}
.widget ol ol,
.widget ul ul {
	padding-left: 20px;
	padding-top: 4px;
}
.widget ul li a {
	color: #555555;
}
.widget ul li a:hover {
	color: #c80000;
	text-decoration: none;
}
.widget ul li {
	margin-bottom: 4px;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
.widget-area .widget .container,
.widget-area .widget .container-fluid {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/*--------------------------------------------------------------
## Widget Archive
--------------------------------------------------------------*/
.widget_archive li a[aria-current="page"] {
	color: #c80000;
}

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	color: inherit;
	font-weight: 700;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	caption-side: top;
}
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar tfoot td,
.widget_calendar #wp-calendar #today {
	background: rgba(0, 0, 0, 0.06);
}
.widget_calendar .wp-calendar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 8px;
}
.site-footer .widget_calendar #wp-calendar th,
.site-footer .widget_calendar #wp-calendar tfoot td,
.site-footer .widget_calendar #wp-calendar #today {
	background-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
## Widget Categories
--------------------------------------------------------------*/
.widget_categories .current-cat a {
	color: #c80000;
}

/*--------------------------------------------------------------
## Widget Media Image
--------------------------------------------------------------*/
.widget_media_image .wp-caption {
	margin-bottom: 0;
}
.widget_media_image .wp-caption .wp-caption-text {
	padding-bottom: 0;
	border-bottom: 0;
}

/*--------------------------------------------------------------
## Widget Media Video
--------------------------------------------------------------*/
.widget_media_video .wp-video {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Widget Nav Menu
--------------------------------------------------------------*/
.widget_nav_menu ul li.current_page_item > a,
.widget_nav_menu ul li.current_page_ancestor > a,
.widget_nav_menu ul li.current-menu-item > a,
.widget_nav_menu ul li.current-menu-ancestor > a {
	color: #c80000;
}

/*--------------------------------------------------------------
## Widget Pages
--------------------------------------------------------------*/
.widget_pages ul li.current_page_item > a,
.widget_pages ul li.current_page_ancestor > a {
	color: #c80000;
}

/*--------------------------------------------------------------
## Widget Recent Entries/Comments
--------------------------------------------------------------*/
.widget_recent_entries ul li,
.widget_recent_comments ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px 0;
}
.widget_recent_entries ul li:first-child,
.widget_recent_comments ul li:first-child {
	padding-top: 0;
}
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.widget_recent_entries .post-date {
	display: block;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	padding-top: 5px;
}
.site-footer .widget_recent_entries .post-date {
	color: rgba(170, 170, 170, 0.8);
}
.site-footer .widget.widget_recent_entries ul li,
.site-footer .widget.widget_recent_comments ul li {
	margin-bottom: 0;
	border-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.widget_tag_cloud a {
	margin-right: 5px;
	color: #555;
	padding: 10px 0;
}
.widget_tag_cloud a:hover {
	color: #c80000;
}

/*--------------------------------------------------------------
## Widget Text
--------------------------------------------------------------*/
.widget_text p:before,
.widget_text p:after {
	content: "";
	display: table;
}
.widget_text p:after {
	clear: both;
}
.widget_text p img {
	margin-bottom: 15px;
}
.widget_text p img.alignleft {
	margin-right: 15px;
	margin-bottom: 15px;
}
.widget_text p img.alignright {
	margin-left: 15px;
	margin-bottom: 15px;
}
.widget_text ol,
.widget_text ul {
	padding-left: 25px;
	margin-bottom: 20px;
}
.widget_text ul {
	list-style: inherit;
}
.widget_text ol {
	list-style: decimal;
}

/*--------------------------------------------------------------
## Infolux Widget Horizontal/Vertical Posts
--------------------------------------------------------------*/
.infolux-widget-horizontal-vertical-posts {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 16px;
}
.infolux-widget-horizontal-vertical-posts .post-boxed.main-post  {
	padding: 0;
}
.infolux-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
	margin-bottom: 0;
	width: 100%;
	height: 234px;
}
.infolux-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
	display: none;
}
.infolux-widget-horizontal-vertical-posts .post-boxed.main-post.inlined .post-img-wrap {
	width: calc(50% - 7px);
	margin-right: 0;
}
.infolux-widget-horizontal-vertical-posts .post-boxed.main-post.inlined .post-content {
	padding: 15px 15px 7px;
}
.infolux-widget-horizontal-vertical-posts .post-vertical .second-col .post-boxed {
	min-height: inherit;
}
.site-footer .infolux-widget-horizontal-vertical-posts .col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.site-footer .infolux-widget-horizontal-vertical-posts .post-boxed.main-post.inlined .post-img-wrap {
	float: none;
	width: 100%;
}
.site-footer .infolux-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
	height: auto;
}
.site-footer .infolux-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
	display: block;
	padding-top: 60%;
}

/*--------------------------------------------------------------
## Infolux Widget Recent Posts
--------------------------------------------------------------*/
.widget.infolux-widget-recent-posts,
.page-template-front-page-template .widget-area .widget.infolux-widget-recent-posts {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 16px;
}

/* widget-area-control */
.widget-area .widget.infolux-widget-recent-posts {
	background-color: #ffffff;
	padding: 15px 15px 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.widget-area .infolux-widget-recent-posts .post-boxed {
	box-shadow: none;
	padding: 0;
	margin-bottom: 0;
}
.page-template-front-page-template .widget-area .infolux-widget-recent-posts .post-boxed {
	margin-bottom: 14px;
	padding: 15px 15px 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.site-footer .widget-area .infolux-widget-recent-posts {
	margin-bottom: 20px;
}
.site-footer .widget-area .infolux-widget-recent-posts .post-boxed,
.site-footer .widget-area .infolux-widget-recent-posts {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 0;
}
.site-footer .widget-area .infolux-widget-recent-posts .post-boxed {
	margin-bottom: 10px;
}
.site-footer .widget-area .infolux-widget-recent-posts .widget-title {
	margin-bottom: 20px;
}
.site-footer .widget-area .infolux-widget-recent-posts .col-md-6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.site-footer .widget-area .infolux-widget-recent-posts .post-boxed .post-img-wrap {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	margin-bottom: 0;
}
.site-footer .widget-area .infolux-widget-recent-posts .post-boxed .entry-title {
	font-size: calc(15px + 1px);
	font-weight: 400;
}
.site-footer .widget-area .infolux-widget-recent-posts .post-boxed .entry-title,
.site-footer .widget-area .infolux-widget-recent-posts .post-boxed .entry-title a,
.site-footer .widget-area .infolux-widget-recent-posts .post-boxed .entry-meta,
.site-footer .widget-area .infolux-widget-recent-posts .post-boxed .entry-meta a {
	color: #bbbbbb;
}
.site-footer .widget-area .infolux-widget-recent-posts .post-boxed .entry-title a:hover,
.site-footer .widget-area .infolux-widget-recent-posts .post-boxed .entry-meta a:hover {
	color: #ffffff;
}
.site-footer .widget-area .infolux-widget-recent-posts .category-meta {
	display: none;
}

/*--------------------------------------------------------------
## Infolux Widget Card/Block Posts
--------------------------------------------------------------*/
.infolux-widget-card-block-posts {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 16px;
}
.infolux-widget-card-block-posts:before,
.infolux-widget-card-block-posts:after {
	content: "";
	display: table;
}
.infolux-widget-card-block-posts:after {
	clear: both;
}
.site-footer .infolux-widget-card-block-posts .post-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	z-index: 10;
}
.site-footer .widget-area {
	color: #bbbbbb;
	background-color: #393939;
	padding-top: 50px;
	padding-bottom: 20px;
}
.site-footer .widget {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.site-footer .widget-title {
	text-align: left;
	margin-bottom: 20px;
	color: #ffffff;
	border-bottom: none;
	padding-bottom: 0;
}
.site-footer .social-profiles {
	margin-bottom: 15px;
	padding-top: 3px;
}
.site-footer .widget-subscribe .form-control,
.site-footer .widget-subscribe .btn {
	padding: 10px;
}
.site-footer .widget ul li {
	margin-bottom: 6px;
}
.site-footer .widget ul li:last-child {
	margin-bottom: 0;
}
.site-footer caption,
.site-footer .widget ul li a,
.site-footer .widget_tag_cloud a {
	color: #bbbbbb;
}
.site-footer .widget ul li a:hover,
.site-footer .widget_tag_cloud a:hover,
.site-footer .widget_archive li a[aria-current="page"],
.site-footer .widget_categories .current-cat a,
.site-footer .widget_nav_menu ul li.current_page_item > a,
.site-footer .widget_nav_menu ul li.current_page_ancestor > a,
.site-footer .widget_nav_menu ul li.current-menu-item > a,
.site-footer .widget_nav_menu ul li.current-menu-ancestor > a,
.site-footer .widget_pages ul li.current_page_item > a,
.site-footer .widget_pages ul li.current_page_ancestor > a {
	color: #ffffff;
}

/* Site Info */
.site-info {
	background-color: #333333;
	padding-top: 25px;
	padding-bottom: 5px;
	text-align: center;
	color: #888888;
}
.site-info a,
.site-info a:hover{
	color: #cccccc;
}
.site-info .copyright a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
.site-info .social-profiles,
.site-info .copyright {
	margin-bottom: 12px;
	text-align: center;
}
.site-info .social-profiles ul li a {
	font-size: calc(15px + 3px);
}
.site-info .copyright .theme-link,
.site-info .copyright .privacy-link,
.site-info .copyright .author-link,
.site-info .copyright .wp-link,
.site-info .copyright .custom-content {
	display: inline-block;
	padding-right: 8px;
	margin-bottom: 8px;
}
.site-info .copyright .theme-link:after,
.site-info .copyright .privacy-link:after,
.site-info .copyright .author-link:after,
.site-info .copyright .wp-link:after {
	content: '|';
	margin-left: 8px;
	display: inline-block;
}
.site-info .copyright div:last-child:after {
	content: normal;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (max-width: 1199px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.featured-section .featured-slider .post-block .post-img-wrap:before {
		padding-top: calc(85% + 2px);
	}
	.featured-section .featured-slider .post-block .entry-header {
		padding: 15px 15px 12px;
	}
}

@media (max-width: 991px) {
	.navigation-bar .container {
		padding-right: 30px;
	}
	.navbar-ad-section {
		text-align: left;
	}
	.navigation-bar-top {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.navbar-main {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		background-color: #fff
	}
	.navigation-bar-top .search-toggle {
		display: block;
		position: absolute;
		top: 0;
		right: 30px;
		bottom: 0;
		font-size: 16px;
		padding: 10px;
		line-height: 24px;
	}
	.navigation-bar .nav-search {
		display: none;
	}
	.navigation-bar-top .search-bar {
		background-color: #ffffff;
		box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
		-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
		-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
	}
	.search-block .input-group-prepend .btn-theme {
		padding-left: 22px;
		padding-right: 22px;
	}
	.search-block {
		position: inherit;
		top: auto;
		right: auto;
		width: auto;
		padding-left: 0;
		padding-right: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		background-color: transparent;
	}
	.search-block.on {
		display: block !important;
	}
	.search-block.off {
		display: none !important;
	}
	.navbar-collapse {
		margin-left: -30px;
		margin-right: -30px;
	}
	.main-navigation {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.main-navigation li + li {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.main-navigation ul li a {
		color: #555555;
	}
	.main-navigation ul li.current_page_item > a,
	.main-navigation ul li.current_page_ancestor > a,
	.main-navigation ul li.current-menu-item > a,
	.main-navigation ul li.current-menu-ancestor > a,
	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus,
	.main-navigation ul li.show > a,
	.main-navigation ul li:hover > a,
	.main-navigation .dropdown-menu a:hover,
	.main-navigation .dropdown-menu a.current-menu-item,
	.main-navigation li ul li:hover > a,
	.main-navigation li ul li.current-menu-item > a,
	.main-navigation li ul li.current-menu-ancestor > a,
	.main-navigation ul li li.current_page_item > a,
	.main-navigation li ul li.current_page_ancestor > a {
		color: #c80000;
		background-color: transparent;
	}
	.main-navigation ul li.menu-item-has-children > a,
	.main-navigation ul li ul li.menu-item-has-children > a,
	.main-navigation ul li.page_item_has_children > a,
	.main-navigation ul li ul li.page_item_has_children > a {
		padding-right: 45px;
	}
	.main-navigation ul li.menu-item-has-children > a:after,
	.main-navigation li ul li.menu-item-has-children > a:after,
	.main-navigation ul li.page_item_has_children > a:after,
	.main-navigation li ul li.page_item_has_children > a:after {
		content: "\f107";
		color: #555555;
		right: 30px;
		font-weight: 400;
		display: none;
	}
	.main-navigation .dropdown-parent.menu-item-has-children > a,
	.main-navigation .dropdown-parent.page_item_has_children > a {
		padding-right: 80px;
	}
	.main-navigation .dropdown-parent .dropdown-toggle {
		display: block;
		height: 45px;
		width: 80px;
	}
	.main-navigation .dropdown-parent .sub-menu,
	.main-navigation .dropdown-parent .children {
		display: none;
	}
	.main-navigation .dropdown-parent .sub-menu.dropdown-active,
	.main-navigation .dropdown-parent .children.dropdown-active {
		display: block;
	}
	.navbar-collapse .main-navigation ul li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.main-navigation ul li a {
		padding-left: 30px;
		padding-right: 30px;
	}
	.main-navigation ul li ul li a {
		padding-left: 60px;
	}
	.main-navigation ul li ul li ul li a {
		padding-left: 90px;
	}
	.main-navigation ul li ul li ul li ul li a {
		padding-left: 120px;
	}
	.main-navigation ul li ul li ul li ul li ul li a {
		padding-left: 150px;
	}
	.main-navigation li ul {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		display: block;
		border-width: 1px 0 0;
	}
	.main-navigation ul li ul li ul,
	.headernav .main-navigation ul li ul li ul {
		left: auto;
	}
	.main-navigation ul li ul,
	.main-navigation ul ul li ul,
	.main-navigation ul ul ul li ul,
	.main-navigation ul ul ul ul li ul,
	.main-navigation ul ul ul ul ul li ul {
		display: block;
	}
	.main-navigation ul li ul,
	.main-navigation ul li:hover ul ul,
	.main-navigation ul ul li:hover ul ul,
	.main-navigation ul ul ul li:hover ul ul,
	.main-navigation ul ul ul ul li:hover ul ul {
		display: block;
	}
	.main-navigation ul.sub-menu ul.sub-menu,
	.main-navigation ul.children ul.children {
		top: auto;
	}
	.featured-section .featured-post .post-block .entry-header {
		padding: 15px 15px 12px;
	}
	.featured-section .featured-slider .post-block .entry-header {
		padding: 20px 20px 17px;
	}
	.featured-section .featured-slider .post-block .post-img-wrap:before {
		padding-top: 60%;
	}
	.widget-area .sticky-wrapper,
	.widget-area .sticky-wrapper.is-sticky {
		height: auto !important;
	}
	.widget-area .sticky-wrapper .sticky-sidebar,
	.widget-area .sticky-wrapper.is-sticky .sticky-sidebar {
		width: 100% !important;
		position: relative !important;
		top: auto !important;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 19px;
	}
	h6 {
		font-size: 16px;
	}
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		margin-bottom: 15px;
	}
	.info-bar {
		overflow: visible;
	}
	.info-bar .infobar-links .infobar-links-menu-toggle {
		display: block;
		border: none;
		font-size: 0;
		background-color: transparent;
		color: #ccc;
		position: absolute;
		top: 0;
		right: 20px;
		padding: 7px 12px;
		min-width: 42px;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.2);
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
	}
	.info-bar .infobar-links .infobar-links-menu-toggle:before {
		font-size: 21px;
		line-height: 20px;
		content: '\f0c9';
		font-family: 'FontAwesome';
		-webkit-font-smoothing: antialiased;
	}
	.info-bar .infobar-links .infobar-links-menu-toggle:focus {
		outline: none;
	}
	.info-bar .infobar-links .infobar-links-menu-toggle:hover {
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	}
	.info-bar .infobar-links.toggled-link-on .infobar-links-menu-toggle {
		background-color: rgba(0, 0, 0, 0.2);
	}
	.info-bar .infobar-links.toggled-link-on .infobar-links-menu-toggle:before {
		content: "\f00d";
	}
	.info-bar .infobar-links {
		position: inherit;
	}
	.info-bar .infobar-links ul {
		background-color: rgba(0, 0, 0, 0.2);
		margin-left: -20px;
		margin-right: -20px;
		display: none;
	}
	.info-bar .infobar-links.toggled-link-on ul {
		display: block;
	}
	.info-bar .infobar-links ul li {
		float: none;
		padding: 0;
	}
	.info-bar .infobar-links ul li + li {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.info-bar .infobar-links li + li:before {
		display: none;
	}
	.info-bar .infobar-links ul li a {
		padding: 8px 20px;
		display: block;
		text-align: right;
	}
	.info-bar.infobar-links-on .container {
		padding-right: 63px;
	}
	.info-bar.infobar-links-on .infobar-links {
		max-width: none;
		width: calc(100% + 43px);
		margin-right: -43px;
		display: block;
		min-height: 0;
	}
	.navbar-collapse {
		margin-left: -20px;
		margin-right: -20px;
	}
	.main-navigation ul li.menu-item-has-children > a,
	.main-navigation ul li ul li.menu-item-has-children > a,
	.main-navigation ul li.page_item_has_children > a,
	.main-navigation ul li ul li.page_item_has_children > a {
		padding-right: 35px;
	}
	.main-navigation ul li.menu-item-has-children > a:after,
	.main-navigation li ul li.menu-item-has-children > a:after,
	.main-navigation ul li.page_item_has_children > a:after,
	.main-navigation li ul li.page_item_has_children > a:after {
		right: 20px;
	}
	.main-navigation .dropdown-parent.menu-item-has-children > a,
	.main-navigation .dropdown-parent.page_item_has_children > a {
		padding-right: 60px;
	}
	.main-navigation .dropdown-parent .dropdown-toggle {
		width: 60px;
	}
	.main-navigation ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-navigation ul li ul li a {
		padding-left: 40px;
	}
	.main-navigation ul li ul li ul li a {
		padding-left: 60px;
	}
	.main-navigation ul li ul li ul li ul li a {
		padding-left: 80px;
	}
	.main-navigation ul li ul li ul li ul li ul li a {
		padding-left: 100px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.site-title {
		font-size: 30px;
	}
	.navigation-bar .container {
		padding-right: 20px;
	}
	.navigation-bar-top .search-toggle {
		right: 20px;
	}
	.search-block.on {
		opacity: 1 !important;
		display: block !important;
	}
	.search-block.off {
		display: none !important;
		opacity: 1 !important;
	}
	.navbar-head,
	.navbar-head.navbar-bg-set {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.navbar-brand {
		display: block;
	}
	.navigation.pagination .page-numbers,
	.page-links span,
	.page-links a:hover span {
		padding: 10px 20px;
	}
	.top-stories-bar .top-stories-label .label-txt {
		font-size: 16px;
	}
	.top-stories-bar .top-stories-lists .marquee a {
		padding-left: 30px;
	}
	.alignwide,
	.alignfull {
		margin-left: -15px;
		margin-right: -15px;
	}
	.post,
	.hentry,
	.type-attachment,
	.site-main .type-page,
	.type-product.product,
	.comments-area {
		padding: 15px;
	}
	.post-featured-image.page-single-img-wrap {
		margin: -15px -15px 15px;
	}
	.post-featured-image.page-single-img-wrap .featured-image-caption {
		padding-left: 15px;
		padding-right: 15px;
	}
	.infolux-widget-horizontal-vertical-posts .post-boxed.main-post.inlined .post-img-wrap {
		float: none;
		width: 100%;
	}
	.featured-section .featured-slider .post-block .post-img-wrap:before {
		content: "";
		padding-top: 60%;
		display: block;
	}
	.infolux-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
		display: block;
	}
	.infolux-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
		height: auto;
	}
	.site-footer .widget-area {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.entry-title,
	.page-title,
	.comments-title,
	.featured-section .featured-slider .post-block .entry-title {
		font-size: 25px;
	}
	.post-boxed .entry-title,
	.post-block .entry-title,
	.post-boxed.main-post.inlined .entry-title,
	.post-col .entry-title,
	.post-col .format-quote blockquote,
	.post-col .format-quote blockquote p,
	.featured-stories .post-boxed .entry-title,
	.featured-stories .post-block .entry-title,
	.featured-section .featured-post .post-block .entry-title,
	.post-boxed.inlined .entry-title {
		font-size: 18px;
	}
	.site-footer .widget-area .infolux-widget-recent-posts .post-boxed .entry-title {
		font-size: 16px;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}

	/* Gutenberg Support */
	.wp-block-columns.has-background {
		padding-left: 20px;
		padding-right: 20px;
	}
	.wp-block-media-text.is-stacked-on-mobile:not(.has-background) .wp-block-media-text__content {
		margin-top: 15px;
	}
	.wp-block-media-text:not(.has-background).is-stacked-on-mobile .wp-block-media-text__content {
		padding-right: 0;
		padding-left: 0;
	}
	.wp-block-media-text.has-background .wp-block-media-text__content {
		padding: 15px;
	}
	.wp-block-media-text.is-stacked-on-mobile {
		display: block;
	}
	.has-large-font-size {
		font-size: 1.5em;
	}
	.has-huge-font-size {
		font-size: 1.9em;
	}
}

@media (max-width: 575px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 23px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
		margin-bottom: 10px;
	}
	.info-bar .infobar-links .infobar-links-menu-toggle {
		right: 15px;
	}
	.info-bar .infobar-links ul {
		margin-left: -15px;
		margin-right: -15px;
	}
	.info-bar .infobar-links ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.info-bar .social-profiles {
		display: none;
	}
	.info-bar.infobar-links-on .container {
		padding-right: 58px;
	}
	.navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
	.main-navigation ul li.menu-item-has-children > a,
	.main-navigation ul li ul li.menu-item-has-children > a,
	.main-navigation ul li.page_item_has_children > a,
	.main-navigation ul li ul li.page_item_has_children > a {
		padding-right: 30px;
	}
	.main-navigation ul li.menu-item-has-children > a:after,
	.main-navigation li ul li.menu-item-has-children > a:after,
	.main-navigation ul li.page_item_has_children > a:after,
	.main-navigation li ul li.page_item_has_children > a:after {
		right: 15px;
	}
	.main-navigation .dropdown-parent.menu-item-has-children > a,
	.main-navigation .dropdown-parent.page_item_has_children > a {
		padding-right: 50px;
	}
	.main-navigation .dropdown-parent .dropdown-toggle {
		width: 50px;
	}
	.main-navigation ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-navigation ul li ul li a {
		padding-left: 30px;
	}
	.main-navigation ul li ul li ul li a {
		padding-left: 45px;
	}
	.main-navigation ul li ul li ul li ul li a {
		padding-left: 60px;
	}
	.main-navigation ul li ul li ul li ul li ul li a {
		padding-left: 75px;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navigation-bar .container {
		padding-right: 15px;
	}
	.navigation-bar-top .search-toggle {
		right: 15px;
	}
	.site-info .copyright .theme-link,
	.site-info .copyright .privacy-link,
	.site-info .copyright .author-link,
	.site-info .copyright .wp-link,
	.site-info .copyright .custom-content {
		margin-bottom: 5px;
	}
	.navigation.post-navigation .nav-links .nav-previous,
	.navigation.post-navigation .nav-links .nav-next {
		width: 100%;
		float: none;
	}
	.navigation.post-navigation .nav-links .nav-previous {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.navigation.post-navigation .nav-links:before {
		display: none;
	}
	.navigation.post-navigation .nav-links a {
		padding: 20px 15px;
	}
	.navigation.post-navigation .nav-links .nav-next a {
		padding-right: 35px;
	}
	.navigation.post-navigation .nav-links .nav-previous a {
		padding-left: 35px;
	}
	.navigation.post-navigation .nav-links .nav-next a:after {
		right: 15px;
	}
	.navigation.post-navigation .nav-links .nav-previous a:after {
		left: 15px;
	}
	.top-stories-bar {
		background-color: transparent;
		height: auto;
	}
	.top-stories-bar .top-stories-label {
		float: none;
		z-index: 1;
		display: block;
		text-align: center;
		padding-right: 15px;
		padding-top: 8px;
		padding-bottom: 5px;
	}
	.top-stories-bar:before,
	.top-stories-bar .top-stories-label:after {
		display: none;
	}
	.top-stories-bar .top-stories-label .top-stories-label-wrap {
		display: inline-block;
		height: auto;
		padding-top: 0;
		padding-bottom: 0;
		min-height: 30px;
	}
	.top-stories-bar .top-stories-lists {
		padding: 0;
		background-color: #ffffff;
		z-index: 1;
	}
	.top-stories-bar .top-stories-lists:after {
		display: none;
	}
	.featured-section .featured-slider .post-block .post-img-wrap:before {
		padding-top: 100%;
	}
	.featured-section .featured-slider .post-block .entry-header {
		padding: 15px 15px 12px;
	}
	.featured-section .featured-post .post-img-wrap:before {
		padding-top: 60%;
		display: block;
	}
	.post-boxed.inlined:not(.main-post) .entry-title {
		font-size: 17px;
	}
	.back-to-top {
		right: 15px;
	}
	/* Gutenberg Support */
	.wp-block-pullquote {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-button.alignleft,
	.wp-block-button.alignright,
	.wp-block-table.alignleft,
	.wp-block-table.alignright,
	.wp-block-audio.alignleft,
	.wp-block-audio.alignright,
	.wp-block-file.alignleft,
	.wp-block-file.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	#content .wp-block-gallery.alignleft,
	#content .wp-block-gallery.alignright,
	.wp-block-image figure.alignleft,
	.wp-block-image figure.alignright {
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-audio.alignleft,
	.wp-block-audio.alignright,
	.wp-block-file.alignleft,
	.wp-block-file.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-image figure.alignleft,
	.wp-block-image figure.alignright,
	.wp-block-table.alignleft,
	.wp-block-table.alignright,
	.wp-block-button.alignleft,
	.wp-block-button.alignright {
		max-width: 100%;
		display: block;
		text-align: center;
	}
	#content .wp-block-gallery.alignleft,
	#content .wp-block-gallery.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright {
		display: flex;
		max-width: 100%;
		text-align: center;
	}
	.wp-block-audio audio {
		min-width: 290px;
	}
	.wp-block-media-text,
	.wp-block-preformatted,
	.wp-block-pullquote,
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-embed,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-audio,
	.wp-block-audio.alignleft,
	.wp-block-audio.alignright,
	.wp-block-file,
	.wp-block-file.alignleft,
	.wp-block-file.alignright,
	.wp-block-cover,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-image,
	figure.wp-block-image,
	.wp-block-table,
	.wp-block-table.alignleft,
	.wp-block-table.alignright,
	.wp-block-button,
	.wp-block-button.alignleft,
	.wp-block-button.alignright,
	.wp-block-calendar.alignleft,
	.wp-block-calendar.alignright,
	.wp-block-search.alignleft,
	.wp-block-search.alignright {
		margin-bottom: 20px;
	}
	.wp-block-image figure.alignleft,
	.wp-block-image figure.alignright {
		margin-bottom: 0;
	}
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	blockquote.wp-block-quote,
	#content .wp-block-gallery,
	#content .wp-block-gallery.alignleft,
	#content .wp-block-gallery.alignright {
		margin-bottom: 5px;
	}
	.has-medium-font-size,
	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p,
	.wp-block-pullquote p,
	.wp-block-pullquote.is-style-solid-color blockquote p {
		font-size: 1.1em;
	}
	.has-large-font-size {
		font-size: 1.3em;
	}
	.has-huge-font-size {
		font-size: 1.7em;
	}
}

@media (min-width: 992px) {
	.widget-area .infolux-widget-horizontal-vertical-posts .col-md-6,
	.widget-area .infolux-widget-recent-posts .col-md-6,
	.widget-area .infolux-widget-card-block-posts .post-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.widget-area .infolux-widget-horizontal-vertical-posts .post-boxed.main-post.inlined .post-img-wrap {
		float: none;
		width: 100%;
	}
	.two-column-featured-section .featured-post .post-img-wrap:before {
		padding-top: 60%;
	}
	.two-column-featured-section .featured-slider .post-block .post-img-wrap:before {
		padding-top: calc(60% + 4px);
	}
	.one-column-featured-section .featured-slider .post-block .post-img-wrap:before {
		padding-top: 40%;
	}
	.featured-section .one-column-featured-section .post-block .entry-header {
		padding: 15px 30px 25px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1340px;
	}
	.post-boxed.inlined .post-img-wrap {
		height: 90px;
		width: 90px;
	}
	.infolux-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
		height: 254px;
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.entry-content p {
		margin-bottom: 20px;
	}
	.featured-section .two-column-featured-section .featured-post .post-block .entry-header {
		padding: 15px 15px 12px;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1540px;
	}
	.navbar-head.navbar-bg-set {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.main-navigation a {
		padding: 20px;
	}
	.main-navigation > ul > li.menu-item-has-children > a,
	.main-navigation > ul > li.page_item_has_children > a {
		padding-right: 37px;
	}
	.main-navigation > ul > li.menu-item-has-children > a:after,
	.main-navigation > ul > li.page_item_has_children > a:after {
		right: 20px;
	}
	.search-toggle {
		padding: 20px;
	}
	.post-boxed.inlined .post-img-wrap {
		height: 100px;
		width: 100px;
	}
	.infolux-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
		height: 274px;
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.featured-section .col-xxl-9 .featured-slider .post-block .post-img-wrap:before {
		padding-top: calc(40% + 2px);
	}
	.two-column-featured-section .featured-post .post-img-wrap:before {
		padding-top: 51%;
	}
	.two-column-featured-section .featured-slider .post-block .post-img-wrap:before {
		padding-top: calc(51% + 4px);
	}
	.featured-section .featured-post .post-block .entry-header {
		padding: 15px 15px 12px;
	}
	.featured-section .two-column-featured-section .featured-post .post-block .entry-header {
		padding: 20px 20px 17px;
	}
}

@media (min-width: 1800px) {
	.container {
		max-width: 1740px;
	}
	.post-boxed.inlined .post-img-wrap {
		height: 105px;
		width: 105px;
	}
	.infolux-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
		height: 284px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.col-lg-3pt5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 29.15%;
		flex: 0 0 29.15%;
		max-width: 29.15%;
	}
}

/* FIX Infolux : .col-lg-3pt5 doit s'appliquer sur les grands écrans (>= 992px) */
@media (min-width: 992px) {
	.col-lg-3pt5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 29.15%;
		flex: 0 0 29.15%;
		max-width: 29.15%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/*--------------------------------------------------------------
# Infolux — Carrousel + sections Featured (Articles principaux,
# Choix de la rédaction, Tendances) — refonte tailles et lisibilité
--------------------------------------------------------------*/

/* Featured Slider : Owl carousel actif, pas de grid forcé */
.ix-banner-cards-grid {
	margin: 0 !important;
	padding: 0 !important;
}
.ix-banner-card-col {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.featured-section .ix-banner-cards-grid .post-item.post-block {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	background: #fff !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	border: 1px solid var(--ix-border) !important;
	transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease !important;
	margin: 0 !important;
}
.featured-section .ix-banner-cards-grid .post-item.post-block:hover {
	border-color: var(--ix-green) !important;
	box-shadow: 0 8px 22px rgba(108, 140, 28, 0.15) !important;
	transform: translateY(-2px) !important;
}
.featured-section .ix-banner-cards-grid .post-img-wrap,
.ix-banner-cards-grid .post-img-wrap {
	display: block !important;
	width: 100% !important;
	overflow: hidden !important;
	padding: 0 !important;
	margin: 0 !important;
}
/* Featured Slider grid (Articles principaux) : laisse le padding-hack natif gérer la hauteur */
.featured-section .ix-banner-cards-grid .post-img,
.ix-banner-cards-grid .post-img {
	transition: transform 0.45s ease !important;
}
.featured-section .ix-banner-cards-grid .post-item:hover .post-img {
	transform: scale(1.04);
}
/* Forcer l'overflow hidden sur le wrap pour que le scale ne déborde pas */
.featured-section .ix-banner-cards-grid .post-img-wrap {
	overflow: hidden;
}
.featured-section .ix-banner-cards-grid .entry-header {
	padding: 0.85em 1em 1em;
	background: #fff;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.featured-section .ix-banner-cards-grid .entry-title,
.featured-section .ix-banner-cards-grid .entry-title a {
	color: var(--ix-text) !important;
	font-size: 1.05em !important;
	font-weight: 700;
	line-height: 1.3;
	margin: 0.3em 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-shadow: none !important;
	min-height: 3.9em;
}
.featured-section .ix-banner-cards-grid .entry-title a:hover {
	color: var(--ix-green-dark) !important;
}
.featured-section .ix-banner-cards-grid .entry-meta,
.featured-section .ix-banner-cards-grid .entry-meta * {
	color: var(--ix-muted) !important;
	font-size: 0.78em;
}
.featured-section .ix-banner-cards-grid .cat-links a {
	background: var(--ix-green-soft) !important;
	color: var(--ix-green-deep) !important;
	padding: 0.15em 0.5em;
	border-radius: 3px;
	font-size: 0.7em !important;
	margin-right: 0.2em;
	text-decoration: none !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	display: inline-block;
}

/* Mobile : 1 colonne */
@media (max-width: 767px) {
	.ix-banner-cards-grid,
	.featured-section .ix-banner-cards-grid {
		grid-template-columns: 1fr !important;
	}
}

/* === Layout Featured Section : Articles principaux à gauche,
   Choix de la rédaction haut-droite, Tendances bas-droite ===
   v1.1.13 : aspect-ratio 1:1 sur le grid → l'ensemble forme un CARRÉ visuel,
   tandis que chaque vignette à l'intérieur reste RECTANGULAIRE (16:9). */
@media (min-width: 992px) {
	.featured-section .row.gutter-parent-10 {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		grid-template-rows: 320px 320px !important;
		grid-template-areas:
			"slider posts1"
			"slider posts2" !important;
		gap: 14px !important;
		margin: 0 !important;
		/* Hauteur totale ~654px (320+14+320) — plus large que haut, plus harmonieux qu'un carré strict */
		height: 654px !important;
	}
	/* Les colonnes du grid étirent leur contenu sur 100% de la hauteur de cellule */
	.featured-section .row.gutter-parent-10 > [class*="col-"] {
		height: 100% !important;
		min-height: 0 !important;
		display: flex !important;
		flex-direction: column !important;
	}
	/* Wrappers internes : prennent toute la hauteur dispo */
	.featured-section .featured-slider,
	.featured-section .featured-post,
	.featured-section .ix-featured-post-wrap {
		flex: 1 1 auto !important;
		display: flex !important;
		flex-direction: column !important;
		height: 100% !important;
		min-height: 0 !important;
	}
	/* Titre de section : taille naturelle, ne s'étire pas */
	.featured-section .featured-slider .title-wrap,
	.featured-section .featured-slider .post-slider-header,
	.featured-section .featured-post .title-wrap,
	.featured-section .ix-featured-post-wrap .title-wrap {
		flex: 0 0 auto !important;
	}
	/* Le ticker prend tout le reste de la hauteur de la cellule */
	.featured-section .ix-vticker-container {
		flex: 1 1 auto !important;
		min-height: 0 !important;
		height: auto !important;
	}
	/* Featured Slider (Articles principaux) prend toute la colonne gauche */
	.featured-section .row.gutter-parent-10 > .col-lg-5,
	.featured-section .row.gutter-parent-10 > .col-xl-6:first-child,
	.featured-section .row.gutter-parent-10 > [class*="col-lg-5"],
	.featured-section .row.gutter-parent-10 > [class*="col-xl-6"]:first-child {
		grid-area: slider !important;
		max-width: 100% !important;
		flex: none !important;
		width: 100% !important;
	}
	/* Featured Posts 1 (Choix rédaction) en haut-droite */
	.featured-section .row.gutter-parent-10 > .col-lg-3pt5:nth-of-type(2),
	.featured-section .row.gutter-parent-10 > .col-xl-3:nth-of-type(2),
	.featured-section .row.gutter-parent-10 > [class*="col-lg-3pt5"]:nth-of-type(2) {
		grid-area: posts1 !important;
		max-width: 100% !important;
		flex: none !important;
		width: 100% !important;
	}
	/* Featured Posts 2 (Tendances) en bas-droite SOUS Choix réd. */
	.featured-section .row.gutter-parent-10 > .col-lg-3pt5:nth-of-type(3),
	.featured-section .row.gutter-parent-10 > .col-xl-3:nth-of-type(3),
	.featured-section .row.gutter-parent-10 > [class*="col-lg-3pt5"]:nth-of-type(3) {
		grid-area: posts2 !important;
		max-width: 100% !important;
		flex: none !important;
		width: 100% !important;
	}
}

/* Sections Articles principaux / Choix rédaction / Tendances
   FORCE TOUS les wrappers à être visibles + force hauteur image */
.featured-section,
.featured-section .featured-post,
.featured-section .featured-slider,
.featured-section .post-item,
.featured-section .post-item.post-block,
.featured-section .post-item.post-boxed,
.featured-section .ix-banner-cards-grid,
.featured-section .ix-banner-card-col,
.featured-section [class*="col-"] {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	min-height: auto !important;
}
.featured-section .post-item,
.featured-section .post-item.post-block,
.featured-section .post-item.post-boxed,
.featured-section .ix-banner-card-col {
	margin-bottom: 1em;
}
/* Wrapper image : format RECTANGULAIRE 16:9 (paysage) — Vincent v1.1.13
   Les images restent rectangulaires, mais le BLOC global featured (3 sections)
   forme visuellement un carré grâce à aspect-ratio:1/1 sur le grid parent. */
.featured-section .featured-post .post-img-wrap,
.featured-section .featured-slider .post-img-wrap,
.featured-section .post-item .post-img-wrap,
.featured-section .post-block .post-img-wrap,
.featured-section .ix-banner-cards-grid .post-img-wrap,
.featured-section .ix-banner-card-col .post-img-wrap {
	aspect-ratio: 16 / 9 !important;
	height: auto !important;
	min-height: 0 !important;
	position: relative !important;
	overflow: hidden !important;
	border-radius: 8px;
	display: block !important;
	width: 100% !important;
	background-color: #f0f0f0 !important;
}
/* Fallback navigateurs sans aspect-ratio (anciens Safari) : padding-hack 56.25% (16/9) */
@supports not (aspect-ratio: 16 / 9) {
	.featured-section .featured-post .post-img-wrap,
	.featured-section .featured-slider .post-img-wrap,
	.featured-section .post-item .post-img-wrap,
	.featured-section .post-block .post-img-wrap,
	.featured-section .ix-banner-cards-grid .post-img-wrap,
	.featured-section .ix-banner-card-col .post-img-wrap {
		height: 0 !important;
		padding-top: 56.25% !important;
	}
}
/* Désactive le padding-hack 60% (ne marche pas dans col-lg-3pt5) */
.featured-section .featured-post .post-img-wrap::before,
.featured-section .featured-slider .post-img-wrap::before,
.featured-section .post-item .post-img-wrap::before,
.featured-section .post-block .post-img-wrap::before,
.featured-section .ix-banner-cards-grid .post-img-wrap::before,
.featured-section .ix-banner-card-col .post-img-wrap::before {
	content: none !important;
	padding-top: 0 !important;
	display: none !important;
	height: 0 !important;
}
/* Image en absolute remplit le wrapper */
.featured-section .post-img,
.featured-section a.post-img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	display: block !important;
	z-index: 1;
}
/* Hover image */
.featured-section .post-item:hover .post-img,
.featured-section .post-block:hover .post-img {
	transform: scale(1.04);
	transition: transform 0.4s ease;
}

/* === Vignettes featured : juste l'image cliquable, sans titre overlay ===
   Vincent : "le text sur les vignettes, enleve le, cela ne donne rien" (v1.1.13) */
.featured-section .post-item .entry-header,
.featured-section .post-block .entry-header,
.featured-section .post-img-wrap > .entry-meta.category-meta {
	display: none !important;
}
/* Le post-item devient un simple bloc cliquable (pas de fond blanc, pas de bordure) */
.featured-section .ix-banner-cards-grid .post-item.post-block,
.featured-section .ix-featured-post-wrap .post-item.post-block {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 8px !important;
	overflow: hidden !important;
}

/* === Logo info-lux cercle 50px au survol — sur TOUTES les vignettes du site
   (featured + pages catégories + widgets + carrousel)
   Logo BANNIÈRE (texte blanc) sur fond GRIS pour le contraste */
.featured-section .post-img-wrap,
.ix-mag-img,
.ix-post-img,
.ix-sponsor-img,
.ix-carousel-img,
.post-img-wrap,
.post-featured-image .post-img-wrap,
.featured-post-img,
.wp-block-latest-posts__featured-image,
article .post-img-wrap,
.widget .post-img-wrap {
	position: relative !important;
}

.featured-section .post-img-wrap::after,
.ix-mag-img::after,
.ix-post-img::after,
.ix-sponsor-img::after,
.ix-carousel-img::after,
article .post-img-wrap::after,
.post-featured-image .post-img-wrap::after,
.featured-post-img::after,
.widget .post-img-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #555555 url('https://www.info-lux.com/wp-content/uploads/2025/11/cropped-logotransparent-blanc-Copie.png') no-repeat center / 80%;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
	border: 3px solid var(--ix-green, #a1cd38);
	transform: translate(-50%, -50%) scale(0.5);
	opacity: 0;
	transition: opacity 0.25s ease, transform 0.25s ease;
	z-index: 10;
	pointer-events: none;
}

/* Apparition au hover du parent (post-item, card, article, etc.)
   Note v1.1.13 : on utilise descendant (espace) au lieu de `>` pour matcher
   les structures imbriquées des pages catégories <article> > <div.post-featured-image> > <div.post-img-wrap> */
.featured-section .post-item:hover .post-img-wrap::after,
.featured-section .post-block:hover .post-img-wrap::after,
.featured-section .post-boxed:hover .featured-post-img::after,
.ix-mag-card:hover .ix-mag-img::after,
.ix-post-card:hover .ix-post-img::after,
.ix-sponsor-card:hover .ix-sponsor-img::after,
.ix-carousel-link:hover .ix-carousel-img::after,
article:hover .post-img-wrap::after,
article:hover .post-featured-image .post-img-wrap::after,
article:hover .featured-post-img::after,
.post-col:hover .featured-post-img::after,
.widget article:hover .post-img-wrap::after,
.wp-show-posts-single:hover .wp-show-posts-image::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

/* === Vertical Ticker (défilement bas → haut) v1.1.13
   Uniquement sur les 3 Layout sections featured : Articles principaux + Choix Réd + Tendances */
@keyframes ix-vertical-ticker {
	0%   { transform: translateY(0); }
	100% { transform: translateY(-50%); }
}
.ix-vticker-container {
	position: relative !important;
	overflow: hidden !important;
	width: 100% !important;
	display: block !important;
}
.ix-vticker-track {
	display: flex !important;
	flex-direction: column !important;
	gap: 14px !important;
	will-change: transform;
}
/* Pause au hover : Vincent peut survoler une vignette pour la lire */
.ix-vticker-container:hover .ix-vticker-track {
	animation-play-state: paused !important;
}
/* Chaque item du ticker prend 100% de largeur (1 card visible à la fois) */
.ix-vticker-track > * {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* Articles principaux : on retire le grid 2 cols pour laisser le ticker en 1 col */
.ix-vticker-banner {
	display: block !important;
	grid-template-columns: none !important;
}

/* Sections Articles principaux / Choix rédaction / Tendances :
   meilleur padding + texte lisible sous l'image */
.featured-section .post-item:not(.post-block) .entry-header,
.featured-section .post-block .entry-header {
	padding: 0.8em 0.7em 1em;
	background: #fff;
}
.featured-section .post-item .entry-title,
.featured-section .post-item .entry-title a {
	color: var(--ix-text) !important;
	font-size: 0.98em !important;
	font-weight: 700;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0.3em 0;
	min-height: 3.6em;
}
.featured-section .post-item .entry-title a:hover {
	color: var(--ix-green-dark) !important;
}
.featured-section .post-item .entry-meta {
	font-size: 0.78em;
	color: var(--ix-muted);
}
.featured-section .post-item .cat-links a {
	background: var(--ix-green-soft) !important;
	color: var(--ix-green-deep) !important;
	padding: 0.15em 0.45em;
	border-radius: 3px;
	font-size: 0.85em;
	margin-right: 0.2em;
	text-decoration: none !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 0.7em;
}

/* Section title avec barre verte */
.featured-section .stories-title,
.featured-section .post-slider-header .stories-title {
	font-size: 1.1rem !important;
	font-weight: 800;
	margin: 0 0 0.6em;
	padding: 0 0 0.4em;
	border-bottom: 3px solid var(--ix-green);
	color: var(--ix-text);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.featured-section .stories-title a {
	color: var(--ix-text) !important;
	text-decoration: none !important;
}
.featured-section .stories-title a:hover {
	color: var(--ix-green-dark) !important;
}

/* Card hover effect pour les sections featured */
.featured-section .post-item.post-block,
.featured-section .post-item.post-boxed {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	transition: box-shadow 0.18s ease, transform 0.18s ease;
	margin-bottom: 1em;
}
.featured-section .post-item.post-block:hover,
.featured-section .post-item.post-boxed:hover {
	box-shadow: 0 6px 18px rgba(108, 140, 28, 0.12);
	transform: translateY(-2px);
}

/* Mobile : ajuster tailles */
@media (max-width: 991px) {
	.featured-section .featured-slider .post-img {
		min-height: 280px !important;
		height: 280px !important;
	}
	.featured-section .post-item .post-img,
	.featured-section .post-block .post-img {
		min-height: 180px !important;
		height: 180px !important;
	}
}
@media (max-width: 575px) {
	.featured-section .featured-slider .post-img {
		min-height: 220px !important;
		height: 220px !important;
	}
}

/*--------------------------------------------------------------
# Infolux — Widget Carrousel d'articles (Owl-based)
--------------------------------------------------------------*/

.ix-carousel-widget {
	margin: 0 0 2.5em;
}
.ix-carousel-section {
	margin: 0;
}
.ix-carousel-title {
	font-size: 1.4rem;
	font-weight: 800;
	margin: 0 0 1em;
	padding: 0 0 0.4em;
	border-bottom: 3px solid var(--ix-green);
	color: var(--ix-text);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	position: relative;
}
.ix-carousel-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 80px;
	height: 3px;
	background: var(--ix-green-bright);
}
.ix-carousel-wrap {
	position: relative;
	margin: 0 -7px;
}
.ix-carousel-item {
	padding: 0 7px;
}
.ix-carousel-link {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--ix-border);
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none !important;
	color: var(--ix-text);
	height: 100%;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.ix-carousel-link:hover {
	border-color: var(--ix-green);
	box-shadow: 0 8px 22px rgba(108, 140, 28, 0.15);
	transform: translateY(-2px);
}
.ix-carousel-img {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.4s ease;
}
.ix-carousel-link:hover .ix-carousel-img {
	transform: scale(1.04);
}
.ix-carousel-img-empty {
	background: linear-gradient(135deg, var(--ix-green-soft), var(--ix-bg-alt));
}
.ix-carousel-body {
	padding: 0.85em 1em 1em;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 0.4em;
}
.ix-carousel-cat {
	display: inline-block;
	background: var(--ix-green-soft);
	color: var(--ix-green-deep);
	padding: 0.18em 0.55em;
	border-radius: 3px;
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	align-self: flex-start;
}
.ix-carousel-card-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	color: var(--ix-text);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 3.9em;
}
.ix-carousel-link:hover .ix-carousel-card-title {
	color: var(--ix-green-dark);
}
.ix-carousel-excerpt {
	font-size: 0.88em;
	color: var(--ix-muted);
	line-height: 1.5;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ix-carousel-date {
	font-size: 0.75em;
	color: var(--ix-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-top: auto;
	font-weight: 600;
}

/* Owl nav arrows custom */
.ix-carousel-wrap .owl-nav {
	margin-top: 1em;
	text-align: center;
}
.ix-carousel-wrap .owl-nav button.owl-prev,
.ix-carousel-wrap .owl-nav button.owl-next {
	background: var(--ix-green) !important;
	color: #fff !important;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 1.4em;
	margin: 0 0.3em;
	transition: background 0.15s ease, transform 0.15s ease;
}
.ix-carousel-wrap .owl-nav button.owl-prev:hover,
.ix-carousel-wrap .owl-nav button.owl-next:hover {
	background: var(--ix-green-dark) !important;
	transform: scale(1.1);
}
.ix-carousel-wrap .owl-dots {
	margin-top: 0.6em;
	text-align: center;
}
.ix-carousel-wrap .owl-dots .owl-dot span {
	background: var(--ix-border) !important;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border-radius: 50%;
	transition: background 0.15s ease;
}
.ix-carousel-wrap .owl-dots .owl-dot.active span,
.ix-carousel-wrap .owl-dots .owl-dot:hover span {
	background: var(--ix-green) !important;
}

/* === Zone widgets de la home (Agenda + Sections magazine) === */
.ix-front-widgets-area {
	margin: 1.5em 0 2em;
}
.ix-front-widgets-area .widget {
	margin-bottom: 2em;
}

/* Titre "À la une — derniers articles" sous les widgets de la home */
.ix-recent-title {
	font-size: 1.4rem;
	font-weight: 800;
	margin: 1.8em 0 1em;
	padding: 0 0 0.4em;
	border-bottom: 3px solid var(--ix-green);
	color: var(--ix-text);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}


/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
	/* Hide elements */
	form,
	button,
	input,
	select,
	textarea,
	.header-image,
	.navbar-collapse,
	.main-navigation,
	a.readmore,
	.page-links,
	.edit-link,
	.post-navigation,
	.posts-navigation,
	.navigation.post-navigation,
	.navigation.pagination,
	.page-links,
	.pagination.navigation,
	.site-content .widget-area,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer {
		display: none;
	}
	.fixed-top {
		position: relative;
	}

	/* Layout */
	.site-content {
		padding: 20px 0;
	}
	.site-branding {
		width: 100%;
		text-align: center;
	}

	/* Colors */
	body,
	.site,
	.navbar,
	.page-title-wrap {
		background: none;
	}
}

/*--------------------------------------------------------------
# Infolux — Phase 2 perf overrides
# Remplace les scripts jQuery matchHeight + Sticky par du CSS natif.
--------------------------------------------------------------*/

/* Remplace jQuery.sticky : .sticky-sidebar (sidebar gauche / droite + front-page).
   Activé uniquement >= 992px pour ne pas géner sur mobile. */
@media (min-width: 992px) {
	.sticky-sidebar {
		position: -webkit-sticky;
		position: sticky;
		top: 20px;
		align-self: flex-start;
	}
	body.admin-bar .sticky-sidebar {
		top: 52px; /* hauteur de la wpadminbar */
	}
}

/* Remplace jQuery.matchHeight pour .featured-section .title-wrap.
   Aligne les hauteurs des cartes magazine via flexbox sur la grille parente. */
.featured-section .row {
	align-items: stretch;
}
.featured-section .title-wrap {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 100%;
}
.featured-section [class*="col-"] {
	display: flex;
}
.featured-section [class*="col-"] > article,
.featured-section [class*="col-"] > .post {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* Anti-CLS : dimensions des images d'article par défaut.
   WordPress ajoute width/height auto sur <img>, mais certaines vieilles images
   manquent de dimensions et causent du Cumulative Layout Shift. */
.entry-content img,
.featured-section img,
.banner-section img {
	height: auto;
	max-width: 100%;
}

/* fetchpriority high pour image LCP (post thumbnail single & front) :
   purement esthétique, le vrai gain vient de l'attribut HTML ajouté côté PHP. */
.single-featured-image img,
.banner-section .post-thumbnail img {
	contain: layout style;
}

/*--------------------------------------------------------------
# Infolux — Charte graphique (vert pomme info-lux.com)
# Palette extraite du site live : #a1cd38 (principal) + #7CDA24 (vif)
--------------------------------------------------------------*/

:root {
	/* Vert pomme — palette officielle info-lux.com */
	--ix-green:         #a1cd38; /* principal — titres, liens, accents */
	--ix-green-bright:  #7cda24; /* vif — bordures, hover, marqueurs */
	--ix-green-dark:    #6c8c1c; /* sombre — hover liens, profondeur */
	--ix-green-soft:    #eef7d4; /* doux — fonds, badges, surlignés */
	--ix-green-deep:    #4a6210; /* deep — texte sur fond vert clair */

	/* Neutres */
	--ix-text:          #1e1e1e;
	--ix-muted:         #555555;
	--ix-border:        #e7e7e7;
	--ix-bg:            #ffffff;
	--ix-bg-alt:        #f7faf0; /* très léger tint vert pomme */

	/* Gradient bannière */
	--ix-gradient-banner: linear-gradient(135deg, #a1cd38 0%, #7cda24 100%);
}

/* === Bannière (header navbar) ============================
   Par défaut : gradient vert pomme.
   Si Vincent met une image dans Customizer (Apparence → Personnaliser
   → Header Settings → Header Background Image), la classe .navbar-bg-set
   est ajoutée et l'image custom prend la place du gradient,
   avec un overlay vert pomme semi-transparent pour la lisibilité. */
.navbar-head {
	background-color: var(--ix-green);
	background-image: var(--ix-gradient-banner);
	color: #ffffff;
	box-shadow: 0 2px 12px rgba(108, 140, 28, 0.18);
	position: relative;
}
/* Avec image custom : l'image inline prend le dessus, on ajoute un overlay
   vert pomme par-dessus pour garder l'identité info-lux et la lisibilité. */
.navbar-head.navbar-bg-set {
	background-color: var(--ix-green-deep);
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.navbar-head.navbar-bg-set::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(161, 205, 56, 0.55) 0%, rgba(74, 98, 16, 0.65) 100%);
	pointer-events: none;
	z-index: 0;
}
/* Variantes overlay (Customizer NewsCard offre ces 2 modes) */
.navbar-head.navbar-bg-set.header-overlay-dark::before {
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(74, 98, 16, 0.55) 100%);
}
.navbar-head.navbar-bg-set.header-overlay-light::before {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(238, 247, 212, 0.55) 100%);
}
.navbar-head.navbar-bg-set.header-overlay-light .site-title a,
.navbar-head.navbar-bg-set.header-overlay-light .site-description {
	color: var(--ix-green-deep) !important;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}
/* Le contenu doit rester au-dessus de l'overlay */
.navbar-head > .container,
.navbar-head .navbar-head-row {
	position: relative;
	z-index: 1;
}
.navbar-head .site-title a,
.navbar-head .site-title,
.navbar-head .site-description {
	color: #ffffff !important;
}
.navbar-head .navbar-nav .nav-link,
.navbar-head .menu > li > a {
	color: #ffffff !important;
	font-weight: 600;
	transition: color 0.15s ease;
}
.navbar-head .navbar-nav .nav-link:hover,
.navbar-head .menu > li > a:hover,
.navbar-head .menu > li.current-menu-item > a {
	color: #1e1e1e !important;
}

/* Top bar (info-bar) — vert pomme sombre pour contraste */
.info-bar {
	background-color: var(--ix-green-deep) !important;
	color: #ffffff;
}
.info-bar a,
.info-bar .date,
.info-bar .infobar-links a {
	color: #ffffff !important;
}
.info-bar a:hover,
.info-bar .infobar-links a:hover {
	color: var(--ix-green-bright) !important;
}

/* === Titres ============================================== */
.entry-title,
.entry-title a,
h1.entry-title,
.page-title {
	color: var(--ix-text);
}
.entry-title a:hover {
	color: var(--ix-green-dark);
}

/* H2 article : barre verte sous le titre (signature visuelle) */
.entry-content h2,
.entry-content h3 {
	color: var(--ix-text);
	position: relative;
}
.entry-content h2 {
	padding-bottom: 0.35em;
	margin-top: 1.6em;
	border-bottom: 3px solid var(--ix-green);
}
.entry-content h3 {
	padding-left: 0.7em;
	border-left: 4px solid var(--ix-green-bright);
}

/* Titres de sections magazine (.section-title) */
.section-title,
.widget-title,
.widget .widget-title {
	color: var(--ix-text);
	border-bottom: 3px solid var(--ix-green);
	padding-bottom: 0.5em;
	position: relative;
}
.section-title::after,
.widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 60px;
	height: 3px;
	background: var(--ix-green-bright);
}

/* === Liens =============================================== */
.entry-content a {
	color: var(--ix-green-dark);
	text-decoration: underline;
	text-decoration-color: var(--ix-green);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.entry-content a:hover {
	color: var(--ix-green-deep);
	text-decoration-color: var(--ix-green-bright);
}

/* Catégories / tags / meta */
.entry-meta a,
.cat-links a,
.tag-links a,
.posted-on a,
.byline a {
	color: var(--ix-green-dark);
}
.entry-meta a:hover,
.cat-links a:hover,
.tag-links a:hover {
	color: var(--ix-green);
}

/* === Boutons ============================================= */
.btn-primary,
.button,
input[type="submit"],
.read-more,
a.read-more {
	background-color: var(--ix-green) !important;
	border-color: var(--ix-green) !important;
	color: #ffffff !important;
	font-weight: 600;
	transition: background-color 0.15s ease, transform 0.15s ease;
}
.btn-primary:hover,
.button:hover,
input[type="submit"]:hover,
.read-more:hover,
a.read-more:hover {
	background-color: var(--ix-green-dark) !important;
	border-color: var(--ix-green-dark) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}

/* === Pagination ========================================== */
.page-numbers,
.pagination .page-numbers {
	color: var(--ix-text);
	border: 1px solid var(--ix-border);
}
.page-numbers.current,
.pagination .page-numbers.current,
.page-numbers:hover {
	background-color: var(--ix-green) !important;
	border-color: var(--ix-green) !important;
	color: #ffffff !important;
}

/* === Citations & accents =================================== */
.entry-content blockquote {
	border-left: 5px solid var(--ix-green);
	background: var(--ix-bg-alt);
	padding: 1em 1.4em;
	font-style: italic;
}

::selection {
	background: var(--ix-green-bright);
	color: var(--ix-text);
}

/* === Skip link & focus =================================== */
.skip-link:focus {
	background: var(--ix-green) !important;
	color: #ffffff !important;
	outline: 3px solid var(--ix-green-bright);
}
:focus-visible {
	outline: 3px solid var(--ix-green-bright);
	outline-offset: 2px;
}

/* === Banner slider (front page) ========================== */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--ix-green) !important;
}

/* === Top stories (marquee) =============================== */
.top-stories,
.top-stories-bar {
	border-top: 3px solid var(--ix-green);
	border-bottom: 1px solid var(--ix-border);
}
.top-stories .top-stories-title,
.top-stories-bar .top-stories-title {
	background: var(--ix-green);
	color: #ffffff;
}

/* === Footer ============================================== */
.site-footer .footer-widgets .widget-title,
.site-footer .widget-title {
	color: var(--ix-green-bright);
	border-bottom-color: var(--ix-green);
}
.site-footer a:hover {
	color: var(--ix-green-bright) !important;
}

/*--------------------------------------------------------------
# Infolux — Phase 4 : Widgets custom + footer
--------------------------------------------------------------*/

/* === Widget Sponsors contextuels (.ix-sponsors-grid) ===== */
.ix-sponsors-widget .widget-title {
	font-size: 0.95rem;
	color: var(--ix-green-deep);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.ix-sponsors-grid {
	display: grid;
	gap: 0.9em;
	margin: 0;
}
.ix-sponsors-grid.ix-cols-1 { grid-template-columns: 1fr; }
.ix-sponsors-grid.ix-cols-2 { grid-template-columns: repeat(2, 1fr); }
.ix-sponsors-grid.ix-cols-3 { grid-template-columns: repeat(3, 1fr); }

.ix-sponsor-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border: 1px solid var(--ix-border);
	border-radius: 8px;
	padding: 0.8em 0.6em;
	text-decoration: none !important;
	color: var(--ix-text);
	font-size: 0.85em;
	line-height: 1.3;
	text-align: center;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.ix-sponsor-card:hover {
	border-color: var(--ix-green);
	box-shadow: 0 4px 12px rgba(108, 140, 28, 0.15);
	transform: translateY(-2px);
}
.ix-sponsor-img {
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5em;
	overflow: hidden;
	border-radius: 6px;
	background: var(--ix-bg-alt);
}
.ix-sponsor-img img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	object-fit: contain;
}
.ix-sponsor-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
	color: var(--ix-text);
	min-height: 2.6em; /* 2 lignes pour aligner les cards */
	line-height: 1.3;
}
.ix-sponsor-card:hover .ix-sponsor-title {
	color: var(--ix-green-dark);
}

/* === Widget Posts grid (.ix-posts-grid) =================== */
.ix-posts-grid-widget .widget-title {
	font-size: 0.95rem;
	color: var(--ix-green-deep);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.ix-posts-grid {
	display: grid;
	gap: 0.9em;
	margin: 0;
}
.ix-posts-grid.ix-cols-1 { grid-template-columns: 1fr; }
.ix-posts-grid.ix-cols-2 { grid-template-columns: repeat(2, 1fr); }
.ix-posts-grid.ix-cols-3 { grid-template-columns: repeat(3, 1fr); }
.ix-posts-grid.ix-cols-4 { grid-template-columns: repeat(4, 1fr); }

.ix-post-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--ix-border);
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none !important;
	color: var(--ix-text);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.ix-post-card:hover {
	border-color: var(--ix-green);
	box-shadow: 0 4px 12px rgba(108, 140, 28, 0.15);
	transform: translateY(-2px);
}
.ix-post-img {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--ix-bg-alt);
}
.ix-post-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}
.ix-post-card:hover .ix-post-img img {
	transform: scale(1.05);
}
.ix-post-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 0.55em 0.6em 0.2em;
	font-size: 0.85em;
	font-weight: 700;
	line-height: 1.3;
	color: var(--ix-text);
	min-height: 3.4em; /* 2 lignes \xC3\xA0 line-height 1.3 + padding */
}
.ix-post-card:hover .ix-post-title {
	color: var(--ix-green-dark);
}
.ix-post-date {
	display: block;
	padding: 0 0.6em 0.6em;
	font-size: 0.72em;
	color: var(--ix-muted);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* === Footer carte (.ix-footer-map-area) =================== */
.ix-footer-map-area {
	background: var(--ix-bg-alt);
	padding: 1.5em 0;
	border-top: 3px solid var(--ix-green);
	border-bottom: 1px solid var(--ix-border);
}
.ix-footer-map-area .widget-title {
	color: var(--ix-green-deep);
	text-align: center;
	margin-bottom: 1em;
}
.ix-footer-map-area .ix-footer-map-widget {
	margin: 0;
}

/* === Footer bas (.ix-site-info) ========================== */
.ix-site-info {
	background: var(--ix-green-deep);
	color: #fff;
	padding: 1.5em 0 1em;
}
.ix-site-info,
.ix-site-info a {
	color: #fff !important;
}
.ix-site-info a:hover {
	color: var(--ix-green-bright) !important;
	text-decoration: underline;
}
.ix-site-info .copyright {
	font-size: 0.92em;
	line-height: 1.6;
}

.ix-footer-menu {
	margin: 1em 0 0;
	padding-top: 0.8em;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	text-align: center;
}
.ix-footer-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5em 1.4em;
}
.ix-footer-menu-list li {
	margin: 0;
}
.ix-footer-menu-list a {
	font-size: 0.85em;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.ix-footer-bottom-widgets {
	margin-top: 1em;
	padding-top: 0.8em;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.82em;
	text-align: center;
	color: rgba(255, 255, 255, 0.85);
}
.ix-footer-bottom-widgets .widget-title {
	font-size: 0.75em;
	color: rgba(255, 255, 255, 0.6);
	margin: 0 0 0.4em;
}

/* === Sidebar wrapper (.ix-sidebar) ======================== */
.ix-sidebar {
	font-size: 0.95em;
}
.ix-sidebar .widget {
	margin-bottom: 1.8em;
}
.ix-sidebar .widget-title {
	font-size: 1rem;
	font-weight: 800;
	color: var(--ix-green-deep);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0 0 0.7em;
	padding: 0 0 0.4em;
	border-bottom: 2px solid var(--ix-green);
	position: relative;
}
.ix-sidebar .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 50px;
	height: 2px;
	background: var(--ix-green-bright);
}

/* Menu vertical (utilisé pour Menu Commune en sidebar) */
.ix-sidebar .menu,
.ix-sidebar .nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ix-sidebar .menu li,
.ix-sidebar .nav-menu li {
	margin: 0;
	border-bottom: 1px dotted var(--ix-border);
}
.ix-sidebar .menu li a,
.ix-sidebar .nav-menu li a {
	display: block;
	padding: 0.55em 0;
	font-size: 0.92em;
	color: var(--ix-text) !important;
	text-decoration: none !important;
	transition: color 0.15s, padding-left 0.15s;
}
.ix-sidebar .menu li a:hover,
.ix-sidebar .nav-menu li a:hover {
	color: var(--ix-green-dark) !important;
	padding-left: 0.4em;
}
.ix-sidebar .menu li.current-menu-item > a {
	color: var(--ix-green) !important;
	font-weight: 700;
}

/* === Mobile responsive grid =============================== */
@media (max-width: 575px) {
	.ix-sponsors-grid.ix-cols-3,
	.ix-posts-grid.ix-cols-3,
	.ix-posts-grid.ix-cols-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.ix-footer-menu-list {
		gap: 0.4em 1em;
	}
}

/*--------------------------------------------------------------
# Infolux — Featured image single post (Phase 4)
# Photo qui présente l'article — toujours visible, optimisée LCP
--------------------------------------------------------------*/

/* Reset de l'ancien CSS NewsCard (.post-img avec background-image + padding) */
.single .page-single-img-wrap .post-img,
.single .ix-featured-figure .post-img {
	background-image: none !important;
	padding-bottom: 0 !important;
	height: auto !important;
}

/* ========================================================
   Suppression DÉFINITIVE du blanc au-dessus de la photo featured
   La cause : .site-content { padding-top: 30px } (NewsCard ligne 1737)
   On override avec spécificité maximale + html.single préfixe.
   ======================================================== */
html.single #content.site-content,
body.single #content.site-content,
.single #content,
.single .site-content,
.site-content {
	padding-top: 0 !important;
}
.single #content.site-content > .container,
.single .site-content > .container {
	padding-top: 0 !important;
}
.single .site-content-row,
.single .site-content > .container > .row {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.single #primary,
.single #primary > .site-main,
.single #main,
.single .site-main,
.single .content-area,
.single article.post,
.single .post,
.single .row.post-wrap,
.single .post .post-featured-image,
.single .post .page-single-img-wrap,
.single .post .ix-featured-figure,
.single article.post > .post-featured-image:first-child,
.single article.post > .ix-featured-figure:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
/* Le tout 1er enfant du post wrapper colle au top */
.single .post > *:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.single .ix-featured-figure {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
/* Petit espace après la photo pour respirer avant le titre */
.single .post-featured-image + .entry-meta,
.single .ix-featured-figure + .entry-meta {
	margin-top: 1em;
}

.ix-featured-figure {
	margin: 0 0 1.6em;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.18),
		0 4px 10px rgba(108, 140, 28, 0.10);
	background: var(--ix-bg-alt, #f7faf0);
	transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.ix-featured-figure::after {
	/* Trait vert pomme animé en bas pour signature visuelle */
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 4px;
	background: var(--ix-gradient-banner, linear-gradient(135deg, #a1cd38 0%, #7cda24 100%));
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.5s ease;
	z-index: 2;
}
.ix-featured-figure:hover::after {
	transform: scaleX(1);
}
.ix-featured-figure:hover {
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.22),
		0 6px 16px rgba(108, 140, 28, 0.18);
}

/* Wrapper figure : ratio 16:9 forcé + position relative pour absolu interne */
.ix-featured-figure {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	max-height: 560px;
	overflow: hidden;
	position: relative;
	margin: 0 0 1.6em;
}
/* Image en ABSOLUTE remplit tout le wrapper, ratio géré par object-fit */
.ix-featured-img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	aspect-ratio: auto !important;  /* PAS d'aspect-ratio sur l'img elle-même */
	object-fit: cover !important;
	object-position: center center !important;
	margin: 0 !important;
	display: block !important;
	transition: transform 0.7s ease, filter 0.5s ease;
}
/* Mobile : ajuste hauteur max */
@media (max-width: 767px) {
	.ix-featured-figure {
		max-height: 360px;
	}
}
/* Léger zoom au hover (ken burns subtil) + saturate pour pop des couleurs */
.ix-featured-figure:hover .ix-featured-img {
	transform: scale(1.025);
	filter: saturate(1.08) brightness(1.02);
}
/* Animation d'apparition douce */
@keyframes ixFeaturedFadeIn {
	from { opacity: 0; transform: translateY(8px); }
	to   { opacity: 1; transform: translateY(0); }
}
.ix-featured-figure {
	animation: ixFeaturedFadeIn 0.55s ease-out;
}

.ix-featured-caption {
	display: block;
	padding: 0.7em 1.1em 0.85em;
	font-size: 0.85em;
	font-style: italic;
	color: var(--ix-muted, #555);
	background: rgba(255, 255, 255, 0.92);
	border-top: 1px solid var(--ix-border, #e7e7e7);
	margin: 0;
	text-align: center;
}

/* Caption en overlay flottant en bas si on veut un effet plus moderne :
   décommenter le bloc suivant et commenter celui ci-dessus
.ix-featured-caption {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	padding: 0.7em 1.2em;
	background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
	color: #fff;
	font-size: 0.85em;
}
*/

/* Mobile : on garde l'image visible mais on plafonne moins haut */
@media (max-width: 767px) {
	.ix-featured-img {
		max-height: 360px;
	}
}

/*--------------------------------------------------------------
# Infolux — Top bar : 2 menus (Régions + Communes) côte à côte
--------------------------------------------------------------*/

.info-bar .ix-menu-region,
.info-bar .ix-menu-commune {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.1em;
}
.info-bar .ix-menu-region li,
.info-bar .ix-menu-commune li {
	margin: 0;
}
.info-bar .ix-menu-region a,
.info-bar .ix-menu-commune a {
	color: #fff !important;
	font-size: 0.82em;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 0.2em 0;
	transition: color 0.15s ease;
	white-space: nowrap;
}
.info-bar .ix-menu-region a:hover,
.info-bar .ix-menu-commune a:hover,
.info-bar .ix-menu-region li.current-menu-item > a,
.info-bar .ix-menu-commune li.current-menu-item > a {
	color: var(--ix-green-bright, #7cda24) !important;
}

/* Séparateur visuel entre les 2 menus */
.info-bar .ix-infobar-commune {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	padding-left: 1.1em;
	margin-left: 1.1em;
}

/* === Sous-menus du top bar (Régions / Communes) === */
/* CRITIQUE : .info-bar a `overflow: hidden` natif NewsCard qui coupe nos sous-menus.
   On force `overflow: visible` partout pour que les dropdowns dépassent. */
.info-bar,
.info-bar .container,
.info-bar .row,
.info-bar .ix-infobar-region,
.info-bar .ix-infobar-commune,
.info-bar .infobar-links {
	position: relative !important;
	overflow: visible !important;
	z-index: 100;
}
/* Niveau 3 (sous-sous-menu) : positionné à droite du parent niveau 2 */
.info-bar ul.sub-menu li.menu-item-has-children {
	position: relative !important;
}
.info-bar ul.sub-menu ul.sub-menu {
	top: 0 !important;
	left: 100% !important;
}
.info-bar .ix-menu-region > li,
.info-bar .ix-menu-commune > li {
	position: relative !important;
}
/* CACHER sous-menus par défaut + PONT INVISIBLE (padding-top transparent)
   pour que le hover entre parent et sub reste actif */
.info-bar ul.ix-menu-region li ul.sub-menu,
.info-bar ul.ix-menu-commune li ul.sub-menu,
.info-bar ul.ix-menu-region li ul.children,
.info-bar ul.ix-menu-commune li ul.children,
.info-bar .ix-menu-region .sub-menu,
.info-bar .ix-menu-commune .sub-menu,
.info-bar .ix-menu-region .children,
.info-bar .ix-menu-commune .children {
	display: block !important;
	position: absolute !important;
	top: 100% !important;                /* COLLÉ au parent (pas de gap) */
	left: 0 !important;
	min-width: 260px !important;
	background: #ffffff !important;
	border: none !important;
	border-top: 4px solid var(--ix-green, #a1cd38) !important;
	border-radius: 0 0 8px 8px !important;
	padding-top: 12px !important;        /* PONT INVISIBLE = 12px de zone hover */
	padding-bottom: 0.5em !important;
	margin: 0 !important;
	list-style: none !important;
	z-index: 99999 !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(108, 140, 28, 0.10) !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	transform: translateY(-6px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
	background-clip: padding-box !important; /* le bg ne déborde pas dans le padding */
}
/* Petite flèche en haut du dropdown pour pointer vers le parent */
.info-bar .ix-menu-region li > .sub-menu::before,
.info-bar .ix-menu-commune li > .sub-menu::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	width: 0; height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid var(--ix-green, #a1cd38);
}
.info-bar .ix-menu-region .sub-menu li,
.info-bar .ix-menu-commune .sub-menu li,
.info-bar .ix-menu-region .children li,
.info-bar .ix-menu-commune .children li {
	display: block !important;
	padding: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
	float: none !important;
	margin: 0 !important;
}
.info-bar .ix-menu-region .sub-menu li:last-child,
.info-bar .ix-menu-commune .sub-menu li:last-child {
	border-bottom: none !important;
}
.info-bar .ix-menu-region .sub-menu a,
.info-bar .ix-menu-commune .sub-menu a,
.info-bar .ix-menu-region .children a,
.info-bar .ix-menu-commune .children a {
	display: block !important;
	padding: 0.85em 1.4em !important;        /* plus de padding pour cibles tactiles */
	color: var(--ix-text, #1e1e1e) !important;
	font-size: 0.95rem !important;            /* plus grand (était 0.85em) */
	font-weight: 600 !important;
	line-height: 1.35 !important;
	white-space: nowrap !important;
	text-transform: none !important;
	letter-spacing: 0.01em !important;
	border-left: 3px solid transparent !important;
	transition: background 0.15s ease, color 0.15s ease, border-left-color 0.15s ease, padding-left 0.15s ease !important;
}
.info-bar .ix-menu-region .sub-menu a:hover,
.info-bar .ix-menu-commune .sub-menu a:hover,
.info-bar .ix-menu-region .children a:hover,
.info-bar .ix-menu-commune .children a:hover {
	background: var(--ix-green-soft, #eef7d4) !important;
	color: var(--ix-green-deep, #4a6210) !important;
	border-left-color: var(--ix-green, #a1cd38) !important;
	padding-left: 1.5em !important;
}
/* Indicateur ▸ pour items qui ont un sous-sous-menu */
.info-bar .ix-menu-region .sub-menu .menu-item-has-children > a::after,
.info-bar .ix-menu-commune .sub-menu .menu-item-has-children > a::after {
	content: " ▸";
	float: right;
	color: var(--ix-green, #a1cd38);
	font-size: 0.9em;
	margin-left: 0.5em;
}

/* Indicateur ▼ pour parents avec sous-menu */
.info-bar .ix-menu-region .menu-item-has-children > a::after,
.info-bar .ix-menu-commune .menu-item-has-children > a::after {
	content: " ▾";
	font-size: 0.8em;
	margin-left: 0.2em;
	opacity: 0.8;
}

/* Affichage au HOVER (desktop) ET au CLIC (toggle .is-open)
   Les sous-menus restent display:block, on toggle juste visibility+opacity+pointer-events */
@media (min-width: 992px) {
	.info-bar .ix-menu-region li:hover > .sub-menu,
	.info-bar .ix-menu-commune li:hover > .sub-menu,
	.info-bar .ix-menu-region li:hover > .children,
	.info-bar .ix-menu-commune li:hover > .children {
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: translateY(0) !important;
		transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s !important;
	}
}
.info-bar .ix-menu-region li.is-open > .sub-menu,
.info-bar .ix-menu-commune li.is-open > .sub-menu,
.info-bar .ix-menu-region li.is-open > .children,
.info-bar .ix-menu-commune li.is-open > .children {
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: translateY(0) !important;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s !important;
}

/* Mobile : sous-menus en pleine largeur empilés */
@media (max-width: 991px) {
	.info-bar .ix-menu-region .sub-menu,
	.info-bar .ix-menu-commune .sub-menu,
	.info-bar .ix-menu-region .children,
	.info-bar .ix-menu-commune .children {
		position: static;
		box-shadow: none;
		border: none;
		background: rgba(0, 0, 0, 0.15);
		border-radius: 0;
		padding-left: 1em;
	}
}

/* Boutons toggle visibles uniquement sur mobile */
.info-bar .infobar-links-menu-toggle {
	display: none;
	background: var(--ix-green-bright, #7cda24);
	color: #fff;
	border: none;
	padding: 0.45em 0.9em;
	border-radius: 4px;
	font-weight: 700;
	font-size: 0.78em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.15s ease;
}
.info-bar .infobar-links-menu-toggle:hover {
	background: #fff;
	color: var(--ix-green-deep, #4a6210);
}

/* Mobile : menus repliés derrière le bouton toggle */
@media (max-width: 991px) {
	.info-bar .infobar-links-menu-toggle {
		display: inline-block;
		margin: 0.4em 0;
	}
	.info-bar .ix-menu-region,
	.info-bar .ix-menu-commune {
		display: none;
		flex-direction: column;
		width: 100%;
		gap: 0;
		padding: 0.5em 0;
	}
	.info-bar .ix-infobar-region.is-open .ix-menu-region,
	.info-bar .ix-infobar-commune.is-open .ix-menu-commune {
		display: flex;
	}
	.info-bar .ix-menu-region li,
	.info-bar .ix-menu-commune li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}
	.info-bar .ix-menu-region a,
	.info-bar .ix-menu-commune a {
		padding: 0.5em 0;
		display: block;
	}
	.info-bar .ix-infobar-commune {
		border-left: none;
		padding-left: 0;
		margin-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		margin-top: 0.5em;
		padding-top: 0.5em;
	}
}

/*--------------------------------------------------------------
# Infolux — Overrides : tout ce qui est ROUGE → vert pomme info-lux
# Couvre Cookiebot, Forminator, WP Show Posts, Directories Pro,
# WordPress core et widgets divers.
--------------------------------------------------------------*/

/* === Boutons / submit / inputs courants =================== */
button.btn-danger,
.btn-danger,
input[type="submit"].red,
.button.red,
.cli_action_button,
.cli-style-v2 .cli_action_button,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button,
.cli-style-v2 .cookie-law-info-bar .cli-bar-btn,
.btn.btn-primary[style*="rgb(220"],
button[style*="background-color: red"],
button[style*="background: red"] {
	background-color: var(--ix-green) !important;
	background-image: none !important;
	border-color: var(--ix-green) !important;
	color: #fff !important;
}
button.btn-danger:hover,
.btn-danger:hover,
input[type="submit"].red:hover,
.button.red:hover,
.cli_action_button:hover,
.cli-style-v2 .cli_action_button:hover {
	background-color: var(--ix-green-dark) !important;
	border-color: var(--ix-green-dark) !important;
	color: #fff !important;
}

/* === Cookiebot (boutons "Refuser / Autoriser") ============ */
#CybotCookiebotDialog [id*="ButtonAccept"],
#CybotCookiebotDialog [id*="ButtonAllow"],
#CybotCookiebotDialog [id*="ButtonDecline"],
#CybotCookiebotDialog [id*="LevelOptin"],
#CybotCookiebotDialogBody button,
#CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogBodyButtonDecline {
	background: var(--ix-green) !important;
	background-color: var(--ix-green) !important;
	border-color: var(--ix-green) !important;
	color: #fff !important;
}
#CybotCookiebotDialog button:hover,
#CybotCookiebotDialog [id*="Button"]:hover {
	background: var(--ix-green-dark) !important;
	background-color: var(--ix-green-dark) !important;
	border-color: var(--ix-green-dark) !important;
	color: #fff !important;
}
/* Switchs Cookiebot bleus → vert info-lux */
#CybotCookiebotDialog input[type="checkbox"]:checked + .CybotCookiebotDialogBodyLevelButtonSlider,
.CybotCookiebotDialogBodyLevelButtonSlider:has(:checked) {
	background-color: var(--ix-green) !important;
}

/* === Forminator forms ===================================== */
.forminator-button,
.forminator-button-submit,
.forminator-button.forminator-button-submit,
.forminator-ui.forminator-button-submit,
button.forminator-button-submit {
	background: var(--ix-green) !important;
	background-color: var(--ix-green) !important;
	border-color: var(--ix-green) !important;
	color: #fff !important;
}
.forminator-button:hover,
.forminator-button-submit:hover,
button.forminator-button-submit:hover {
	background: var(--ix-green-dark) !important;
	background-color: var(--ix-green-dark) !important;
	border-color: var(--ix-green-dark) !important;
	color: #fff !important;
}
.forminator-required,
.forminator-error-message,
.forminator-label-required {
	color: var(--ix-green-deep) !important;
}

/* === Directories Pro (annuaire sponsors) ================== */
.drts-bs-btn-primary,
.drts-bs-btn-danger,
.drts-form .drts-bs-btn-primary,
.drts-bs-btn.drts-bs-btn-primary,
.drts-bs-btn.drts-bs-btn-danger,
.drts-view-nav-item-name-add .drts-bs-btn,
button.drts-bs-btn-primary {
	background-color: var(--ix-green) !important;
	border-color: var(--ix-green) !important;
	color: #fff !important;
}
.drts-bs-btn-primary:hover,
.drts-bs-btn-danger:hover,
.drts-bs-btn.drts-bs-btn-primary:hover {
	background-color: var(--ix-green-dark) !important;
	border-color: var(--ix-green-dark) !important;
	color: #fff !important;
}
.drts-bs-text-primary,
.drts-bs-text-danger,
.drts-bs-bg-danger,
.drts-bs-bg-primary {
	background-color: var(--ix-green) !important;
	color: #fff !important;
}
/* Liens dans annuaire sponsors */
.drts a.drts-bs-text-primary,
.drts-view-entities a {
	color: var(--ix-green-dark) !important;
}

/* === WP Show Posts ======================================== */
.wp-show-posts-read-more,
.wp-show-posts .wp-show-posts-read-more,
.wpsp-read-more {
	background: var(--ix-green) !important;
	background-color: var(--ix-green) !important;
	color: #fff !important;
	border-color: var(--ix-green) !important;
}
.wp-show-posts-read-more:hover,
.wpsp-read-more:hover {
	background-color: var(--ix-green-dark) !important;
	color: #fff !important;
}
.wp-show-posts-categories a,
.wp-show-posts-tags a {
	color: var(--ix-green-dark) !important;
}

/* === Foobox lightbox ====================================== */
.fbx-btn,
.fbx-controls a,
.fbx-info a {
	color: var(--ix-green-bright) !important;
}

/* === Search & Filter Pro ================================== */
.searchandfilter input[type="submit"],
.searchandfilter button,
.search-filter-results-link {
	background: var(--ix-green) !important;
	background-color: var(--ix-green) !important;
	border-color: var(--ix-green) !important;
	color: #fff !important;
}

/* === Cat-links / badges catégories sur cards article ====== */
.cat-links a,
.entry-meta .cat-links a,
.post-img-wrap .cat-links a,
.featured-post-img .cat-links a {
	background-color: var(--ix-green) !important;
	color: #fff !important;
	border-color: var(--ix-green) !important;
	padding: 0.2em 0.55em;
	border-radius: 3px;
	font-size: 0.78em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-right: 0.3em;
	display: inline-block;
}
.cat-links a:hover,
.entry-meta .cat-links a:hover {
	background-color: var(--ix-green-dark) !important;
	color: #fff !important;
}

/* === Tags en BOUTONS pleins (footer single article) ====== */
.tag-links,
.entry-meta .tag-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em 0.5em;
	align-items: center;
	margin: 1.2em 0;
	font-size: 0;          /* supprime l'espace entre virgules */
	line-height: 1;
}
.tag-links .label,
.entry-meta .tag-links .label {
	display: inline-block;
	font-size: 0.85rem !important;
	font-weight: 700;
	color: var(--ix-text);
	margin-right: 0.4em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.tag-links .label::after {
	content: "🏷";
	margin-left: 0.3em;
}
/* Cache les virgules entre les tags (text node entre les <a>) */
.tag-links {
	font-size: 0 !important;
}
/* Boutons tags : fond vert pomme + texte blanc + pill border-radius */
.tag-links a,
.entry-meta .tag-links a,
.entry-content .tag-links a,
footer.entry-meta .tag-links a {
	display: inline-block;
	background-color: var(--ix-green) !important;
	color: #fff !important;
	border: 1px solid var(--ix-green-dark) !important;
	padding: 0.4em 0.9em;
	border-radius: 50px;
	font-size: 0.8rem !important;
	font-weight: 600;
	margin: 0;
	text-decoration: none !important;
	letter-spacing: 0.02em;
	transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 2px 4px rgba(108, 140, 28, 0.15);
}
.tag-links a:hover,
.entry-meta .tag-links a:hover,
.entry-content .tag-links a:hover {
	background-color: var(--ix-green-dark) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(108, 140, 28, 0.25);
}

/* === Catch fallback : tout texte rouge frontal → vert pomme
       (n'attaque pas les couleurs rouges valides comme erreurs admin) === */
.entry-content a[style*="color: red"],
.entry-content a[style*="color:#ff0000"],
.entry-content a[style*="color:#dc3545"],
.entry-content span[style*="color: red"],
.entry-content [style*="color: #c0392b"],
.entry-content [style*="color: #e74c3c"],
.entry-content [style*="color: #cc0000"] {
	color: var(--ix-green-dark) !important;
}

/* === Menu principal (.navigation-bar) ROUGE → VERT POMME === */
/* Mon CSS précédent ne couvrait QUE le top bar, pas le menu principal sous la bannière */
.navigation-bar,
.navbar-main,
.navigation-bar-top,
.site-header .navigation-bar,
.site-header .navbar-main {
	background-color: var(--ix-green) !important;
	background-image: var(--ix-gradient-banner) !important;
	border-top: 1px solid var(--ix-green-dark) !important;
	border-bottom: 1px solid var(--ix-green-dark) !important;
}
/* Liens menu principal en blanc */
.navigation-bar a,
.navbar-main a,
.main-navigation a,
.nav-menu a,
.navbar-main .nav-menu > li > a,
.main-navigation > div > ul > li > a {
	color: #fff !important;
	font-weight: 600 !important;
}
.navigation-bar a:hover,
.navbar-main a:hover,
.main-navigation a:hover,
.nav-menu a:hover,
.main-navigation > div > ul > li.current-menu-item > a,
.main-navigation > div > ul > li:hover > a {
	color: var(--ix-green-soft, #eef7d4) !important;
	background-color: var(--ix-green-dark, #6c8c1c) !important;
}
/* Sous-menus principal en vert deep */
.main-navigation .sub-menu,
.main-navigation .children,
.nav-menu .sub-menu,
.nav-menu .children,
.navbar-main .sub-menu,
.navbar-main .children {
	background-color: var(--ix-green-deep, #4a6210) !important;
	border-color: var(--ix-green) !important;
}
.main-navigation .sub-menu a,
.main-navigation .children a,
.navbar-main .sub-menu a {
	color: #fff !important;
	background: transparent !important;
}
.main-navigation .sub-menu a:hover {
	background-color: var(--ix-green) !important;
}
/* Toggle bouton mobile (burger 3 barres) */
.navbar-toggler.menu-toggle,
.search-toggle,
.menu-toggle {
	color: #fff !important;
	background-color: transparent !important;
}

/* === MENU PRINCIPAL MOBILE : FERMÉ par défaut, ouvre au clic du burger === */
@media (max-width: 991px) {
	/* Cacher le menu principal par défaut sur mobile */
	.navbar-collapse,
	.navbar-collapse.collapse,
	#navbarCollapse,
	#navbarCollapse.collapse {
		display: none !important;
		max-height: 0 !important;
		overflow: hidden !important;
		transition: max-height 0.3s ease;
	}
	/* Quand class .show ou .is-open ajoutée par JS au clic du burger : ouvre */
	.navbar-collapse.show,
	.navbar-collapse.is-open,
	.navbar-collapse.collapse.show,
	#navbarCollapse.show,
	#navbarCollapse.is-open {
		display: block !important;
		max-height: 90vh !important;
		overflow-y: auto !important;
		background: var(--ix-green-deep, #4a6210);
		padding: 0.5em 0;
		border-top: 2px solid var(--ix-green, #a1cd38);
	}
	.navbar-collapse.show .nav-menu,
	.navbar-collapse.is-open .nav-menu {
		display: block !important;
		flex-direction: column !important;
		width: 100% !important;
	}
	.navbar-collapse.show .nav-menu > li,
	.navbar-collapse.is-open .nav-menu > li {
		display: block !important;
		width: 100% !important;
		float: none !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}
	.navbar-collapse.show .nav-menu > li > a,
	.navbar-collapse.is-open .nav-menu > li > a {
		padding: 0.7em 1em !important;
		color: #fff !important;
	}
	/* Le bouton burger devient bien visible et stylé */
	.navbar-toggler.menu-toggle {
		display: inline-block !important;
		width: 40px;
		height: 40px;
		border: 2px solid #fff;
		border-radius: 4px;
		background: var(--ix-green) !important;
		color: #fff !important;
		font-size: 1.4em;
		line-height: 36px;
		text-align: center;
		cursor: pointer;
		padding: 0;
	}
	.navbar-toggler.menu-toggle::before {
		content: "☰";
		color: #fff;
		font-size: 22px;
	}
	/* Quand menu ouvert le burger devient X */
	.navbar-toggler.menu-toggle.is-active::before,
	.navbar-toggler.menu-toggle[aria-expanded="true"]::before {
		content: "✕";
	}
}

/* === Top Actus simplifié : texte NOIR sur fond BLANC qui défile === */
.top-stories-bar {
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	color: #1e1e1e !important;
	border-top: 1px solid var(--ix-green) !important;
	border-bottom: 1px solid var(--ix-green) !important;
	padding: 0.45em 0;
}
.top-stories-bar > .container,
.top-stories-bar .top-stories-box {
	background: transparent !important;
}
/* Label "TOP ACTUS" à gauche : pastille vert pomme avec texte blanc */
.top-stories-bar .top-stories-label,
.top-stories-bar .top-stories-label-wrap {
	background: var(--ix-green) !important;
	background-image: none !important;
	color: #fff !important;
	font-weight: 800;
	padding: 0.35em 0.9em;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
}
.top-stories-bar .top-stories-label *,
.top-stories-bar .top-stories-label-wrap * {
	color: #fff !important;
}
.top-stories-bar .label-txt {
	font-size: 0.78em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
/* Zone défilante (marquee) : fond blanc, texte noir lisible */
.top-stories-bar .top-stories-lists,
.top-stories-bar .marquee,
.top-stories-bar .js-marquee-wrapper,
.top-stories-bar .js-marquee {
	background: transparent !important;
	color: #1e1e1e !important;
}
/* Liens des titres défilants : noir bien lisible + séparateur vert */
.top-stories-bar .marquee a,
.top-stories-bar .js-marquee a,
.top-stories-bar a {
	color: #1e1e1e !important;
	text-decoration: none !important;
	font-weight: 600;
	margin-right: 2.5em;
	display: inline-block;
	transition: color 0.15s ease;
}
.top-stories-bar .marquee a:hover,
.top-stories-bar a:hover {
	color: var(--ix-green-dark, #6c8c1c) !important;
	text-decoration: underline !important;
}
/* Séparateur losange vert entre les titres défilants */
.top-stories-bar .marquee a::after,
.top-stories-bar .js-marquee a::after {
	content: " ◆ ";
	color: var(--ix-green-bright, #7cda24);
	margin-left: 1.2em;
	font-weight: 400;
}
/* Flash icon supprimé (élément superflu) */
.top-stories-bar .flash-icon {
	display: none;
}
/* Featured stories title (footer) — pas rouge */
.featured-stories .stories-title,
.featured-stories .stories-title a {
	background: transparent !important;
	color: var(--ix-text) !important;
	border-bottom: 3px solid var(--ix-green) !important;
}
.featured-stories .stories-title a:hover {
	color: var(--ix-green-dark) !important;
}

/* === Owl carousel dots/arrows =========================== */
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
	background: rgba(161, 205, 56, 0.85) !important;
	color: #fff !important;
}
.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
	background: var(--ix-green) !important;
}

/*--------------------------------------------------------------
# Infolux — Sections magazine (Actualités / Reportages / Portraits / Rubriques)
# Widget « Infolux — Section magazine » à déposer sur la home
--------------------------------------------------------------*/

.ix-mag-widget {
	margin: 0 0 2.5em;
}

.ix-mag-section {
	margin: 0;
}

/* Titre de section avec barre verte */
.ix-mag-title {
	font-size: 1.5rem;
	font-weight: 800;
	margin: 0 0 1em;
	padding: 0 0 0.4em;
	border-bottom: 3px solid var(--ix-green);
	color: var(--ix-text);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5em;
}
.ix-mag-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 80px;
	height: 3px;
	background: var(--ix-green-bright);
}
.ix-mag-title a {
	color: var(--ix-text) !important;
	text-decoration: none !important;
}
.ix-mag-title a:hover {
	color: var(--ix-green-dark) !important;
}

/* Grille des cards */
.ix-mag-grid {
	display: grid;
	gap: 1.4em;
	margin: 0;
}
.ix-mag-grid.ix-cols-2 { grid-template-columns: repeat(2, 1fr); }
.ix-mag-grid.ix-cols-3 { grid-template-columns: repeat(3, 1fr); }
.ix-mag-grid.ix-cols-4 { grid-template-columns: repeat(4, 1fr); }

/* Card */
.ix-mag-card {
	background: #fff;
	border: 1px solid var(--ix-border);
	border-radius: 8px;
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.ix-mag-card:hover {
	border-color: var(--ix-green);
	box-shadow: 0 8px 22px rgba(108, 140, 28, 0.15);
	transform: translateY(-3px);
}
.ix-mag-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: var(--ix-text);
	text-decoration: none !important;
}

/* Image en haut, ratio 16:9 fixe pour cards identiques */
.ix-mag-img {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--ix-bg-alt);
	position: relative;
}
.ix-mag-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}
.ix-mag-card:hover .ix-mag-img img {
	transform: scale(1.06);
}
.ix-mag-img-empty {
	background: linear-gradient(135deg, var(--ix-green-soft), var(--ix-bg-alt));
}

/* Body */
.ix-mag-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 0.85em 1em 1em;
	gap: 0.5em;
}
.ix-mag-card-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	color: var(--ix-text);
	min-height: 2.7em; /* 2 lignes pour aligner les cards */
}
.ix-mag-card:hover .ix-mag-card-title {
	color: var(--ix-green-dark);
}
.ix-mag-excerpt {
	font-size: 0.88em;
	line-height: 1.5;
	color: var(--ix-muted);
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ix-mag-meta-desc {
	font-size: 0.78em;
	line-height: 1.4;
	color: var(--ix-muted);
	margin: 0.2em 0 0.4em;
	font-style: italic;
	letter-spacing: 0.01em;
}
.ix-mag-date {
	font-size: 0.78em;
	color: var(--ix-muted);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: auto;
	padding-top: 0.4em;
	font-weight: 600;
}

/* Tags sur cards Magazine Section (max 3 par card) */
.ix-mag-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0.4em 0 0.2em;
}
.ix-mag-tag {
	display: inline-block;
	background: var(--ix-green-soft);
	color: var(--ix-green-deep);
	padding: 0.15em 0.55em;
	border-radius: 50px;
	font-size: 0.7em;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	border: 1px solid var(--ix-green-bright);
}
.ix-mag-card:hover .ix-mag-tag {
	background: var(--ix-green);
	color: #fff;
	border-color: var(--ix-green-dark);
}

/* "Voir tout" link */
.ix-mag-viewall {
	margin: 1.2em 0 0;
	text-align: right;
}
.ix-mag-viewall a {
	display: inline-block;
	padding: 0.5em 1em;
	background: transparent;
	border: 2px solid var(--ix-green);
	color: var(--ix-green-dark) !important;
	font-weight: 700;
	font-size: 0.88em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	border-radius: 4px;
	transition: background 0.15s ease, color 0.15s ease;
}
.ix-mag-viewall a:hover {
	background: var(--ix-green);
	color: #fff !important;
}

/* Variantes de couleur par catégorie (optionnel — Vincent peut customiser)
   Bordure de section colorée différemment selon Actualité/Reportage/Portrait/Rubrique */
.ix-mag-section-actualites .ix-mag-title { border-bottom-color: var(--ix-green); }
.ix-mag-section-photorep .ix-mag-title   { border-bottom-color: #2a9d8f; }    /* turquoise reportage */
.ix-mag-section-portrait .ix-mag-title   { border-bottom-color: #e76f51; }    /* corail portrait */
.ix-mag-section-rubriques .ix-mag-title  { border-bottom-color: #6c757d; }    /* gris rubriques */

/* Responsive */
@media (max-width: 991px) {
	.ix-mag-grid.ix-cols-3,
	.ix-mag-grid.ix-cols-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.ix-mag-grid.ix-cols-2,
	.ix-mag-grid.ix-cols-3,
	.ix-mag-grid.ix-cols-4 {
		grid-template-columns: 1fr;
	}
	.ix-mag-title {
		font-size: 1.25rem;
	}
}

/*--------------------------------------------------------------
# Infolux — Widget Agenda (style info-namur.com adapté vert pomme)
--------------------------------------------------------------*/

.ix-agenda-widget {
	margin: 0 0 2.5em;
}

.ix-agenda-section {
	background: #fff;
	padding: 0;
}

.ix-agenda-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0.6em;
	gap: 1em;
	flex-wrap: wrap;
}
.ix-agenda-title {
	font-size: 1.4rem;
	font-weight: 800;
	margin: 0;
	color: var(--ix-text);
	padding: 0 0 0.3em;
	border-bottom: 3px solid var(--ix-green);
	flex: 1 1 auto;
}
.ix-agenda-viewall {
	font-size: 0.78em;
	font-weight: 700;
	padding: 0.4em 1em;
	border: 2px solid var(--ix-green);
	border-radius: 4px;
	color: var(--ix-green-dark) !important;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: background 0.15s ease, color 0.15s ease;
	white-space: nowrap;
}
.ix-agenda-viewall:hover {
	background: var(--ix-green);
	color: #fff !important;
}

.ix-agenda-list {
	display: flex;
	flex-direction: column;
}

.ix-agenda-item {
	display: grid;
	grid-template-columns: 64px 1fr auto;
	align-items: center;
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid var(--ix-border);
}
.ix-agenda-item:last-child {
	border-bottom: none;
}

/* Pill date à gauche : vert pomme */
.ix-agenda-date {
	background: var(--ix-green);
	color: #fff;
	border-radius: 7px;
	text-align: center;
	padding: 7px 4px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.ix-agenda-date .ix-day {
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}
.ix-agenda-date .ix-month {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}

/* Contenu central : titre + lieu */
.ix-agenda-content {
	min-width: 0; /* permet text-overflow dans flex/grid */
}
.ix-agenda-event-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--ix-text);
	margin: 0;
	line-height: 1.3;
}
.ix-agenda-event-title a {
	color: var(--ix-text) !important;
	text-decoration: none !important;
	transition: color 0.15s ease;
}
.ix-agenda-event-title a:hover {
	color: var(--ix-green-dark) !important;
}
.ix-agenda-lieu {
	font-size: 11px;
	color: var(--ix-muted);
	margin-top: 3px;
	letter-spacing: 0.02em;
}

/* Bouton "Voir →" à droite */
.ix-agenda-btn {
	background: var(--ix-green-soft);
	color: var(--ix-green-deep) !important;
	padding: 6px 13px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
	border: 1px solid var(--ix-green);
	transition: background 0.2s, color 0.2s;
	text-decoration: none !important;
	display: inline-block;
	letter-spacing: 0.04em;
}
.ix-agenda-btn:hover {
	background: var(--ix-green);
	color: #fff !important;
}

/* Mobile : pile verticale */
@media (max-width: 575px) {
	.ix-agenda-item {
		grid-template-columns: 56px 1fr;
		gap: 10px;
	}
	.ix-agenda-btn {
		grid-column: 1 / -1;
		text-align: center;
		margin-top: 6px;
	}
	.ix-agenda-event-title {
		font-size: 13px;
	}
}

/* ==========================================================================
   v1.1.14 — Hero Slider (Slider Pro) : 1 main + 4 thumbs en grille 2x2
   Remplace les 3 sections featured (Articles principaux/Choix Réd/Tendances)
   ========================================================================== */

.ix-hero-wrap {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 14px;
	margin-bottom: 30px;
	align-items: stretch;
}

/* === Main slider (Slider Pro container) === */
.ix-hero-main.slider-pro {
	border-radius: 8px;
	overflow: hidden;
	background: #555;
	min-height: 480px;
	height: 480px;
}
.ix-hero-main .sp-slide {
	background: #555;
}
.ix-hero-main .sp-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
}
/* Lien plein cadre par-dessus l'image (sous l'overlay texte) */
.ix-hero-main .ix-hero-link {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: block;
	text-decoration: none;
}
/* Overlay dégradé bas + textes */
.ix-hero-main .ix-hero-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
	padding: 1.6em 1.8em 1.4em;
	background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0) 100%);
	color: #fff;
	pointer-events: none;
}
.ix-hero-main .ix-hero-overlay a {
	pointer-events: auto;
	color: inherit;
	text-decoration: none;
}
.ix-hero-main .ix-hero-cat {
	margin-bottom: 0.4em;
}
.ix-hero-main .ix-hero-cat a {
	display: inline-block;
	background: var(--ix-green, #a1cd38);
	color: #fff !important;
	font-size: 0.7em;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 0.3em 0.7em;
	border-radius: 3px;
	text-decoration: none;
}
.ix-hero-main .ix-hero-title {
	color: #fff;
	font-size: 1.8em;
	font-weight: 800;
	line-height: 1.2;
	margin: 0.3em 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.ix-hero-main .ix-hero-title a {
	color: #fff !important;
	text-decoration: none;
}
.ix-hero-main .ix-hero-title a:hover {
	color: var(--ix-green-bright, #7cda24) !important;
}
.ix-hero-main .ix-hero-date {
	color: rgba(255,255,255,0.85);
	font-size: 0.8em;
	margin-top: 0.3em;
}

/* === Thumbs panel (4 visibles sur 5, grid 2x2) === */
.ix-hero-thumbs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 10px;
	height: 480px;
	min-height: 0;
}
.ix-hero-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	background: #555;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	min-height: 0;
}
.ix-hero-thumb:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0,0,0,0.25);
	text-decoration: none;
}
.ix-hero-thumb-img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.4s ease;
	display: block;
}
.ix-hero-thumb:hover .ix-hero-thumb-img {
	transform: scale(1.05);
}
.ix-hero-thumb-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.7em 0.7em 0.6em;
	background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	color: #fff;
	display: block;
}
.ix-hero-thumb-cat {
	display: inline-block;
	background: var(--ix-green, #a1cd38);
	color: #fff;
	font-size: 0.62em;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.2em 0.5em;
	border-radius: 2px;
	margin-bottom: 0.3em;
}
.ix-hero-thumb-title {
	display: block;
	color: #fff;
	font-size: 0.85em;
	font-weight: 700;
	line-height: 1.25;
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* v1.1.15 — Les thumbs viennent de catégories DIFFÉRENTES du main (Portraits/Reportages vs Actualités)
   → ce sont des liens directs vers les articles, pas de switch. Pas de is-current. */

/* === Responsive === */
@media (max-width: 991px) {
	.ix-hero-wrap {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.ix-hero-main.slider-pro {
		height: 380px;
		min-height: 380px;
	}
	.ix-hero-thumbs {
		height: 240px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
	.ix-hero-main .ix-hero-title { font-size: 1.4em; }
}
@media (max-width: 575px) {
	.ix-hero-main.slider-pro {
		height: 280px;
		min-height: 280px;
	}
	.ix-hero-thumbs {
		height: 200px;
	}
	.ix-hero-main .ix-hero-overlay {
		padding: 1em 1em 0.8em;
	}
	.ix-hero-main .ix-hero-title { font-size: 1.15em; }
	.ix-hero-thumb-overlay { padding: 0.5em 0.5em 0.4em; }
	.ix-hero-thumb-title { font-size: 0.75em; -webkit-line-clamp: 2; }
}

/* Sur la home, retirer la marge basse du featured-section legacy
   qui peut subsister via le shell .featured-section + .container */
.featured-section > .container > .ix-hero-wrap {
	margin-top: 0.5em;
}


/* ==========================================================================
   v1.1.16 — Overrides ponctuels
   ========================================================================== */

/* 1) Top Actus : Vincent veut supprimer la partie grise (#dddddd)
   On garde le marquee et le label "Top Actus", mais sans le bandeau gris à gauche
   ni le fond gris derrière le label */
.top-stories-bar:before {
	background-color: transparent !important;
}
.top-stories-bar .top-stories-label {
	background-color: transparent !important;
}
.top-stories-bar .top-stories-label:after {
	display: none !important;  /* triangle gris à droite du label */
}
/* Bordure verte fine en bas pour conserver une séparation visuelle propre */
.top-stories-bar {
	border-bottom: 2px solid var(--ix-green, #a1cd38) !important;
}
/* Label "Top Actus" : passer à vert pour cohérence avec la nouvelle ligne */
.top-stories-bar .top-stories-label,
.top-stories-bar .top-stories-label .label-txt {
	color: var(--ix-green-dark, #6c8c1c) !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
}
