
/**
 * ELEMENTOR Grid
 */

 .objt-fhd .framecore-section.framecore-section-boxed>.framecore-container,
 .objt-fhd:not(.framecore-page) .framecore-section-boxed>.framecore-container{
	width: auto;
	max-width: 1900px
 }
 .objt-fhd .e-con > .e-con-inner {
	max-width: 1900px
 }
 .objt-fhd .framecore-add-section{
	max-width: 1940px
 }

 .objt-s-fhd .framecore-section.framecore-section-boxed>.framecore-container,
 .objt-s-fhd:not(.framecore-page) .framecore-section-boxed>.framecore-container{
	 width: auto;
	 max-width: 1600px
 }
 .objt-s-fhd .e-con > .e-con-inner  {
	max-width: 1600px
 }
 .objt-s-fhd .framecore-add-section{
	max-width: 1640px
}

 .objt-xhd .framecore-section.framecore-section-boxed>.framecore-container,
 .objt-xhd:not(.framecore-page) .framecore-section-boxed>.framecore-container{
	 width: auto;
	 max-width: 1400px
 }
 .objt-xhd .e-con > .e-con-inner  {
	max-width: 1400px
 }
 .objt-xhd .framecore-add-section {
	max-width: 1440px
}

 .objt-hd .framecore-section.framecore-section-boxed>.framecore-container,
 .objt-hd:not(.framecore-page) .framecore-section-boxed>.framecore-container{
	 width: auto;
	 max-width: 1200px
 }
 .objt-hd .e-con > .e-con-inner  {
	max-width: 1200px
 }
 .objt-hd .framecore-add-section {
	max-width: 1240px
}

 .objt-nd .framecore-section.framecore-section-boxed>.framecore-container,
 .objt-nd:not(.framecore-page) .framecore-section-boxed>.framecore-container{
	 width: auto;
	 max-width: 1000px
 }
 .objt-nd .e-con > .e-con-inner {
	max-width: 1000px;
 }
 .objt-nd .framecore-add-section {
	max-width: 1040px
}