frontend.responsive.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* Wrapper */
  2. .fl-content-slider,
  3. .fl-content-slider .fl-slide {
  4. min-height: 0 !important;
  5. }
  6. /* Background Photo */
  7. .fl-content-slider .fl-slide-bg-photo {
  8. background-image: none;
  9. position: static;
  10. }
  11. .fl-content-slider .fl-slide-bg-photo a {
  12. position: static;
  13. }
  14. .fl-content-slider .fl-slide-bg-photo-img {
  15. border: none;
  16. display: block;
  17. padding: 0;
  18. }
  19. /* Foreground Photo/Video */
  20. .fl-slide-photo-wrap {
  21. display: none;
  22. }
  23. /* Mobile Photo/Video */
  24. .fl-slide-mobile-photo {
  25. display: block;
  26. }
  27. /* Title and Text Position */
  28. .fl-slide-text-left .fl-slide-content-wrap,
  29. .fl-slide-text-right .fl-slide-content-wrap {
  30. float: none;
  31. text-align: center;
  32. }
  33. .fl-module-content-slider .fl-slide .fl-slide-content-wrap,
  34. .fl-module-content-slider .fl-slide .fl-slide-content {
  35. min-height: 0;
  36. width: auto;
  37. }
  38. .fl-module-content-slider .fl-slide .fl-slide-content {
  39. margin: 0 !important;
  40. padding: 30px;
  41. }
  42. /* Title and Text Style */
  43. .fl-module-content-slider .fl-slide .fl-slide-title {
  44. font-size: 26px;
  45. line-height: 38px;
  46. }
  47. .fl-module-content-slider .fl-slide .fl-slide-text,
  48. .fl-module-content-slider .fl-slide .fl-slide-text * {
  49. font-size: 14px;
  50. line-height: 22px;
  51. }
  52. /* Buttons */
  53. .fl-module-content-slider .fl-slide a.fl-button {
  54. padding: 10px 20px;
  55. }