/*
Theme Name: FSSP
Theme URI:https://ever.partners/themes/fssp/
Author: FSSP
Author URI:https://ever.partners/
Description: FSSP website.
Version: 0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: fssp

This theme is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Media Queries
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
}

body {
}

a {
	text-decoration: none;
}

a:visited {
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

address {
	font-style: italic;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
}

code,
kbd,
pre,
samp {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
	opacity: 0.8;
}
blockquote:before {
	content: "\f10d" !important;
	font-family: "Font Awesome 5 free" !important;
	font-weight: 900;
	content: none;
}
blockquote:after {
	content: "\f10e" !important;
	font-family: "Font Awesome 5 free" !important;
	font-weight: 900;
	content: none;
}

blockquote {
	font-weight: 500 !important;
	background-color: #e8f0c9;
	font-style: italic;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
  max-width: 100%;
  height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Images */
figure,
img {
  max-width: 100%;
}

img {
  height: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/* Input */

textarea {
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #f7f9f3 !important;
	color: #16181a;
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding: 15px;
	border-radius: 5px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #51585f;
	outline: none;
	border-color: #343a40;
}

select {
	border: 1px solid #dee2e6;
}

input {
	height: 50px !important;
}

/*=============================================
=            Button            =
=============================================*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 25px;
	font-weight: 600;
	letter-spacing: .2px;
	background-color: #428f21;
	border-color: #dbdbdb;
	border: none;
	border-width: 1px;
	color: #ffffff;
	cursor: pointer;
	justify-content: center;
	padding: 0.5rem 1.7rem;
	border-radius: 4px;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #428f21;
	color: #fff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.button:hover::after,
button:hover::after,
input[type="button"]:hover::after,
input[type="reset"]:hover::after,
input[type="submit"]:hover::after {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.button-arrow::after {
	content: "\f103";
	font-family: themegrill-icons;
	display: inline-block;
	font-size: 8px;
	margin-left: 10px;
	-webkit-transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.wp-block-button.is-style-fill .wp-block-button__link {
	text-decoration: none;
	color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #000000;
	text-decoration: none;
}

/*=============================================
=            Comments            =
=============================================*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area .comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comments-area .comment-list .comment-meta {
	position: relative;
	margin-bottom: 10px;
	min-height: 60px;
}

.comments-area .comment-list .comment-meta .comment-author img.avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
}

.comments-area .comment-list .comment-meta .comment-author .says {
	display: none;
}

.comments-area .comment-list .comment-meta .fn,
.comments-area .comment-list .comment-meta .comment-metadata,
.comments-area .comment-list .comment-meta .comment-awaiting-moderation {
	margin-left: 80px;
}

.comments-area .comment-list .comment-meta .fn {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.comments-area .comment-list .comment-meta .comment-metadata {
	margin-bottom: 3px;
}

.comments-area .comment-list .comment-meta .comment-metadata a {
	color: #868e96;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 400;
}

.comments-area .comment-list .comment-meta .comment-awaiting-moderation {
	color: #868e96;
	font-size: 12px;
	font-weight: 400;
}

.comments-area .comment-list .comment-body {
	border-bottom: 1px solid #f1f3f5;
	padding: 40px 0;
}f

.comments-area .comment-list .comment-body .reply {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
}

.comments-area .comment-list .comment-body .reply a::before {
	content: "\f117";
	font-family: themegrill-icons;
	display: inline-block;
	font-size: 8px;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 1px;
}

.comments-area .comment-list .comment-body .comment-content {
	margin-bottom: 20px;
}

.comments-area .comment-list .children {
	list-style-type: none;
}

.comments-area .comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comments-area .comment-form .comment-notes {
	margin-bottom: 30px;
}

.comments-area .comment-form label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 500;
	display: block;
	margin-bottom: 8px;
}

.comments-area .comment-form p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p input[type="email"],
.comments-area .comment-form p input[type="url"] {
	width: 100%;
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email {
	-ms-flex-preferred-size: 47%;
	flex-basis: 47%;
}

.comments-area .comment-form .comment-form-author input,
.comments-area .comment-form .comment-form-email input {
	width: 100%;
}

.comments-area .comment-form .form-submit {
	text-align: right;
	margin-top: 30px;
}

.comments-area .comment-form .form-submit button.submit {
	padding: 20px 25px;
	font-size: 14px;
}

.comments-title,
.comment-reply-title {
	font-size: 1.5rem;
	margin-bottom: 0;
}

/* Auther Box */
.tg-author-box {
	margin-top: 100px;
	padding: 40px 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 2px solid #343a40;
	border-bottom: 2px solid #343a40;
}

.tg-author-box .tg-author__avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}

.tg-author-box .tg-author__avatar img {
	border-radius: 100%;
}

.tg-author-box .tg-author-info {
	padding-left: 40px;
}

.tg-author-box .tg-author__name {
	margin: 0 0 20px;
}

.tg-author-box .tg-author__bio {
	margin-bottom: 15px;
}

.tg-author-box .tg-author-meta {
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tg-author-box .tg-author__website {
	padding-right: 10px;
}

.tg-author-box .tg-author__website a {
	color: #428f21;
}

.tg-author-box .tg-author__website a:hover {
	color: #363b40;
}

/* Search */
.search-form label {
	position: relative;
}

.search-form label::before {
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
	display: block;
	content: "\f002";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	font-size: 14px;
	color: #adb5bd;
}

.search-form .search-field {
	-webkit-appearance: textarea;
	font-size: 14px;
	color: #adb5bd;
}

.search-form .search-field::-webkit-input-placeholder {
	color: inherit;
	font-size: inherit;
}

.search-form .search-field:-ms-input-placeholder {
	color: inherit;
	font-size: inherit;
}

.search-form .search-field::-ms-input-placeholder {
	color: inherit;
	font-size: inherit;
}

.search-form .search-field::placeholder {
	color: inherit;
	font-size: inherit;
}

/* Widget */
.widget {
	margin: 0 0 30px;
	/* Make sure select elements fit in widgets. */
}

.widget ul {
	margin: 0 0 0 15px;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget ul li {
	margin-bottom: 10px;
	font-size: 14px;
}

.widget ul li a {
	display: block;
	text-decoration: none;
}

.widget ul li a:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.widget ul li:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
}

.widget .widget-title {
	font-size: 14px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	color: #16181a;
}

.widget .widget-title::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background: #428f21;
	left: calc(100% + 10px);
	top: calc(50% - 1px);
}

