/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.in-menu-toggler {
    padding-top: 40px;
  padding-right: 20px;
      width: 25px;
}

.in-menu-toggler--close {
    padding-top: 40px;
  padding-right: 20px;
      width: 25px;
}


@media (max-width: 991px) {
    .in-header.in-dropdown--open {
      bottom: auto !important;}