/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2022 | 19:55:01 */
html body .lae-block.lae-block-grid .lae-grid-container.lae-grid-mobile-1 .lae-grid-item,
html body .lae-block.lae-block-grid .lae-grid-container.lae-grid-mobile-2 .lae-grid-item {
	width:calc(100%);
} 

@media only screen and (min-width: 650px) {
    html body .lae-block.lae-block-grid .lae-grid-container.lae-grid-mobile-1 .lae-grid-item {
      width:calc(100%);
    } 
	html body .lae-block.lae-block-grid .lae-grid-container.lae-grid-mobile-2 .lae-grid-item {
      width:calc(50%);
    } 
}

/* TABLET */
@media only screen and (min-width: 767px) {
    html body .lae-block.lae-block-grid .lae-grid-container.lae-grid-tablet-3 .lae-grid-item {
      	width:calc(33.33333%);
    } 
	html body .lae-block.lae-block-grid .lae-grid-container.lae-grid-tablet-2 .lae-grid-item {
      	width:calc(50%);
    } 
    html body .lae-block.lae-block-grid .lae-grid-container.lae-grid-tablet-1 .lae-grid-item {
      	width:calc(100%);
    } 
}

/* LAPTOP */
@media only screen and (min-width: 1024px) {
    html body .lae-block.lae-block-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item {
      	width:calc(25%);
    } 
	html body .lae-block.lae-block-grid .lae-grid-container.lae-grid-desktop-3 .lae-grid-item {
      	width:calc(33.33333%);
    } 
    html body .lae-block.lae-block-grid .lae-grid-container.lae-grid-desktop-2 .lae-grid-item {
      	width:calc(50%);
    } 
	html body .lae-block.lae-block-grid .lae-grid-container.lae-grid-desktop-1 .lae-grid-item {
      	width:calc(100%);
    } 
 
}