/* Search Widget */
.widget_search .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.widget_search label {
	width: 100%;
}

.widget_search .search-field,
.widget_search .search-submit {
	padding: 10px;
}

.widget_search .search-submit {
	display: block;
	font-size: 12px;
}

.widget_search .search-field {
	width: 100%;
	height: 100%;
}

.tg_widget_recent_posts ul,
.tg-post-ribbon ul {
	margin: 0;
}

.tg_widget_recent_posts ul li,
.tg-post-ribbon ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tg_widget_recent_posts ul li:hover,
.tg-post-ribbon ul li:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.tg_widget_recent_posts ul li a:hover,
.tg-post-ribbon ul li a:hover {
	-webkit-transform: none;
	transform: none;
}

.tg_widget_recent_posts ul li .tg-post-thumbnail,
.tg-post-ribbon ul li .tg-post-thumbnail {
	padding-right: 20px;
}

.tg_widget_recent_posts ul li .tg-post-thumbnail img,
.tg-post-ribbon ul li .tg-post-thumbnail img {
	max-width: 70px;
}

.tg_widget_recent_posts ul li .tg-post-info a,
.tg-post-ribbon ul li .tg-post-info a {
	font-size: 14px;
	font-weight: 700;
}

.tg_widget_recent_posts ul li .tg-post-info .post-date,
.tg-post-ribbon ul li .tg-post-info .post-date {
	margin-top: 5px;
	display: inline-block;
	font-size: 12px;
	color: #868e96;
}

.tg-post-ribbon {
	background-color: #f7f7f7;
	padding: 40px 0 30px;
}

.tg-post-ribbon ul {
	margin: 0 -10px;
}

.tg-post-ribbon ul li {
	padding-right: 10px;
	padding-left: 10px;
	width: 25%;
	margin-bottom: 10px;
}

.tg-post-ribbon ul li .tg-post-info .tg-post-title {
	margin-bottom: 10px;
	display: block;
}

.widget_calendar caption {
	margin-bottom: 1.5em;
}

.widget_calendar table th,
.widget_calendar table td {
	padding: 10px;
}

.widget_recent_comments ul li {
	color: #868e96;
}

.widget_media_gallery .gallery-item {
	margin: 0;
}

/*=============================================
=            Posts and Pages            =
=============================================*/
img {
	margin-bottom: 0;
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
}

.hentry {
	margin-bottom: 80px;
	line-height: 1.6;
}

.entry-thumbnail {
	position: relative;
	display: inline-block;
	margin-bottom: 34px;
	background-color: #000;
}

.entry-thumbnail img {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	width: 100%;
}

