/*
Theme Name: ADDEVMATERIALS Theme
Text Domain: Addev Theme
Version: 1.0
Tested up to: 6.1
Requires at least: 4.7
Requires PHP: 8.0.28
Author:  Digital Sales / Ivaylo RADKOV
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
Text Domain: addev-theme
*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.fa,
.fas{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* 2. Theme Specific CSS */

/* General */

:root{
    /* Measurements */
    --wpdevs-big-padding: 60px 0;
    --wpdevs-medium-padding: 30px 0;
    --wpdevs-mobile-padding: 20px 0;
    --wpdevs-light-padding: 0 25px;
    /* Colors */
    --wpdevs-gray1: #7C7C7C;
    --wpdevs-gray2: #F7F7F7;
    --wpdevs-gray3: #DDDDDD;
    --wpdevs-gray4: #F3F3F3;
    --wpdevs-light-blue: #2A92D3;
    --wpdevs-deep-blue: #213C4D;
    --wpdevs-black-blue: #001E32;
    --wpdevs-yellow: #CFAF07;
    --wpdevs-white: #FFFFFF;
    --wpdevs-transparent: transparent;
    --wpdevs-mi: #b9003c;
    --wpdevs-corpo: #263746;


}

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

body{
    font-family: 'Questrial', sans-serif;
    font: normal, 21px/2.1rem, 'Questrial', sans-serif;
}
.elementor-widget-container ul {
  list-style-image: url("./img/Puces-MI.png");
}

/* li{
  list-style-image: url("./img/Puces-MI.png");
} */
/* h1{
    font-size: 66px;
    line-height: 70px;
}

h2{
    font-size: 40px;
    line-height: 4.0rem;
    font-weight: bold;
    text-transform: uppercase;
}

h3{
    font-size: 36px;
    line-height: 3.6rem;
    font-weight: bold;
}

h4{
    font-size: 28px;
    line-height: 2.8rem;
    font-weight: bold;
}

h5{
    font-size: 22px;
    line-height: 2.2rem;
    font-weight: bold;
}

p{
    font-size: 15px;
    line-height: 1.7rem;
} */

.elementor-widget-container ul li a{
    color: var( --wpdevs-white );
    text-decoration: none;
}

.elementor-widget-container ul li a:hover{
    color: var( --wpdevs-mi );
}

/* a:hover,
a:visited{
    color: #6d6d6d;
} */

img {
    max-width: 100%;
    height: auto;
}

/* Containers */

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 575px) {
    .container {
        padding: var(--wpdevs-light-padding);
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}



@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/************** HOME PAGE *****************/

/* Top Bar Section */
.top-bar{
    background: #1E2226;
    color: #000000;
    /*padding: 15px 0;*/
    display: block!important;
}

.top-bar .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.searchbox input[type="text"]{
    padding: 7px 10px;
    border: 1px solid #C6C6C6;
}

.searchbox input[type="submit"]{
    padding: 9px 10px;
    background: #000000;
    color: #FFFFFF;
    border: none;
}

@media (max-width: 768px) {
    .searchbox {
        display: none;
    }
    .top-bar .container{
        justify-content: center;
    }
}

/* Main Menu */

.menu-area {
    background: var( --wpdevs-white );
    height: 10vh;
}
.main-menu {
    /*height: 55px;*/
    display: flex;
    justify-content: right;
  /*  position: absolute;
    top: 15%;
    left: 45%;*/
    margin-top: 3vh;
}

.logo {
    position: absolute!important;
}
.logo img{
    width: 229px;
    height: 69px;
}

/* li{
    display: inline-block;
    list-style: none;
    margin-left: 15px;
} */

.top-nav li a{
    color: #FFFFFF;
}

.main-menu ul {
    margin: 0;
    padding-left: 0;
}
.main-menu ul li {
    display: inline-block;
    line-height: 55px;
    position: relative;
}
.main-menu ul li.current_page_item > a{
    font-weight: bold;
}
.main-menu ul li a {
    color: #000000;
    padding: 0 30px;
    text-decoration: none;
    display: block;
}
.main-menu ul li a:hover,
.main-menu ul li a:active
{
    color: var( --wpdevs-gray1 );
    transition: .5s all;
}
.main-menu ul li a:focus + ul
{
    display: block;
}
.main-menu li.menu-item-has-children::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc( 50% - 6px);
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000000;
    border-left: 6px solid transparent;
}
.main-menu ul.sub-menu {
    position: absolute;
    padding-left: 0;
    background-color: #000000;
    z-index: 1;
    text-align: left;
    display: none;
}
.main-menu ul .menu-item-has-children:hover>ul,
.main-menu ul .menu-item-has-children:focus+ul {
    display: block
}
.main-menu ul.sub-menu li {
    width: max-content;
}
.main-menu ul.sub-menu a {
    color: #FFFFFF;
}
.menu-icon,
.check-button {
    cursor: pointer;
    display: none;
}
.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
    width: 28px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}
