/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

/*CUSTOM MENU*/

/*Top-Menu*/
.custom-menu .custom-top .menu-item:last-child .jet-nav-link-text{
	padding: 0 0.5em;
	background-color: #A6228E;
	transition: 0.3s;
}
.custom-menu .custom-top .menu-item:last-child .jet-nav-link-text:hover{
	background-color: #FDB913;
	color: #ffffff!important;
}

.custom-top .menu-item:not(last-child) a>span:hover {
    color: #000000!important;
}

/*Main-Menu*/
.custom-menu .jet-nav-item-sub .jet-nav-link-text{
	padding: 0.5em;
	border-left: 2px solid #FCBF2A;
}
.custom-menu .jet-nav-item-sub .jet-nav-item-sub .jet-nav-link-text{
	padding: 0.5em;
	border-left: 2px solid #C3D941;
}

/*Bullet lists*/
.elementor-text-editor ul {
  list-style: none; /* Remove default bullets */
}

.elementor-text-editor ul li::before {
  content: "\2022";  
  color: #FDB913; 
  font-weight: 900; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.yellowBG .elementor-text-editor ul li::before{
  color: #000000; 
}


/* ALERTS */

#alerte_rouge {
	transition: all 0.5s;
}

#alerte_jaune {
	transition: all 0.5s;
}

.invisible-alert{
	opacity: 0;
}

.removed-alert {
	display: none;
}

.alerte-texte {
    width: auto!important;
}

/* BUSINESS DIRECTORY LISTING */

.result-item .item-image {
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

.page-id--55 .jbd-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 10%;
}

.jbd-container .rating-container {
    display: none;
}

.page-id--55 .jbd-container .company-style-5-header-image .col-md-3 {
    max-width: 25%;
}

.page-id--55 form#adminForm {
    padding: 2em;
}

.page-id--55 .item-name span {
    color: #00A7B8;
    text-decoration: none;
}

.page-id--55 .horizontal-list a {
    color: #A6228E;
}

.page-id--55 .company-style-5-header-info h1 {
    color: #00A7B8;
    text-shadow: none;
}

.page-id--55 .company-style-5-header-image {
	background: white;
	box-shadow: none;
}

.page-id--55 .company-style-5-header-info .dir-address span {
	color: black;
	text-shadow: none;
}

.page-id--55 .company-style-5-header-info span.phone {
  color: black;
  text-shadow: none;
}

#company-style-5-header i, #company-style-5-header .claimed {
    color: #000000;
}

.page-id--55 .dir-map-image {
    visibility: hidden;
}

.business-properties li:first-child{
    float: none;
}

.result-counter {
    display: none;
}

/* PARTENAIRES HOVER EFFECT */

.logoPartenaires .brands-list__item-img:hover {
	transform: scale(0.9);
	transition: 0.4s ease-in-out;
}

.logoPartenaires .brands-list__item-img {
	transform: scale(1);
	transition: 0.4s ease-in-out;
}


.jbd-container .featured-text {
    display: none;
}

.jdb-button {
    padding: 1em;
    color: #444;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    margin-left: 5px;
}

.jdb-button:hover {
    background: #ffffff;
    color: #444;
}

.postal-search {
    display: flex;
}

/*Position de la légende sur le lightbox*/
.elementor-slideshow__footer{
	bottom: 75px !important;
}

@media only screen and (min-width: 1504px){
    .menu-principal, .menu-du-haut {
        padding: 0.35em 9em 0.35em 9em;
    }
}

@media only screen and (min-width: 1175px) and (max-width: 1503px){
    .menu-principal, .menu-du-haut {
        padding: 0.35em 5em 0.35em 5em;
    }

    .menu-principal .menu-item, .menu-principal .recherche-icon i, .menu-du-haut .menu-item {
        font-size: 90%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1174px){
    .menu-principal, .menu-du-haut {
        padding: 0.35em 2.5em 0.35em 2.5em;
    }

    .menu-principal .menu-item, .menu-principal .recherche-icon i, .menu-du-haut .menu-item {
        font-size: 75%;
    }
}

.actualites-box .elementor-pagination {
    margin-top: 25px;
}

.actualites-box .elementor-pagination, .actualites-box .elementor-pagination a {
    color: #ffffff;
}