/*
Theme Name: logiciels-crm
Author: Poeysis ~ Ali
Author URI: https://poyesis.fr/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.6
Tested up to: 6.5
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: logiciels-crm
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, 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 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

*,
*::after,
*::before {
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: middle;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang^="fa-"] body,
html[lang^="fa-"] button,
html[lang^="fa-"] input,
html[lang^="fa-"] select,
html[lang^="fa-"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang^="fa-"] h1,
html[lang^="fa-"] h2,
html[lang^="fa-"] h3,
html[lang^="fa-"] h4,
html[lang^="fa-"] h5,
html[lang^="fa-"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang^="fa-"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang="ur"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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 {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

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: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input+button,
input+input[type="button"],
input+input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

:not(.mejs-button)>button:hover,
:not(.mejs-button)>button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th,
td,
th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}


/*CUSTOM CSS*/

.container {
	width: 1640px;
	max-width: 90%;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.flex-row {
	flex-direction: row;
}

.flex-row.reverse {
	flex-direction: row-reverse;
}

.flex-col {
	flex-direction: column;
}

.flex-col.reverse {
	flex-direction: column-reverse;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-wrap {
	flex-wrap: wrap;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.justify-center {
	justify-content: center;
}

.align-i-center {
	align-items: center;
}

.align-i-start {
	align-items: flex-start;
}

.align-i-end {
	align-items: flex-end;
}

.align-s-center {
	align-self: center;
}

.align-s-start {
	align-self: flex-start;
}

.align-s-end {
	align-self: flex-end;
}

.flex-row-2>* {
	flex-basis: 49%;
}

@media only screen and (max-width: 1023px) {
	.container {
		width: 80%;
	}

	.flex-row.responsive {
		flex-direction: column;
	}

	.flex-row.responsive.responsive-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-row.responsive>* {
		flex-basis: unset;
	}

	.flex-row.responsive.reverse {
		flex-direction: column-reverse;
	}
}

.wpcf7 form.sent .wpcf7-response-output {
	display: block !important;
}

.footer-news-letter-form-main-container p {
	margin: 0;
}

.footer-news-letter-form-main-container input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
	box-shadow: 0px 0px 12px 0px rgba(217, 217, 217, 0.35);
	border-radius: 45px;
	padding: 13px 16px;
}

.footer-news-letter-form-main-container input.wpcf7-form-control.wpcf7-submit {
	border-radius: 45px;
	padding: 19px 24px;
	background-color: var(--e-global-color-text);
	color: var(--e-global-color-secondary);
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 500;
	font-size: 14px;
	font-family: var(--e-global-typography-d370cd0-font-family);
}

.footer-news-letter-form-main-container input.wpcf7-form-control.wpcf7-submit:hover,
.extra-form-footer-container .wpcf7-form-control.wpcf7-submit.has-spinner:hover,
.consulte-form-container .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background-color: #0A0B7D;
}

.wpcf7-spinner {
	display: none !important;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
	height: 1em !important;
	width: 1em !important;
}

.post-shadow-featured-image::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #00000066;
	position: absolute;
	top: 0;
	left: 0;
}

.single.single-post .wrap ul {
	list-style-type: none;
	padding-left: 0;
}

.single.single-post .wrap ul li {
	position: relative;
	padding-left: 24px;
}