@media (max-width: 767px){
    .menu-icon,
    .check-button {
        display: block;
    }
    .check-button{
        border: none;
        background: transparent;
        height: 55px;
    }
    .main-menu ul{
        position: absolute;
        width: 100%;
        background: #000000;
        left: -999px;
        text-align: left;
        transition: all cubic-bezier(.79,.14,.15,.86) .5s;
        padding: 0;
        margin: 0;
        z-index: 1;
    }
    .main-menu ul:not(.sub-menu){
        margin-top: 55px;
    }
    .main-menu ul li{
        display: block;
        margin: 15px 0;
        line-height: 30px;
    }
    .main-menu ul li a {
        color: #FFFFFF;
    }
    .main-menu ul.sub-menu{
        position: relative;
        top: 0;
        margin-left: 30px;
        display: block;
        width: auto;
    }
    .main-menu ul.sub-menu a{
        color: var( --wpdevs-gray1 );
    }
    .show-dropdown{
        left: 0 !important;
    }
    .animate-button .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 4px);
        transform: rotate(-45deg) translate(-4px, 4px);
    }
    .animate-button .bar2 {opacity: 0;}
    .animate-button .bar3 {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px);
    }
}

/* Hero */
.hero{
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
    text-align: center;
}

.hero-items{
    padding: var( --wpdevs-light-padding );
}

.hero .overlay{
    background: rgb(0 0 0 / 27%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .hero-items h1{
    margin-top: 0;
    font-weight: normal;
}

.hero .hero-items a{
    color: #FFFFFF;
    padding: 15px 25px;
    display: inline-block;
    background: var( --wpdevs-light-blue );
    margin: 20px 0 0;
}

.hero .hero-items a:hover{
    background: var( --wpdevs-yellow );
    transition: .5s all;
}

/* Services */
.services{
    background: var( --wpdevs-gray4 );
    padding: var( --wpdevs-medium-padding );
    color: #253645;
}

.services .container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.services .container > * {
    flex: 1 1 250px;
}

.services-item{
    padding: var(--wpdevs-light-padding);
}

.services-item p{
    margin-bottom: 40px;
}

.services-item figure{
    background: var( --wpdevs-transparent );
    padding: 15px;
}

.services h2{
    text-align: center;
    position: relative;
}

.services h2::after{
    content: '';
    position: absolute;
    background-color: var( --wpdevs-light-blue );
    width: 35px;
    height: 5px;
    right: calc( 50% - 15px);
    bottom: 0;
}

.services h3{
    text-align: center;
    position: relative;
}

.services h3::after{
    content: '';
    position: absolute;
    background-color: var( --wpdevs-light-blue );
    width: 35px;
    height: 5px;
    right: calc( 50% - 15px);
    bottom: 0;
}
.services h4{
    margin: 0;
}

@media (max-width: 768px) {
    .services .container{
        flex-direction: column;
        padding: 0;
    }
    .services-item{
        max-width: 100%;
    }
}

/* Home Blog */
.home .home-blog{
    padding: var( --wpdevs-big-padding );
}

.home-blog .container article:first-child{
    grid-area: feat-item;
}

.home-blog .container{
    display: grid;
    grid-template-areas: 'feat-item feat-item';
    grid-gap: 25px;
}

.home .home-blog h2{
    text-align: center;
    position: relative;
}

.home .home-blog h2::after{
    content: '';
    position: absolute;
    background-color: var( --wpdevs-light-blue );
    width: 35px;
    height: 5px;
    right: calc( 50% - 15px);
    bottom: 0;
}

.home .home-blog .latest-news{
    text-align: center;
}

.home .home-blog .col-12 .latest-news{
    margin-bottom: 40px;
}

.home .home-blog .latest-news img{
    float: none !important;
    margin: 0 0 25px 0 !important;
}

.home .home-blog .latest-news h3{
    color: #000000;
    margin: 0;
    line-height: 2.6rem;
}

.home .home-blog .meta-info p{
    font-weight: bold;
    margin-bottom: 0;
}

.home .home-blog .meta-info p:last-child{
    margin-top: 5px;
}

.home .home-blog span,
.home .home-blog span a{
    color: var( --wpdevs-gray1 );
    font-weight: normal;
    text-decoration: none;
    margin: 0 2px 0 0;
}

@media (max-width: 768px) {
    .home-blog .container{
        display: block;
    }
}

/* Footer */
/* footer{
    background: var( --wpdevs-deep-blue );
    padding: 15px 0;
    color: #FFFFFF;
}

footer .container .row{
    align-items: center;
}*/

/* Footer - Footer Menu */
/* .site-footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer .copyright p{
    margin: 0;
}

.footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li{
    display: inline;
    margin: 0 15px 0 0;
}

.footer-menu ul li:last-child{
    margin: 0;
}

.footer-menu ul li a{
    text-decoration: none;
    color: #FFFFFF;
}

.footer-menu ul li.current_page_item a{
    font-weight: bold;
} */

footer.elementor.elementor-15069.elementor-location-footer {
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .site-footer .container{
        justify-content: safe;
    }
}

@media (max-width: 575px) {
    .site-footer .container{
        flex-wrap: wrap;
    }
}

/************** INNER PAGES *****************/

/* Blog, Archive, Search */
.blog main .container,
.archive main .container{
    display: flex;
}

.blog .blog-items,
.archive .archive-items{
    padding: 0 15px 0 0;
    flex: 1;
}

.blog .blog-items h2,
.archive .blog-items h2{
    margin-top: 0;
}

.blog article{
    margin-bottom: 20px;
}

.blog aside,
.archive aside{
    padding: 25px;
    background: var( --wpdevs-gray2 );
    height: 100%;
    width: 30%;
}

@media screen and (max-width: 991px ) {
    .blog aside,
    .archive aside,
    .blog .blog-items,
    .archive .archive-items{
        min-width: 100%;
    }
}

.blog h1,
.archive h1{
    text-align: center;
    margin-top: 0;
}

.archive-description{
    text-align: center;
    max-width: 50%;
    margin: 0 auto 30px auto;
}

.archive-description p{
    font-size: 85%;
}

.home #primary > #main{
    padding: 0;
}

#primary > #main{
    padding: var(--wpdevs-big-padding);
}

