/*
Theme Name:     Lozdev Hello Elementor Child
Theme URI:      https://lozdev.fr
Description:    Thème enfant de Hello Elementor
Author:         LOZDEV INFORMATIQUE
Author URI:     https://www.lozdev-informatique.fr/
Template:       hello-elementor
Version:        1.0.0
Text Domain:    lozdev-hello-elementor-child
*/
.btn-contact-lozdev::before {
  content: "\f086";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;  
  display: inline-block;
  color: white;
}

.btn-contact-lozdev {
  padding: 10px 20px !important;
  background-color: var(--e-global-color-primary);
  border-radius: 11px 11px 11px 0px;
}

.btn-contact-lozdev > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  color: white !important;
}

.plus-mobile-menu > ul > .btn-contact-lozdev {
    border-radius: 0px;
	text-align: center;
}

.plus-mobile-menu > ul > .btn-contact-lozdev > a {
  background-color: var(--e-global-color-primary) !important;
}

.plus-mobile-menu > ul > .btn-contact-lozdev::before {
  font-size: 16px;
}