.single.single-post .wrap ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background-image: url('data:image/svg+xml,%3Csvg width%3D%2210%22 height%3D%229%22 viewBox%3D%220%200%2010%209%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M1.03944 4.10271C0.842622 4.10322 0.649979 4.15507 0.483802 4.25226C0.317624 4.34946 0.184703 4.48802 0.100416 4.65193C0.0161296 4.81584 -0.0160781 4.99838 0.00751928 5.17846C0.0311167 5.35853 0.109555 5.52876 0.233759 5.66947L2.8815 8.65848C2.97591 8.7665 3.09692 8.85221 3.23449 8.90849C3.37206 8.96476 3.52221 8.98997 3.67247 8.98203C3.99385 8.96612 4.284 8.80769 4.46899 8.5472L9.96903 0.384339C9.96993 0.382985 9.97087 0.381631 9.97184 0.380297C10.0234 0.307276 10.0067 0.162569 9.90019 0.0716621C9.87093 0.046698 9.83643 0.0275186 9.79882 0.0153051C9.76121 0.00309158 9.72129 -0.00189746 9.68151 0.000645332C9.64172 0.00318812 9.60293 0.0132089 9.56751 0.0300904C9.53209 0.046972 9.5008 0.0703568 9.47556 0.0988049C9.47358 0.101041 9.47155 0.103244 9.46946 0.105414L3.9226 5.88085C3.90149 5.90283 3.87586 5.92072 3.84718 5.93349C3.81851 5.94626 3.78737 5.95365 3.75556 5.95524C3.72376 5.95682 3.69194 5.95257 3.66194 5.94272C3.63194 5.93288 3.60436 5.91764 3.5808 5.89789L1.7399 4.35409C1.54871 4.19257 1.29881 4.10289 1.03944 4.10271Z%22 fill%3D%22%2364c4c1%22/%3E%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
}

/* Elementor_six_blogs_Widget */

