/*
Theme Name: StartPro Child
Theme URI: https://startpro.qodeinteractive.com
Description: A child theme of StartPro
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: startpro
Template: startpro
*/

/* Custom Content Width 1600px */
@media (min-width: 1713px) {
	.qodef-content-grid-1600 .qodef-content-grid {
		width: 1600px;
	}
	.qodef-content-grid-1600 .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 1600px) / 2);
	}
	.qodef-content-grid-1600 .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 1600px) / 2);
	}
	.qodef--boxed.qodef-content-grid-1600 .qodef-content-grid {
		width: 1660px;
	}
}
