/*
Theme Name: Triogo Dashboard
Author: Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: Responsive CSS for Global Partials (Desktop)
*/

@media (min-width: 992px) {

/*--------------------------------------------------------------
Full Width Video iFrame on Modal 
--------------------------------------------------------------*/
.video-modal-content {
    width: 70%;
}

/*--------------------------------------------------------------
HEADER - WP
--------------------------------------------------------------*/
.home-header .container {
	max-width: 1640px;
}

} /* END of @media 992px and above*/

/*--------------------------------------------------------------
CUSTOM BREAK POINTS
--------------------------------------------------------------*/
@media (min-width: 993px) and (max-width: 1400px) {
ul.second-level-menu li {
	padding-right: 30px;
}

.second-level-menu li.last-child {
	padding-right: 0
}
} /*end of 993px - 1199px*/