.six-blogs-widget {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.six-blogs-widget .blog-item {
	width: 32%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	border: 1px solid #E5E5E5;
	gap: 14px;
	border-radius: 4px;
}

.six-blogs-widget .blog-item .post-content-container {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.six-blogs-widget .blog-item .blog-image img {
	max-width: 100px;
	height: 100px;
	border-radius: 8px;
	object-fit: cover;
	object-position: right;
}

.six-blogs-widget .blog-item .post-content-container a {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Elementor_six_blogs_Widget */
form div.two-inputs .first_as_label_disabled.full-width,
form div.three-inputs .first_as_label_disabled.full-width {
	width: 100%;
}

form div.two-inputs div {
	width: 50%;
}

/* contact form 7 consulte form */

.consulte-form-container,
.blog-popup-form-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.consulte-form-container .two-inputs,
.blog-popup-form-container .two-inputs {
	display: flex;
	gap: 8px;
}

.consulte-form-container p,
.blog-popup-form-container p {
	margin: 0;
}

.consulte-form-container input,
.blog-popup-form-container input {
	border: 1px solid #E5E5E5;
	padding: 8px;
	border-radius: 4px;
}

.consulte-form-container input,
.consulte-form-container input:focus,
.consulte-form-container input::placeholder,
.consulte-form-container select:focus,
.consulte-form-container select,
.blog-popup-form-container input,
.blog-popup-form-container input:focus,
.blog-popup-form-container input::placeholder,
.blog-popup-form-container select,
.blog-popup-form-container select:focus {
	color: #BCBCBC;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Poppins';
}

.consulte-form-container .custom-checkbox-wrapper,
.blog-popup-form-container .custom-checkbox-wrapper {
	margin-top: 6px;
}

.consulte-form-container .custom-checkbox-wrapper input[type="checkbox"],
.blog-popup-form-container .custom-checkbox-wrapper input[type="checkbox"] {
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 45px;
	height: 24px;
	vertical-align: middle;
	background-image: url('assets/images/not-checked.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.consulte-form-container .custom-checkbox-wrapper input[type="checkbox"]:checked,
.blog-popup-form-container .custom-checkbox-wrapper input[type="checkbox"]:checked {
	background-image: url('assets/images/checked.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.consulte-form-container .wpcf7-list-item.first.last,
.blog-popup-form-container .wpcf7-list-item.first.last {
	margin: 0;
}

.consulte-form-container .wpcf7-list-item.first.last label,
.blog-popup-form-container .wpcf7-list-item.first.last label {
	display: flex;
	gap: 5px;
}

.consulte-form-container .wpcf7-list-item.first.last label .wpcf7-list-item-label,
.blog-popup-form-container .wpcf7-list-item.first.last label .wpcf7-list-item-label {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	font-family: 'Poppins';
	color: #0A0B7D;
}

.consulte-form-container .button-container,
.blog-popup-form-container .button-container {
	text-align: center;
}

.consulte-form-container .wpcf7-form-control.wpcf7-submit.has-spinner,
.blog-popup-form-container .wpcf7-form-control.wpcf7-submit.has-spinner {
	color: #ffffff;
	background-color: #64c4c1;
	padding: 12px 24px;
	border-radius: 58px;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Poppins';
}

/* contact form 7 consulte form */

/* contact form 7 contact us page form */

.contact-form-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-form-container .two-inputs {
	display: flex;
	gap: 8px;
}

.contact-form-container .three-inputs {
	display: flex;
	gap: 8px;
}

.contact-form-container .three-inputs>div {
	width: 33%;
}

.contact-form-container p {
	margin: 0;
}

.contact-form-container input,
.contact-form-container textarea {
	border: 1px solid #E5E5E5;
	padding: 8px;
	border-radius: 4px;
}

.contact-form-container input,
textarea,
.contact-form-container select,
.contact-form-container input:focus,
textarea:focus,
.contact-form-container select:focus,
.contact-form-container input::placeholder,
textarea::placeholder {
	color: #BCBCBC;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Poppins';
}

.contact-form-container label.label-text {
	font-size: 12px;
	font-weight: 300;
	font-family: 'Poppins';
	color: #0A0B7D;
}

.contact-form-container .custom-checkbox-wrapper {
	margin-top: 6px;
}

.contact-form-container .custom-checkbox-wrapper input[type="checkbox"] {
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 45px;
	height: 24px;
	vertical-align: middle;
	background-image: url('assets/images/not-checked.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.contact-form-container .custom-checkbox-wrapper input[type="checkbox"]:checked {
	background-image: url('assets/images/checked.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.contact-form-container .wpcf7-list-item.first.last {
	margin: 0;
}

.contact-form-container .wpcf7-list-item.first.last label {
	display: flex;
	gap: 5px;
}

.contact-form-container .wpcf7-list-item.first.last label .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-family: 'Poppins';
	color: #0A0B7D;
}

.contact-form-container .button-container {
	text-align: center;
}

.contact-form-container .wpcf7-form-control.wpcf7-submit.has-spinner {
	color: #ffffff;
	background-color: #64c4c1;
	padding: 12px 24px;
	border-radius: 58px;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Poppins';
}

/* contact form 7 contact us page form */

/* contact form 7 extra form footer */

.extra-form-footer-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.extra-form-footer-container .two-inputs {
	display: flex;
	gap: 8px;
}

.extra-form-footer-container .two-inputs>div {
	width: 50%;
}

.extra-form-footer-container p {
	margin: 0;
}

.extra-form-footer-container input,
.extra-form-footer-container textarea,
.extra-form-footer-container select {
	border: 1px solid #E5E5E5;
	padding: 8px;
	box-shadow: 0px 0px 12px 0px rgba(217, 217, 217, 0.35);
}

.extra-form-footer-container input {
	border-radius: 45px;
}

.extra-form-footer-container textarea {
	border-radius: 12px;
}

.extra-form-footer-container input,
.extra-form-footer-container textarea,
.extra-form-footer-container select,
.extra-form-footer-container input:focus,
.extra-form-footer-container textarea:focus,
.extra-form-footer-container select:focus,
.extra-form-footer-container input::placeholder,
.extra-form-footer-container textarea::placeholder {
	color: #0A0B7DB2;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Poppins';
}

.extra-form-footer-container .wpcf7-list-item.first.last {
	margin: 0;
}

.extra-form-footer-container .button-container {
	margin-top: 16px;
	text-align: center;
}

.extra-form-footer-container .wpcf7-form-control.wpcf7-submit.has-spinner {
	color: #ffffff;
	background-color: #64c4c1;
	padding: 12px 24px;
	border-radius: 58px;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Poppins';
}

/* contact form 7 extra form footer */

.first_as_label_disabled {
	width: 50%;
}

.first_as_label_disabled select {
	border: 1px solid #E5E5E5;
	width: 100%;
}

/* Elementor_downloadable_form_Widget */
.pdf-download-popup {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 20px 30px;
	box-shadow: 0px 0px 12px 0px rgba(217, 217, 217, 0.4392156862745098);
	border-radius: 14px;
	width: 300px;
}

.pdf-download-popup .pdf-download-popup-title,
.button-form-popup .pdf-download-popup-title {
	font-size: 25px;
	font-weight: bold;
	font-family: "Poppins";
	color: #0A0B7D;
}

.button-form-popup .pdf-download-popup-title {
	text-align: center;
	margin-bottom: 10px;
}

.pdf-download-popup .pdf-download-popup-close {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 15px;
}

/* mega menu */
#mega-menu-wrap-top {
	background-color: transparent;
}

header ul.mega-sub-menu {
	background-color: #FFF !important;
	box-shadow: 0px 0px 12px 0px rgba(217, 217, 217, 0.35) !important;
	border-radius: 12px !important;
}

#mega-menu-wrap-top #mega-menu-top>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins';
	color: #0A0B7D !important;
	text-transform: none !important;
}

#mega-menu-wrap-top #mega-menu-top>li.mega-menu-megamenu>ul.mega-sub-menu {
	width: 750px !important;
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
	padding-top: 0 !important;
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
	margin-top: 14px;
}

header #mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link {
	color: #0A0B7D !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: 'Poppins';
}

#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
	background-color: #FFF !important;
	color: #64c4c1 !important;
}

#mega-menu-wrap-top #mega-menu-top>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus {
	font-weight: 500;
	color: #64c4c1 !important;
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	content: url('../../themes/main/assets/images/down_arrow_megamenu.svg');
	transition: transform 0.5s ease-in-out;
}

#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link:hover>span.mega-indicator:after {
	/* content: url('../../themes/main/assets/images/up_arrow_megamenu.svg'); */
	transform: rotate(180deg) !important;
}

.ehf-header #masthead {
	z-index: unset !important;
}