@media screen and (max-width: 991px ) {
    #primary > #main{
        padding: var(--wpdevs-mobile-padding);
    }
}

.meta-info p{
    margin: 0;
}

.wp-post-image{
    float: left;
    margin: 0 15px 10px 0;
}

@media screen and (max-width: 550px ) {
    .wp-post-image{
        width: 100%;
    }
}

article{
    display: inline-block;
    width: 100%;
}

article.post h1,
.search h1,
.archive h1{
    font-size: 50px;
    line-height: 4.0rem;
    margin-bottom: 15px;
}

article.post h2{
    line-height: 3rem;
    text-transform: none;
}

article h2{
    line-height: 3rem;
    margin-bottom: 10px;
    text-transform: none;
}

article.post h3,
article.post h4,
article.post h5{
    margin-bottom: 0;
}

.searchform input[type="text"]{
    padding: 7px 10px;
    border: 1px solid #C6C6C6;
}

.searchform input[type="submit"]{
    padding: 11px 10px;
    background: #000000;
    color: #FFFFFF;
    border: none;
}

.searchform div{
    display: flex;
}

.searchform input[type=text]{
    max-width: 70%;
}

.searchform input[type=submit]{
    max-width: 70%;
}

@media (max-width: 991px) {
    .blog .container,
    .archive .container{
        flex-wrap: wrap;
    }
}

/* Comments */
#commentform input[type="submit"]{
    color: #FFFFFF;
    padding: 15px 25px;
    display: inline-block;
    background: var( --wpdevs-light-blue );
    margin: 20px 0 0;
    border: none;
}

#commentform input[type="submit"]:hover{
    background: var( --wpdevs-yellow );
    transition: .5s all;
}

#commentform label{
    display: block;
}

#commentform label[for="wp-comment-cookies-consent"]{
    display: inline;
    margin-left: 5px;
}

#commentform input[type="text"],
#commentform textarea{
    padding: 7px 10px;
    border: 1px solid #C6C6C6;
    width: 100%;
}

