maximus87

Untitled

Dec 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. @media only screen and (max-width: 767px) {
  2. section.flo-top-kits .sqs-col-9 {
  3. display: flex;
  4. }
  5. section.flo-top-kits .sqs-col-9 .sqs-col-1 {
  6. display: none;
  7. }
  8. section.flo-top-kits .sqs-col-9 .sqs-col-4 {
  9. width: 50%!important;
  10. }
  11. .flo-top-kits h2 {
  12. font-size: 21px;
  13. }
  14. .flo-top-kits .flo-pagination-item {
  15. margin-bottom: 0;
  16. }
  17. .flo-top-kits .flo-pagination-item label {
  18. display: none;
  19. }
  20. .flo-top-kits .sqs-col-4:last-child {
  21. margin-top: 0;
  22. }
  23. .flo-top-kits .flo-pagination-item.slick-current .flo-btn-fill {
  24. font-size: 12px;
  25. margin: 0!important;
  26. }
  27. .flo-services h2 {
  28. text-align: left;
  29. padding-left: 17px;
  30. line-height: 1.5;
  31. }
  32. section.flo-services {
  33. background: #000!important;
  34. }
  35. .flo-testimonials-section .sqs-col-8 .sqs-col-4 {
  36. display: none;
  37. }
  38. .flo-testimonials-section .flo-testimonials-more {
  39. display: none;
  40. }
  41. .flo-testimonials-section .sqs-col-12 .sqs-col-3 {
  42. padding: 17px!important;
  43. box-sizing: border-box;
  44. }
  45. .flo-testimonials-section .sqs-col-12 .sqs-col-3 .image {
  46. margin-bottom: 20px;
  47. }
  48. .flo-testimonials-section .flo-testimonials-content {
  49. margin-top: 0;
  50. }
  51. .flo-testimonials-content .html-block {
  52. padding: 0;
  53. }
  54. .flo-testimonials-section .slick-dots {
  55. top: auto;
  56. right: auto;
  57. bottom: 0;
  58. left: auto;
  59. position: relative;
  60. margin-bottom: 0;
  61. }
  62. .flo-testimonials-section .slick-dots li {
  63. display: inline-block;
  64. padding: 0 10px;
  65. margin-bottom: 0;
  66. }
  67. .flo-slider-nav .slick-track {
  68. transform: none!important;
  69. }
  70. section#custom-boxes .sqs-col-6, section#custom-boxes .sqs-col-6 .sqs-block-image {
  71. padding: 0!important;
  72. }
  73. .newsletter-block .newsletter-form-wrapper {
  74. background: transparent;
  75. }
  76. .newsletter-block .newsletter-form-body {
  77. padding: 0 0 12px 0;
  78. text-align: center;
  79. }
  80. section[id^="newsletter"] .newsletter-block .newsletter-form-wrapper--alignLeft .newsletter-form-button-wrapper {
  81. margin-left: 0;
  82. display: block;
  83. }
  84. section[id^="newsletter"] .newsletter-block .newsletter-form-field-wrapper {
  85. min-width: 200px;
  86. max-width: 300px;
  87. width: 100%;
  88. text-align: center;
  89. }
  90. section[id^="newsletter"] .newsletter-block .newsletter-form-field-wrapper input {
  91. text-align: center;
  92. }
  93. section#statement .sqs-col-6:first-child {
  94. display: none;
  95. }
  96. section#header-homepage .sqs-col-7 .sqs-col-4 {
  97. display: none;
  98. }
  99. section#header-homepage .sqs-block-button {
  100. padding: 0;
  101. padding-bottom: 50px!important;
  102. }
  103. section#header-homepage p strong {
  104. font-size: 14px;
  105. line-height: 1.5em!important;
  106. display: block;
  107. margin-top: 20px;
  108. }
  109. section[id^="statement"] h2 {
  110. font-size: 36px;
  111. margin-top: 40px!important;
  112. }
  113. .flo-top-kits .flo-top-kits-info .info p:first-child {
  114. margin-bottom: 30px;
  115. margin-top: 3px;
  116. text-align: center;
  117. }
  118. .col.sqs-col-3.span-3.flo-top-kits-info {
  119. text-align: center;
  120. margin-bottom: 40px;
  121. }
  122. section#header-homepage h2 {
  123. font-size: 36px;
  124. }
  125. section#newsletter {
  126. text-align: center;
  127. }
  128. .flo-top-kits .flo-pagination-item.slick-current h2 {
  129. padding-bottom: 3px;
  130. }
  131. }
Add Comment
Please, Sign In to add comment