.entry-thumbnail .post-thumbnail__letter {
	position: absolute;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	font-size: 120px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.entry-thumbnail:hover img {
	opacity: 0.6;
}

.entry-thumbnail:hover .post-thumbnail__letter {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.cat-links .cat-seperator {
	margin: 0 5px;
}

.tg-top-cat .cat-links {
	font-size: 12px;
}

.tg-top-cat .cat-links a {
	text-transform: uppercase;
	display: inline-block;
	color: #428f21;
}

.tg-top-cat .cat-links a:hover {
	color: #363b40;
}

.entry-content {
	margin-bottom: 18px;
}

.entry-title {
	margin: 0 0 10px;
	font-size: 1.313rem;
}

.entry-meta {
	font-size: 12px;
	margin-bottom: 12px;
}

.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .cat-links {
	letter-spacing: 1px;
	cursor: pointer;
}

.entry-meta a {
	color: #428f21;
}

.entry-meta a:hover {
	color: #363b40;
}

.entry-meta .posted-on {
	position: relative;
	padding-left: 60px;
}

.entry-meta .posted-on::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #428f21;
	left: 10px;
	top: calc(50% - 1px);
}

.entry-footer {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .edit-link {
	display: block;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	margin-bottom: 20px;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	display: inline-block;
	margin: 0 5px 5px;
}

.entry-footer .cat-links a:first-child,
.entry-footer .tags-links a:first-child {
	margin-left: 20px;
}

.entry-footer .cat-links a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 400;
	background-color: #428f21;
	color: #fff;
}

.entry-footer .cat-links a:hover {
	background-color: #363b40;
}

.tg-readmore-link {
	position: relative;
	padding-left: 40px;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
}

.tg-readmore-link::before {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	top: calc(50% - 1px);
	width: 30px;
	height: 1px;
	background-color: #212529;
	-webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.tg-readmore-link:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.tg-readmore-link:hover::before {
	background-color: #428f21;
}

/* Single Post */
.single .hentry .entry-thumbnail {
	margin-bottom: 20px;
	background-color: transparent;
}

.single .hentry .entry-thumbnail img {
	margin-bottom: 0;
}

.single .hentry .tg-top-cat {
	margin-bottom: 10px;
}

.single .hentry .entry-title {
	font-size: 2.5rem;
	font-weight: 700;
}

.single .hentry .entry-meta {
	margin-bottom: 40px;
}

.single .hentry .entry-meta a {
	color: #363b40;
}

.single .hentry .entry-meta a:hover {
	color: #428f21;
}

.single .hentry .entry-meta .posted-on::before {
	background-color: #363b40;
}

.single .hentry .entry-content {
	margin-bottom: 70px;
}

/* Post template*/
.post-template-cover #primary {
	width: 100%;
}

.post-template-cover .hentry:not(.has-post-thumbnail) .entry-header {
	min-height: 500px;
}

.post-template-cover .entry-thumbnail--template {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	min-height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-template-cover .entry-thumbnail--template::before, .post-template-cover .entry-thumbnail--template::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 9;
	position: absolute;
}

.post-template-cover .entry-thumbnail--template::after {
	bottom: auto;
	top: 0;
}

.post-template-cover .entry-thumbnail--template .entry-info {
	z-index: 999;
	text-align: center;
	margin: 0 auto;
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat {
	margin-bottom: 10px;
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat .cat-links a {
	color: #fff;
	background-color: #16181a;
	padding: 10px;
	text-transform: uppercase;
	margin: 0 5px;
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat .cat-links a:hover {
	background-color: #428f21;
}

.post-template-cover .entry-thumbnail--template .entry-info .tg-top-cat .cat-links .cat-seperator {
	display: none;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-title {
	color: #fff;
	font-size: 2.5rem;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-meta {
	margin-bottom: 0;
	font-size: 14px;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-meta a {
	color: #fff;
}

.post-template-cover .entry-thumbnail--template .entry-info .entry-meta .posted-on::before {
	background-color: #fff;
}

.post-template-cover .entry-header--cover {
	position: relative;
	text-align: center;
	background-color: #868e96;
	margin-bottom: 60px;
}

.post-template-cover .entry-header--cover .entry-thumbnail {
	padding-bottom: 80px;
}

.post-template-cover .entry-center-content {
	width: calc(100% - 200px);
	margin: 0 auto;
}

.post-template-cover .tg-author-box {
	margin-bottom: 80px;
}

.post-template-cover .hentry {
	margin-bottom: 0;
}

.post-navigation {
	background: #f5f5f5;
	padding: 1.5rem;
	margin-top: 2rem;
}

.post-navigation .nav-links {
	padding: 0.5rem !important;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	margin-bottom: 25px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 1rem 0 1rem;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 50%;
	max-width: 400px;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
	transition: -webkit-transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
	transition: transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
	transition: transform 0.45s cubic-bezier(0.79, 1, 0.92, 1), -webkit-transform 0.45s cubic-bezier(0.79, 1, 0.92, 1);
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #000 !important;
	line-height: 1.2;
	margin-top: 0.7rem;
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	color: #000;
	text-decoration: none;
}

.comment-navigation .nav-previous .nav-links__label,
.comment-navigation .nav-next .nav-links__label,
.posts-navigation .nav-previous .nav-links__label,
.posts-navigation .nav-next .nav-links__label,
.post-navigation .nav-previous .nav-links__label,
.post-navigation .nav-next .nav-links__label {
	display: block;
	height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
	transition: -webkit-transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
	transition: transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
	transition: transform 0.35s cubic-bezier(0.55, 1, 0.22, 1), -webkit-transform 0.35s cubic-bezier(0.55, 1, 0.22, 1);
	margin-bottom: 5px;
}

.comment-navigation .nav-previous .nav-links__label::before, .comment-navigation .nav-previous .nav-links__label::after,
.comment-navigation .nav-next .nav-links__label::before,
.comment-navigation .nav-next .nav-links__label::after,
.posts-navigation .nav-previous .nav-links__label::before,
.posts-navigation .nav-previous .nav-links__label::after,
.posts-navigation .nav-next .nav-links__label::before,
.posts-navigation .nav-next .nav-links__label::after,
.post-navigation .nav-previous .nav-links__label::before,
.post-navigation .nav-previous .nav-links__label::after,
.post-navigation .nav-next .nav-links__label::before,
.post-navigation .nav-next .nav-links__label::after {
	content: "";
	font-family: themegrill-icons;
	display: inline-block;
	font-size: 8px;
	-webkit-transition: font-size 0.35s cubic-bezier(0.55, 1, 0.22, 1);
	transition: font-size 0.35s cubic-bezier(0.55, 1, 0.22, 1);
}

.comment-navigation .nav-previous:hover .nav-links__label::before, .comment-navigation .nav-previous:hover .nav-links__label::after,
.comment-navigation .nav-next:hover .nav-links__label::before,
.comment-navigation .nav-next:hover .nav-links__label::after,
.posts-navigation .nav-previous:hover .nav-links__label::before,
.posts-navigation .nav-previous:hover .nav-links__label::after,
.posts-navigation .nav-next:hover .nav-links__label::before,
.posts-navigation .nav-next:hover .nav-links__label::after,
.post-navigation .nav-previous:hover .nav-links__label::before,
.post-navigation .nav-previous:hover .nav-links__label::after,
.post-navigation .nav-next:hover .nav-links__label::before,
.post-navigation .nav-next:hover .nav-links__label::after {
	font-size: 0;
}

.comment-navigation .nav-previous .nav-links__label::before,
.posts-navigation .nav-previous .nav-links__label::before,
.post-navigation .nav-previous .nav-links__label::before {
	content: "\f060" /*rtl:"\f103"*/;
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	margin-right: 10px;
}

.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.comment-navigation .nav-previous:hover .nav-links__label,
.posts-navigation .nav-previous:hover .nav-links__label,
.post-navigation .nav-previous:hover .nav-links__label {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
	margin-left: auto;
}

.comment-navigation .nav-next .nav-links__label::after,
.posts-navigation .nav-next .nav-links__label::after,
.post-navigation .nav-next .nav-links__label::after {
	content: "\f061" /*rtl:"\f102"*/;
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	margin-left: 10px;
}

.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.comment-navigation .nav-next:hover .nav-links__label,
.posts-navigation .nav-next:hover .nav-links__label,
.post-navigation .nav-next:hover .nav-links__label {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

/* Navigation */
#navigation {
	background-color: #f7fff4;
	z-index: 3;
	width: 100%;
  width: 100%;
	-webkit-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
#navigation.is-home {
	border-bottom: none;
}
#navigation ul {
	line-height: 2;
	position: relative;
}
#navigation ul li {
	display: inline-block;
}
#navigation ul li a {
	display: block;
	margin: 0;
	padding: 0 1rem;
	color: #333;
	font-weight: 600;
	font-size: 0.875rem;
}
#navigation ul li a:last-child {
	padding: 0 0 0 1rem;
}
#navigation ul li.current_page_item a {
	color: #428f21;
}

/* Active link */
#navigation ul li a:hover {
	color: #428f21;
}

/*=============================================
=            Body Typography            =
=============================================*/
p {
	margin: 0 0 10px;
	line-height: 1.6;
	letter-spacing: 0.7px;
}

blockquote {
	text-align: center;
	padding: 20px 40px;
	margin: 0;
	position: relative;
}

blockquote::before, blockquote::after {
	position: absolute;
	display: block;
	top: 10px;
	left: 20px;
}

blockquote::after {
	top: auto;
	left: auto;
	right: 20px;
	bottom: 10px;
}

blockquote cite {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	margin-top: 20px;
}

blockquote cite::before {
	content: "";
	background-color: #363b40;
	width: 10px;
	height: 1px;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
}

code {
	background-color: #f1f3f5;
	padding: 0.125em 0.25em;
}

pre {
	background-color: #f8f9fa;
	padding: 20px;
}

.entry-content {
	line-height: 1.8;
}

.entry-content p {
	line-height: inherit;
}

.text-cap {
	text-transform: capitalize;
}

/* .content-style p {
	font-size: 1.2rem;
} */

/*=============================================
=            Heading Typography            =
=============================================*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 10px 0
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.313rem;
}

h6 {
	font-size: 1.125rem;
}

/*=============================================
=            Table            =
=============================================*/
table {
	margin: 0 0 1.5em;
	width: 100%;
}

table th,
table td,
table .wp-block-table th,
table .wp-block-table td {
	text-align: left;
	border: 1px solid #e9ecef;
	padding: 1em;
}

.entry-content table a {
	text-decoration: none;
	color: #363b40;
}

.entry-content table a:hover {
	color: #c2df33;
}

.archive .archive-header,
.blog-header {
	position: relative;
}

.archive .archive-header .page-title,
.blog-header .page-title,
.contact-header .page-title {
	margin: 0;
	font-size: 2.25rem;
}

.archive .archive-header .archive-description {
	margin-top: 10px;
	font-size: 14px;
	color: #f8f9fa;
}

.archive .archive-header .archive-description p {
	margin-bottom: 0;
}

/* Error Page */
.error404 #primary {
	width: 100%;
}

