blob: 59db1a4db01d6d55db42f14e61550d19995a9ba6 (
plain) (
tree)
|
|
/**
* Astra Theme compatibility with Visual Composer
*/
/*---------- Media Query min-width Structure ----------*/
/*---------- Media Query max-width Structure ----------*/
/*---------- Break-point min-width Structure ----------*/
/*---------- Break-point max-width Structure ----------*/
.js_active .vc_row {
margin-left: auto;
margin-right: auto;
}
.js_active .ast-plain-container.ast-single-post .hentry,
.js_active .ast-plain-container.ast-single-post #primary {
margin: 0;
padding-top: 0;
padding-bottom: 0;
}
.js_active .ast-plain-container.ast-single-post .entry-header {
margin-top: 4em;
}
.js_active .ast-plain-container.ast-single-post .entry-header.ast-header-without-markup {
margin-top: 0;
margin-bottom: 0;
}
.js_active .ast-plain-container.ast-single-post .entry-header.ast-no-title.ast-no-meta {
margin-bottom: 0;
}
@media (max-width: 768px) {
.js_active .ast-plain-container.ast-single-post .entry-header {
margin-top: 1.5em;
}
}
.js_active .ast-plain-container.ast-left-sidebar .vc_row[data-vc-full-width], .js_active .ast-plain-container.ast-right-sidebar .vc_row[data-vc-full-width],
.js_active .ast-page-builder-template.ast-left-sidebar .vc_row[data-vc-full-width],
.js_active .ast-page-builder-template.ast-right-sidebar .vc_row[data-vc-full-width] {
max-width: 100%;
left: 0 !important;
}
.js_active .ast-left-sidebar .vc_row[data-vc-full-width],
.js_active .ast-right-sidebar .vc_row[data-vc-full-width] {
max-width: 100%;
left: 0 !important;
padding-right: 0 !important;
padding-left: 0 !important;
}
|