/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
.navbar-brand a {color: #fff; font-weight: bold;}
.navbar-brand .logo {height: 50px; width: 50px;}
/* DOWNWARD BREAKPOINTS */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
	main#main .sidebar {display: none;} 
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) { 
	
	.wpmui-popup div.popup {height: auto !important; width: 90% !important; margin: auto !important; left: auto !important;}
	.wpmui-popup .wdpu-msg-inner, .wdpu-middle {height: auto !important; min-height: auto !important;}
	.wpmui-popup .wdpu-middle {padding-bottom: 10px;}
	
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) { 
	body>div.tipsy, div.tipsy-n {display: none !important;}
	#menu .navbar{font-size: 3.5rem; }
	#menu .navbar-toggler {font-size: 3rem; }
	#menu-user .nav-item{padding-left: 15px;}
	#nav_menu_header {margin: 0px 15px !important;}
	#menu {min-height: 6.5rem;}
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) { 
}
/*
// UPWARDS BREAKPOINTS
// Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) { 
	#page {width: 100%;}
	
}
/*// Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	
	
}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	#page {width: 992px;}
}
/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1280px) { 
	#page {width: 1280px;}
	
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
}
/* SPECIFIC BREAKPOINTS */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
	#menu-user {position: absolute; right: 4.5rem !important;}
	#pc_intro .header-info {font-size: .75rem;}
	#pc_intro h3 {font-size: 1rem;}
	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand {display: none;}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
}
