oont-contents/plugins/astra-addon/addons/site-layouts/assets/css/unminified/style-rtl.css
2025-02-08 15:10:23 +01:00

76 lines
1.7 KiB
CSS

/*---------- Media Query min-width Structure ----------*/
/*---------- Media Query max-width Structure ----------*/
/*---------- Break-point min-width Structure ----------*/
/*---------- Break-point max-width Structure ----------*/
body.ast-padded-layout::before, body.ast-padded-layout::after {
background: inherit;
content: "";
display: block;
height: 0;
right: 0;
position: fixed;
width: 100%;
z-index: 999;
}
body.ast-padded-layout::after {
bottom: 0;
}
body.ast-padded-layout {
background-attachment: fixed;
}
body.ast-padded-layout::before {
top: 0;
}
@media (min-width: 44.375em) {
body.ast-padded-layout.admin-bar::before {
top: 46px;
}
}
@media (min-width: 48.9375em) {
body.ast-padded-layout.admin-bar::before {
top: 32px;
}
}
.elementor-page.ast-box-layout #page, .elementor-page.ast-padded-layout #page {
overflow: hidden;
}
.siteorigin-panels.ast-box-layout #page, .siteorigin-panels.ast-padded-layout #page {
overflow: hidden;
}
.ast-separate-container.ast-box-layout #content .ast-container {
padding-right: 0;
padding-left: 0;
}
@media (max-width: 768px) {
.ast-separate-container.ast-box-layout #content .ast-container {
padding-right: 20px;
padding-left: 20px;
}
}
@media (max-width: 544px) {
.ast-separate-container.ast-box-layout #content .ast-container {
padding-right: 0.54em;
padding-left: 0.54em;
}
}
.js_active .ast-box-layout #page,
.js_active .ast-padded-layout #page {
overflow: hidden;
}
.js_active .ast-box-layout.ast-page-builder-template .vc_row[data-vc-full-width],
.js_active .ast-padded-layout.ast-page-builder-template .vc_row[data-vc-full-width] {
max-width: 100%;
right: 0px !important;
}