summaryrefslogtreecommitdiff
path: root/assets/css/unminified/compatibility/page-builder/vc-plugin.css
blob: 59db1a4db01d6d55db42f14e61550d19995a9ba6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/**
 * 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;
}