/*
Theme Name: Game Developer EU
Version: 1.0.0
Text Domain: gamedevelopereu
Domain Path: /languages
Description: The game-developer.eu Laravel design converted to WordPress, on the CRM/Webshop theme conventions.
*/

/* --- from partials/navigation.blade.php --- */

@media only screen and (max-width: 991px) {
.langDropdown {
    margin-left: 55px !important;
  }
}
@media only screen and (min-width: 992px) {
.langDropdown {
    margin-left: -60px !important;
  }
}
.menu-sticky {
    background-color:#430143;
}

/* --- from pages/profile.blade.php --- */

.section--profile .nav-wrap .profile-btn .nav-link.active {
    opacity: 1;
}

/* --- from pages/courses.blade.php ---
   The Laravel iframe carried width/height attributes and an inline style; they
   are kept on the element itself, this only covers the WordPress wrapper. */
.section .dashboard-content {
    width: 100%;
    border: 0;
}