.comments-area #reply-title{
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0;
}

/* Pagination */
.addev-th-pagination{
    display: flex;
    justify-content: space-between;
}

.pages{
    margin-top: 20px;
}

.nav-links{
    margin-top: 40px;
}

.nav-links .page-numbers{
    padding: 10px 15px;
    display: inline-block;
    background: var( --wpdevs-gray3 );
}

.nav-links .current{
    background-color: #000000;
    color: #ffffff;
}

.nav-links .next,
.nav-links .prev{
    background-color: transparent;
}

.nav-links .prev{
    padding-left: 0;
}

/*.error404 {
    background-color: #E0E2E4;
}*/

.image404 {
    text-align: center;
}

.image404 img{
    width: 75%;
}

.btn-return p {
    background-color: #263746;
    color: #FFF;
    width: 25%;
    padding: 15px 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em;
}

.error img {
    margin-left: 15px;
}
.text {
   margin-top: 5em;
}

.text p{
    text-align: center;
    font-size: 24px;
    color: #263746;
}

image404 {
    margin-top: 5em;
}

.error p {
    text-align: center;
    margin-top: 5em;
    font-size: 18px;
}

.error a {
    text-decoration: none;
}


/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Links top header*/

.top-nav ul {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0;
}

.top-nav ul li {
    text-align: center;
    width: 150px;
    padding: 10px 0;
    height: 50px;
    margin-right: 10px;
}

.top-nav ul li a {
    color: #fff;
    font-size: 14px;
}

/* .active-top {
    border-bottom: solid 3px #AA9C8F;
    padding: 0 10px;
    font-weight: 600;
} */



/* Language */

.trp-language-switcher {
    margin: 0;
}

.trp-ls-shortcode-language {
    width: max-content;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
    background-color: #171c21;
}

.trp-language-switcher:hover .trp-ls-shortcode-language {
    background-color: #171c21;
    max-height: none;
}

.trp-language-switcher > div {
    border: none;
    background-image: none;
}

.trp-language-switcher > div > a:hover {
    background: #263746;
}

@media screen and (max-width: 1200px) {
    .top-menu {
        display: none;
         }
}

#trp_ald_modal_popup #trp_ald_x_button::before {
    color : #ffffff00!important;
}

#trp_ald_x_button_textarea {
    color: #777777!important;
    background-color: #ffffff00!important;
    box-shadow: none!important;
    border: none!important;
}

#trp_ald_x_button_textarea:hover {
    color: #263746!important;
}

#trp_ald_popup_change_language {
    background-color: #263746!important;
    border-color: #263746!important;
}

.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language {
    background-color: #fff!important;
    color: #4c6066;
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language {
    background-color: #fff!important;
}

.trp_ald_ls_container .trp-ls-shortcode-language > div:hover {
    background-color: #263746;
    color: #fff;
}

/*#mega-menu-wrap-addevtheme_main_menu #mega-menu-addevtheme_main_menu {
    width: 145%;
}*/

#menu-1-047b05c li a {
    font-size: 16px;
}

.elementskit-megamenu-panel {
    box-shadow: 0px 6px 10px -3px #00000050;
}

.elementor-sub-item {
    width: 400px!important;
}

.sub-menu {
box-shadow: 6px 6px 10px -3px #00000050;
}

.elementor-13615 .elementor-element.elementor-element-26a717d0 {
    box-shadow: none!important;
    padding: 25px 0;
}



/* Tabs Markets Homepage */