/* Elementor_downloadable_form_Widget */

main a {
	color: #64c4c1;
}

form textarea {
	height: 170px;
	width: 100% !important;
}

.single-post .post p {
	color: var(--e-global-color-primary) !important;
	font-family: var(--e-global-typography-246b372-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-246b372-font-size) !important;
	font-weight: var(--e-global-typography-246b372-font-weight) !important;
	line-height: var(--e-global-typography-246b372-line-height) !important;
}

.single-post .post .elementor-widget-text-editor ul li {
	color: var(--e-global-color-primary);
}

.single-post .post .elementor-widget-price-table li::before {
	background-image: none !important;
	width: unset !important;
	height: unset !important;
	position: relative !important;
}

.single-post .post .elementor-widget-text-editor table {
	color: var(--e-global-color-primary) !important;
}

.single-post .post a.elementor-button {
	background-color: var(--e-global-color-text) !important;
	font-family: var(--e-global-typography-fa43b72-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-fa43b72-font-size) !important;
	font-weight: var(--e-global-typography-fa43b72-font-weight) !important;
	line-height: var(--e-global-typography-fa43b72-line-height) !important;
	fill: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-secondary) !important;
	border-radius: 58px 58px 58px 58px !important;
}

.single-post .post .elementor-widget-blockquote .elementor-widget-container {
	box-shadow: none !important;
	padding: 0 !important;
}

.single-post .post .elementor-widget-blockquote .elementor-widget-container .elementor-blockquote__content {
	font-size: 100% !important;
	line-height: 1.7 !important;
}

.single-post .post .elementor-widget-call-to-action .elementor-cta__content {
	background-color: var(--e-global-color-text) !important;
}

