/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.is-expanded-menu .full-header #logo {
  padding-right: 0px !important;
  border-right: none !important;
}

.is-expanded-menu .full-header .primary-menu .menu-container {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: none !important;
}

li.active .menu-link {
    color: #1abc9c !important;
}


.content-wrap {
  padding-bottom: 5rem !important;
}

.hideit {
    display: none;
}


@media  (max-width: 991px) {
    .isdesktop {
        display: none;
    }
    
    .ismobile {
        display: block;
    }
}

@media  (min-width: 992px) {
    .isdesktop {
        display: block;
    }
    
    .ismobile {
        display: none;
    }
}