.error404 .error-img {
	margin: 0 auto 50px;
	max-width: 500px;
}

.error404 .error-404 {
	text-align: center;
	padding: 5rem 1rem;
}

.error404 .page-title {
	font-size: 2.25rem;
	margin: 0 0 20px;
}

.error404 .page-content p {
	color: #adb5bd;
	font-size: 1.125rem;
	font-weight: 500;
}

.error404 .page-content a {
	text-decoration: none;
}

.error404 .error-404__search .search-form {
	margin-top: 30px;
	position: relative;
	max-width: 481px;
	margin: 0 auto;
}

.error404 .error-404__search .search-form label {
	display: block;
}

.error404 .error-404__search .search-form label input {
	width: 100%;
	padding-right: 6rem;
}

.error404 .error-404__search .search-form .search-submit {
	top: 0;
	position: absolute;
	height: 100%;
	right: 0;
}

/* Categories */
.is-light .post-categories li a,
.is-light .widget_categories .cat-item a {
	background-color: #f5f5f5;
	color: #494949;
}
.post-categories {
	padding: 0;
	margin: 0;
	list-style: none;
}
.post-categories li {
	display: inline-block;
}
.post-categories li a,
.widget_categories .cat-item a {
	/* pointer-events: none; */
	margin-top: 10px;
	margin-right: 0.6rem;
	align-items: center;
	color: #000000;
	background-color: #f8d6b6;
	border-radius: 4px;
	display: inline-flex;
	font-size: .75rem;
	height: 2em;
	justify-content: center;
	line-height: 1.5;
	padding-left: 0.75em;
	padding-right: 0.75em;
	white-space: nowrap;
	border-radius: 15px;
}
.post-categories li a:hover,
.widget_categories .cat-item a:hover {
	color: #494949;
	text-decoration: none;
	background: #e5f0af;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.widget_categories .cat-item {
	list-style: none;
}
.widget_categories .cat-item a {
	margin-top: 0;
	display: inline-block;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

html {
	position: relative;
	font-size: 16px;
}

body {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.7;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bitter', sans-serif;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.9px;
	color: #000;
	margin: 10px 0
}

.has-text-dark a {
	color: #428f21 !important;
}

.has-text-orange {
	color: #ff7f00;
}

.has-background-white input {
	background-color: #fff !important;
	border: 1px solid #dee2e6 !important;
	color: #000 !important;
}

p {
	line-height: 1.6;
}

* {
	outline: 0 !important
}

a {
	transition: all 1s ease-in-out;
	color: #161d2d
}

a:active,
a:focus,
a:hover {
	outline: 0;
	text-decoration: none;
	color: #428f21;
}

.w-100 {
	width: 100% !important;
}
.is-w-600 {
	font-weight: 600 !important;
}
.is-w-700 {
	font-weight: 700 !important;
}
.is-w-800 {
	font-weight: 800 !important;
}
.is-w-900 {
	font-weight: 900 !important;
}

.is-relative {
	position: relative;
}

.has-background-grey-100 {
	background-color: #f4f4f4;
}
.has-text-green {
	color: #428f21 !important;
}

.tabs li.is-active a {
	border-bottom-color: #ee7004;
	color: #ee7004;
}

.border-top {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.is-fullheight {
	height: 100%;
}

.is-up-none {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.is-muted {
	color: #2b3446 !important;
}

.text-underline {
	text-decoration: underline !important;
}

.mx-auto {
	margin: 0 auto;
}

.close-modal.delete::before,
.close-modal.modal-close::before {
	width: 18%;	
}

.close-modal.delete:hover::after {
	transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
}

.container-small {
	max-width: 1000px;
}

.overlay {
	position: relative;
}
.overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #000;
}

.container {
	padding: 0 2rem;
}

.card {
	margin-bottom: 24px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
	background-color: transparent;
}

.card-border {
	border: 1px solid #eff2f9;
}

.card-body {
	background-color: transparent;
}

.card-body .text-tilte {
	font-size: 1rem;
  line-height: 1.5;
}

.card-content {
	padding: 1.25rem;
}

.card-header {
	background-color: #eff2f9;
	border-bottom: 1px solid #eff2f9;
	box-shadow: none;
}

.card-top-blog {
	position: relative;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.card-top-blog {
	height: 350px;
}
.card-top-blog::before {
	content: '';
	background: linear-gradient(1deg, #000 14.19%, rgba(112,255,0,.01) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.card-top-blog.is-top h3 {
	font-size: 1.5rem;
}
.card-top-blog.is-top .content-description {
	font-size: 1rem;
}
.card .card-img-top {
	background-size: cover;
	width: 100%;
	height: 274px;
	display: block;
	margin-bottom: 10px;
}
.card-top-blog .img-link { 
	position: absolute;
	width: 100%;
	height: 100%;
}

.stats-card {
	height: 72px;
}
.stats-card p {
	line-height: 1.2;
	margin-top: 0.4rem;
}

.z-1 {
	z-index: 1;
}
.z-2 {
	z-index: 2;
}
.z-3 {
	z-index: 3;
}

.button {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 0.75rem 2rem;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.2s ease;
	border: 2px solid transparent;
}
.button:focus {
	-webkit-box-shadow: 0;
	box-shadow: 0;
	outline: none;
}
.is-home-soft-button {
	color: #7e921e !important;
	transition: all 0.5s ease-in-out;
	background-color: #e8efc9 !important;
	padding: 0.6rem 1.4rem;
	border: 1px solid #e3f783 !important;
	border-radius: 10px !important;
	height: auto;
	font-weight: 400;
	font-size: 1rem;
}
.is-home-soft-button:hover {
	color: #7e921e !important;
	border: 1px solid #e3f783 !important;
	box-shadow: 0 0 16px rgba(131, 131, 131, 0.17);
	transform: translateY(-5px);
}
.is-main-button {
	color: #ffffff;
	transition: all 0.5s ease-in-out;
	background-color: #428f21;
	border: 1px solid #428f21;
	height: auto;
}
.is-main-button:hover {
	background-color: #ff7f00;
	border: 1px solid #ff7f00;
	box-shadow: 0 0 16px rgba(131, 131, 131, 0.17);
	transform: translateY(-5px);
}

.is-button-orange {
	background-color: #ff7f00 !important;
	border-color: #ff7f00 !important;
}

.is-button-orange:hover {
	background-color: #428f21 !important;
	border-color: #428f21 !important;
}

.is-fullwidth {
	width: 100%;
}

.bg-soft-green {
	background-color: #f2f6e6;
}

.text-green {
	color: #428f21 !important;
}

.read-more {
	font-weight: 600;
	color: #000;
	font-size: 0.875rem;
}
.read-more svg {
	max-width: 29px;
	vertical-align: middle;
	transition: all 0.5s ease-in-out;
	transform: translateX(0px);
}
.read-more:hover svg {
	transform: translateX(10px);
}
.read-more:hover svg path {
	stroke: #428f21;
}
.read-more svg path {
	transition: all 0.5s ease-in-out;
}

.card-header:last-child {
	border-bottom: none;
}

label {
	font-weight: 400;
	font-size: 0.875rem
}

.section-spacing {
	padding: 3rem 0;
}

.section-light {
	background-color: #f9fbfd;
}

.section-title {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 4rem;
}
.section-title h2 {
	font-size: 2.5rem;
	line-height: 1.25;
	margin: 0;
}
.section-title .is-lead {
	font-weight: 500;
	font-size: 1.1rem;
	margin-top: 0.4rem;
}

/* List */
.list-inline {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-inline li {
	display: inline-block;
}
.list-countries {
	text-align: center;
}
.list-countries li {
	margin: 1rem;
}
.list-countries li h3 {
	font-weight: 500;
	font-size: 1.2rem;
	margin: 0;
}
.list-partners li {
	margin: 0 0.8rem;
}
.list-partners img {
	width: 85px;
	display: block;
	border-radius: 10px;
}

/* Sociaux icon style */
.sociaux-icon {
	color: #fff !important;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50px;
	background-color: #444;
	line-height: 2.2;
	font-size: 0.875rem !important;
	margin-right: 0.2rem !important;
}
.sociaux-icon i {
	color: #fff !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sociaux-icon:hover i {
	transform: rotate(360deg);
}

.paragraph-container {
	max-width: 500px;
	width: 100%;
}

.sub-title {
	margin: 0 0 0.6rem;
	font-size: 1.3rem;
}

.is-lead {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.header-top {
	font-size: 14px;
}

.header-top .header-top-info a {
	margin-right: 20px;
	color: #000;
}
.header-top .header-top-info a i {
	color: #428f21;
}
.header-top .header-top-right a:last-child {
	margin-right: 0;
}
.header-top .header-top-right a {
	margin: 0 10px;
}

.header-top .top-btn {
	padding: 14px 25px;
	background: #428f21;
	line-height: 40px;
	color: #fff;
}

.navbar .menu-list a:hover {
	color: #38791c !important;
}
.navbar .menu-list .active {
	color: #428f21 !important;
}
.navbar-item img {
	max-height: 3.5rem;
}
.navbar .navbar-start .navbar-item {
	position: relative;
	font-weight: 500;
	color: #428f21;
	font-size: 1.1rem;
	padding: 0.5rem 1.75rem;
	margin-left: 0;
}

.navbar .navbar-start .navbar-item:hover {
	background-color: #fff;
	color: #428f21;
}
.navbar-brand .navbar-item {
	margin-left: 0 !important;
}
.navbar-burger {
	color: #428f21;
}

.cascad-row {
  column-count: 1;
  column-gap: 20px;
}
.cascad-column {
  break-inside: avoid;
  margin-bottom: 20px;
}

.lead {
	font-size: 1.1rem;
}

.slider {
	background: url(images/banner.jpg) no-repeat;
	background-size: cover;
	background-position: 10% 0%;
	padding: 100px 0;
	position: relative;
}

.img-fluid {
	max-width: 100%;
	width: 100%;
	border-radius: 5px;
}

.slider .block h1 {
	font-size: 3.8rem;
	color: #fff;
}

.slider p {
	font-size: 1.2rem;
	color: #fff;
}

.slider .paragraph-container {
	max-width: 650px;
	width: 100%;
}

.is-home.about img {
	max-width: 720px;
	width: 100%;
	margin: -1px auto -1.3px;
	display: block;
}

.shodow-hover-item {
	transition: all 0.4s ease 0s;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.shodow-hover-item:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	border: 1px solid transparent;
}

.section-projects .project-item .card-body {
  padding: 1.5rem;
}
.section-projects .card-img {
 	background-size: cover;
	width: 100%;
	height: 350px;
}

.section-statics-bg {
	background: url(images/bg-3.jpg) 50% 50%;
	position: relative;
	background-size: cover;
	padding: 8rem 0;
}
.section-statics-bg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 127, 2, 0.8);
}
.section-statics .statics-wrapper {
	background-color: #fff;
	padding: 2.4rem;
	border-radius: 3px;
}
.section-statics .statics-graph-wrap {
	max-width: 560px;
	margin: 0 auto;
}
.section-statics .statics-data-wrap {
	background-color: #fff6ef;
	padding: 1rem;
}
.section-statics .statics-data-wrap .table {
	background-color: #fff6ef;
}
.section-statics .statics-data-wrap .table td, 
.section-statics .statics-data-wrap .table th {
	border: 1px solid #fff6ef;
}
.section-statics .statics-title-wrap {
	background-color: #fff6ef;
	padding: 1rem;
}
.section-statics .statics-title-wrap {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #f8d0b1;
}
.section-statics .donator-title {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
}

.contribution-img {
	width: 500px;
	margin: 0 auto;
	display: block;
}

.section-cta-block {
	background: url(images/bg-3.jpg) 50% 50%;
	position: relative;
	background-size: cover;
	padding: 120px 0px;
}
.section-cta-block:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.section-cta-block .cta-content .icon {
	color: #a9f787;
	font-size: 3.3rem;
}

.section-volunteer .volunteer-content img {
	max-width: 360px;
	margin-bottom: 1rem;
}
.section-volunteer .volunteer-form-wrap {
	padding: 2rem;
	background-color: #fff;
	border-radius: 3px;
}

.blog-item {
	background: transparent;
	transition: all 0.4s ease 0s;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-item:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.blog-item .card-img {
	background-size: cover;
	width: 100%;
	height: 250px;
	display: block;
}
.blog-item .card-body {
	padding: 1.5rem;
}

.about .paragraph-container {
	max-width: 720px;
	padding: 0 1rem;
}
.about .border-special-resp .column {
	background-color: #fff;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.about .border-special-resp .column:not(:last-child) {
	margin-bottom: 2rem;
}

.product .card-body .text-tilte {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #629c23;
	font-weight: 800;
}

.about-item-img img {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
}

.team-item-wrap .team-item-content {
	text-align: center;
	padding: 1rem;
	transition: all 0.4s linear;
	margin-top: -60px;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	opacity: 0.87;
	border-radius: 4px;
	max-width: 272px;
	width: 100%;
	margin: -60px auto 0;
}
.team-item-wrap .team-img {
	border-radius: 5px;
	margin: 0 auto;
	height: 282px;
}
.team-item-wrap-big .team-item-content {
	max-width: 372px;
}
.team-item-wrap-big .team-img {
	height: 382px;	
}
.obj-icon {
	width: 95px;
	height: 95px;
	background-color: #428f21;
	color: #fff;
	display: inline-block !important;
	border-radius: 100%;
	line-height: 96px !important;
	text-align: center;
}

.blog-header .newsletter-container {
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-header .newsletter-container .newsletter-subtitle {
	max-width: 540px;
	margin: 0 auto 2.5rem;
}

.search-section {
	background-color: #f4f4f4;
	padding: 1rem 0;
}
.donation-search {
	background-color: #fff;
	margin-bottom: 2rem;
}
.search-section .search-form {
	position: relative;
}
.search-section .search-form input {
	background-color: #fff;
	border: 1px solid #cdcbcb;
	height: 50px;
	border-radius: 6px;
	padding-right: 90px;
	color: #000;
}
.search-section .search-form input::placeholder {
	color: #959393;
}
.search-section .search-form input:hover {
	border-color: #cdcbcb;
}
.search-section .search-form input:focus {
	border-color: #cdcbcb;
	color: #959393;
}
.search-section .search-form input:active {
	border-color: #cdcbcb;
	color: #959393;
}
.search-section .search-form .button {
	background-color: #428f21;
	position: absolute;
	top: 4px;
	right: 4px;
	height: 42px;
	width: 42px;
	border-radius: 6px;
}
.search-section .search-form .button:hover {
	background-color: #ff7f00;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.blog-title-border-width {
	width: 500px;
	display: inline-block;
	vertical-align: initial;
	margin-right: 2.5rem;
}

.single-blog-header,
.sm-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 285px;
	position: relative;
	background-size: cover;
	background-position: center;
}
.single-blog-header:before,
.sm-banner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.single-blog-header .single-blog-content {
	max-width: 719px;
	width: 100%;
	z-index: 1;
}

.search-page-not-found-content {
	max-width: 700px;
	margin: 0 auto;
}
.search-page-not-found-content .page-header .page-title {
	font-size: 2rem;
}

.confirmation-content i, .error-content i {
	width: 120px;
	height: 120px;
	background: #a9f787;
	color: #fff;
	display: inline-block;
	border-radius: 100%;
	line-height: 123px;
}

.local-agence-ul {
	margin: 1rem 0 0 0;
	padding: 0;
	list-style-type: none;
}
.local-agence-ul .local-agence-img {
	display: inline-block;
	padding-right: 0.5rem;
}
.local-agence-ul .local-agence-img img {
	max-width: 95px;
	border-radius: 5px;
}
.local-agence-ul p {
	text-align: center;
	font-weight: 500;
	font-size: 0.85rem;
	margin-top: 0.3rem;
}

.mobile-money-contribution {
	align-items: center;
	margin-bottom: 1rem;
	max-width: 700px;
}
.mobile-money-contribution p {
	margin-bottom: 0;
	margin-left: 1rem;
}
.mobile-money-contribution img {
	max-width: 70px;
	border-radius: 5px;
}
.mobile-money-contribution .mobile-money-details {
	margin-left: 0.5rem;
	width: 100%;
}
.mobile-money-contribution .mobile-money-code-input {
	width: calc(100% - 100px);
}
.mobile-money-contribution .mobile-money-code-button {
	height: auto;
	padding: 0.6rem;
}
.mobile-money-contribution .mobile-money-tooltip {
	position: absolute;
	background-color: #333;
	color: #fff;
	border-radius: 5px;
	display: none;
	right: 0;
	top: -53px;
	z-index: 1;
	opacity: 0.8;
	font-size: 0.75rem;
	padding: 0.2rem;
	line-height: 1.2;
}

.control.has-icons-left.has-dark .icon, 
.control.has-icons-right.has-dark .icon {
	color: #000000;
	height: 3em;
	font-weight: 600;
}

.scroll-to-top-btn {
	background: #629c23;
	color: #fff !important;
	position: fixed;
	bottom: 11px;
	right: 8px;
	z-index: 10;
	margin-bottom: 1rem;
	width: 45px !important;
	height: 45px !important;
	padding: 0rem !important;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scroll-to-top-btn:hover {
	color: #fff;
	background: #0b0b0b;
}

.scroll-to-top-btn svg {
	width: 30px;
	height: 30px;
}

.scroll-to-top-btn svg path {
	stroke: #ffffff;
}

.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.pagination .page-numbers.current .pagination-link {
	background-color: #428f21;
	color: #fff;
}

.footer-area {
	background-color: #0a0a0a;
	padding: 5rem 0 1rem 0;
	color: #fff;
}
.footer-area .logo-footer {
	border-bottom: 1px solid rgba(84, 100, 118, 0.32);
	margin-bottom: 1.5rem;
}
.footer-area a {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
}
.footer-area a:hover {
	color: #63bc3c;
}
.footer-area .navbar-brand h3 {
	font-size: 1.3rem;
	padding-bottom: 1rem;
}
.footer-area .footer-logo {
	max-width: 130px;
}
.footer-area .footer-bottom {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #3d4042;
	text-align: center;
}
.footer-area .footer-menu ul,
.footer-area ul.footer-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer-area ul.footer-menu li,
.footer-area .footer-menu ul li {
	margin-bottom: 0.5rem
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}
 

/* Contact form 7 custom */
.wpcf7-form-control-wrap,
.wpcf7-form-control {
	width: 100%;
}
span.wpcf7-list-item {
	margin: 0 0 0.5rem;
}
.wpcf7-textarea {
	height: 120px;
  padding: 5px 15px 15px 15px;
}
.wpcf7-submit {
	width: auto !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	border-radius: 6px;
	border: 1px solid #3ab8f1;
	padding: 0.4rem;
}
.input-hidden {
	display: none;
}
.newsletter-container .wpcf7-response-output {
	max-width: 500px;
	margin: 0 auto 5rem;
}

/* Select2 */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #428f21 !important;
	color: white !important;
}
.select2-results__option {
	font-size: 0.875rem !important;
}
.select2-container--default .select2-results__option--selected {
	background-color: #f2f6e5 !important;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #dee2e6 !important;
	padding: 4px 8px 9px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #f2f6e5 !important;
	border: 1px solid #dee2e6 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border-right: 1px solid #f2f6e4 !important;
	color: #a9a9a9 !important;
}

/* scrolling text */
.scrolling-text {
	max-width: 100%;
	border: 5px solid #ffffff;
	overflow: hidden;
	box-shadow: 0 0.25em 0.5em #f0f0f0, inset 0 0 1em 0.25em #dbdbdb;
}
.scrolling-text > :first-child {
	display: inline-block;
	padding-right: 2em;
	padding-left: 100%;
	white-space: nowrap;
	animation: scrolling-animation 0s infinite linear;
	background-color: #fff3e7;
	font-size: 0.875rem;
}

@keyframes scrolling-animation {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

/**
 * 5.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* WordPress Media Queries */
@media (max-width: 600.98px) {
}
@media (min-width: 601px) and (max-width: 782.98px) {}
@media (min-width: 601px) {}
@media (min-width: 783px) {}

@media (max-width: 297px) {}

@media screen and (max-width: 768px) {
	.card-top-blog {
		margin-bottom: 0.5rem !important;
	}

	html {
		font-size: 14px;	
	}

	.navbar-item img {
    max-height: 3.8rem;
	}

	.sociaux-icon {
		line-height: 2.5;
	}
}

@media screen and (min-width: 769px), print {
	.cascad-row {
		column-count: 2;
	}
	.card-top-blog.is-top {
		height: 670px;
	}
	.card-top-blog.is-top h3 {
		font-size: 1.7rem;
	}
	.card-top-blog.is-others h3 {
		font-size: 1.5rem;
	}
	.card-top-blog.is-top .content-description {
		font-size: 1.25rem;
	}
	.card-top-blog.is-others .content-description {
		font-size: 1rem;
	}
	.card-top-blog.is-others {
		height: 48.2%;
	}
	.card-top-blog.is-others:first-child {
		margin-bottom: 1.5rem !important;
	}

	.about .border-special-resp {
		background-color: #fff;
		padding: 1.2rem 0;
	}

	.about .border-special-resp .column {
		padding: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.about .border-special-resp .column:not(:last-child) {
		border-right: 1px solid #aac331;
	}
}

@media screen and (max-width: 1023px) {
	.comment-navigation .nav-next a,
	.comment-navigation .nav-previous a,
	.posts-navigation .nav-next a,
	.posts-navigation .nav-previous a,
	.post-navigation .nav-next a,
	.post-navigation .nav-previous a {
		font-size: 14px;
	}
	.comment-navigation .nav-next .nav-links__label,
	.comment-navigation .nav-previous .nav-links__label,
	.posts-navigation .nav-next .nav-links__label,
	.posts-navigation .nav-previous .nav-links__label,
	.post-navigation .nav-next .nav-links__label,
	.post-navigation .nav-previous .nav-links__label {
		font-size: 11px;
	}
	.comments-area .comment-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.comments-area .comment-form .comment-form-author,
	.comments-area .comment-form .comment-form-email {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.comments-title,
	.comment-reply-title {
		line-height: 1.3;
	}
  .container {
    padding: 0 1.5rem;
	}
	.display-4 {
    font-size: 1.3rem
	}

	.is-reverse-columns-mobile {
    flex-direction: column-reverse;
    display: flex;
	}

	.navbar-menu {
    box-shadow: none;
		width: 247px;
    position: absolute;
    right: 0px;
		padding: 0.8rem;
	}

	.navbar-menu ul li a {
		padding-left: 0;
	}

	.navbar-menu ul li {
		padding: 0.5rem 0;
	}

	.navbar-menu .navbar-end .navbar-item {
		padding: 0;
	}

	.navbar-menu ul li:not(:last-child) {
		border-bottom: 1px solid #d4d2e3;
	}

	.navbar-menu ul li:first-child {
		padding-top: 0;
	}

	.navbar-menu ul {
		margin: 0;
    padding: 0;
	}
	.navbar-menu ul li {
		display: block !important;
	}
	.navbar-menu ul li a {
		/* padding: 0 0 0 1.3rem !important; */
	}
	.navbar-menu ul li .button {
		width: 100%;
	}

	.field.is-grouped.mobile-block {
		display: block;
	}

	.field.is-grouped.mobile-block .your-email {
		margin-right: 0;
		margin-bottom: 0.6rem;
	}

	.navbar-brand .navbar-item {
		padding: 0;
		margin: 0;
	}

	.section-absolut-sideimg .sideimg {
		position: static;
		width: 100%;
	}
	.-mt-50-desktop {
		margin-top: -50px;
	}
	.header-top {
    padding: 0.5rem 0;
	}
}

@media screen and (min-width: 1024px) {
	.cascad-row {
		column-count: 3;
	}
	.section-spacing {
		padding: 6rem 0;
	}
	.slider {
		height: 698px;
	}
	.slider h1 {
		font-size: 3.5rem;
    line-height: 1.1;
		padding: 0 3rem 0 5.6rem;
	}
  .shape-blur-2 {
		bottom: 0;
		right: 50%;
		left: auto;
	}
	.navbar-item img {
		max-height: 4.5rem;
	}
	.container {
		max-width: 1291px;
	}
	.navbar-start {
		margin: 0 0 0 auto;
	}

	.statistics .statistics-column {
		margin: 0 1rem;
	}

	.partners {
		padding: 5rem 0 5.5rem;
	}

	.product .card:first-child {
		padding-right: 1rem;
	}
	.product .card:last-child {
		padding-left: 1rem;
	}

	.about .borders {
		border-top: 1px solid #626870;
		border-bottom: 1px solid #626870;
	}

	.newsletter .newsletter-title {
		padding: 3.5rem 5.5rem;
		width: 40%;
	}

	.newsletter {
		background-image: url(images/world.png);
	}
	.newsletter .newsletter-form {
		border: 1px solid #b2c847;
	}
	.newsletter .newsletter-form-container {
		width: 60%;
		margin-left: auto;
	}

	.newsletter .newsletter-form-container .newsletter-form {
		width: 80%;
	}

	.card-spacing {
		padding: 0 0.6rem;
	}

	.blog-header .newsletter-container {
		min-height: 550px;
	}

	.top-article-section {
    position: relative;
    height: 606px;
	}

	.top-article-section .top-article-section-cards {
		position: absolute;
    margin-top: -6rem;
	}

	.single-blog-header,
	.sm-banner,
	.section-statics, 
	.section-cta-block,
	.slider {
		background-attachment: fixed;
	}
}

@media screen and (min-width: 1216px) {
	.navbar-item img {
		max-height: 5.5rem;
	}
}

@media screen and (min-width: 1408px) {}

#navigation li {
	position: relative;
	list-style: none;
}

#navigation li:hover {
	padding: 10px;
	transition: all 0.3s ease-in-out;
}

/* Submenu styles */
#navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #ffffff;
	display: none;
	min-width: 180px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	flex-direction: column;
	padding: 10px 0;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transform: translateY(10px);
}

#navigation ul ul li {
	width: 100%;
}

#navigation ul ul a {
	display: block;
	padding: 12px 20px;
	color: #008000; 
	text-decoration: none;
	font-size: 14px;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

#navigation ul ul li:hover a {
	color: #ff9306; 
}

#navigation li:hover > ul {
	display: flex;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#navigation > li > a {
	padding: 12px 18px;
	display: block;
	color: #ffffff; 
	background: #008000; 
	border-radius: 6px;
	transition: background 0.3s ease-in-out;
}

