
/** ADD YOUR AWESOME CODES HERE **/


/* line 60, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
    background-color: #ff4800;
  }
  
  /* line 68, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .menu_fixed .nav-link {
    color: #fff !important;
  }
  
  /* line 72, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .menu_fixed .active_color {
    color: #ff4800 !important;
  }
  
  /* line 76, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .menu_fixed i {
    color: #fff !important;
  }
  
  /* line 82, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    border: 0px solid transparent;
    background-color: #ff4800;
    margin: 0;
    border-radius: 0;
  }
  
  /* line 92, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 8px 20px !important;
    color: #fff !important;
    background-color: #ff4800;
    text-transform: capitalize;
  }
  
  /* line 103, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
  }
  
  @media (max-width: 991px) {
    /* line 112, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .main_menu {
      padding: 26px 0px;
    }
    /* line 116, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .home_menu .main-menu-item {
      padding-left: 0px;
    }
    /* line 120, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .main_menu .main-menu-item {
      text-align: left !important;
    }
    /* line 123, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .main_menu .main-menu-item .nav-item {
      padding: 10px 15px !important;
    }
    /* line 126, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .main_menu .main-menu-item .nav-item .nav-link {
      padding: 5px 15px !important;
      color: #000;
    }
    /* line 133, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .navbar-collapse {
      z-index: 9999 !important;
      position: absolute;
      left: 0;
      top: 50px;
      width: 100%;
      background-color: #fff;
      text-align: center !important;
    }
    /* line 144, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .dropdown .dropdown-menu {
      transform: scale(1, 0);
      display: none;
      margin-top: 10px;
    }
    /* line 151, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .dropdown:hover .dropdown-menu {
      transform: scale(1);
      display: block;
      color: #ff4800;
    }
    /* line 158, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .dropdown .dropdown-item:hover {
      color: #ff4800 !important;
    }
    /* line 163, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .navbar-brand img {
      max-width: 100px;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      display: inline-block;
      top: 0;
    }
    /* line 173, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .navbar-light .navbar-toggler {
      border-color: transparent;
      position: absolute;
      left: 0;
    }
    /* line 180, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    #search_1 i {
      position: absolute;
      right: 35px;
      top: 4px;
    }
    /* line 188, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .menu_icon i {
      color: #182028;
    }
  }
  
  @media (max-width: 576px) {
    /* line 195, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .main_menu {
      padding: 20px 0px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 201, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
    .main_menu {
      padding: 20px 0px;
    }
  }
  
  /* line 206, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #fafafa;
  }
  
  /* line 212, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_menu.scss */
  .dropdown:hover .dropdown-menu {
    display: block;
  }