.single-post .post .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
	font-weight: var(--e-global-typography-primary-font-weight) !important;
	color: var(--e-global-color-primary) !important;
}

.single-post .post .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__description {
	color: var(--e-global-color-secondary) !important;
	font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
	font-weight: var(--e-global-typography-text-font-weight) !important;
}

.single-post .post h2 {
	font-family: var(--e-global-typography-aaea787-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-aaea787-font-size) !important;
	font-weight: var(--e-global-typography-aaea787-font-weight) !important;
	line-height: var(--e-global-typography-aaea787-line-height) !important;
	color: var(--e-global-color-text) !important;
}

.single-post .post h3 {
	font-family: var(--e-global-typography-aaea787-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-aaea787-font-size) !important;
	font-weight: var(--e-global-typography-aaea787-font-weight) !important;
	line-height: var(--e-global-typography-aaea787-line-height) !important;
	color: var(--e-global-color-primary) !important;
}

.single-post .post h4 {
	color: var(--e-global-color-primary) !important;
}

.single-post .post .elementor-widget-price-table .elementor-price-table *,
.single-post .post .elementor-widget-price-table .elementor-price-table__price *,
.single-post .post .elementor-widget-price-table .elementor-price-table__features-list * {
	color: var(--e-global-color-primary) !important;
}

.single-post .post .elementor-widget-icon-list .elementor-icon-list-icon {
	display: none !important;
}

.single-post .post .elementor-widget-icon-list .elementor-icon-list-text {
	color: var(--e-global-color-primary) !important;
}

.single-post .post .elementor-widget-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-title {
	border-color: var(--e-global-color-primary) !important;
	background-color: var(--e-global-color-primary) !important;
}

@media(max-height: 900px) {
	.button-form-popup {
		max-height: 75%;
		overflow-y: scroll;
	}
}

@media(min-width: 768px) {
	.single.single-post header #mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link {
		color: #FFF !important;
	}

	.single.single-post #mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
	.single.single-post #mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
	.single.single-post #mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
	.single.single-post #mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
	.single.single-post #mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link:hover,
	.single.single-post#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link:focus {
		background-color: #FFF !important;
		color: #64c4c1 !important;
	}

	.single.single-post #mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
		content: url('../../themes/main/assets/images/blogs_down_arrow_megamenu.svg');
	}

	.single.single-post #mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link:hover>span.mega-indicator:after {
		content: url('../../themes/main/assets/images/down_arrow_megamenu.svg');
	}
}

@media(max-width: 1440px) {
	.single-post .post p {
		font-size: var(--e-global-typography-246b372-font-size) !important;
		line-height: var(--e-global-typography-246b372-line-height) !important;
	}
}

@media(max-width:1150px) {
	.six-blogs-widget .blog-item {
		width: 45%;
	}
}

@media(max-width: 1024px) {
	.single-post .post p {
		font-size: var(--e-global-typography-246b372-font-size) !important;
		line-height: var(--e-global-typography-246b372-line-height) !important;
	}

	.blog-popup-form-container {
		width: 95%;
	}

	table {
		display: block;
		overflow: scroll;
	}
}

@media(max-width: 767px) {
	.single-post .post p {
		font-size: var(--e-global-typography-246b372-font-size) !important;
		line-height: var(--e-global-typography-246b372-line-height) !important;
	}

	header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: absolute;
		top: 25px;
		width: 300px;
	}

	.six-blogs-widget .blog-item {
		width: 100%;
	}

	#mega-menu-wrap-top .mega-menu-toggle {
		width: 55px;
		background: transparent;
	}

	#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open+#mega-menu-top {
		position: absolute;
		width: 350px;
		background-color: white;
		box-shadow: 0px 0px 12px 0px rgba(217, 217, 217, 0.35);
		border-radius: 4px;
	}

	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background-color: black;
	}

	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-left,
	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-center {
		display: none !important;
	}
}