/*
Theme Name: Atura Child Theme
Theme URI: http://atura.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Atura
Template: atura
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: atura

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.
*/
.logo_footer_wth img {
  max-height: 172px !important;
}
.lte-background-white
  .lte-price-sc
  .lte-items
  .lte-item
  .lte-description
  .lte-descr {
  color: #979797;
}
.lte-price-sc .lte-items .lte-item .lte-description .lte-title .lte-dots {
  border-color: #fff;
}
.lte-header-wrapper + .main-wrapper > .margin-default,
.lte-header-wrapper + .margin-default {
  padding-top: 0;
  padding-bottom: 0;
}
ul.ul-arrow.check li:before,
ul.arrow.check li:before,
ul.disc.check li:before,
ul.check.check li:before,
ul.check-invert.check li:before {
  color: #fff;
}

.lte-navbar > .container > .lte-navbar-icons-add li .icon.icon-outgoing-call {
  display: none;
}

/* Center navbar items when lang="fr" */
html[lang="fr"] .lte-navbar > .container {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
}

html[lang="fr"] .lte-navbar .lte-navbar-logo {
  position: absolute;
  left: 15px;
  margin-right: 0;
  margin-inline-end: 0;
}

html[lang="fr"] .lte-navbar .lte-navbar-items {
  flex: 0 1 auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
}

html[lang="fr"] .lte-navbar .lte-navbar-icons,
html[lang="fr"] .lte-navbar .lte-navbar-icons-add {
  position: absolute;
  right: 15px;
}

@media (max-width: 1198px) {
  html[lang="fr"] .lte-navbar .lte-navbar-logo {
    position: relative;
    left: auto;
  }

  html[lang="fr"] .lte-navbar .lte-navbar-icons,
  html[lang="fr"] .lte-navbar .lte-navbar-icons-add {
    position: relative;
    right: auto;
  }

  html[lang="fr"] .lte-navbar > .container {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
  }
}