.mahii-tabs {
    background: #eff0f1;
    border: 1px solid #707070;
  }

  .mahii-tabs h2 {
    color: #263746;
    font-size: 18px;
    font-weight: normal;
    text-transform: normal;
  }

  .mahii-tabs p {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 26px;
  }

  .mahii-tabs-solo:hover p,
  .mahii-tabs-solo:focus p {
    color: #b9003c;
  }

  .mahii-tabs-solo:hover,
  .mahii-tabs-solo:focus {
    background: #fff;
  }

  .mahii-tabs-solo:hover svg line,
  .mahii-tabs-solo:focus svg line {
    fill: #b9003c;
    stroke: #b9003c;
  }

  .attribut-container {
    padding-top: 8px;
  }

  .tabs-attribut {
    display: none;
    font-size: 14px;
    color: #777777;
  }

  .mahii-tabs-solo:hover .tabs-attribut,
  .mahii-tabs-solo:focus .tabs-attribut {
    display: block;
  }

  .mahii-tabs-img {
    position: relative;
    flex-basis: 45%;
  }

  .mahii-tabs-img div {
    position: absolute;
    top: 0;
    left: 0;
  }

  .mahii-tabs-solo {
    padding: 18px;
    position: relative;
    z-index: 14;
  }

  .mahii-tabs-solo span {
    display: flex;
    align-items: center;
  }

  .mahii-tabs svg {
    width: 35px;
    min-width: 35px;
    margin-right: 10px;
  }

  @media screen and (max-width: 767px) {
    .mahii-tabs-img {
      display: none;
    }
  }

  @media screen and (min-width: 768px) {
    .mahii-tabs h2 {
      font-size: 42px;
    }
    .mahii-tabs {
      display: flex;
    }
    .mahii-tabs-content {
      flex-grow: 2;
    }
    .mahii-tabs h2 {
      margin-left: 100px;
      margin-top: 50px;
      font-size: 82px;
    }
    .mahii-tabs p {
      font-size: 36px;
    }
    .mahii-tabs svg {
      width: 75px;
      margin-right: 100px;
      margin-left: 70px;
    }
    .mahii-tabs-img > div {
      height: 100%;
      z-index: 1;
    }
    .mahii-tabs-img > div:first-child {
      z-index: 10;
    }
    .mahii-tabs-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    .mahii-tabs-img-container.current {
      z-index: 12;
    }
  }

  .eael-feature-list-content-box {
    display: flex;
    align-items: center;
  }

  .tabs-table .elementor-button-link.active {
    background: #d2d2d2 !important;
    border-color: #d2d2d2 !important;
  }

  .eael-advance-tabs .eael-tabs-nav > ul li img {
    height: 80px;
  }

  .elementor-1519
    .elementor-element.elementor-element-351020d
    .eael-advance-tabs
    .eael-tabs-nav
    > ul
    li
    img {
    width: 80% !important;
  }

  .elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 0px;
  }



  /* Top menu */

.site-header {
  padding-top: 0;
  z-index: 5000;
  background-color: #fff;
  box-shadow: 0px 1px 5px #00000050;
}

.page-header {
  padding-bottom: 0px;
  margin: 0px 0 0px;
  border-bottom: 0px solid #eee;
}

.top-menu-bg {
  width: 100%;
  background-color: #171c21;
}

.top-menu {
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.top-menu ul {
  list-style: none!important;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}

.top-menu ul li {
  text-align: center;
  width: 150px;
  padding: 15px 0 0 0;
  height: 50px;
  margin-right: 10px;
  list-style: none;
}

.top-menu ul li a {
  color: #fff;
  font-size: 14px;
}

.active-corpo {
    border-bottom: solid 3px #AA9C8F;
    padding: 0 10px;
    font-weight: 600;
    color: #AA9C8F;
}

.active-ad {
    border-bottom: solid 3px #00a8e1;
    padding: 0 10px;
    font-weight: 600;
    color: #00a8e1;
}

.active-mi {
    border-bottom: solid 3px #b9003c;
    padding: 0 10px;
    font-weight: 600;
    color: #b9003c;
}

.active-mi a {
    color: #b9003c!important;
}

.active-ad a {
    color: #00a8e1!important;
}

.active-hw a {
	color: #367d70 !important;
}

.active-corpo a {
    color: #AA9C8F!important;
}

a#site-corpo:hover {
  color: #AA9C8F;
  font-weight: 600;
}

a#site-ad:hover {
  color: #00a8e1;
  font-weight: 600;
}

a#site-hh:hover {
  color: #367d70;
  font-weight: 600;
}

a#site-mi:hover {
  color: #b9003c;
  font-weight: 600;
}


/* Language */

.trp-language-switcher {
  margin: 0;
}

.trp-ls-shortcode-language {
  width: max-content;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
  background-color: #171c21;
  padding: 0!important;
}

.trp-language-switcher:hover .trp-ls-shortcode-language {
  background-color: #171c21;
  max-height: none;
}

.trp-language-switcher > div {
  border: none;
  background-image: none;
}
.trp-language-switcher > div > a{
  color: #FFFFFF!important;
}

.trp-language-switcher > div > a:hover {
  background: #b9003c;
}

#trp_ald_modal_popup #trp_ald_x_button::before {
  color : #ffffff00!important;
}

#trp_ald_x_button_textarea {
  color: #777777!important;
  background-color: #ffffff00!important;
  box-shadow: none!important;
  border: none!important;
}

