vc-plugin.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /**
  2. * Astra Theme compatibility with Visual Composer
  3. */
  4. /*---------- Media Query min-width Structure ----------*/
  5. /*---------- Media Query max-width Structure ----------*/
  6. /*---------- Break-point min-width Structure ----------*/
  7. /*---------- Break-point max-width Structure ----------*/
  8. .js_active .vc_row {
  9. margin-left: auto;
  10. margin-right: auto;
  11. }
  12. .js_active .ast-plain-container.ast-single-post .hentry,
  13. .js_active .ast-plain-container.ast-single-post #primary {
  14. margin: 0;
  15. padding-top: 0;
  16. padding-bottom: 0;
  17. }
  18. .js_active .ast-plain-container.ast-single-post .entry-header {
  19. margin-top: 4em;
  20. }
  21. .js_active .ast-plain-container.ast-single-post .entry-header.ast-header-without-markup {
  22. margin-top: 0;
  23. margin-bottom: 0;
  24. }
  25. .js_active .ast-plain-container.ast-single-post .entry-header.ast-no-title.ast-no-meta {
  26. margin-bottom: 0;
  27. }
  28. @media (max-width: 768px) {
  29. .js_active .ast-plain-container.ast-single-post .entry-header {
  30. margin-top: 1.5em;
  31. }
  32. }
  33. .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],
  34. .js_active .ast-page-builder-template.ast-left-sidebar .vc_row[data-vc-full-width],
  35. .js_active .ast-page-builder-template.ast-right-sidebar .vc_row[data-vc-full-width] {
  36. max-width: 100%;
  37. left: 0 !important;
  38. }
  39. .js_active .ast-left-sidebar .vc_row[data-vc-full-width],
  40. .js_active .ast-right-sidebar .vc_row[data-vc-full-width] {
  41. max-width: 100%;
  42. left: 0 !important;
  43. padding-right: 0 !important;
  44. padding-left: 0 !important;
  45. }