/*
	Theme Name: North Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: north-wp
*/

@import url("../north-wp/style.css");
.yith-wcwl-add-button.show {
    margin-top: 23px;
}
li#wp-admin-bar-my-account {
    display: none !important;
}
a.mobile-toggle {
    position: absolute;
    right: 0px;
    font-size: 25px !important;
    top: 24px !important;
    vertical-align: middle;
    z-index: 99999;
}
#nav .sf-menu > li > a {
    margin: 0 50px 0 0;
}
#mobile-menu .thb-close {
   right: auto;
   left: -38px;
}
/***
#wrapper.open-menu #content-container {
   -moz-transform: translate3d(320px, 0, 0);
   -webkit-transform: translate3d(-280px, 0, 0);
   transform: translate3d(-320px, 0, 0);
}
.open-menu #mobile-menu {
   visibility: visible;
   -moz-transform: translate3d(0, 0, 0);
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}***/

#wrapper.open-menu #content-container {
    -moz-transform: translate3d(320px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
#mobile-menu {
   left: auto;
   right: 0;
   -moz-transform: translate3d(320px, 0, 0);
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
}
.thb-close svg {
    fill: #000;
}
#mobile-menu .thb-close {
    right: 0;
    left: auto;
    z-index: 9999 !important;
    top: 0;
    transform: none !important;
}
.mobile-menu li {
    transform: none !important;
    opacity: 1 !important;
}
.custom_scroll > div {
    transform: none !important;
}