Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. /* Hover filter blocks */
  2. .item-reasons{
  3. padding: 0!important;
  4. }
  5. .item-reasons .row{
  6. margin: 0;
  7. }
  8. .align-reasons{
  9. vertical-align: middle;
  10. display: table-cell;
  11. }
  12. .fa-usd{
  13. border: 6px solid #5b325f;
  14. border-radius: 30px;
  15. font-size: 30px;
  16. font-weight: 600;
  17. padding: 5px 12px;
  18. color: #5b325f;
  19. }
  20. .text-hover{
  21. display: none;
  22. }
  23. .text-no-hover-white p{
  24. font-family: 'Didot-Italic', serif;
  25. font-size: 42px;
  26. line-height: 45px;
  27. color: white;
  28. vertical-align: middle;
  29. text-align: center;
  30. }
  31. .text-no-hover-purple p{
  32. font-family: 'Didot-Italic', serif;
  33. font-size: 42px;
  34. line-height: 40px;
  35. color: #5b325f;
  36. vertical-align: middle;
  37. text-align: center;
  38. }
  39. .text-no-hover-white .fa-usd{
  40. border: 6px solid white!important;
  41. color: white!important;
  42. }
  43. .text-hover p{
  44. font-family: 'Didot-Italic', serif;
  45. font-size: 35px;
  46. line-height: 40px;
  47. color: #5b325f;
  48. vertical-align: middle;
  49. text-align: center;
  50. }
  51. .text-hover-paragraph{
  52. font-size: 16px!important;
  53. line-height: 20px!important;
  54. font-weight: 600!important;
  55. font-style: italic;
  56. font-family: 'Source Sans Pro', sans-serif!important;
  57. text-align: justify!important;
  58. margin: 21px 11.38% 0 11.38%;
  59. }
  60. .purple-filter{
  61. background: rgba(91, 50, 95, 0.9);
  62. width: 100%;
  63. height: 330px;
  64. display: table;
  65. z-index: 1;
  66. }
  67. .pink-filter{
  68. background: rgba(218, 184, 202, 0.9);
  69. width: 100%;
  70. height: 330px;
  71. display: table;
  72. z-index: 1;
  73. }
  74. .purple-filter:hover{
  75. background: rgba(255, 255, 255, 0.9);
  76. width: 100%;
  77. height: 330px;
  78. display: table;
  79. z-index: 1;
  80. }
  81. .pink-filter:hover{
  82. background: rgba(255, 255, 255, 0.9);
  83. width: 100%;
  84. height: 330px;
  85. display: table;
  86. z-index: 1;
  87. }
  88. @media screen and (min-width:992px) and (max-width:1340px){
  89. .text-no-hover-white p{
  90. font-size: 36px;
  91. line-height: 45px;
  92. }
  93. .text-no-hover-purple p{
  94. font-size: 36px;
  95. line-height: 40px;
  96. }
  97. .text-hover p{
  98. font-size: 30px;
  99. line-height: 32px;
  100. }
  101. }
  102. @media screen and (max-width:477px){
  103. .text-no-hover-white p{
  104. font-size: 36px;
  105. line-height: 45px;
  106. }
  107. .text-no-hover-purple p{
  108. font-size: 36px;
  109. line-height: 40px;
  110. }
  111. .text-hover p{
  112. font-size: 30px;
  113. line-height: 32px;
  114. }
  115. }
  116. @media screen and (min-width:477px) and (max-width:991px){
  117. .purple-filter, .pink-filter, .purple-filter:hover, .excellent, .new-source{
  118. width: 477px!important;
  119. }
  120. }
  121. .excellent, .new-source{
  122. margin-left: auto;
  123. margin-right: auto;
  124. }
  125. /* Block 1 */
  126. .excellent{
  127. background: url(../images/motivo1.jpg) center center no-repeat;
  128. background-size: cover;
  129. width: 100%;
  130. height: 330px;
  131. display: table;
  132. }
  133. .excellent:hover .text-no-hover-purple{
  134. display: none;
  135. }
  136. .excellent:hover .text-hover{
  137. display: block;
  138. }
  139. /* Block 1 */
  140. /* Block 2 */
  141. .new-source{
  142. background: url(../images/motivo2.jpg) center center no-repeat;
  143. background-size: cover;
  144. width: 100%;
  145. height: 330px;
  146. display: table;
  147. }
  148. .new-source:hover .text-no-hover-white{
  149. display: none;
  150. }
  151. .new-source:hover .text-hover{
  152. display: block;
  153. }
  154. /* Block 2 */
  155. /* Hover filter blocks */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement