/**
*
* @package phpBB Extension - CSS Magic
* @copyright (c) 2018 martin - https://www.martins-play-ground.com & dmzx - https://www.dmzx-web.net
* @license Proprietary/All rights reserved (martins-play-ground.com ownes these files and has the right to disable them)
*
*/

/* -----------------------Navbar tidy for mobiles--------------------------------------- */
@media all and (min-width : 350px) and (max-width : 700px) {
	.arrownight, a.header-avatar img { 
	    display: none !important; 
	    }
}

@media all and (min-width : 350px) and (max-width : 700px) {
	.waves { 
	    display: none !important; 
	    }
}

/*
 -----------------------Mchatrooms--------------------------------------- */
@media all and (min-width : 350px) and (max-width : 750px) {
        .mchat-rooms-toggle-container.mchat-rooms-toggle-collapsible {
        top: -19px !important;
        margin-bottom: -9px;
		padding-left: 65%;
    }
}

@media all and (min-width : 350px) and (max-width : 700px) {
    .mchat-rooms-body {
        min-width: 100% !important;
    }
}

@media all and (min-width : 350px) and (max-width : 900px) {
	.mchat-avatars .mchat-controls {
	    margin: 5px 0px !important;
	}

         #mchat-character-count {
            margin-top: -1px !important;
         }
}

@media all and (min-width : 350px) and (max-width : 900px) {
	.mchat-panel-buttons {
	    margin-top: 8px !important;
	}

}

/*
--------------------------ip bar------------------------------------------ */
@media all and (min-width : 350px) and (max-width : 900px) {
div#information {
	display: none !important;
	}
}
/*
--------------------------Post ranks------------------------------------------------ */
@media all and (min-width : 350px) and (max-width : 700px) {
	.postprofile dd.profile-rank { 
	    display: none !important; 
	    }
}
/*
-------------------------------------------------------------------------- */
@media all and (min-width : 350px) and (max-width : 750px) {
	.has-profile .postbody h3 {
		margin-left: -70px !important;
		margin-right: 0 !important;
	}
}

@media all and (min-width : 350px) and (max-width : 900px) {
	.headerbar {
	    min-height: 40px !important;
	}
}


@media all and (min-width : 350px) and (max-width : 900px) {
	.headerbar, .navbar, .forabg, .forumbg, .post, .panel {
		border-radius: 0;
		margin-left: 2px !important;
		margin-right: 2px !important;
	}

	#mchat-panel {
		border-radius: 0;
		margin-left: 1px !important;
		margin-right: 1px !important;
	}

        .panel17, .panel16 {
               padding-left: 7px !important;
        }
}