#trp_ald_x_button_textarea:hover {
  color: #263746!important;
}

#trp_ald_popup_change_language {
  background-color: #263746!important;
  border-color: #263746!important;
}

.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language {
  background-color: #fff!important;
  color: #4c6066;
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language {
  background-color: #fff!important;
}

.trp_ald_ls_container .trp-ls-shortcode-language > div:hover {
  background-color: #263746;
  color: #fff;
}





/* li:before {
  content: "";
  display: inline-block;
  background-image: url(https://mi.addevmaterials.com/wp-content/uploads/2022/02/Puces-MI.png);
  background-size: cover;
  margin-right: 5px;
} */


/* Contact Form - Guides */


/*-- Contact Form 1 --*/


  .responsive-form {
    max-width: 900px /*-- change this to get your desired form width --*/;
    margin: 0 auto;
    width: 100%;
  }
  .form-row {
    width: 100%;
  }
  .column-half,
  .column-full {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .column-third {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 45%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .column-sub {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .column-full p {
    font-size: 14px;
    line-height: 1;
  }

  .dialog-message.dialog-lightbox-message {
    width: 75%;
  }

  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .wpcf7-response-output {
    bottom: 0px;
    position: absolute;
    }

  @media only screen and (min-width: 48em) {
    .column-half {
      width: 50%;
    }
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"] {
    width: 100%;
    padding: 8px;
    margin-right: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wpcf7 textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wpcf7 input[type="text"]:focus {
    background: #fff;
  }

  .wpcf7-submit {
    float: right;
    background: #b9003c;
    color: #fff;
    border: none;
    padding: 10px 20px!important;
    cursor: pointer;
    margin-bottom: 25px!important;
  }

  .wpcf7-response-output {
    font-size: 12px;
    bottom: -12px;
    width: 98%;
    text-align: center;
  }

  span.wpcf7-not-valid-tip {
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    background: #ff0000;
    padding: 5px;
  }

  div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    background: #f9cd00;
    padding: 5px;
    color: #9c6533;
    text-align: center;
    margin: 0;
  }

  div.wpcf7-mail-sent-ok {
    text-align: center;
    text-shadow: none;
    padding: 5px;
    background: #59a80f;
    border-color: #59a80f;
    color: #fff;
    margin: 0;
  }


  /* Breadcrumbs */

span.breadcrumb_last {
    color: #fff;
    margin: 0 10px;
}

.elementor-shortcode span a {
    color: #fff;
    font-weight: 600;
    margin: 0 10px;
}


/* Jobs opening */

.awsm-job-content {
    padding-top: 300px;
    text-align: justify;
  }

h1.entry-title.awsm-jobs-single-title {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(/wp-content/uploads/2022/05/ME-NS-REJOINDRE-OFFRE-EMPLOI-2.png);
    background-size: cover;
    padding: 100px 15%;
    color: #fff;
    margin: 0;
}

.awsm-job-entry-content.entry-content p:first-of-type {
    margin-top: 0;
}

.awsm-job-container {
    padding-top: 0;
}

.awsm-application-form input {
    font-size: 24px;
    height: 50px;
}

input[type="checkbox"] {
    height: 14px!important;
}

input#awsm-application-submit-btn {
    padding: 10px 30px;
    border-width: 0;
    border-style: none;
}

input#awsm-application-submit-btn:hover {
    box-shadow: #777777 1px 1px 5px 0px;
}

.awsm-job-form-inner {
    margin-top: 300px;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
    float: left;
    width: 60%;
    padding-right: 15px;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
    float: left;
    width: 40%;
    padding-left: 15px;
}

@media only screen and (max-width:992px) {
    .awsm-job-content {
        padding: 0 5%;
        padding-top: 300px;
        text-align: justify;
    }

    .awsm-job-single-wrap.awsm-col-2 {
        display: flex;
        flex-direction: column;
    }

    .awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
        width: 100%;
    }

    .awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
        width: 100%;
        padding: 0 5%;
    }

    .awsm-job-form-inner {
        margin-top: 0px;
    }

    .awsm-jobs-pro-listings-link-container {
        text-align: center;
    }
}

.eshop a {
  text-transform: uppercase;
  font-weight: bold;
  color: #AA9C8F!important;
}
.eshop-mi a {
  text-transform: uppercase;
  font-weight: bold;
  color: #AF0040!important;
}
