var style = Object.assign({}, Assets),
id = "#qx-section-511",
css = "";
// margin
style.margin(id, {"unit":"px","tablet":{"top":"","left":"","bottom":"","right":""},"left":"","bottom":"","phone":{"top":"","left":"","bottom":"","right":""},"responsive":true,"top":"","right":"","responsive_preview":false})
// padding
style.padding(id, {"unit":"px","tablet":{"top":40,"bottom":40,"left":0,"right":0},"left":0,"bottom":0,"phone":{"top":20,"bottom":20,"left":0,"right":0},"responsive":true,"top":0,"right":0,"responsive_preview":true})
// Z-Index
style.css(id, 'z-index', {"value":0,"unit":"px"})
// background
style.background (id, {"state":{"normal":{"required_opacity":false,"opacity":0,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"size":"cover","color":"rgba(51 , 51, 51, 1)","src":{"url":null,"media":{"type":"image","image":"\/Joomhost\/ba-patern.png"}},"parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":true,"repeat":"no-repeat"}},"hover":{"required_opacity":false,"opacity":0,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"size":"cover","color":"","src":"","parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":true,"repeat":"no-repeat"}}}})
// border + box shadow
style.border (id, {"state":{"normal":{"properties":{"border_type":"none","border_radius":{"top":"","left":"","bottom":"","right":"","unit":"px"},"border_width":{"top":"","left":"","bottom":"","right":"","unit":"px"},"box_shadow":{"color":"","spread":0,"blur":10,"horizontal":0,"vertical":0,"position":"outline"},"border_color":"","transition":0.29999999999999999}},"hover":{"properties":{"border_type":"none","border_radius":{"top":"","left":"","bottom":"","right":"","unit":"px"},"border_width":{"top":"","left":"","bottom":"","right":"","unit":"px"},"box_shadow":{"color":"","spread":0,"blur":10,"horizontal":0,"vertical":0,"position":"outline"},"border_color":"","transition":0.29999999999999999}}}})
var rawCss = "";
// custom css
style.raw (rawCss)
var style = Object.assign({}, Assets),
id = "#qx-section-511",
backgroundOverlay = ".qx-section-511-background-overlay",
topDivider = id + " .qx-shape-top",
topDividerSvg = topDivider + ' svg',
bottomDivider = id + " .qx-shape-bottom",
bottomDividerSvg = bottomDivider + ' svg',
containerType = "boxed",
heightType = "custom",
containerClass = ( containerType == 'boxed' ) ? ' .qx-container' : ' .qx-container-fluid';
// Custom height
if( heightType == 'custom' ){
style.minHeight(id + containerClass, {"desktop":0,"tablet":0,"phone":0,"responsive_preview":true,"unit":"px","responsive":true})
}
// custom width
if( containerType == 'custom' ){
style.responsiveCss(id + containerClass, {"desktop":1177,"tablet":1140,"phone":1140,"responsive_preview":true,"unit":"px","responsive":true}, 'width', "px")
}
// border + box shadow
style.border (id, {"state":{"normal":{"properties":{"border_type":"none","border_radius":{"top":"","left":"","bottom":"","right":"","unit":"px"},"border_width":{"top":"","left":"","bottom":"","right":"","unit":"px"},"box_shadow":{"color":"","spread":0,"blur":10,"horizontal":0,"vertical":0,"position":"outline"},"border_color":"","transition":0.29999999999999999}},"hover":{"properties":{"border_type":"none","border_radius":{"top":"","left":"","bottom":"","right":"","unit":"px"},"border_width":{"top":"","left":"","bottom":"","right":"","unit":"px"},"box_shadow":{"color":"","spread":0,"blur":10,"horizontal":0,"vertical":0,"position":"outline"},"border_color":"","transition":0.29999999999999999}}}})
// Top Divider
var topDividerStyle = "none"
if( topDividerStyle != 'none'){
// shape color
style.css( topDivider + " path.qx-shape-fill", 'fill', "" )
// Width
style.width(topDividerSvg, {"desktop":100,"tablet":100,"phone":100,"responsive_preview":true,"unit":"%"}, '%')
// Height
style.height(topDividerSvg, {"desktop":100,"tablet":100,"phone":100,"responsive_preview":true,"unit":"px"})
// Flip control
if( false ){
style.css( topDivider, 'transform', 'scaleX(-1)')
}
// Bring To front
var shapeFront = false;
if(shapeFront){
style.css(topDivider, "z-index", 2);
}
}
// Bottom Divider
var bottomDividerStyle = "none"
if( bottomDividerStyle != 'none'){
// shape color
style.css( bottomDivider + " path.qx-shape-fill", 'fill', "" )
// Width
style.width(bottomDividerSvg, {"desktop":100,"tablet":100,"phone":100,"responsive_preview":true,"unit":"%"}, '%')
// Height
style.height(bottomDividerSvg, {"desktop":100,"tablet":100,"phone":100,"responsive_preview":true,"unit":"px"})
// Flip control
if( false ){
style.css( bottomDivider, 'transform', 'scaleX(-1) rotate(180deg)')
}
// Bring To front
var shapeBack = false;
if(shapeBack){
style.css(bottomDivider, "z-index", 2);
}
}
// background overlay
style.background (backgroundOverlay, {"state":{"normal":{"required_opacity":true,"opacity":0.57999999999999996,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"size":"cover","color":"rgba(255, 255, 255, 0)","src":"","parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":false,"repeat":"no-repeat"}},"hover":{"required_opacity":true,"opacity":0,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"size":"cover","color":"","src":"","parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":false,"repeat":"no-repeat"}}}}, id)
// loading children ( ROW ) style...
style.load(id)
var style = Object.assign({}, Assets),
id = "#qx-row-952",
wrapper = "#qx-row-952 > .qx-row",
css = "",
backgroundOverlay = ".qx-row-952-background-overlay";
// margin
style.margin(id, {"unit":"px","tablet":{"top":"","left":"","bottom":"","right":""},"left":"","bottom":"","phone":{"top":"","left":"","bottom":"","right":""},"responsive":true,"top":"","right":"","responsive_preview":false})
// padding
style.padding(id, {"unit":"px","tablet":{"top":"","left":"","bottom":"","right":""},"left":"","bottom":"","phone":{"top":"","left":"","bottom":"","right":""},"responsive":true,"top":"","right":"","responsive_preview":false})
// Z-Index
style.css(id, 'z-index', {"value":0,"unit":"px"})
// background
style.background (id, {"state":{"normal":{"required_opacity":false,"opacity":0,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"size":"cover","color":"","src":"","parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":true,"repeat":"no-repeat"}},"hover":{"required_opacity":false,"opacity":0,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"size":"cover","color":"","src":"","parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":true,"repeat":"no-repeat"}}}})
// background overlay
style.background (backgroundOverlay, {"state":{"normal":{"required_opacity":true,"opacity":0,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"size":"cover","color":"","src":"","parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":false,"repeat":"no-repeat"}},"hover":{"required_opacity":true,"opacity":0,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"size":"cover","color":"","src":"","parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":false,"repeat":"no-repeat"}}}}, id)
// border + box shadow
style.border (id, {"state":{"normal":{"properties":{"border_type":"none","border_radius":{"top":"","left":"","bottom":"","right":"","unit":"px"},"border_width":{"top":"","left":"","bottom":"","right":"","unit":"px"},"box_shadow":{"color":"","spread":0,"blur":10,"horizontal":0,"vertical":0,"position":"outline"},"border_color":"","transition":0.29999999999999999}},"hover":{"properties":{"border_type":"none","border_radius":{"top":"","left":"","bottom":"","right":"","unit":"px"},"border_width":{"top":"","left":"","bottom":"","right":"","unit":"px"},"box_shadow":{"color":"","spread":0,"blur":10,"horizontal":0,"vertical":0,"position":"outline"},"border_color":"","transition":0.29999999999999999}}}})
// Custom height
var heightType = "default"
if( heightType == 'custom' ){
style.minHeight(wrapper, {"desktop":0,"tablet":0,"phone":0,"responsive_preview":true,"unit":"px"})
}
// custom css
var rawCss = "";
style.raw (rawCss)
// loading children ( COLUMN ) style...
style.load(id);
var style = Object.assign({}, Assets),
id = "#qx-column-1422",
wrapper = "#qx-column-1422 > .qx-col-wrap",
css = "",
backgroundOverlay = ".qx-column-1422-background-overlay",
elementBuilderSelector = id + " .qx-fb-elements .qx-fb-element+.qx-fb-element",
elementSelector = id + " .qx-element-wrap+.qx-element-wrap",
width = {"desktop":25,"tablet":25,"phone":100};
// margin
style.margin(wrapper, {"unit":"px","tablet":{"top":"","left":"","bottom":"","right":""},"left":"","bottom":"","phone":{"top":"","left":"","bottom":"","right":""},"responsive":true,"top":"","right":"","responsive_preview":false})
// padding
style.padding(wrapper, {"unit":"px","tablet":{"top":"","left":"","bottom":"","right":""},"left":"","bottom":"","phone":{"top":"","left":"","bottom":"","right":""},"responsive":true,"top":"","right":"","responsive_preview":false})
// Z-Index
style.css(id, 'z-index', {"value":0,"unit":"px"})
// background
style.background (wrapper, {"state":{"normal":{"required_opacity":false,"opacity":0,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"jsparallax":true,"size":"cover","color":"","src":"","parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":true,"repeat":"no-repeat"}},"hover":{"required_opacity":false,"opacity":0,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"jsparallax":true,"size":"cover","color":"","src":"","parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":true,"repeat":"no-repeat"}}}})
// border + box shadow
style.border (wrapper, {"state":{"normal":{"properties":{"border_type":"none","border_radius":{"top":"","left":"","bottom":"","right":"","unit":"px"},"border_width":{"top":"","left":"","bottom":"","right":"","unit":"px"},"box_shadow":{"color":"","spread":0,"blur":10,"horizontal":0,"vertical":0,"position":"outline"},"border_color":"","transition":0.29999999999999999}},"hover":{"properties":{"border_type":"none","border_radius":{"top":"","left":"","bottom":"","right":"","unit":"px"},"border_width":{"top":"","left":"","bottom":"","right":"","unit":"px"},"box_shadow":{"color":"","spread":0,"blur":10,"horizontal":0,"vertical":0,"position":"outline"},"border_color":"","transition":0.29999999999999999}}}})
// custom css
style.raw ("")
if(width.desktop) {
style.desktop(id, "flex: " + width.desktop + "%; max-width: " + width.desktop + "%;");
style.tablet(id, "flex: " + width.tablet + "%; max-width: " + width.tablet + "%;");
style.phone(id, "flex: " + width.phone + "%; max-width: " + width.phone + "%;");
}
if(width.value) {
style.desktop(id, "flex: " + width.value.desktop + "%; max-width: " + width.value.desktop + "%;");
style.tablet(id, "flex: " + width.value.tablet + "%; max-width: " + width.value.tablet + "%;");
style.phone(id, "flex: " + width.value.phone + "%; max-width: " + width.value.phone + "%;");
}
// background overlay
style.background (backgroundOverlay, {"state":{"normal":{"required_opacity":true,"opacity":0,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"size":"cover","color":"","src":"","parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":false,"repeat":"no-repeat"}},"hover":{"required_opacity":true,"opacity":0,"required_transition":true,"transition":0.29999999999999999,"type":"classic","properties":{"size":"cover","color":"","src":"","parallax_method":"css","position":"center","blend":"normal","parallax":false,"required_parallax":false,"repeat":"no-repeat"}}}}, id)
style.responsiveCss(elementBuilderSelector, {"desktop":20,"tablet":20,"phone":10,"responsive_preview":true,"unit":"px"}, 'margin-top', 'px');
style.responsiveCss(elementSelector, {"desktop":20,"tablet":20,"phone":10,"responsive_preview":true,"unit":"px"}, 'margin-top', 'px');
// loading children ( ELEMENTS ) style...
style.load(id)
Fatal error: Out of memory (allocated 18874368) (tried to allocate 8192 bytes) in C:\AppServ\www\html\libraries\quix\vendor\twig\twig\src\Lexer.php on line 393