/*
Theme Name: WP Bootstrap Starter child By Fidzup
Theme URI: https://fidzup.com/wp-bootstrap-starter-child/
Author: Fidzup
Author URI: https://fidzup.com/
Template: wp-bootstrap-starter
Description:  The best WordPress starter theme based on the best WordPress starter theme based on thee most powerful frameworks in the world.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter-child
*/

@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
  header#masthead {
    height: 435px;
    background-position-x: -200px;
  }
  .navbar .navbar-collapse #menu-top-menu {
    margin-top: 40px;
  }
  .navbar .navbar-collapse a.nav-link {
    font-family: arial;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1.2px;
  }
  .navbar .navbar-collapse .dropdown-toggle.nav-link {
    display: none;
  }
  #menu-item-wpml-ls-2-fr, #menu-item-wpml-ls-2-en {
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
  }
  .navbar .navbar-collapse .dropdown-menu {
    display: block;
    margin: 0;
    width: 100%;
    background: none;
  }
  .navbar .navbar-collapse .dropdown-menu li {
    background: none;
  }
  .navbar .navbar-collapse .dropdown-menu li a {
    background: none !important;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .social_nav {
    margin: 0px 30px 30px;
  }
  .social_links {
    float: none;
  }
}

/* bottom banner */

.banner {
  flex: none;
  z-index: 999;
  max-width: 100% !important;
  background-color: white;
  position: fixed;
  bottom: 46px;
  height: 70px;
  border-top: 2px solid rgb(55, 154, 245);
  padding-top: 20px;
  padding-left: 400px;
  padding-bottom: 10px;
}
.text {
    text-align: right;
}

#btn-banner {
  display: inline;
}
